        * {
            margin: 0;
            padding: 0;
            text-decoration: none;
            list-style: none;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        /*NAVBAR*/
        
        .header {
            width: 100%;
            height: 80vh;
            background-image: url(https://qcagrez.com/qcagrez/public/img/web/portada.jpeg);
            background-position: center;
            background-size: cover;
        }
        
        .header:before {
            content: '';
            height: 80vh;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .logo {
            height: 60px;
            margin-left: 20px;
            cursor: pointer;
        }
        
        nav {
            background-color: rgba(255, 255, 255, 0.9);
            height: 65px;
            width: 100%;
        }
        
        nav ul {
            float: right;
            margin-right: 20px;
        }
        
        nav ul li {
            display: inline-block;
            line-height: 60px;
            margin: 0 5px;
            background-color: transparent !important;
        }
        
        nav ul li a {
            color: black;
            font-size: 18px;
            padding: 10px 13px;
            border-radius: 3px;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-family: 'Playfair Display', serif;
        }
        
        .active-link.active,
        .active-link:hover {
            background: #293249;
            transition: .5s;
            color: black;
            border-radius: 0%;
        }
        
        .link:hover {
            color: white;
        }
        
        .checkBtn {
            font-size: 30px;
            color: #293249;
            float: right;
            line-height: 60px;
            margin-right: 40px;
            cursor: pointer;
            display: none;
        }
        
        #check {
            display: none;
        }
        
        @media(max-width: 952px) {
            .enlace {
                padding-left: 20px;
            }
            nav ul li a {
                font-size: 16px;
            }
        }
        
        @media(max-width: 858px) {
            .checkBtn {
                display: block;
                color: #293249;
            }
            ul {
                position: fixed;
                width: 100%;
                height: 82vh;
                margin-top: 5px;
                background-color: rgba(255, 255, 255, 0.9);
                left: -100%;
                text-align: center;
                padding-left: 30px;
                transition: all .5s;
            }
            nav ul li {
                display: block;
                margin: 50px 0;
                line-height: 30px;
                background-color: transparent !important;
            }
            nav ul li a {
                font-size: 20px;
                color: #293249;
                font-size: 18px;
                padding: 10px 13px;
                border-radius: 3px;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
                font-family: 'Playfair Display', serif;
            }
            #check:checked~ul {
                left: 0;
            }
            .active-link.active,
            .active-link:hover {
                background: #293249;
                transition: .5s;
                color: white;
            }
            .link:hover {
                color: white;
            }
        }
        /*-----------------*/
        /*CONTENIDO SLIDER PORTADA*/
        
        .titulo-portada {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 70px;
            color: white;
        }
        
        @media(max-width: 620px) {
            .titulo-portada {
                font-family: 'Bebas Neue', sans-serif;
                font-size: 50px;
                color: white;
            }
        }
        
        .titulo-5 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 45px;
        }
        
        .Subtitulo-portada {
            font-size: 20px;
            padding-left: 160px;
            color: white;
            font-family: 'Open Sans';
        }
        
        .titulo-1 {
            font-family: 'Open Sans';
            font-size: 18px;
            color: black;
        }
        
        .titulo-2 {
            font-family: 'Open Sans';
            font-size: 25px;
            color: black;
        }
        
        .titulo-3 {
            font-family: 'Open Sans';
            font-size: 35px;
            color: black;
        }
        
        .titulo-4 {
            font-family: 'Open Sans';
            font-size: 25px;
        }
        
        .texto {
            font-family: 'Open Sans';
            font-size: 15px;
            color: black;
        }
        
        @media(max-width: 858px) {
            .Subtitulo-portada {
                font-family: 'Open Sans';
                font-size: 20px;
                padding-left: 0px;
                color: white;
            }
        }
        
        .centrado {
            margin: 0;
            padding: 0;
            text-align: center;
            position: absolute;
            top: 40%;
            left: 15%;
            transform: translateX(-50%) translateY(-50%);
        }
        
        @media(max-width: 858px) {
            .centrado {
                margin: 0;
                padding: 0;
                text-align: center;
                position: absolute;
                top: 40%;
                left: 35%;
                transform: translateX(-50%) translateY(-50%);
            }
        }
        /*CONTENIDO FOTO INSPECCION SLIDER*/
        
        .fondo-inspeccion {
            background-image: url(https://qcagrez.com/qcagrez/public/img/inspeccion-3.jpeg);
            height: 50vh;
            width: 100%;
            text-align: center;
            background-size: cover;
            background-size: center;
            background-repeat: no-repeat;
            position: relative;
        }
        
        .fondo-inspeccion:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        .empresa {
            width: 100%;
            background: linear-gradient(to bottom right, rgba(238, 238, 238, 0.5) 50%, white 50%);
        }
        /*REPORTES DIGITALES*/
        
        .img-RDigital {
            width: 70%;
            height: 400px;
        }
        
        @media(max-width: 858px) {
            .img-RDigital {
                width: 100%;
                height: 350px;
            }
        }
        
        @media(max-width: 920px) {
            .img-RDigital {
                width: 100%;
                height: 350px;
            }
        }
        
        .fondo-reportes {
            width: 100%;
            background: linear-gradient(0deg, #350858 70%, white 30%);
        }
        /*DIGITAL QC AGREZ*/
        
        .img-digitalqc {
            width: 65%;
            height: 490px;
        }
        
        @media(max-width: 620px) {
            .img-digitalqc {
                width: 100%;
                height: 500px;
            }
        }
        /*FRANJA-NOSOTROS*/
        
        .franja-nosotros {
            background-image: url(https://qcagrez.com/qcagrez/public/img/web/arandanos-2.jpeg);
            width: 100%;
            text-align: center;
            background-size: cover;
            background-size: center;
            background-repeat: no-repeat;
            position: relative;
            background-attachment: fixed;
        }
        
        .franja-nosotros:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        .title-nosotros {
            font-family: 'Open Sans';
            font-size: 55px;
            color: white;
            position: absolute;
        }
        
        .tarjetas-presentacion {
            width: 100%;
            background: linear-gradient(0deg, white 80%, #182547 20%);
        }
        /*TRABAJA CON NOSOTROS*/
        
        .postulaciones {
            background-image: url(https://qcagrez.com/qcagrez/public/img/frutas.jpg);
            width: 100%;
            height: 25vh;
            text-align: center;
            background-size: cover;
            background-size: center;
            background-repeat: no-repeat;
            position: relative;
            background-attachment: fixed;
        }
        
        .postulaciones:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        .titulo-postulaciones {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 50px;
            color: white;
        }
        
        @media(max-width: 858px) {
            .titulo-postulaciones {
                font-family: 'Bebas Neue', sans-serif;
                font-size: 40px;
                color: white;
            }
        }
        
        .centrado-postulaciones {
            margin: 0;
            padding: 0;
            text-align: center;
            position: absolute;
            top: 60%;
            left: 22%;
            transform: translateX(-50%) translateY(-50%);
        }
        
        @media(max-width: 858px) {
            .centrado-postulaciones {
                margin: 0;
                padding: 0;
                text-align: center;
                position: absolute;
                top: 60%;
                left: 35%;
                transform: translateX(-50%) translateY(-50%);
            }
        }
        
        .logo-postulaciones {
            height: 60px;
            margin-left: 20px;
            cursor: pointer;
        }
        
        .btn-postular {
            background-color: #293249;
            border-radius: 0%;
            color: white;
        }