@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');
}

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+           */
}

.section1 {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.section1 video{
    width: 100%;
    min-height: auto;
    object-fit: cover;
    transform: none;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.section1,
.contenido2,
.section3,
.section5,
.section7,
.section8,
.section15,
.contenido7,
.contenido11 {
    background-color: #000000 !important;
}

.section10,
.section11,
.section13,
.section14,
.contenido12 {
    background-color: #2B2A2A !important;
}

.section1 .titulo h1,
.contenido2 .texto p,
.section3 .textos h2,
.section3 .textos p,
.section5 .titulos h2,
.section5 .textos h2,
.section5 .textos p,
.section7 .textos h2,
.section7 .textos p,
.section8 .titulos h2,
.section8 .textos h2,
.section8 .textos p,
.section10 .textos h2,
.section10 .textos p,
.section11 .encabezado .titulos h2,
.section11 .contenido .textos h2,
.section11 .contenido .textos p,
.section13 .contenido .textos h2,
.section13 .contenido .textos p,
.section14 .titulos h2,
.section14 .textos h2,
.section14 .textos p,
.section15 .titulos div h2,
.section15 .titulos div h3,
.section15 .contenido .textos h2,
.section15 .contenido .textos p,
.contenido7 .tarjetas h2,
.contenido7 .tarjetas .row .texto p,
.contenido11 .tarjeta .card .card-body p {
    color: #FFFFFF !important;
}

.section3 {
    padding: 40px 0;
}

.section3 .textos h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
}

.section3 .textos p {
    font-family: 'DINPro-Bold';
    font-size: 64px;
}

.contenido6 {
   background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Grupo_4745.png');
}

.section6 {
    background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Grupo_4743.png');
}

.section9 {
    background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Grupo_4741.png');
}

.section12 {
    background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Grupo_4738.png');
}

.section13.imagen {
    padding: 40px 0;
}

.contenido7 .tarjetas,
.contenido11 .tarjeta .card .card-body {
    background-color: #2B2A2A;
}

.contenido7 .tarjetas .row .texto h3 {
    color: #FFF;
    padding-bottom: 5vh;
}
.contenido7 p{
    padding-bottom: 0;
}

.section11 .encabezado {
    width: 100%;
    height: auto;
    background-color: #2B2A2A;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.section11 .encabezado video{
    width: 100%;
    min-height: auto;
    object-fit: cover;
    transform: none;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.contenido11 .tarjeta .card {
    border: none;
}

.contenido11 .tarjeta .card .imgCard{
    background-color: #9D9C9C;
}

.contenido11 .tarjeta .card .imgCard img,
.contenido11 .cajaTarjetas .tarjeta:nth-child(2) img {
    object-fit: contain;
}

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section6 .titulos h2,
    .section9 .titulos h2,
    .section12 .titulos h2 {
        font-size: 26px;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .textos h2 {
        font-size: 16px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 43px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
        margin-top: 30px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section6 .titulos h2,
    .section9 .titulos h2,
    .section12 .titulos h2 {
        font-size: 26px;
    }

    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .textos h2 {
        font-size: 16px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-content: flex-start; 
    }
    
    .section15 .contenido .imagen img {
        width: auto;
        height: auto;
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 {
        padding: 0 0 5% 0;
    }
    
    .contenido7  .img {
        padding: 0 5%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 16px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;  
    }
    
    .section5 .contenido .imagen img {
        width: 65%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
        margin-top: 30px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 {
        padding: 0 0 5% 0;
    }
    
    .contenido7  .img {
        padding: 0 5%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 16px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;  
    }
    
    .section5 .contenido .imagen img {
        width: 50%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen img {
        width: 80%;
    }
    
    .section8 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 80%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 80%;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 70%;
        height: auto;
    }
    
    .section15 .contenido .imagen img {
        width: 65%;
        margin-bottom: 0;
        margin-top: 30px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .tarjeta1 {
        padding: 0 0 5% 0;
    }
    
    .contenido7 .tarjeta1 .img {
        padding: 0 5%;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 20px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;  
    }
    
    .section5 .contenido .imagen img {
        width: 50%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen img {
        width: 80%;
    }
    
    .section8 .textos {
        padding: 0 5%;
    }
    
    .section8 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 80%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 80%;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 70%;
        height: auto;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 65%;
        margin-bottom: 0;
        margin-top: 30px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .tarjeta1 {
        padding: 0 0 5% 0;
    }
    
    .contenido7 .tarjeta1 .img {
        padding: 0 5%;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: center;
    }
    
    .section3 .textos h2 {
        font-size: 20px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;  
    }
    
    .section5 .contenido .imagen img {
        width: 316px;;
        height: 535px;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        justify-content: flex-start;
    }
    
    .section7 .imagen img {
        width: 80%;
    }
    
    .section8 .imagen img {
        width: 80%;
        height: auto;
    }
    
    .section8 .textos {
        padding: 0 10%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section11 .contenido .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section11 .contenido .textos {
        padding: 0 10%;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido {
        flex-direction: row-reverse;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 80%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
        height: auto;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .textos {
        order: 3;
        padding: 0 10%;
    }
    
    .section14 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen img {
        width: 80%;
        height: auto;
        margin-bottom: 50px;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .tarjetas {
        padding: 0 0 5% 0;
    }
    
    .contenido7 .tarjeta1 .img {
        padding: 0 5%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: center;
    }
    
    .section3 .textos h2 {
        font-size: 25px;
    }
    
    .section3 .textos p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;  
    }
    
    .section5 .contenido .imagen img {
        width: 338px;
        height: 556px;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        justify-content: flex-start;
    }
    
    .section7 .imagen img {
        width: 80%;
    }
    
    .section8 .textos {
        padding: 0 10%;
    }
    
    .section8 .imagen img {
        width: 80%;
        height: auto;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .section11 .contenido .textos {
        padding: 0 10%;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido {
        flex-direction: row-reverse;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 80%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .textos {
        order: 3;
        padding: 0 10%;
    }
    
    .section14 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen img {
        width: 80%;
        height: auto;
        margin-bottom: 50px;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        margin-bottom: 0;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .tarjetas {
        padding: 0 0 5% 0;
    }
    
    .contenido7 .tarjeta1 .img {
        padding: 0 5%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        margin-bottom: 20px;
    }
    
    .section3 .textos p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;  
    }
    
    .section5 .contenido .imagen img {
        width: 100%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 5%;
    }
    
    .section7 .imagen img {
        width: 100%;
    }
    
    .section8 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100% !important;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido {
        flex-direction: row-reverse;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .imagen img {
        width: 100%;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 100%;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 90%;
    }
    
    .contenido7 .tarjeta1 .row .texto h3,
    .contenido7 .tarjeta1 .row .texto p {
        text-align: left !important;
    }
    
    .contenido7 .otraTarjeta .row .texto h2 {
        text-align: center !important;
    }
    
    .contenido7 .tarjetas {
        padding: 0 0 5% 0;
    }
    
    .contenido7 .tarjeta1 .img {
        padding: 0 5%;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section1 {
        height: auto !important;
        padding-top: 110px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding-top: 110px;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section3 .textos p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;  
    }
    
    .section5 .contenido .imagen img {
        width: 100%;
    }
    
    .section5 .contenido .textos {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 5%;
    }
    
    .section7 .imagen img {
        width: 100%;
    }
    
    .section8 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100% !important;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido {
        flex-direction: row-reverse;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .imagen img {
        width: 100%;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 100%;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 80%;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section1 {
        height: auto !important;
        padding-top: 110px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding-top: 110px;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        margin-bottom: 40px;
    }
    
    .section3 .textos p {
        line-height: 70px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;  
    }
    
    .section5 .contenido .imagen img {
        width: 100%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 5%;
    }
    
    .section7 .imagen img {
        width: 100%;
    }
    
    .section8 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 80%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado,
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen {
        display: flex;
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100% !important;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .row,
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .textos {
        padding: 0 10%;
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido {
        flex-direction: row-reverse;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start; 
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .row,
    .section14 .imagen {
        padding: 0;
    }
    
    .section14 .titulos,
    .section14 .textos{
        padding: 0 10%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section14 .imagen img {
        width: 100%;
    }
    
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section15 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;    
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 80%;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section1 {
        padding-top: 0px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0 !important;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .contenido6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_03_Mobile.png');
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
        width: 45%;
    }
    
    .section6 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_05_Mobile.png');
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section8 .imagen img {
        width: 90%;
    }
    
    .section9 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_08_Mobile.png');
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section12 {
        background-image: url('https://assets.claro360.com/Gobierno/monitoreoUnidadesElementos/Responsive/IMG_12_Mobile.png');
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 50%;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
    
    .contenido12 {
        margin: 0;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
        width: 45%;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section8 .imagen img {
        width: 90%;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 50%;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
        width: 45%;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 90%;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 50%;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section5 .contenido .imagen img {
        margin-bottom: 30px;
        width: 35%;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 90%;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido {
        flex-direction: column-reverse;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .titulo {
        order: 1;
    }
    
    .section14 .imagen {
        order: 2;
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .textos {
        order: 3;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 50%;
    }
    
    .section15 .contenido .imagen img {
        margin-bottom: 0;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 90%;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .imagen {
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 100%;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section1 {
        padding-top: 0px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .row {
        flex-direction: column-reverse;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        font-size: 18px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section5 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 70%;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
    
    .section10 .imagen {
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .imagen {
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 100%;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 50%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 30%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section1 {
        padding-top: 100px;
    }

    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section1 .titulo h1 {
        margin-top: 0px;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .section3 .textos p {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section5 .contenido .imagen img {
        width: 84%;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section8 .imagen img {
        width: 70% !important;
    }
    
    .section8 .textos {
        padding: 0 5vw;
    }
    
    .section10 .imagen {
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100% !important;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .imagen {
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 100%;
    }
    
    .section15 .contenido .imagen img {
        width: 80%;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 65%;
        margin-bottom: 10px;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 80%;
        margin-bottom: 10px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section1 {
        height: auto !important;
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .section3 .textos p {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido .textos {
        padding-bottom: 80px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section5 .contenido .imagen img {
        width: 70%;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section7 .imagen img {
        width: 90%;
        height: auto;
    }
    
    .section8 .imagen img {
        width: 70% !important;
    }
    
    .section10 .imagen {
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 90% !important;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .textos {
        padding-top: 0px;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section13 .contenido .imagen img {
        width: 75%;
    }
    
    .section13 .imagenes .imagen img {
        width: 80%;
    }
    
    .section14 .imagen {
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 100%;
    }
    
    .section15 .contenido .imagen img {
        width: 80%;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 65% !important;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 65% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section1 {
        height: auto !important;
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
    }
    
    .section1 .imagen img {
        width: 100%;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .textos h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .section3 .textos p {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido .textos {
        padding-bottom: 80px;
    }
    
    .section5 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section5 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .section7 .row,
    .section7 .imagen {
        padding: 0;
    }
    
    .section7 .textos {
        padding: 0 10%;
    }
    
    .section7 .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section7 .imagen img {
        width: 90%;
        height: auto;
    }
    
    .section8 .imagen img {
        width: 70% !important;
    }
    
    .section10 .imagen {
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
    }
    
    .section11 .encabezado,
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen {
        align-items: center;
    }
    
    .section11 .contenido .imagen img {
        width: 100% !important;
        height: auto;
    }
    
    .section13 .contenido,
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .textos {
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .imagen {
        padding: 0;
    }
    
    .section13 .contenido .textos {
        padding-top: 0px;
    }
    
    .section13 .contenido .imagen {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .imagen img {
        width: 75%;
        height: auto;
    }
    
    .section14 .row,
    .section14 .imagen {
        padding: 0;
    }
    
    .section14 .titulos,
    .section14 .textos{
        padding: 0 10%;
    }
    
    .section14 .titulos h3 {
        margin-bottom: 30px;
    }
    
    .section14 .imagen {
        padding: 0;
        justify-content: flex-end;
    }
    
    .section14 .imagen img {
        margin: 30px 0;
        width: 100%;
        height: auto;
    }
    
    .section15 .contenido .imagen img {
        width: 80%;
        height: auto;
    }
    
    .contenido7 .tarjeta1 .row .img img {
        width: 65% !important;
        height: auto;
    }
    
    .contenido7 .otraTarjeta .row .img {
        display: flex;
        justify-content: center;
        align-content: flex-start;
    }
    
    .contenido7 .otraTarjeta .row .img img {
        width: 70% !important;
    }
}
/*********************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){
    .section1 {
        height: auto !important;
        padding-top: 110px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
        margin-bottom: 100px;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .imagen  {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section11 .encabezado .imagen,
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section3 .imagen img {
        width: 58% !important;
        height: auto !important;
    }
    
    .section3 .textos {
        padding-right: 3vw;
    }
    
    .section3 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section3 .textos p {
        font-size: 50px;
        line-height: 54px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido {
        padding: 0;
    }
    
    .section5 .contenido .textos {
        padding-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section5 .contenido .imagen {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .section5 .contenido .imagen img {
        width: 70%;
        height: auto !important;
    }
    
    .section7 .row {
        padding-left: 0;
    }
    
    .section7 .imagen {
        padding: 0;
    }
    
    .section8 .row .textos {
        padding: 0 13vw;
    }
    
    .section8 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section8 .imagen img {
        width: 80%;
        height: auto;
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section10 .textos {
        padding: 0 12%;
    }
    
    .section11 .row,
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 50%;
        height: auto;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen img {
        width: 80% !important;
        height: auto !important;
    }
    
    .section13 .contenido {
        padding: 0;
    }
    
    .section13 .contenido .textos {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .contenido .imagen {
        padding-left: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section13.imagen {
        padding: 60px 0;
    }
    
    .section13.imagen .imagen img {
        height: auto;
    }
    
    .section11 .contenido .textos,
    .section14 .textos{
        padding: 0 8%;
    }
    
    .section14 .row {
        padding: 0;
    }
    
    .section14 .titulos {
        margin-bottom: 50px; 
    }
    
    .section14 .imagen {
        padding: 0;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .contenido7 .tarjetas h2 {
        padding: 2vh 2vh;
    }
    
    .contenido7 h3,
    .contenido7 p {
        padding-bottom: 30px;
        text-align: center;
    }
    
    .contenido7 .tarjeta1 .texto {
        padding: 0 7vw;
    }
    
    .contenido7 .textoNegrita {
        padding: 0;
        text-align: center;
    }
    
    .contenido7 .otraTarjeta {
        padding: 40px 0;
    }
    
    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .tarjetas .row .texto p {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .contenido7 .otraTarjeta .texto {
        padding: 0 10vw 0 5vw;
    }
    
    .contenido7 .tarjetas .row .img {
        justify-content: center;
    }
    
    .contenido7 .tarjeta1 .row .texto p {
        text-align: center;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section1 {
        height: auto !important;
        padding-top: 110px !important;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
        margin-bottom: 100px;
    }
    
    .contenido2 .row {
        width: 1177px;
    }
    
    .contenido2 .title {
        padding-bottom: 30px !important;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .imagen,
    .section11 .encabezado .imagen,
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section3 .imagen img {
        width: 508px !important;
        height: 1058px !important;
    }
    
    .section3 .textos {
        padding-right: 3vw;
    }
    
    .section3 .textos p {
        line-height: 70px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido {
        padding: 0;
    }
    
    .section5 .titulos h3 {
        padding: 0 22vw;
    }
    
    .section5 .contenido .imagen {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section7 .row {
        padding-left: 0;
    }
    
    .section7 .imagen {
        padding-left: 0;
    }
    
    .section8 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section10 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section10 .textos {
        padding: 0 12%;
    }
    
    .section11 .row {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section11 .contenido .imagen img {
        width: 80% !important;
        height: auto;
    }
    
    .section13 .contenido,
    .section13 .contenido .imagen {
        padding-left: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section13.imagen {
        padding: 60px 0;
    }
    
    .section13 .contenido .textos {
        padding: 0 7vw;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .contenido .textos h2 {
        margin-bottom: 30px;
    }
    
    .section11 .contenido .textos,
    .section14 .textos{
        padding: 0 10%;
    }
    
    .section14 .row {
        padding: 0;
    }
    
    .section14 .titulos {
        margin-bottom: 50px; 
    }
    
    .section14 .imagen {
        padding-right: 0;
    }
    
    .section14 .textos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .contenido7 .tarjetas h2 {
        padding: 2vh 2vh;
    }
    
    .contenido7 h3,
    .contenido7 p {
        padding-bottom: 30px;
        text-align: center;
    }
    
    .contenido7 .tarjeta1 .texto {
        padding: 0 7vw;
    }
    
    .contenido7 .textoNegrita {
        padding: 0;
        text-align: center;
    }
    
    .contenido7 .otraTarjeta {
        padding: 40px 0;
    }
    
    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .tarjetas .row .texto p {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .contenido7 .otraTarjeta .texto {
        padding: 0 10vw 0 5vw;
    }
    
    .contenido7 .tarjetas .row .img {
        justify-content: center;
    }
    
    .contenido7 .tarjeta1 .row .texto p {
        text-align: center;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section1 {
        height: auto !important;
        padding-top: 110px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
        margin-bottom: 100px;
    }
    
    .contenido2 .title {
        padding-bottom: 30px !important;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .imagen,
    .section11 .encabezado .imagen,
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section3 .imagen img {
        width: 508px !important;
        height: 1058px !important;
    }
    
    .section3 .textos {
        padding-right: 8vw;
    }
    
    .section3 .textos p {
        line-height: 70px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido {
        padding: 0;
    }
    
    .section5 .titulos h3 {
        padding: 0 22vw;
    }
    
    .section5 .contenido .imagen {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section7 .row {
        padding-left: 0;
    }
    
    .section7 .imagen {
        padding-left: 0;
    }
    
    .section8 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section8 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start; 
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section10 .textos {
        padding: 0 12%;
    }
    
    .section11 .row {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen img {
        width: 80% !important;
    }
    
    .section13 .contenido,
    .section13 .contenido .imagen {
        padding-left: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13.imagen {
        padding: 60px 0;
    }
    
    .section13 .contenido .textos {
        padding: 0 7vw;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .contenido .textos h2 {
        margin-bottom: 30px;
    }
    
    .section11 .contenido .textos,
    .section14 .textos{
        padding: 0 10%;
    }
    
    .section14 .row {
        padding: 0;
    }
    
    .section14 .titulos {
        margin-bottom: 50px; 
    }
    
    .section14 .imagen {
        padding-right: 0;
    }
    
    .section14 .textos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .contenido7 .tarjetas h2 {
        padding: 2vh 2vh;
    }
    
    .contenido7 h3,
    .contenido7 p {
        padding-bottom: 30px;
        text-align: center;
    }
    
    .contenido7 .tarjeta1 .texto {
        padding: 0 7vw;
    }
    
    .contenido7 .textoNegrita {
        padding: 0;
        text-align: center;
    }
    
    .contenido7 .otraTarjeta {
        padding: 40px 0;
    }
    
    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .tarjetas .row .texto p {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .contenido7 .otraTarjeta .texto {
        padding: 0 10vw 0 5vw;
    }
    
    .contenido7 .tarjetas .row .img {
        justify-content: center;
    }
    
    .contenido7 .tarjeta1 .row .texto p {
        text-align: center;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section1 {
        height: auto !important;
        padding-top: 110px;
    }
    
    .section1 .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section1 .imagen {
        padding: 110px 0 0 0;
    }
    
    .section1 .imagen img {
        width: 100%;
        height: auto;
    }
    
    .section1 .titulo h1 {
        margin-top: 0;
        margin-bottom: 100px;
    }
    
    .contenido2 .title {
        padding-bottom: 30px !important;
    }
    
    .section3 .row {
        justify-content: flex-end;
    }
    
    .section3 .imagen,
    .section11 .encabezado .imagen,
    .section15 .contenido .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section3 .imagen img {
        width: 508px !important;
        height: 1058px !important;
    }
    
    .section3 .textos {
        padding-right: 7vw;
    }
    
    .section3 .textos p {
        line-height: 70px;
    }
    
    .section5 {
        padding-bottom: 0;
    }
    
    .section5 .contenido {
        padding: 0;
    }
    
    .section5 .titulos h3 {
        padding: 0 22vw;
    }
    
    .section5 .contenido .imagen {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section7 .row {
        padding-left: 0;
    }
    
    .section7 .imagen {
        padding-left: 0;
    }
    
    .section7 .textos {
        padding: 0 8vw;
    }
    
    .section7 .imagen {
        justify-content: flex-start;
    }
    
    .section8 .textos h2 {
        margin-bottom: 30px;
    }
    
    .section8 .imagen {
        display: flex;
        justify-content: center;
        align-items: flex-start; 
    }
    
    .section10 .imagen {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .section10 .textos {
        padding: 0 12%;
    }
    
    .section11 .row {
        padding: 0;
    }
    
    .section11 .encabezado .VideoIntersectionPlay {
        padding: 0;
    }
    
    .section11 .encabezado .imagen {
        padding: 0;
    }
    
    .section11 .encabezado .imagen img {
        width: 100%;
    }
    
    .section11 .contenido .imagen img {
        width: auto !important;
        height: auto !important;
    }
    
    .section11 .contenido .textos {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .contenido,
    .section13 .contenido .imagen {
        padding-left: 0;
    }
    
    .section13 .contenido .imagen {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .section13 .contenido .imagen img {
        width: 100%;
    }
    
    .section13.imagen {
        padding: 60px 0;
    }
    
    .section13 .contenido .textos {
        padding: 0 7vw;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .section13 .contenido .textos h2 {
        margin-bottom: 30px;
    }
    
    .section11 .contenido .textos,
    .section14 .textos{
        padding: 0 10%;
    }
    
    .section14 .row {
        padding: 0;
    }
    
    .section14 .titulos {
        margin-bottom: 50px; 
    }
    
    .section14 .imagen {
        padding-right: 0;
    }
    
    .section14 .textos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section15 .contenido .imagen img {
        width: 70%;
        height: auto;
    }
    
    .contenido7 .tarjetas h2 {
        padding: 2vh 2vh;
    }
    
    .contenido7 h3,
    .contenido7 p {
        padding-bottom: 30px;
        text-align: center;
    }
    
    .contenido7 .tarjeta1 .texto {
        padding: 0 7vw;
    }
    
    .contenido7 .textoNegrita {
        padding: 0;
        text-align: center;
    }
    
    .contenido7 .otraTarjeta {
        padding: 40px 0;
    }
    
    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .tarjetas .row .texto p {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .contenido7 .otraTarjeta .texto {
        padding: 0 10vw 0 5vw;
    }
    
    .contenido7 .tarjetas .row .img {
        justify-content: center;
    }
    
    .contenido7 .tarjeta1 .row .texto p {
        text-align: center;
    }
}