@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:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}

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

.section1 video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    top: 0px;
    left: 0%;
    transform: none;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
/**** fin video1 ****/


/**** fin video 2 ****/
.secBeneficiarios{
    width: 100%;
    height: auto !important;
    background-color:#fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: 0px;
}

.secBeneficiarios video{
    width: 100%;
    height: 100vh;
    object-fit: contain;
    position: sticky;
    top: 0px;
    left: 0%;
    transform: none;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.beneficiariosResponsive {
    display: none;
}

.beneficiariosResponsive .animacion {
    width: 100%;
    height: auto !important;
    background-color:#fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top:0px;
}
/**** fin video 2 ****/

.section1 .textos h1 {
    font-family: 'DINPro-Bold';
    font-size: 64px;
    color: #000;
}

.section1.animated .textos,
.section1.animated .animated{
    padding: 0;
}

.contenido2{
    height: auto;
    padding-top: 5vh;
}

.section4 .textos > *{
    width: 100%;
}

.section4 .textos h2 {
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    color: #FF680D;
}

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

.section4 .textos p {
    text-align: left;
    font-family: 'Helvetica-Neue-Light';
    font-size: 17px;
    color: #000000;
}

.negrita {
    font-family: 'Helvetica-Neue-Bold' !important;
}

.section4 .textos a {
    display: block;
    font-size: 17px;
    color: #0E8FD3;
    font-family: 'Helvetica-Neue-Light';
}

.contenido5{
    height: 100vh;
}

.contenido5.fondoGris {
    background-color: #f4f4f4;
}

.contenido5 .texto p {
    font-size: 72px;
    line-height: normal;
}

.section5{
    padding: 40px 0;
}

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

.section5 .titulos h2{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    color: #FF680D;
}

.section5 .titulos h3,
.section5 .textos h3{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    color: #000;
}

.section5 .textos {
    padding: 20px 30%;
}

.section5 .textos p{
    font-size: 17px;
    font-family: 'Helvetica-Neue-Light';
    color: #000;
}

.section5 .textos .negrita {
    font-family: 'Helvetica-Neue-Bold';
}

.section5 a {
    font-size: 17px;
    color: #0E8FD3;
    font-family: 'Helvetica-Neue-Light';
}

.section6 {
    padding: 40px 0;
}

.section6 .textos {
    padding: 0 5% 0 10%;
}

.section6 .textos > *{
    width: 100%;
}

.section6 .textos h2 {
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    color: #FF680D;
}

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

.section6 .textos p {
    font-size: 17px;
    font-family: 'Helvetica-Neue-Light';
    color: #000;
}

.section6 .textos a {
    font-size: 17px;
    color: #0E8FD3;
    font-family: 'Helvetica-Neue-Light';
}

.contenido7 .tarjetas .row .img{
    display: block;
}

.section10 {
    padding: 80px 90px;
}

.section10 .textos h5 {
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    color: #000;
}

.contenido11 .tarjeta .card .card-body p{
    line-height: normal !important;
}

.contenido11 .cajaTarjetas .tarjeta:nth-child(2) img {
    padding: 0;
    object-fit: cover;
}

.contenido12 .cajaTexto2 p {
    padding: 0;
    line-height: normal !important;
}

.contenido12 .caja2 .contenido12Responsive {
    display: none;
}

footer {
    background-color: #F00606;
}

/**++ IMAGENES ****/
.section1 .responsivo .imagenes img,
.contenido2 .imagenes img,
.section4 .imagenes img,
.section5 .imagenes img,
.section6 .imagenes img,
.section9 img,
.contenido7 .tarjetas .row .img img,
.section10 .imagenes img,
.contenido12 .caja2 .contenido12Web {
    height: auto;
}
/**++ FIN DE IMAGENES ****/

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 40px;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 30px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .contenido5 {
        height: auto;
        padding: 60px 20px;
    }

    .contenido5 .texto p {
        font-size: 30px;
    }

    .contenido5 .texto p {
        line-height: 36px;
    }

    .section4 .imagenes img {
        width: 100%;
        margin-bottom: 30px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4,
    .section5 {
        padding: 40px 0;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 28px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 12.5px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 12.5px;
    }

    .section5 .titulos,
    .section5 .imagenes {
        margin-bottom: 0px !important;
    }

    .section5 .titulos h3 {
        margin-bottom: 10px !important;
    }

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

    .section5 .imagenes img{
        margin: 30px 0;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .section10 .textos h5 {
        font-size: 18px;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .row .texto h3 {
        margin-bottom: 20px;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 27vh;
        padding: 15% 10%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 30px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .contenido5 {
        padding: 40px 20px;
        height: auto;
    }

    .contenido5 .texto p {
        font-size: 30px;
    }

    .contenido5 .texto p {
        line-height: 64px;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px;
    }

    .section4 .imagenes img {
        width: 70%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4,
    .section5 {
        padding: 60px 0;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 12.5px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 12.5px;
    }

    .section5 .titulos {
        margin-bottom: 0px !important;
    }

    .section5 .titulos,
    .section5 .imagenes {
        margin-bottom: 0px !important;
    }

    .section5 .titulos h3 {
        margin-bottom: 10px !important;
    }

    .section5 .imagenes img {
        margin: 30px 0;
    }

    .section4 .textos,
    .section5 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
        padding: 0 8vw;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0 0 9%;
    }

    .contenido7 .otraTarjeta .row .texto h3 {
        margin-bottom: 20px;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .section10 .textos h5 {
        font-size: 18px;
    }

    .contenido12 .cajaTexto2 p {
        font-size: 30px;
    }

    .align-content-center {
        align-content: flex-start!important;
    }
    .contenido7 .tarjetas .row .img img {
        max-width: 90%;
    }
    .contenido7 .tarjetas .row .img {
        text-align: center;
    }
    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido11 {
        padding: 10% 3vw 10% 3vw;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 23vh;
        padding: 15% 10%;
    }
    
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 30px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .contenido5 {
        height: auto;
        padding: 20px 40px;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px;
    }

    .section4 .imagenes img {
        width: 75%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section5 {
        padding: 40px 0;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 12.5px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 12.5px;
    }

    .section5 .titulos {
        margin-bottom: 0px !important;
    }

    .section5 .titulos,
    .section5 .imagenes {
        margin-bottom: 0px !important;
    }

    .section5 .imagenes img {
        margin: 30px 0;
    }

    .section5 .titulos h3 {
        margin-bottom: 10px !important;
    }

    .section4 .textos,
    .section5 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 60px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .section10 .textos h5 {
        font-size: 25px;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .row .texto h3 {
        margin-bottom: 20px;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
        padding: 0 8vw;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido11 {
        padding: 10% 5% 10% 5%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 30px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4 .imagenes img {
        width: 65%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section5 {
        padding: 60px 0;
    }

    .contenido5 {
        height: auto;
        padding: 60px 40px;
    }

    .contenido5 .texto p {
        font-size: 35px;
        line-height: 41px !important;
    }

    .contenido5 .texto p {
        line-height: 64px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 15px 0;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 12.5px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 12.5px;
    }

    .section5 .titulos {
        margin-bottom: 0px !important;
    }

    .section5 .titulos,
    .section5 .imagenes {
        margin-bottom: 0px !important;
    }

    .section5 .imagenes img {
        margin: 30px 0;
    }

    .section5 .titulos h3 {
        margin-bottom: 10px !important;
    }

    .section4 .textos,
    .section5 .textos {
        padding: 0 10%;
    }

    .section5,
    .section6 {
        padding: 20px 0;
    }

    .section6 .imagenes {
        display: flex;
        justify-content: center;
    }

    .section6 .imagenes img {
        width: 75%!important;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .section10 .textos h5 {
        font-size: 25px;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto {
        padding: 0 13vw;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .row .texto h3 {
        margin-bottom: 20px;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }

    .contenido2 {
        padding-top: 10vh;
        padding-bottom: 0;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 30px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4 .imagenes img {
        width: 50%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section5 {
        padding: 60px 0;
    }

    .contenido5 {
        height: auto;
        padding: 60px 40px;
    }

    .contenido5 .texto p {
        font-size: 40px;
        line-height: 46px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 60px 0;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 15px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 15px;
    }

    .section4 .textos,
    .section5 .textos {
        padding: 0 10%;
    }

    .section6 .imagenes {
        display: flex;
        justify-content: center;
    }

    .section6 .imagenes img {
        width: 75%!important;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto {
        padding: 0 13vw;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .row .texto h3 {
        margin-bottom: 20px;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }

    .section1 video {
        height: auto;
        margin-top: 110px;
    }

    .contenido2 {
        padding-top: 10vh;
        padding-bottom: 0;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
        margin-top: 50px;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .section4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section4 .imagenes img {
        width: 342px;
        height: 642px;
    }

    .section4 .textos {
        padding: 0 15vw;
    }

    .section4 .textos h2 {
        margin-top: 50px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 60px 0;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 20px;
    }

    .contenido5 {
        height: auto;
        padding: 80px 40px;
    }

    .contenido5 .texto p {
        line-height: 64px;
    }

    .section5 .textos {
        padding: 0 15%;
    }

    .section6 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section6 .textos {
        padding: 0 15vw;
    }

    .section6 .imagenes {
        display: flex;
        align-items: center;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }
    
    .secBeneficiarios .imagenes img {
        margin-bottom: 50px;
    }
    
    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

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

    .contenido7 .tarjetas h2 {
        padding: 0;
    }

    .contenido7 .tarjetas {
        height: 978px;
    }

    .contenido7 .tarjetas .row .img {
        align-items: flex-start;
    }

    .contenido7 .tarjetas .row {
        height: 100%;
    }

    .contenido7 h3,
    .contenido7 .otraTarjeta .texto h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .tarjeta1 .row .texto {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .texto p {
        padding: 0vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
        padding: 0 13vw;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }

    .contenido7 .otraTarjeta .row .texto .textoNegrita,
    .contenido7 .otraTarjeta .row .img img {
        margin-bottom: 2vh;
    }

    .contenido11 {
        padding: 10% 60px 0%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .textos h1 {
        font-size: 56px;
    }
    
    .section1 video{
        height: auto;
        margin-top: 110px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 90%;
    }
    
    .contenido2 {
        padding-top: 10vh;
        padding-bottom: 0;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .contenido2 .texto {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .section4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section4 .imagenes img {
        width: 342px;
        height: 642px;
    }

    .section4 .textos {
        padding: 0 15vw;
    }

    .section4 .textos h2 {
        margin-top: 50px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 30px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 20px;
    }

    .section5 .textos,
    .section6 .textos {
        padding: 0 15%;
    }

    .contenido5 {
        height: auto;
    }

    .contenido5 .texto p {
        line-height: normal;
    }

    .section6 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section6 .textos {
        padding: 0 15vw;
    }

    .section6 .imagenes {
        display: flex;
        align-items: center;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
    }
    
    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section10 {
        padding: 80px 60px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .contenido7 .tarjetas h2 {
        padding: 0;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta .texto h3,
    .contenido7 .otraTarjeta .texto p {
        padding: 1vh 0;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
        padding: 0 13vw;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 4vh;
    }

    .section1 .textos h1 {
        font-size: 60px;
    }
    
    .section1 video{
        height: auto;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }
    
    .contenido2 {
        padding-top: 15%;
        padding-bottom: 0;
    }

    .contenido2 .imagenes {
        margin-top: 0 !important;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .contenido2 .texto {
        padding-bottom: 0px;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .contenido5 {
        padding: 60px;
        height: auto;
    }

    .contenido5 .texto p {
        line-height: 64px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .imagenes img {
        width: 304px;
        height: 600px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 40px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 24px;
    }

    .section5 .textos,
    .section6 .textos {
        padding: 0 5%;
    }

    .section6 .imagenes {
        display: flex;
        align-items: center;
    }

    .section5 .imagenes img {
        width: 80%;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }
    
    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section9 {
        height: 50vh;
    }

    .section10 {
        padding: 80px 60px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 13vw;
    }

    .contenido7 .tarjetas h2 {
        padding: 0;
    }

    .contenido7 h3 {
        padding-bottom: 2vh;
    }

    .contenido7 .textoNegrita {
        padding-top: 0%;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
        display: flex;
        align-items: center;
    }

    .contenido7 .otraTarjeta .row .texto {
        order: 2;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 30vh;
        padding: 18% 10%;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
    }

    .section1 .textos {
        z-index: 2;
        position: absolute;
        bottom: 4vh;
    }

    .section1 .textos h1 {
        display: none;
        font-size: 60px;
    }
    
    .section1 video{
        height: auto;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }
    
    .contenido2 {
        padding-top: 15%;
        padding-bottom: 0;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .contenido5 {
        padding: 60px;
        height: auto;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .imagenes img {
        width: 304px;
        height: 600px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 40px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 24px;
    }

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

    .section5 .imagenes img {
        width: 80%;
    }

    .section5 .textos,
    .section6 .textos {
        padding: 0 5%;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }
    
    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section6 .imagenes {
        display: flex;
        align-items: center;
    }

    .section9 {
        height: 50vh;
    }

    .section10 {
        padding: 80px;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 13vw;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 4vh;
    }

    .section1 .textos h1 {
        font-size: 60px;
    }
    
    .section1 video{
        height: auto;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }
    
    .contenido2 {
        padding-top: 15%;
        padding-bottom: 0;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .contenido5 {
        padding: 60px;
        height: auto;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .imagenes img,
    .section5 .imagenes img {
        width: 75%;
    }

    .section6 .textos {
        padding: 0 5%;
    }

    .section6 .imagenes img {
        width: 670px;
    }
    
    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section9 {
        height: 50vh;
    }

    .section10 .imagenes,
    .section10 .textos {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .section10 .imagenes {
        margin-bottom: 50px;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 13vw;
    }

    .contenido7 h3 {
        padding: 0;
    }

    .contenido7 .textoNegrita {
        padding-top: 0;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido12 {
        margin: 0;
    }

    .contenido12 .caja2 .contenido12Web {
        display: none;
    }

    .contenido12 .caja2 .contenido12Responsive {
        display: block;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5,
    .my-5 {
        margin-bottom: 1rem!important;
    }
    
    .section1 {
        padding-top: 0;
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 30px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }

    .contenidoCartera1 {
        display: none;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }
    
    .section4 .imagenes img {
        width: 50%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 20px 0;
    }
    .contenido5 {
        height: auto;
    }
    .contenido5 .texto p {
        font-size: 20px;
        line-height: 26px !important;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 10px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 10px;
    }

    .section5 .textos,
    .section4 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        max-width: 50% !important;
    }

    .section10 .textos h5 {
        font-size: 16px;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }
    .contenido7 {
        padding-top: 100px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5,
    .my-5 {
        margin-bottom: 1rem!important;
    }
    
    .section1 {
        padding-top: 0;
        height: auto;
        background-image: none;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 30px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 15vh;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }
    
    .section4 {
        padding: 15vh 0;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4 .imagenes img {
        width: 55%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 10vh 0;
    }
    
    .contenido5 {
        height: auto;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px !important;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 10px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 10px;
    }

    .section5 .textos,
    .section4 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        max-width: 50% !important;
    }

    .section10 .textos h5 {
        font-size: 16px;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }
    .contenido7 {
        padding-top: 100px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
    }

    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 100%;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .contenido2 .imagenes img {
        width: 75%;
    }
    
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4 .imagenes img {
        width: 55%;
        margin-bottom: 30px !important;
    }
    
    .section4 {
        padding:  10vh 0;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 10vh 0;
    }

    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 10px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 10px;
    }
    
    .contenido5 {
        height: auto;
        padding: 10vh 20px;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px !important;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

    .section5 .textos,
    .section4 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section6 .imagenes {
        display: flex;
        justify-content: center;
    }

    .section6 .imagenes img {
        width: 75%!important;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .imagenes,
    .section10 .textos {
        max-width: 50% !important;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .section10 .textos h5 {
        font-size: 18px;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }
    .contenido7 {
        padding-top: 100px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
    }

    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes {
        text-align: center;
    }

    .section1 .responsivo .imagenes img {
        width: 60%;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0;
    }

    .contenido2 .imagenes img {
        width: 70%;
    }
    
    
    .section4 {
        padding: 10vh 0;
    }
    .section4 .row {
        flex-direction: column-reverse;
    }

    .section4 .imagenes img {
        width: 55%;
        margin-bottom: 30px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section5,
    .section6 {
        padding: 10vh 0;
    }

    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 10px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 10px;
    }
    
    .contenido5 {
        height: auto;
        padding: 60px 20px;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px !important;
    }

    .contenido5 .texto p {
        line-height: normal;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

    .section6 .imagenes {
        display: flex;
        justify-content: center;
    }

    .section6 .imagenes img {
        width: 75%!important;
    }

    .section5 .textos,
    .section4 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios {
        height: auto !important;
    }
    
    .secBeneficiarios .textos {
        text-align: left;
        padding-top: 40px;
    }

    .beneficiariosWeb {
        display: none;
    }
    
    .beneficiariosResponsive {
        display: flex;
    }
    
    .beneficiariosResponsive .Video {
        order: 2;
    }
    
    .beneficiariosResponsive .texto {
        order: 1;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 60px 20px;
    }

    .section10 .textos h5 {
        font-size: 24px;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }

    .contenido12 {
        padding: 1% 4%;
    }
    .contenido7 {
        padding-top: 100px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .responsivo .imagenes {
        display: flex;
        justify-content: center;
    }

    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .imagenes img {
        width: 90%;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0 !important;
        padding-top: 10vh;
    }

    .contenido2 .imagenes img {
        width: 55%;
    }

    .contenido5 {
        height: auto;
    }

    .contenido5 .texto p {
        font-size: 30px;
        line-height: 36px !important;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4,
    .section5,
    .section6 {
        padding-top: 40px;
        padding-bottom: 40px; 
    }

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

    .section4 .imagenes {
        padding-top: 50px;
    }

    .section4 .imagenes img {
        width: 80%;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 36px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 18px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 10px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 10px;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

    .section5 .textos {
        padding: 0 10%;
    }
    
    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contenido7 .otraTarjeta .img {
        text-align: center;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 60px;
    }

    .section10 .textos h5 {
        font-size: 24px;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .tarjetas .row .texto {
        padding: 0 5vw;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .contenido11 .tarjeta .card .card-body p {
        font-size: 20px;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
    .mb-5{
        margin-bottom: 1.5rem!important;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    html{
        overflow-x: unset;
    }
    
    .mb-5,
    .mb-4 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .responsivo .imagenes {
        display: flex;
        justify-content: center;
    }

    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .contenido2 .imagenes img {
        width: 70%;
    }
    
    .contenido5 {
        height: auto;
        padding: 80px;
    }
    
    .contenido5 .texto {
        padding: 0;
    }

    .contenido5 .texto p {
        font-size: 38px;
        line-height: 54px !important;
    }

    .section4,
    .section5,
    .section6 {
        padding-top: 40px;
        padding-bottom: 40px; 
    }

    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .imagenes img {
        width: 70%;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 30px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 20px;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

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

    .section6 .imagenes {
        padding-top: 100px;
    }

    .secBeneficiarios .textos  {
        padding: 0 5%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section9 .d-block {
        display: none!important;
    }

    .section9 .d-none {
        display: block!important;
    }

    .section10 {
        padding: 60px;
    }

    .section10 .textos h5 {
        font-size: 24px;
    }

    .contenido7 .tarjetas .row .texto {
        padding: 0 5vw;
    }

    .contenido7 .tarjetas .row .texto {
        order: 0;
    }

    .contenido7 .otraTarjeta  .row .img {
        order: 2;
    }

    .contenido7 .tarjetas h2 {
        font-size: 35px;
    }

    .contenido7 .tarjetas .row .texto h3 {
        font-size: 25px;
    }

    .contenido7 .tarjetas .row .texto p {
        font-size: 17px;
    }

    .contenido7 .tarjetas .row .img {
        display: flex;
        justify-content: center;
    }

    .contenido7 .tarjetas .row .img img {
        max-width: 62%;
    }
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 1rem;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .contenido11 .tarjeta .card .card-body p {
        font-size: 26px;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
    .mb-5{
        margin-bottom: 1.5rem!important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .mb-5,
    .mb-4 {
        margin-bottom: 1rem!important;
    }

    .section1 {
        height: auto;
        background-image: none;
        padding-bottom: 10vh;
    }

    .section1 .responsivo .imagenes {
        display: flex;
        justify-content: center;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .section1 .textos h1 {
        font-size: 40px;
    }

    .section1 .responsivo .textos,
    .section1 .responsivo .imagenes {
        display: none;
    }

    .section1 .responsivo {
        height: 100vh;
        background-image: url('https://assets.claro360.com/Persona/cartera/nuevaCartera/Seccion1.png');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .contenidoCartera1 {
        display: none;
    }

    .contenido2 {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .contenido2 .row {
        width: 100%;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .contenido5 {
        height: auto;
        padding: 0% 15%;
    }

    .contenido5 .texto {
        padding: 15vh 0 15vh 0;
    }

    .contenido5 .texto p {
        font-size: 34px;
        line-height: 40px !important;
    }

    .section4,
    .section6 {
        height: auto;
        padding: 60px 0;
    }

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

    .section4 .imagenes img {
        width: 304px;
        height: 600px;
    }

    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 40px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 24px;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

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

    .section5 .imagenes img {
        width: 80%;
    }

    .section6.seccionTarjetas .textos {
        padding: 0 0% 0 8%;
    }

    .section6 .imagenes {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }

    .section6.secBeneficiarios .textos {
        padding: 0 12% 0 3%;
    }

    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section10 {
        padding: 90px 0;
    }

    .section10 .textos h5 {
        font-size: 24px;
    }
    .contenido7 .tarjetas {
        height: 841px;
    }

    .contenido7 h3 {
        padding-bottom: 5vh;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 6vw;
    }

    .contenido7 .tarjeta1 .row .img img {
        max-width: 70%;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .textoNegrita {
        padding-top: 0;
    }

    .contenido7 .otraTarjeta {
        padding: 8vh 0vh 8vh 0vh;
    }

    .contenido7 .otraTarjeta .row {
        height: 100%;
    }
    
    .contenido7 .otraTarjeta .col-md-7,
    .contenido7 .otraTarjeta .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .contenido7 .otraTarjeta .img {
        padding: 0 0 0 40px;
    }
    
    .contenido7 .otraTarjeta .texto h3 {
        padding: 0px 40px 5vh 40px;
    }

    .contenido7 .otraTarjeta .row .img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contenido7 .tarjetas {
        height: auto;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 30vh;
        padding: 18% 10%;
    }
    
    .contenido11 .tarjeta .card .imgCard img {
        object-fit: cover;
    }

    .contenido12 {
        padding: 1% 9%;
    }
    
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .tarjetas br {
        display: none;
    }
    .contenido7 .col-md-5, .contenido7 .col-md-7 {
        flex: 50%;
        max-width: 50%;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 0;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .contenido11 .tarjeta .card .card-body p {
        font-size: 26px;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
    .mb-5{
        margin-bottom: 1.5rem!important;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section1 {
        padding-bottom: 10vh;
    }
    
    .section1 .responsive {
        display: none;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }

    .section1 .textos h1 {
        font-size: 50px;
    }
    
    .section2 {
        padding-top: 10h;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .section4 .imagenes img {
        width: 304px;
        height: 600px;
    }
    
    .contenido5 .row {
        height: 100%;
    }

    .contenido5 .texto {
        padding: 15vh 15% 10vh 15%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .contenido5 .texto p {
        font-size: 34px;
        line-height: 40px;
    }

    .section4,
    .section6 {
        height: auto;
    }

    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 40px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 24px;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

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

    .section5 .imagenes img {
        width: 80%;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .secBeneficiarios .textos {
        padding-top: 80px;
    }

    .secBeneficiarios .textos  {
        text-align: left;
    }

    .section10 {
        padding: 90px 0;
    }

    .section10 .textos h5 {
        font-size: 28px;
    }

    .contenido7 h3 {
        padding-bottom: 5vh;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .textoNegrita {
        padding-top: 0;
        padding-bottom: 0;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 13vw;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 0;
    }

    .contenido7 .otraTarjeta .texto h3 {
        padding: 0px 40px 5vh 40px;
    }

    .contenido7 .tarjeta1 .row .img img {
        max-width: 70%;
        margin-left: 7%;
    }

    .contenido7 .otraTarjeta .row .img img {
        width: 100% !important;
    }

    .contenido12 {
        padding: 1% 8%;
    }
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .col-md-5, .contenido7 .col-md-7 {
        flex: 50%;
        max-width: 50%;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 0;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .contenido11 .tarjeta .card .card-body p {
        font-size: 26px;
    }
    .mb-5{
        margin-bottom: 1.5rem!important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section1 {
        padding-bottom: 10vh;
    }
    
    .section1 .responsive {
        display: none;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }

    .section1 .textos h1 {
        font-size: 50px;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .imagenes img {
        width: 100%;
    }

    .contenido5{
        height: auto;
        padding: 10vh 190px;
    }

    .contenido5 .texto p {
        font-size: 34px;
        line-height: 40px;
    }

    .section4,
    .section6 {
        height: auto;
    }
    .section4 .textos{
        padding-right: 10%;
    }
    .section4 .imagenes {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section4 .imagenes img {
        width: 304px;
        height: 600px;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 40px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 24px;
    }

    .section5 .titulos,
    .section5 .titulos h3 {
        margin-bottom: 0 !important;
    }

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

    .section5 .imagenes img {
        width: 80%;
    }

    .seccionTarjetas .imagenes {
        padding-top: 100px;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }
    
    .seccionTarjetas .textos {
        padding: 0 0 0 7%;
    }
    .secBeneficiarios .textos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    .contenido7 h3 {
        padding-bottom: 4%;
    }

    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 3vh 0;
    }

    .contenido7 .otraTarjeta .row .img {
        display: flex;
        align-items: center;
        left: 4%;
    }

    .contenido7 .textoNegrita {
        padding-top: 2%;
        margin-bottom: 0 !important;
    }

    .contenido7 .tarjeta1 .row .texto {
        padding: 0 13vw;
    }

    .section10 {
        padding: 80px;
    }

    .section10 .textos h5 {
        font-size: 30px;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 35vh;
        padding: 15% 10%;
    }
    
    .contenido11 {
        padding: 10% 14.4% 0%;
    }
    
    .contenido12 {
        padding: 1% 13%;
    }
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .col-md-5, .contenido7 .col-md-7 {
        flex: 50%;
        max-width: 50%;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 0;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .contenido11 .tarjeta .card .card-body p {
        font-size: 26px;
    }
    .mb-5{
        margin-bottom: 1.5rem!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 {
        padding-bottom: 10vh;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 18vh;
    }
    
    .section1 .textos h1 {
        font-size: 53px;
    }

    .section1 .responsive {
        display: none;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .texto {
        padding: 0 5%;
    }

    .contenido2 .row {
        width: 1059px;
    }

    .contenido2 .imagenes img {
        width: 90%;
    }

    .contenido5.fondoGris {
        height: auto;
        padding: 10vh 14%;
    }
    
    .contenido5.bg-white {
        padding-top: 0 !important;
    }

    .contenido5.bg-white {
        height: auto;
        padding: 80px 8%;
    }

    .contenido5 .row {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .contenido5 .texto p {
        font-size: 48px;
        line-height: 54px !important;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .section4 .imagenes img {
        width: 56%;
    }

    .section4 .textos {
        padding: 0 15% 0 4%;
    }

    .section4 .textos h2,
    .section5 .titulos h2,
    .section6 .textos h2{
        font-size: 54px;
    }

    .section4 .textos h3,
    .section5 .titulos h3,
    .section5 .textos h3,
    .section6 .textos h3{
        font-size: 25px;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 14px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 14px;
    }

    .section5 .imagenes img {
        width: 90%;
    }
    
    .seccionTarjetas {
        padding-bottom: 0;
    }

    .seccionTarjetas .imagenes {
        width: 100%;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }
    
    .secBeneficiarios {
        padding: 0;
    }

    .secBeneficiarios .textos  {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .contenido7 {
        padding-top: 200px;
    }
    .contenido7 .tarjeta1,
    .contenido7 .otraTarjeta {
        padding: 5vh 0;
    }

    .contenido7 .tarjeta1 .row .texto p {
        padding: 0 6%;
    }

    .contenido7 .otraTarjeta .img {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .contenido7 h3 {
        padding-bottom: 4%;
    }

    .contenido7 p {
        padding-bottom: 1%;
    }

    .contenido7 .textoNegrita {
        padding-top: 1%;
    }

    .contenido7 .otraTarjeta .texto h3 {
        padding: 12% 7% 15% 0;
    }

    .contenido7 .otraTarjeta .texto p {
        padding: 0px 7% 3% 0;
    }

    .section10 {
        height: 100vh;
    }
    
    .contenido11 {
        padding: 10% 12% 0%;
    }
    .contenido12 {
        padding: 1% 10.3%;
    }
    .contenido7 .col-md-5, .contenido7 .col-md-7 {
        flex: 50%;
        max-width: 50%;
    }
    .contenido7 .tarjetas .row .texto p {
        margin-bottom: 0;
    }
    .contenido7 .tarjetas h2, .contenido7 .tarjetas .row .texto h3 {
        padding-bottom: 1rem;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
    .contenido11 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido11 .tarjeta .card .card-body {
        height: auto;
        padding: 22% 10%;
    }
    .mb-5{
        margin-bottom: 1.5rem!important;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section1 {
        padding-bottom: 10vh;
    }
    
    .section1 .responsive {
        display: none;
    }
    
    .section1 .textos{
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 15vh;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .row {
        width: 1200px;
    }

    .contenido2 .texto {
        padding: 0 5%;
    }
    
    .contenido2 .title {
        padding: 0px 12vh 60px 12vh !important;
    }

    .contenido2 .texto p {
        padding: 0 12vh 0 12vh;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .section4 .textos{
        padding: 0 18% 0 0;
    }

    .section4 .textos h2 {
        padding-right: 20vh;
    }
    
    .section4 .textos h3 {
        padding-right: 5vw;
    }
    
    .section4 .textos p {
        padding-right: 5vw;
    }
    
    .section5 .textos {
        padding: 20px 31%;
    }

    .contenido5.fondoGris {
        height: auto;
        padding: 10vh 10%;
    }
    
    .contenido5.bg-white {
        padding-top: 0 !important;
    }

    .contenido5.bg-white {
        height: auto;
        padding: 80px 12.5%;
    }

    .contenido5 .texto {
        padding: 5vh 0vh 4vh 0vh;
    }

    .section5 .imagenes webImg {
        width: 1436px !important;
        height: 776px !important;
    }
    
    .seccionTarjetas {
        padding-bottom: 0;
    }

    .seccionTarjetas .imagenes {
        display: flex;
        align-items: center;
    }

    .seccionTarjetas .imagenes img {
        width: 100%;
    }
    
    .secBeneficiarios {
        padding: 0;
    }

    .secBeneficiarios .textos {
        padding: 0 16% 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .secBeneficiarios .textos  {
        text-align: left;
    }

    .contenido7 {
        padding: 15vh 0;
        display: flex;
        justify-content: center;
    }

    .contenido7 .row {
        width: 1384px !important;
        height: 100%;
    }

    .contenido7 .tarjetas {
        height: 1000px;
    }
    
    .contenido7 .tarjeta1 {
        padding: 5vh 0vh;
    }

    .contenido7 .otraTarjeta {
        padding: 5vh 0vw;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 .otraTarjeta  .img {
        padding: 0 0 0 40px;
    }

    .contenido7 .tarjeta1 .texto > * {
        padding: 1vh 5vh;
    }

    .contenido7 .tarjeta1 .row .texto p {
        padding: 0 15%;
    }

    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .otraTarjeta .texto > * {
        padding: 1vh 40px !important;
    }

    .contenido7 .otraTarjeta .texto p {
        padding: 0px 23% 3% 40px;
    }

    .section10 {
        height: 100vh;
    }

    .contenido12 {
        padding: 1% 13%;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section1 {
        padding-bottom: 10vh;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 23vh;
    }

    .section1 .responsive {
        display: none;
    }
    
    .contenido2 {
        padding-top: 10vh;
    }

    .contenido2 .row {
        width: 39%;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .section4 .textos {
        padding-left: 0;
        padding-right: 23%;
    }

    .section4 .textos h2 {
        padding-right: 17vh;
    }

    .contenido5.fondoGris {
        height: auto;
        padding: 10vh 20%;
    }
    
    .contenido5.bg-white {
        padding-top: 0 !important;
    }

    .contenido5.bg-white {
        height: auto;
        padding: 80px 16%;
    }

    .section5 .imagenes webImg {
        width: 1436px !important;
        height: 776px !important;
    }

    .section6 .textos {
        padding: 0 6% 0 15%;
    }

    .section6 .imagenes {
        justify-content: flex-start !important;
    }
    
    .seccionTarjetas {
        padding-bottom: 0;
    }

    .seccionTarjetas .imagenes {
        display: flex;
        align-items: center;
    }
    
    .secBeneficiarios {
        padding: 0;
    }

    .secBeneficiarios .textos {
        padding: 0 17% 0 10%;
    }

    .contenido7 {
        padding: 15vh 20%;
    }

    .contenido7 .tarjetas {
        height: 1000px;
    }

    .contenido7 .tarjeta1 {
        padding: 0vh;
    }

    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }

    .contenido7 h3 {
        padding-bottom: 3%;
    }

    .contenido7 .textoNegrita {
        padding-top: 0;
    }
    
    .contenido7 .tarjetas {
        height: auto;
    }
    .contenido7 .tarjeta1 {
        height: 1160px;
    }
    .contenido7 .otraTarjeta .img {
        display: flex !important;
        justify-content: flex-end;
    }
    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 35px;
    }

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

    .secBeneficiarios .textos  {
        text-align: left;
    }

    .contenido7 .tarjeta1 .row .texto p {
        padding: 0 15%;
    }

    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .otraTarjeta .texto h3 {
        padding: 0px 40px 3% 40px;
    }

    .contenido7 .otraTarjeta .texto p {
        padding: 0px 23% 3% 40px;
    }

    .section10 {
        height: 100vh;
    }

    .contenido11 {
        padding: 10vh 18% 0%;
    }
    
    .contenido11 .tarjeta .card .card-body {
        height: 33vh;
        padding: 20% 10%;
    }
    .contenido11 .tarjeta:nth-child(1) img{
        height: 104% !important;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section1 {
        padding-bottom: 10vh;
    }
    
    .section1 .textos {
        display: none;
        z-index: 2;
        position: absolute;
        bottom: 27vh;
    }

    .section1 .responsive {
        display: none;
    }
    
    .contenido2 {
        padding-top: 15vh;
    }

    .section4,
    .section5,
    .section6 {
        padding: 80px 0;
    }

    .contenido5 {
        padding: 12% 15%;
        height: auto;
    }

    .contenido5 .texto {
        padding: 0vh 20vh 0vh 20vh !important;
    }

    .section4 .textos {
        padding-left: 0;
        padding-right: 23%;
    }

    .section4 .textos p,
    .section5 .textos p,
    .section6 .textos p{
        font-size: 22px;
    }

    .section4 .textos a,
    .section5 .textos a,
    .section6 .textos a{
        font-size: 22px;
    }
    
    .contenido5.bg-white {
        padding-top: 0 !important;
    }

    .section6 .textos {
        padding: 0 6% 0 15%;
    }

    .section6 .imagenes {
        justify-content: flex-start !important;
    }
    
    .seccionTarjetas {
        padding-bottom: 0;
    }

    .seccionTarjetas .imagenes {
        display: flex;
        align-items: center;
    }
    
    .secBeneficiarios {
        padding: 0;
    }

    .contenido7 {
        padding: 5vh 20%;
    }

    .contenido7 .tarjetas {
        height: 1000px;
    }
    .contenido7 .tarjeta1 {
        height: 1160px;
    }

    .contenido7 .tarjeta1{
        padding: 0;
    }

    .contenido7 .otraTarjeta {
        margin-bottom: 5vh;
    }
    .contenido7 .otraTarjeta .img {
        display: flex !important;
        justify-content: flex-end;
    }
    .contenido7 h3 {
        padding-bottom: 3%;
    }

    .contenido7 .textoNegrita {
        padding-top: 0;
    }

    .contenido7 .tarjetas .row .texto .textoNegrita {
        margin-bottom: 35px;
    }

    .secBeneficiarios .textos {
        padding: 550px 15% 0 6%;
    }

    .secBeneficiarios .textos  {
        text-align: left;
    }
    
    .contenido7 {
        padding: 15vh 20%;
    }

    .contenido7 .tarjeta1 .row .texto p {
        padding: 0 15%;
    }

    .contenido7 .otraTarjeta {
        padding: 5vh 0vh;
    }

    .contenido7 .otraTarjeta .texto h3 {
        padding: 0px 40px 3% 40px;
    }

    .contenido7 .otraTarjeta .texto p {
        padding: 0px 23% 3% 40px;
    }

    .contenido7 .textoNegrita {
        padding-top: 2%;
    }

    .section10 {
        height: 100vh;
    }

    .contenido11 {
        padding: 10vh 18% 0%;
    }
}