@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/DINPro-Bold_13934.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad-Pro-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Myriad_Pro_Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad-Pro-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/MyriadPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'arial-boldMT';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/arial-boldMT.otf') format('opentype');
}

@font-face {
    font-family: 'arial';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Arial.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica-Bold.otf') format('opentype');
}

/**IMPORTANT**/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

img{
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
    height:auto;
}
/**IMPORTANT**/

.section1 {
    padding-top: 60px;
}

.section1 .row {
    padding: 0 5vw;
}

.section1 .imagen {
    height: 60vh;
    background-image: url('https://assets.claro360.com/casoUso-UTC/IMG_01.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
}

.section1 .fondo {
    height: 40vh;
    background-color: #F2F2F2;
}

.section1 .imagen .box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5vh 3vw;
    border-radius: 30px;
    position: absolute;
    top: 70%;
}

.section1 .imagen .box h1 {
    font-family: 'DINPro-Bold';
    font-size: 80px;
    color: #000000;
    text-align: center;
}

.section2 {
    background-color: #F2F2F2;
}

.section2 .encabezado {
    border-top: 5px solid #707070;
    border-bottom: 2px solid #707070;
}

.section2 .titulo {
    padding: 3vh 0;
}

.section2 .estadistica .titulo h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 38px;
    color: #000000;
    text-align: center;
}

.section2 .estadistica .cifra h3 {
    font-size: 236px;
    font-family: 'arial-boldMT';
    color: #000;
    text-align: center;
}

.section2 .datos {
    padding: 3vh 10vw;
}

.section2 .dato {
    padding: 20px 3vw;
}

.section2 .dato h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 38px;
    color: #101010;
    text-align: center;
}

.section2 .dato .box {
    width: 100%;
    background: #D2D1D1 0% 0% no-repeat padding-box;
    box-shadow: 7px 6px 5px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    margin: 5vh 0;
    padding: 2vh 1vw 0 1vw;
    height: 158px;
}

.section2 .dato .box h4,
.section2 .dato .box p {
    text-align: center;
}

.section2 .dato .box h4 {
    font-family: 'arial-boldMT';
    font-size: 56px;
    color: #021521;
}

.section2 .dato .box p {
    font-family: 'arial';
    font-size: 25px;
    color: #021521;
    line-height: 29px;
}

.section2 .dato .utc {
    background: #80C41C 0% 0% no-repeat padding-box;
}

.section2 .dato .sucre {
    background: #FEA621 0% 0% no-repeat padding-box;
}

.section2 .dato .crum {
    background: #0A9598 0% 0% no-repeat padding-box;
}

.section2 .dato .utc,
.section2 .dato .sucre,
.section2 .dato .crum {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.section2 .recuadros {
    padding: 3vh 13vw;
}

.section2 .recuadros .col-6 {
    flex: 0 0 46%;
    max-width: 46%;
}

.section2 .recuadros .recuadro {
    background: #021521 0% 0% no-repeat padding-box;
    box-shadow: 7px 6px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding: 2vh 0;
}

.section2 .recuadros .recuadro h4 {
    font-family: 'arial-boldMT';
    font-size: 67px;
    color: #FFFFFF;
}

.section2 .recuadros .recuadro p {
    font-family: 'arial-boldMT';
    font-size: 24px;
    color: #FFFFFF;
}

.section3 {
    background: #F2F2F2;
    padding: 80px 0;
}

.section3 .textos h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    line-height: 42px;
    color: #8B8B8B;
    margin-bottom: 20px;
}

.section3 .textos p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.section3 .textos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section3 .imagen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4 {
    background-color: #FFFFFF;
    padding: 80px 15vw;
}

.section4 h6 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 64px;
    line-height: 70px;
    color: #000000;
}

.section5 {
    background-color: #FFFFFF;
    padding: 80px 15vw;
}

.section5 .imagen {
    display: flex;
    justify-content: center;
}

.section5 .imagen img {
    margin-bottom: 50px;
}

.section5 .textos {
    padding: 0 10vw;
}

.section5 .textos p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.section5 .textos h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    line-height: 42px;
    color: #8B8B8B;
    text-align: center;
    margin-top: 50px;
}

.section5 hr {
    width: 100%;
    height: 0.5px;
    background-color: #000000;
    margin-top: 100px;
}

.section6 {
    background-color: #FFFFFF;
    padding: 80px 15vw;
}

.section6 .textos h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 42px;
    color: #000000;
    margin-bottom: 30px;
}

.section6 .textos p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    color: #000000;
}

.section7 {
    background-color: #ECECEC;
    padding: 80px 5vw;
}

.section7 .encabezado h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 64px;
    color: #000000;
    line-height: 70px;
    text-align: center;
    margin-bottom: 50px;
}

.section7 .contenido {
    display: flex;
    justify-content: center;
}

.section7 .contenido .imagenes.col-4 {
    max-width: 503px;
}

.section7 .contenido .textosUno,
.section7 .contenido .textosDos {
    max-width: 544px;
}

.section7 .contenido .textosUno h3,
.section7 .contenido .textosDos h3 {
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    color: #021521;
}

.section7 .contenido .textosUno h4,
.section7 .contenido .textosDos h4 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    color: #8B8B8B;
    margin-bottom: 50px;
}

.section7 .contenido .textosUno p,
.section7 .contenido .textosDos p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 17px;
    color: #1D1D1F;
}

.section7 .contenido .imagenes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section7 .contenido .imagenes img {
    z-index: 2;
}

.section7 .contenido .textosUno {
    position: relative;
}

/*** textos seccion7 **/
.section7 .contenido .textosUno .texto-1 {
    position: absolute;
    top: 215px;
    text-align: left;
}

.section7 .contenido .textosDos .texto-2 {
    position: absolute;
    top: 623px;
    text-align: right;
}

.section7 .contenido .textosUno .texto-3 {
    position: absolute;
    top: 1021px;
    text-align: left;
}

.section7 .contenido .textosDos .texto-4 {
    position: absolute;
    top: 1425px;
    text-align: right;
}

.section7 .contenido .textosUno .texto-5 {
    position: absolute;
    top: 1786px;
    text-align: left;
}

.section7 .contenido .textosDos .texto-6 {
    position: absolute;
    top: 2232px;
    text-align: right;
}

.section7 .contenido .textosUno .texto-7 {
    position: absolute;
    top: 2639px;
    text-align: left;
}
/*** fin textos seccion7 **/

/**** seccion 7 resposnsiva ****/
.section7Responsive{
    background-color: #F2F2F2;
    padding: 80px 0;
    display: none;
}

.section7Responsive .encabezado h2{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    margin-bottom: 50px;
}

.section7Responsive .imagen {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 205px;
}

.section7Responsive .imagen .icono {
    position: absolute;
}

.section7Responsive .textos {
    padding: 5vh 0;
}

.section7Responsive .textos h3 {
    font-family: 'Helvetica-Bold';
    font-size: 16px;
    color: #021521;
    padding: 0 5vw;
}

.section7Responsive .textos h4 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    line-height: 30px;
    color: #8B8B8B;
    padding: 0 5vw;
}

.section7Responsive .textos p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #1D1D1F;
    padding: 0 5vw;
}

.section7Responsive .textos img {
    margin-left: 5vw;
    margin-bottom: 15px;
}

/**** seccion 7 resposnsiva ****/

.section8 .imagen {
    height: 100vh;
    background-image: url('https://assets.claro360.com/casoUso-UTC/IMG_05.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.section8 .textos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10vw;
}

.section8 .textos h2 {
    font-family: 'Helvetica-Bold';
    font-size: 64px;
    color: #000000;
    line-height: 70px;
    margin-bottom: 30px;
}

.section8 .textos p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 42px;
    color: #8B8B8B;
    line-height: 50px;
}

.section8 .fondo {
    height: 20vh;
    background-color: #ECECEC;
}

.section7Responsive {
    display: none;
}

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .section2 .estadistica .titulo h2 {
        font-size: 22px;
    }

    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 58%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 47%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box {
        padding: 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 10vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 6vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 6vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section8 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_15_mobile.png');
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }

    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .titulo h2 {
        font-size: 22px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 60%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 46%;
        height: 54px;
        margin: 20px 0;
        padding: 5px 0 0 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 10vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 6vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 6vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 7vw;
    }
    
    .section8 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_15_mobile.png');
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }

    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 66%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 46%;
        height: 54px;
        margin: 20px 0;
        padding: 5px 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 10vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 6vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 6vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 15vw;
    }
    
    .section8 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_15_mobile.png');
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }

    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 79%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }
    
    .section2 .datos {
        padding: 3vh 15vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 37%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box {
        padding: 5px 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 15vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 15vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .textos {
        padding: 0 15vw;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 15vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 15vw;
    }
    
    .section8 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_15_mobile.png');
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }

    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 79%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }
    
    .section2 .datos {
        padding: 3vh 20vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 37%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box {
        padding: 5px 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .section2 .recuadros {
        padding: 3vh 15vw;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 20vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 20vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .textos {
        padding: 0 20vw;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 20vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 20vw;
    }
    
    .section8 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_15_mobile.png');
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .estadistica .titulo h2 {
        font-size: 32px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 150px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        top: 79%;
    }
    
    .section2 .datos {
        padding: 3vh 5vw;
    }
    
    .section2 .dato .box {
        height: 83px;
    }
    
    .section2 .dato .utc,
    .section2 .dato .sucre,
    .section2 .dato .crum {
        padding: 1vh;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros {
        padding: 3vh 9vw;
    }
    
    .section3 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section3 .imagen {
        margin-bottom: 50px;
    }
    
    .section3 .textos {
        padding: 0 20vw;
    }
    
    .section4 {
        padding: 80px 19vw;
    }
    
    .section5 {
        padding: 80px 5vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 80px 19vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 25vw;
    }
    
    .section8 .textos {
        justify-content: flex-start;
        padding: 8vh 0 0 3vw;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .estadistica .titulo h2 {
        font-size: 32px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen .box {
        top: 79%;
    }
    
    .section2 .datos {
        padding: 3vh 5vw;
    }
    
    .section2 .dato .box {
        height: 83px;
    }
    
    .section2 .dato .utc,
    .section2 .dato .sucre,
    .section2 .dato .crum {
        padding: 1vh;
    }
    
    .section2 .recuadros {
        padding: 3vh 9vw;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section3 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section3 .imagen {
        margin-bottom: 50px;
    }
    
    .section3 .textos {
        padding: 0 20vw;
    }
    
    .section4 {
        padding: 80px 19vw;
    }
    
    .section5 {
        padding: 80px 5vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 80px 19vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 25vw;
    }
    
    .section8 .textos {
        justify-content: flex-start;
        padding: 17vh 0 0 3vw;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    /*65px - 15px = 50px*/
    .section1 .imagen .box h1 {
        font-size: 50px;
    }
    
    /*49px - 15px = 49px*/
    .section2 .estadistica .titulo h2 {
        font-size: 32px;
    }
    
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 34px;
        line-height: 40px;
    }
    
    /*30px - 8px = 22px*/
    .section2 .dato h3 {
        font-size: 22px;
    }
    
    /*41px - 15px = 26px*/
    .section2 .dato .box h4 {
        font-size: 26px;
    }
    
    /*20px - 5px = 15px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 15px;
        line-height: 19px;
    }
    
    /*32px*/
    .section3 .textos h2,
    .section5 .textos h2,
    .section6 .textos p {
        font-size: 28px;
        line-height: 37px;
    }
    
    /*17px*/
    .section3 .textos p,
    .section5 .textos p {
        font-size: 16px;
        line-height: 22px;
    }
    
    /*42px - 8px = 35px*/
    .section6 .textos h3,
    .section8 .textos p {
        font-size: 30px;
        line-height: 38px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /** ***/
    .section1 .imagen .box {
        top: 78%;
    }

    .section2 .dato .box {
        padding: 1vh 1vw 0 1vw;
        height: 101px;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
     .section3 .textos {
        padding-right: 5vw;
    }
    
    .section3 .imagen img {
        width: 90%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }

    .section7 {
        padding: 80px 1vw 200px 1vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 288px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 428px;
    }
    
    .section7 .contenido .textosUno {
        padding-left: 0;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 973px;
        height: 1798px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 91px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 390px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 621px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 916px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1143px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1412px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1715px;
    }
    
    .section8 .textos {
        justify-content: flex-start;
        padding: 17vh 0 0 6vw;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    /*65px - 15px = 50px*/
    .section1 .imagen .box h1 {
        font-size: 50px;
    }
    
    /*49px - 15px = 49px*/
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 34px;
        line-height: 40px;
    }
    
    /*30px - 8px = 22px*/
    .section2 .dato h3 {
        font-size: 22px;
    }
    
    /*41px - 15px = 26px*/
    .section2 .dato .box h4 {
        font-size: 26px;
    }
    
    /*20px - 5px = 15px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 15px;
        line-height: 19px;
    }
    
    /*32px*/
    .section3 .textos h2,
    .section5 .textos h2,
    .section6 .textos p {
        font-size: 28px;
        line-height: 37px;
    }
    
    /*17px*/
    .section3 .textos p,
    .section5 .textos p {
        font-size: 16px;
        line-height: 22px;
    }
    
    /*42px - 8px = 35px*/
    .section6 .textos h3,
    .section8 .textos p {
        font-size: 30px;
        line-height: 38px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /** ***/
    .section1 .imagen .box {
        top: 78%;
    }
    
    .section2 .dato .box {
        padding: 1vh 1vw 0 1vw;
        height: 101px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
     .section3 .textos {
        padding-right: 5vw;
    }
    
    .section3 .imagen img {
        width: 90%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }

    .section7 {
        padding: 80px 1vw 200px 1vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 322px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 330px;
    }
    
    .section7 .contenido .textosUno {
        padding-left: 0;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 1052px;
        height: 1863px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 98px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 409px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 647px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 955px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1191px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1471px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1777px;
    }
    
    .section8 .textos {
        justify-content: flex-start;
        padding: 17vh 0 0 6vw;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    /*80px - 15px = 65px*/
    .section1 .imagen .box h1 {
        font-size: 65px;
    }
    
    /*64px - 15px = 49px*/
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 49px;
        line-height: 55px;
    }
    
    /*38px - 8px = 30px*/
    .section2 .dato h3 {
        font-size: 30px;
    }
    
    /*56px - 15px = 30px*/
    .section2 .dato .box h4 {
        font-size: 41px;
    }
    
    /*25px - 5px = 20px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 20px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /*42px - 8px = 35px*/
    .section8 .textos p {
        font-size: 35px;
        line-height: 43px;
    }
    
    /** ***/
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        top: 78%;
    }
    
    .section2 .dato .box {
        padding: 10px 1vw 0 1vw;
        height: 140px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
    .section3 .textos {
        padding-right: 10vw;
    }
    
    .section3 .imagen img {
        width: 100%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }
    
    .section7 {
        padding-bottom: 200px;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 358px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 428px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 1108px;
        height: 1995px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 114px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 442px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 700px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 1026px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1284px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1578px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1908px;
    }
    
    .section8 .textos {
        justify-content: flex-start;
        padding: 17vh 0 0 6vw;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section1 .imagen .box h1 {
        font-size: 35px;
    }
    
    .section2 .titulo h2{
        font-size: 22px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        height: 70vh;
    }
    
    .section1 .fondo {
        height: 50vh;
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 45%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 46%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box {
        padding: 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 10vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 6vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 6vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 10vw;
    }
    
    .section8 .imagen {
        height: auto;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section1 .imagen .box h1 {
        font-size: 35px;
    }
    
    .section2 .titulo h2 {
        font-size: 22px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        height: 70vh;
    }
    
    .section1 .fondo {
        height: 50vh;
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 52%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 46%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box {
        padding: 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .section2 .recuadros .recuadro {
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 15vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 15vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section5 .textos {
        padding: 0 15vw;
    }
    
    .section6 {
        padding: 60px 15vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 15vw;
    }
    
    .section8 .imagen {
        height: auto;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .titulo h2 {
        font-size: 22px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 55%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }
    
    .section2 .datos {
        padding: 3vh 20vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 37%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
    }
    
    .section2 .recuadros .recuadro {
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 20vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 20vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .textos {
        padding: 0 20vw;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 20vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 15vw;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 100px;
    }
    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen {
        background-image: url('https://assets.claro360.com/casoUso-UTC/Responsive/IMG_01_mobile.png');
    }
    
    .section1 .imagen .box {
        width: 90%;
        top: 63%;
    }
    
    .section2 .titulo {
        padding: 3vh 5vw;
    }
    
    .section2 .datos {
        padding: 3vh 20vw;
    }

    .section2 .dato .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .section2 .dato .box {
        width: 37%;
        height: 54px;
        margin: 20px 0;
    }
    
    .section2 .dato .box,
    .section2 .recuadros .recuadro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
    }
    
    .section2 .recuadros {
        padding: 3vh 15vw;
    }
    
    .section2 .recuadros .recuadro {
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .section3 .textos {
        padding: 0 20vw;
    }
    
    .section3 .imagen img {
        margin-bottom: 30px;
    }
    
    .section4 {
        padding: 60px 20vw;
    }
    
    .section5 {
        padding: 60px 0;
    }
    
    .section5 .textos {
        padding: 0 20vw;
    }
    
    .section5 .imagen {
        padding: 0;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding: 60px 20vw;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 20vw;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 150px;
    }

    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
        line-height: 13px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen .box {
        top: 79%;
    }
    
    .section2 .datos {
        padding: 3vh 5vw;
    }
    
    .section2 .datos {
        padding: 3vh 5vw;
    }
    
    .section2 .dato .box {
        height: 69px;
        padding: 2vh 3vw 0 3vw;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section3 .imagen img {
        width: 100%;
    }
    
    .section5 {
        padding: 80px 5vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 25vw;
    }
    
    .section8 .textos {
        padding: 0 0 0 3vw;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section1 .imagen .box h1 {
        font-size: 40px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 150px;
    }
    
    .section2 .titulo h2,
    .section6 .textos h3 {
        font-size: 28px;
    }
    
    .section2 .dato h3 {
        font-size: 16px;
        text-align: left;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section3 .textos h2,
    .section5 .textos h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 9px;
    }
    
    .section2 .dato .box h4,
    .section2 .recuadros .recuadro h4,
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        margin: 0;
    }
    
    .section2 .recuadros .recuadro h4,
    .section2 .recuadros .recuadro p {
        text-align: center;
    }
    
    .section3 .textos p,
    .section5 .textos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .textos h2 {
        text-align: left;
        line-height: 26px;
    }
    
    .section6 .textos p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .section8 .textos p {
        font-size: 26px;
        line-height: 28px;
    }
    
    /******* *******/
    
    .section1 .imagen .box {
        top: 80%;
    }
    
    .section2 .datos {
        padding: 3vh 5vw;
    }
    
    .section2 .dato .box {
        height: 83px;
    }
    
    .section2 .dato .utc,
    .section2 .dato .sucre,
    .section2 .dato .crum {
        padding: 1vh;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros {
        padding: 3vh 9vw;
    }
    
    .section3 .imagen img {
        width: 100%;
    }
    
    .section5 {
        padding: 80px 5vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section7Responsive {
        display: block;
    }
    
    .section7Web {
        display: none;
    }
    
    .section7Responsive .textos h3,
    .section7Responsive .textos h4,
    .section7Responsive .textos p {
        padding: 0 25vw;
    }
    
    .section8 .textos {
        padding: 0 0 0 3vw;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    /*65px - 15px = 50px*/
    .section1 .imagen .box h1 {
        font-size: 50px;
    }
    
    
    /*49px - 15px = 49px*/
    .section2 .titulo h2,
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 34px;
        line-height: 40px;
    }
    
    /*30px - 8px = 22px*/
    .section2 .dato h3 {
        font-size: 22px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 150px;
    }
    
    /*41px - 15px = 26px*/
    .section2 .dato .box h4 {
        font-size: 26px;
    }
    
    /*20px - 5px = 15px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 15px;
        line-height: 19px;
    }
    
    /*32px*/
    .section3 .textos h2,
    .section5 .textos h2,
    .section6 .textos p {
        font-size: 28px;
        line-height: 37px;
    }
    
    /*17px*/
    .section3 .textos p,
    .section5 .textos p {
        font-size: 16px;
        line-height: 22px;
    }
    
    /*42px - 8px = 35px*/
    .section6 .textos h3,
    .section8 .textos p {
        font-size: 30px;
        line-height: 38px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /** ***/
    .section1 .imagen .box {
        top: 63%;
    }
    
    .section2 .dato .box {
        padding: 1vh 1vw 0 1vw;
        height: 101px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
     .section3 .textos {
        padding-right: 5vw;
    }
    
    .section3 .imagen img {
        width: 90%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }

    .section7 {
        padding: 80px 1vw 200px 1vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 288px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 428px;
    }
    
    .section7 .contenido .textosUno {
        padding-left: 0;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 973px;
        height: 1798px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 91px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 390px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 621px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 916px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1143px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1412px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1715px;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    /*65px - 15px = 50px*/
    .section1 .imagen .box h1 {
        font-size: 50px;
    }
    
    /*49px - 15px = 49px*/
    .section2 .titulo h2,
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 34px;
        line-height: 40px;
    }
    
    /*30px - 8px = 22px*/
    .section2 .dato h3 {
        font-size: 22px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 180px;
    }
    
    /*41px - 15px = 26px*/
    .section2 .dato .box h4 {
        font-size: 26px;
    }
    
    /*20px - 5px = 15px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 15px;
        line-height: 19px;
    }
    
    /*32px*/
    .section3 .textos h2,
    .section5 .textos h2,
    .section6 .textos p {
        font-size: 28px;
        line-height: 37px;
    }
    
    /*17px*/
    .section3 .textos p,
    .section5 .textos p {
        font-size: 16px;
        line-height: 22px;
    }
    
    /*42px - 8px = 35px*/
    .section6 .textos h3,
    .section8 .textos p {
        font-size: 30px;
        line-height: 38px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /** ***/
    .section1 .imagen .box {
        top: 66%;
    }
    
    .section2 .dato .box {
        padding: 1vh 1vw 0 1vw;
        height: 101px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
     .section3 .textos {
        padding-right: 5vw;
    }
    
    .section3 .imagen img {
        width: 90%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }

    .section7 {
        padding: 80px 1vw 200px 1vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 322px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 330px;
    }
    
    .section7 .contenido .textosUno {
        padding-left: 0;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 1052px;
        height: 1863px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 98px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 409px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 647px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 955px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1191px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1471px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1777px;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    /*80px - 15px = 65px*/
    .section1 .imagen .box h1 {
        font-size: 65px;
    }
    
    /*64px - 15px = 49px*/
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 49px;
        line-height: 55px;
    }
    
    /*38px - 8px = 30px*/
    .section2 .dato h3 {
        font-size: 30px;
    }
    
    .section2 .estadistica .cifra h3 {
        font-size: 180px;
    }
    
    /*56px - 15px = 30px*/
    .section2 .dato .box h4 {
        font-size: 41px;
    }
    
    /*25px - 5px = 20px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 20px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        font-size: 28px;
    }
    
    .section7 .contenido .textosUno h3,
    .section7 .contenido .textosDos h3 {
        font-size: 16px;
    }
    
    .section7 .contenido .textosUno p,
    .section7 .contenido .textosDos p {
        font-size: 12px;
    }
    
    /*42px - 8px = 35px*/
    .section8 .textos p {
        font-size: 35px;
        line-height: 43px;
    }
    
    /** ***/
    .section1 .imagen .box {
        top: 62%;
    }
    
    .section2 .dato .box {
        padding: 10px 1vw 0 1vw;
        height: 140px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
    .section3 .textos {
        padding-right: 10vw;
    }
    
    .section3 .imagen img {
        width: 100%;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section5 {
        padding: 80px 10vw;
    }
    
    .section5 .imagen img {
        width: 100%;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }
    
    .section7 {
        padding-bottom: 200px;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 358px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 428px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 1108px;
        height: 1995px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 114px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 442px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 700px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 1026px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1284px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1578px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 1908px;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1899px) and (orientation : landscape){
    /*80px - 15px = 65px*/
    .section1 .imagen .box h1 {
        font-size: 65px;
    }
    
    /*64px - 15px = 49px*/
    .section2 .recuadros .recuadro h4,
    .section4 h6,
    .section7 .encabezado h2,
    .section8 .textos h2 {
        font-size: 49px;
        line-height: 55px;
    }
    
    /*38px - 8px = 30px*/
    .section2 .dato h3 {
        font-size: 30px;
    }
    
    /*56px - 15px = 30px*/
    .section2 .dato .box h4 {
        font-size: 41px;
    }
    
    /*25px - 5px = 20px*/
    .section2 .dato .box p,
    .section2 .recuadros .recuadro p {
        font-size: 20px;
    }
    
    /*42px - 8px = 35px*/
    .section8 .textos p {
        font-size: 35px;
        line-height: 43px;
    }
    
    .section2 .dato .box {
        padding: 10px 1vw 0 1vw;
        height: 143px;
    }
    
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section2 .recuadros .recuadro {
        padding: 2vh 2vw;
    }
    
    .section2 .recuadros .recuadro h4 {
        margin-right: 2vw;
    }
    
    .section3 .textos {
        padding-right: 15vw;
    }
    
    .section4 {
        padding: 80px 25vw;
    }
    
    .section6 {
        padding-left: 25vw;
        padding-right: 25vw;
    }
    
    .section7 {
        padding-bottom: 200px;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 50px;
    }
    
    .section7 .contenido .imagenes.col-4 {
        max-width: 400px;
    }
    
    .section7 .contenido .textosUno,
    .section7 .contenido .textosDos {
        max-width: 428px;
    }
    
    .section7 .contenido .textosUno h4,
    .section7 .contenido .textosDos h4 {
        margin-bottom: 30px;
    }

    .section7 .contenido .imagenes img {
        width: 1304px;
        height: 2268px;
    }
    
    .section7 .contenido .textosUno .textos,
    .section7 .contenido .textosDos .textos {
        z-index: 3;
    }
    
    .section7 .contenido .textosUno p, .section7 .contenido .textosDos p {
        font-size: 15px;
    }
    
    .section7 .contenido .textosUno .texto-1 {
        top: 132px;
    }
    
    .section7 .contenido .textosDos .texto-2 {
        top: 503px;
    }
    
    .section7 .contenido .textosUno .texto-3 {
        top: 796px;
    }
    
    .section7 .contenido .textosDos .texto-4 {
        top: 1167px;
    }
    
    .section7 .contenido .textosUno .texto-5 {
        top: 1462px;
    }
    
    .section7 .contenido .textosDos .texto-6 {
        top: 1800px;
    }
    
    .section7 .contenido .textosUno .texto-7 {
        top: 2170px;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 42%;
        max-width: 42%;
    }
    
    .section3 {
        padding: 120px 0;
    }

    .section3 .textos {
        padding-right: 24vw;
    }
    
    .section4 {
        display: flex;
        justify-content: center;
    }
    
    .section4 .row {
        width: 824px;
        height: 666px;
    }
    
    .section5 hr {
        margin-top: 200px;
    }
    
    .section6 {
        display: flex;
        justify-content: center;
    }
    
    .section6 .row {
        width: 824px;
        height: 666px;
    }
    
    .section7 {
        padding-bottom: 200px;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section3 {
        padding: 120px 0;
    }
    
    .section3 .textos {
        padding-right: 24vw;
    }
    
    .section4 {
        padding: 120px 30vw 80px 30vw;
    }
    
    .section5 .imagen img {
        margin-bottom: 100px;
    }
    
    .section5 hr {
        margin-top: 150px;
    }
    
    .section6 {
        padding: 80px 30vw 120px 30vw;
    }
    
    .section7 {
        padding: 120px 5vw 270px 5vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
   .section2 .recuadros .rectangulo.col-md-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section3 {
        padding: 120px 0;
    }
    
    .section3 .textos {
        padding: 0 15vw 0 10vw;
    }
    
    .section3 .imagen {
        justify-content: flex-end;
    }
    
    .section3 .imagen img {
        width: 848px;
        height: 848px;
    }
    
    .section4 {
        padding: 120px 30vw;
    }
    
    .section5 {
        padding: 200px 20vw 120px 20vw;
    }
    
    .section5 .imagen img {
        margin-bottom: 150px;
    }
    
    .section5 .textos h2 {
        margin-top: 100px;
    }
    
    .section5 hr {
        margin-top: 200px;
    }
    
    .section6 {
        padding: 120px 30vw 200px 30vw;
    }
    
    .section7 {
        padding: 120px 5vw 270px 5vw;
    }
    
    .section7 .encabezado h2 {
        margin-bottom: 100px;
    }  
}