@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');
}
.row{
    width: 100%;
}
.section1, .contenido2, .contenido3, .contenido4,
.contenido5Video, .contenido6Tarjetas, .contenido7, .contenido8,
.contenido9, .contenido10, footer{
    position: relative;
    margin-top: -1px;
    z-index:1;
}
.revealContent{
    opacity:0;
    transition:all .5s ease-in-out;
}
img{    
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
    height: auto;
}
video{
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
/******************************************************************************/
body, main{
    background-color: #fff !important;
}
.section1, .contenido2{
    background-color: #F4F4F4;
}
.contenido8{
    background-color: #fff !important;
}
.contenido5{
    background-color: #F4F4F4;
}
.contenido17{
    background-color: #F4F4F4 !important;
}
.contenido3, .contenido4, .contenido6,
.contenido7, .contenido9, .contenido10, .contenido11, .contenido12,
.contenido13, .contenido14, .contenido15, .contenido16, .contenido18{
    background-color:#fff;
}
.contenido5Responsive, .contenido7Responsive, .contenido11Responsive, .contenido13Responsive{
    background-color:#fff;
}
/******************************************************************************/
.section1{
    margin-top: 130px;
}
/*************Video 1*********/
.VideoIntersectionPlay{
    width:100%;
    height: 100vh;
}
.section1 .VideoIntersectionPlay{
    width: 100%;
    height: auto !important;
    background-color: #f2f2f2;
}

.section1 .VideoIntersectionPlay video{
    width: 100%;
    height: 100vh;    
}
.section1 .VideoIntersectionPlay source{
    width: 100%;
    height: 100%;
}
/******************************************************************************/
.contenido2{
    width:100%;
    /*height:100vh;*/
    height: auto;
    /*background-color:#fff;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 5%;
}
.contenido2 .row{
    width:50%;
    margin:auto;
}
.contenido2 .texto{
    text-align: left;
}
.contenido2 .texto h2{
    font-size: 42px;
    font-family: 'Helvetica-Neue-Bold';
    margin-bottom: 8%;
}
.contenido2 .texto p{
    font-size: 32px;
    
    font-family: 'Helvetica-Neue-Bold';
}
/******************************************************************************/
.contenido3{
    width:100%;
    /*height:100vh;*/
    height: auto;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.contenido3 .row{
    width: 50%;
    margin:auto;
}
.contenido3 .texto{
    text-align: left;
}
.contenido3 .texto h2{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    margin-bottom: 5%;
}
.contenido3 .texto p{
    font-size: 64px;
    
    font-family: 'Helvetica-Neue-Bold';
    line-height: 70px;
}
/******************************************************************************/
.contenido4 .img4{
    text-align: center;
    margin-top: 5%;
    padding-bottom: 15%;
}
.contenido4 .img4 img{
    max-width: 100%;
}
/******************************************************************************/
.fondo14{
    height: 100vh;
}
.contenido14{
    background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_04.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:100vh;
}
.contenido14 .row{
    height: 100%;
}
.contenido14 .caja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido14 .cajaTexto{    
    background: rgba(255,255,255,0.7);
    opacity: 0.9;
    border-radius: 20px;
    width: 55%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contenido14 .cajaTexto h2{
    font-size: 72px;
    font-family: 'DINPro-Bold';
    text-align: center;    
    padding: 0 12%;
    color: #1D1D1F;
}
/******************************************************************************/
.contenido8Inicio{
    background-color:#fff;
}
.contenido8Inicio .titulos{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.contenido8Inicio .titulos h3{
    font-size: 64px;
    color: #101010;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido8Inicio .titulos p{
    font-size: 32px;
    color: #ACACAC;
    font-family: 'Helvetica-Neue-Bold';
    line-height: 42px;
    padding: 0 36%;
}
.contenido8{
    min-height: 100vh;    
}
.contenido8 .textoIzq{
    padding: 0 10% 0 10%;
}
.contenido8 .textoIzq h3{
    font-size: 64px;
    color: #1D1D1F;
    font-family: 'Helvetica-Neue-Bold';
    line-height: 71px;
}
.contenido8 .textoIzq p{
    font-size: 17px;
    color: #1D1D1F;
    font-family: 'Helvetica-Neue-Regular';
    line-height: 24px;
}
.contenido8 .textoIzq a{
    font-size:12px;
    font-family:'Helvetica-Neue-Light';
    text-align:center;
    color:#0E8FD3;
}
.contenido8 .img8{
    text-align: center;
}
.contenido8 .img8 img{
    height: 80%;
}
/*VIDEO 1151 px up*/
.contenido5Video{
    background-color:#ffffff;
}
.contenido5Video .img img{
    width:100%;
    height:auto;
}
.contenido5Video video{    
    width: 100%;
    /*height: 100vh;*/
}
.contenido5Video .VideoIntersectionPlay source{
    width: 100%;
    height: 100%;
}
/******************************************************************************/
.fondo{
    height: 100vh;
}
.contenido6{
    background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_06.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:100vh;
}
.contenido6 .row{
    height: 100%;
}
.contenido6 .caja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido6 .texto h2{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    text-align: center;
    
    color: #fff;
}
.contenido6 .texto p{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    text-align: center;
    
    padding: 0 22%;
    color: #fff;
    line-height: 70px;
}
/******************************************************************************/
.contenido9{
    height: auto;
    background-color:#fff;
    margin-top: 5%;
}
.contenido9 .textoIzq{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15% 0 5%;
}
.contenido9 .textoIzq h3{
    font-size: 64px;
    color: #1D1D1F;
    font-family: 'Helvetica-Neue-Bold';
    line-height: 71px;
}
.contenido9 .textoIzq p{
    font-size: 17px;
    color: #1D1D1F;
    font-family: 'Helvetica-Neue-Regular';
    line-height: 24px;
}
.contenido9 .textoIzq a{
    font-size:12px;
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
.contenido9 .img9{
    text-align: center;
}
.contenido9 .img9 img{
    /*width: 100%;*/
    width: 85%;
}
.contenido9 .row .texto{
    text-align: center;
    padding-top: 10%;
    margin-bottom: 1%;
    padding-bottom: 5%;
}
.contenido9 .row .texto h3{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido9 .row .texto p{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    color: #ACACAC;
}
.contenido9 .imgResp{
    display: none;
}
/******************************************************************************/
.contenido5{
    background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_08.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;    
}
.contenido5 .row{
    /*height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;*/
}
.contenido5 .textBox{
    padding: 10% 1% 0 13%;
}
.contenido5 .textBox h2{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 64px;
    color:#1D1D1F;    
    line-height: 70px;
}
.contenido5Responsive .textBox h2{
    font-family: 'Helvetica-Neue-Bold';
    color:#1D1D1F;
}
.contenido5 .textBox p{
    font-size: 17px;
    font-family:'Helvetica-Neue-Regular';
    color: #1D1D1F;
    line-height: 24px;
}
.contenido5Responsive .textBox p{    
    font-family:'Helvetica-Neue-Regular';
    color: #1D1D1F;    
}
.contenido5 .textBox a{
    font-size:12px;
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
.contenido5Responsive .textBox a{    
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
/******************************************************************************/
.contenido10 .row .texto{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 1%;
}
.contenido10 .row .texto h3{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido10 .row .texto p{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    color: #ACACAC;
}
/******************************************************************************/
.contenido11{
    background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsWeb/IMG_09.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 168px;
}
.contenido11 .row{
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contenido11 .textBox{
    padding: 5% 10% 0 10%;
}
.contenido11 .textBox h2{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 52px;
    color:#1D1D1F;
    padding-bottom:4%;
}
.contenido11Responsive .textBox h2{
    font-family: 'Helvetica-Neue-Bold';    
    color:#1D1D1F;    
}
.contenido11 .textBox p{
    font-size: 20px;
    font-family: 'Helvetica-Neue-Regular';
    color:#1D1D1F;    
}
.contenido11Responsive .textBox p{    
    font-family: 'Helvetica-Neue-Regular';
    color:#1D1D1F;    
}
.contenido11Responsive{
    display: none;
}
/******************************************************************************/
.fondo12{
    height: 100vh;
}
.contenido12{
    background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsWeb/IMG_10.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:100vh;
}
.contenido12 .row{
    height: 100%;
}
.contenido12 .caja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido12 .texto h2{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    text-align: center;
    
    color: #fff;
}
.contenido12 .texto p{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    text-align: center;
    
    padding: 0 22%;
    color: #fff;
    line-height: 70px;
}
/******************************************************************************/
.contenido13{
    background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_11.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;
    margin-bottom: 250px;
}
.contenido13 .row{
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;    
}
.contenido13 .textBox{
    padding: 0 1% 0 10%;
}
.contenido13 .textBox h2{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 64px;
    color:#1D1D1F;    
    line-height: 70px;
}
.contenido13Responsive .textBox h2{
    font-family: 'Helvetica-Neue-Bold';
    color:#1D1D1F;
}
.contenido13 .textBox p{
    font-size: 17px;
    font-family:'Helvetica-Neue-Regular';
    color: #1D1D1F;
    line-height: 24px;
}
.contenido13Responsive .textBox p{    
    font-family:'Helvetica-Neue-Regular';
    color: #1D1D1F;    
}
.contenido13 .textBox a{
    font-size:12px;
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
.contenido13Responsive .textBox a{    
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
/******************************************************************************/
.contenido16{
    height: auto;
}
.contenido16 .img img{
    width: 100%;
}
.contenido16 .texto{
    padding: 8% 15% 0% 3%;
}
.contenido16 .texto h2{
    font-size: 64px;
    color: #1D1D1F;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido16 .texto p{
    font-size: 17px;
    font-family:'Helvetica-Neue-Regular';
}
.contenido16 .texto a{
    font-size:12px;
    font-family:'Helvetica-Neue-Light';    
    color:#0E8FD3;
}
/******************************************************************************/
.contenido15{
    width:100%;
    height:auto;
}
.contenido15 .tarjetas{
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3);    
    background-color: #fff;
    margin-bottom: 7%;
}
.contenido15 .tarjetas h2{
    font-size: 72px;
    font-family: 'DINPro-Bold';    
    color: #1D1D1F;
    text-align: center;
    padding: 3% 0;
}
.contenido15 .tarjetas .row .texto h3{
    font-size: 40px;
    font-family: 'DINPro-Bold';
    color: #368898;    
    padding-bottom: 2%;
}
.contenido15 .tarjeta1 .row .texto h3{
    text-align: center;
}
.contenido15 .tarjetas .row .texto p{
    font-size: 22px;
    font-family:'Helvetica-Neue-Light';
    color: #000;    
}
.contenido15 .tarjeta1 .row .texto p{
    padding: 0 20% 2% 20%;
}
.contenido15 .tarjeta1 .row .texto p{
    text-align: center;
}
.contenido15 .tarjetas .row .texto .textoNegrita{
    font-size: 22px;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido15 .tarjetas .row .img{
    text-align: center;
}
.contenido15 .tarjetas .row .img img{
    height: auto;
}
.contenido15 .otraTarjeta h2{
    padding-bottom: 5%;
}
.contenido15 .otraTarjeta .row .img img{
    width: unset;
}
.contenido15 .otraTarjeta .row .texto h3{
    padding: 5% 20% 5% 2%;
}
.contenido15 .otraTarjeta .row .texto p{
    padding: 0 20% 5% 2%;
}
.contenido15 .tarjetas .row .img .cardResp{
    display: none;
}
/******************************************************************************/
.contenido17{
    padding: 10% 18% 0%;
}
.contenido17{
    background-color:#f4f4f4;
    width:100%;
    height: auto;
}
.contenido17 .cajaTarjetas{
    display: flex;
    justify-content: center;
}
.contenido17 .tarjeta{
    text-align: center;
    margin-bottom:2vh;
}
.contenido17 .tarjeta .card{
    width: 100%;
    height: 100% !important;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3);
}
.contenido17 .tarjeta .card .imgCard{
    height: 40vh;
}
.contenido17 .tarjeta .card .imgCard img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contenido17 .tarjeta .card .card-body{
    height: 40vh;
    text-align: left;
    padding: 15% 10% 10% 10%;
}
.contenido17 .tarjeta .card .card-body p{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 40px;
    color: #1D1D1F;
    line-height: normal;
}
.contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
    object-fit: cover;
}
/*********************************************************************************/
.contenido18{
    background-color: #f4f4f4;
    padding: 1% 16%;
}
.contenido18 .row{
    height: 100%;
}
.contenido18 img{
    position:relative;
    width:100%;
}
.contenido18 .col-12{
    padding:0;
}
.contenido18 .caja2{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.contenido18 .caja2 .imgResp{
    display: none;
}
.contenido18 .cajaTexto2{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido18 .cajaTexto2 p{
    font-size: 40px;
    font-family: 'Helvetica-Neue-Bold';
    text-align: center;    
    color: #fff;
    padding: 0 10%;
    line-height: normal;
}




/*******************************************************************************************************************/
/******************************************      PORTRAIT     *******************************************************/
/*******************************************************************************************************************/
/****************************  PORTRAIT DISPOSITIVO MOVIL CELULAR    *************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contenido2 .texto h2{
        font-size: 28px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 25px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{

        padding-bottom: 70px;
    }
    .contenido3 .texto h2{
        font-size: 16px;
        padding: 0px 5px 15px;
        line-height: 24px;
    }
    .contenido3 .texto p{
        font-size: 28px;
        padding: 0px 5px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .row{
        margin: 0;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 28px;        
        padding: 0 15%;
    }
    /**************************************************************************/
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 30px;
        line-height: 34px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 16px;
        line-height: 22px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }    
    .contenido8 .textoIzq h3{
        font-size: 30px;        
        line-height: 34px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 16px;
    }
    .contenido6 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9{
        display: flex;
        justify-content: center;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 30px;
        line-height: 34px;
        padding-top: 15%;
    }
    .contenido9 .row .texto p{
        font-size: 16px;
        line-height: 20px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 30px;
        padding-top: 15%;
    }
    .contenido10 .row .texto p{
        font-size: 16px;
        line-height: 22px;
        padding: 0 20%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 0 10% 0;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 34px;
    }
    .contenido5Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
    }
    .contenido11Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 1% 10% 0%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom:4%;
        line-height: initial;
        padding: 0 5% 0 0%;
        line-height: 34px;
    }
    .contenido11Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 16px;
    }
    .contenido12 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 0 10% 0;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 34px;
    }
    .contenido13Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 1% 10% 0%;
        order: -1;
        margin-bottom: 10%;
    }
    .contenido16 .texto h2{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido16 .texto p{
        font-size: 14px;
        padding: initial;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 30px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 20px;       
        padding-bottom: 1%;
        line-height: 26px;
    }
    .contenido15 .tarjeta1 h2{
        text-align: left;
        padding: 5% 0 5% 5%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;
        line-height: 18px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 100%;
        height: initial;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
        margin: 0;
    }
    .contenido17 .cajaTarjetas{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 30vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 20px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 14px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{
        font-size: 30px;       
        padding: 0 5%;
        line-height: normal;        
    }
    .contenido18 .caja2 .imgResp{
        display: block;
        padding-top: 10%;
        height: auto;
    }
    .contenido18 .caja2 .img1{
        display: none;
    }
}
@media only screen and (min-width: 321px) and (max-width:424px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contenido2 .texto h2{
        font-size: 28px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 25px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{

        padding-bottom: 70px;
    }
    .contenido3 .texto h2{
        font-size: 30px;
        padding: 0px 5px 15px;
        line-height: 1.2;
    }
    .contenido3 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 28px;        
        padding: 0 15%;
    }
    /**************************************************************************/
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 30px;
        line-height: 34px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 16px;
        line-height: 22px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }    
    .contenido8 .textoIzq{
        padding: 5% 5% 10% 5%;
        order: 1;
    }    
    .contenido8 .textoIzq h3{
        font-size: 30px;        
        line-height: 34px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 16px;
    }
    .contenido6 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9{
        display: flex;
        justify-content: center;
    }
    .contenido9 .textoIzq{
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 34px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 30px;
        line-height: 34px;
        padding-top: 15%;
    }
    .contenido9 .row .texto p{
        font-size: 16px;
        line-height: 20px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 30px;
        padding-top: 15%;
    }
    .contenido10 .row .texto p{
        font-size: 16px;
        line-height: 22px;
        padding: 0 20%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 0 10% 0;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 34px;
    }
    .contenido5Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
    }
    .contenido11Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 1% 10% 0%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom:4%;
        line-height: initial;
        padding: 0 5% 0 0%;
        line-height: 34px;
    }
    .contenido11Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 16px;
    }
    .contenido12 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 0 10% 0;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 34px;
    }
    .contenido13Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 1% 10% 0%;
        order: -1;
        margin-bottom: 10%;
    }
    .contenido16 .texto h2{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido16 .texto p{
        font-size: 14px;
        padding: initial;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 30px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 20px;       
        padding-bottom: 1%;
        line-height: 26px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;
        line-height: 18px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 75%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
        margin: 0;
    }
    .contenido17 .cajaTarjetas{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 30vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 20px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 14px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin-bottom: 10%;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{
        font-size: 30px;       
        padding: 0 5%;
        line-height: normal;        
    }
    .contenido18 .caja2 .imgResp{
        display: block;
        padding-top: 10%;
        height: auto;
    }
    .contenido18 .caja2 .img1{
        display: none;
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL TABLET     *************************************/
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contenido2 .texto h2{
        font-size: 28px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 25px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        
        padding-bottom: 70px;
    }
    .contenido3 .texto h2{
        font-size: 30px;
        padding: 0px 5px 15px;
        line-height: 34px;
    }
    .contenido3 .texto p{
        font-size: 16px;
        padding: 0px 5px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 28px;        
        padding: 0 15%;
    }
    /**************************************************************************/
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 18px;
        line-height: 24px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 32px;        
        line-height: 36px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 16px;
    }
    .contenido6 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9{
        display: flex;
        justify-content: center;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
        padding-top: 15%;
    }
    .contenido9 .row .texto p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 32px;
        padding-top: 15%;
    }
    .contenido10 .row .texto p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 20%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 0 10% 0;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 34px;
    }
    .contenido5Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
    }
    .contenido11Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 1% 10% 0%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom:4%;
        line-height: initial;
        padding: 0 5% 0 0%;
        line-height: 34px;
    }
    .contenido11Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 16px;
    }
    .contenido12 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 0 10% 0;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 34px;
    }
    .contenido13Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 1% 10% 0%;
        order: -1;
        margin-bottom: 10%;
    }
    .contenido16 .texto h2{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido16 .texto p{
        font-size: 14px;
        padding: initial;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 30px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 20px;       
        padding-bottom: 1%;
        line-height: 26px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;
        line-height: 18px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;
        height: auto;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 75%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;        
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .imgCard img{
        object-fit: contain;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 26px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 26px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 28px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contenido2 .texto h2{
        font-size: 28px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 25px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{

        padding-bottom: 70px;
    }
    .contenido3 .texto h2{
        font-size: 30px;
        padding: 0px 5px 15px;
        line-height: 34px;
    }
    .contenido3 .texto p{
        font-size: 18px;
        padding: 0px 5px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 28px;        
        padding: 0 15%;
    }
    /**************************************************************************/
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 18px;
        line-height: 24px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: auto;
    }
    .contenido8 .textoIzq{
        padding: 5% 5% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 32px;        
        line-height: 36px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 18px;
        line-height: 24px;
    }
    .contenido6 .texto p{
        font-size: 36px;        
        padding: 0 5%;        
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        display: flex;
        justify-content: center;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
        padding-top: 15%;
    }
    .contenido9 .row .texto p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 32px;
        padding-top: 15%;
    }
    .contenido10 .row .texto p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 20%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 90%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 0 10% 0;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 34px;
    }
    .contenido5Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
    }
    .contenido11Responsive .imgResp img{
        width: 100%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 1% 10% 0%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom:4%;
        line-height: initial;
        padding: 0 5% 0 0%;
        line-height: 34px;
    }
    .contenido11Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 16px;
    }
    .contenido12 .texto p{
        font-size: 30px;        
        padding: 0 5%;        
        line-height: 34px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 0 10% 0;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 30px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 34px;
    }
    .contenido13Responsive .textBox p{
        font-size: 14px;        
        line-height: 20px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
    }
    .contenido16 .img img{
        width: 85%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 1% 10% 0%;
        order: -1;
        margin-bottom: 10%;
    }
    .contenido16 .texto h2{
        font-size: 30px;
        line-height: 34px;
    }
    .contenido16 .texto p{
        font-size: 14px;
        padding: initial;
        line-height: 20px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 30px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 20px;       
        padding-bottom: 1%;
        line-height: 26px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;
        line-height: 18px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 60%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 28px;
        line-height: normal;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: fill;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 36px;
        padding: 0 10%;        
    }
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contenido2 .texto h2{
        font-size: 36px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{

        padding-bottom: 70px;
    }
    .contenido3 .texto h2{
        font-size: 34px;
        padding: 0px 5px 15px;
        line-height: 42px;
    }
    .contenido3 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 48px;        
        padding: 0 15%;
    }
    /**************************************************************************/
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: auto;
    }
    .contenido8 .textoIzq{
        padding: 5% 5% 0% 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 24px;
        line-height: 32px;
    }
    .contenido6 .texto p{
        font-size: 36px;        
        padding: 0 5%;        
        line-height: 46px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        display: flex;
        justify-content: center;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 42px;
        line-height: 46px;
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 42px;
        padding-top: 15%;
        line-height: 46px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;        
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 24px;
    }
    .contenido12 .texto p{
        font-size: 36px;        
        padding: 0 15%;
        line-height: 46px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 80%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
    }
    .contenido16 .img img{
        width: 80%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 10% 10% 5%;
        order: -1;
        margin-bottom: 10%;
    }
    .contenido16 .texto h2{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 52px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 32px;       
        padding-bottom: 1%;
        line-height: 42px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 17px;
        line-height: 24px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 60%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 36px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
/**********************************  IPAD USADA EN LA EMPRESA    *******************************************/
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{        
        padding: 70px 5% 70px 5%;
    }
    .contenido2 .texto h2{
        font-size: 36px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        padding: 70px 5% 70px 5%;
    }
    .contenido3 .texto h2{
        font-size: 34px;
        padding: 0px 5px 15px;
        line-height: 42px;
    }
    .contenido3 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 48px;        
        padding: 0 15%;
    }
    /**************************************************************************/    
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        width: unset;
    }
    .contenido5Video video{
        width: unset;
    }    
    .contenido8 .textoIzq{        
        padding: 5% 5% 5% 5%;
        order: 1;
    }    
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 28px;
        line-height: 36px;
    }
    .contenido6 .texto p{
        font-size: 48px;        
        padding: 0 5%;        
        line-height: 58px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;        
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 42px;
        line-height: 46px;
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 42px;
        padding-top: 15%;
        line-height: 46px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 24px;
    }
    .contenido12 .texto p{
        font-size: 36px;        
        padding: 0 15%;
        line-height: 46px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 80%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .img img{
        width: 80%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 10% 10% 5%;
        order: -1;
        margin-bottom: 10%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .texto h2{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido15 .tarjetas h2{
        font-size: 52px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 32px;       
        padding-bottom: 1%;
        line-height: 42px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 17px;
        line-height: 24px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: initial;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5vh
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .caja2 .img1 {
        display: none;
    }
    .contenido18 .caja2 .imgResp {
        display: block;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 36px;       
        padding: 0 15%;
        line-height: 42px;        
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL LAPTOP     ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{        
        padding: 70px 5% 70px 5%;
    }
    .contenido2 .texto h2{
        font-size: 36px;
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        padding: 70px 5% 70px 5%;
    }
    .contenido3 .texto h2{
        font-size: 34px;
        padding: 0px 5px 15px;
        line-height: 42px;
    }
    .contenido3 .texto p{
        font-size: 24px;
        padding: 0px 5px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 48px;        
        padding: 0 15%;
    }
    /**************************************************************************/    
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        width: unset;
    }
    .contenido5Video video{
        width: unset;
    }
    .contenido8 .textoIzq{        
        padding: 5% 5% 5% 5%;
        order: 1;
    }    
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        font-size: 28px;
        line-height: 36px;
    }
    .contenido6 .texto p{
        font-size: 48px;        
        padding: 0 5%;        
        line-height: 58px;
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;        
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
        padding: 15% 10% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        font-size: 42px;
        line-height: 46px;
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        font-size: 42px;
        padding-top: 15%;
        line-height: 46px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;
        order: -1;
    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        font-size: 24px;
    }
    .contenido12 .texto p{
        font-size: 36px;        
        padding: 0 15%;
        line-height: 46px;
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 80%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: -1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .img img{
        width: 80%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 15% 10% 10% 5%;
        order: -1;
        margin-bottom: 10%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .texto h2{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido15 .tarjetas h2{
        font-size: 52px;        
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 32px;       
        padding-bottom: 1%;
        line-height: 42px;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 17px;
        line-height: 24px;
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 46px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        /*padding-top: 70px;
        padding-bottom: 70px;*/
        padding: 70px 5%;
    }
    .contenido2 .texto h2{
        /*font-size: 36px;*/
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        /*font-size: 24px;*/
        padding: 0px 5px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        padding: 70px 5% 70px 5%;        
    }
    .contenido3 .texto h2{
        font-size: 56px;
        padding: 0px 5px 15px;
        line-height: 1.2;
        padding-right: 17%;
    }
    .contenido3 .texto p{
        font-size: 32px;
        padding: 0px 5px;
        line-height: 1.3;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        /*font-size: 48px;*/        
        padding: 0 12%;
    }
    /**************************************************************************/    
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    .contenido8{
        height: auto;
        margin-bottom: 10%;
        min-height: auto;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: 500px;
        position: relative;
    }
    .contenido5Video video{
        width: 100%;
        position: relative;
        left: -18%;
    }
    .contenido8 .textoIzq{        
        padding: 5% 5% 5% 5%;
    }    
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }    
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        /*font-size: 28px;*/
        /*line-height: 36px;*/
    }
    .contenido6 .texto p{
        /*font-size: 48px;*/
        padding: 0 20%;        
        /*line-height: 58px;*/
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{        
        display: flex;
        justify-content: center;    
        align-items: center;
    }
    .contenido9 .img9 img{
        width: 100%;
        height: auto;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .textoIzq{
        padding: 15% 5% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        /*font-size: 42px;*/
        /*line-height: 46px;*/
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        /*font-size: 42px;*/
        padding-top: 15%;
        /*line-height: 46px;*/
    }
    .contenido10 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;

    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        /*font-size: 24px;*/
    }
    .contenido12 .texto p{
        /*font-size: 36px;*/
        padding: 0 15%;
        /*line-height: 46px;*/
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10%;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 70%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: 1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;        
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 10% 10% 5%;        
        margin-bottom: 10%;        
    }
    .contenido16 .texto h2{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{

    }
    .contenido15 .tarjetas h2{
        /*font-size: 52px;*/
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        /*font-size: 32px;*/
        padding-bottom: 1%;
        /*line-height: 42px;*/
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        /*font-size: 17px;*/
        /*line-height: 24px;*/
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        /*font-size: 14px;*/
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;        
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 10% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 40px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
/****************************  PORTRAIT DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        /*padding-top: 70px;
        padding-bottom: 70px;*/
        padding: 70px 5%;
    }
    .contenido2 .texto h2{
        /*font-size: 36px;*/
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        /*font-size: 24px;*/
        padding: 0px 5px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        padding: 70px 5% 70px 5%;        
    }
    .contenido3 .texto h2{
        font-size: 56px;
        padding: 0px 5px 15px;
        line-height: 1.2;
    }
    .contenido3 .texto p{
        font-size: 32px;
        padding: 0px 5px;
        line-height: 1.3;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        /*font-size: 48px;*/        
        padding: 0 12%;
    }
    /**************************************************************************/    
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    /*.contenido8{
        height: auto;
        margin-bottom: 10%;
        min-height: auto;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .VideoIntersectionPlay{
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        width: unset;
    }
    .contenido5Video video{
        width: 60%;
    }
    .contenido8 .textoIzq{        
        padding: 5% 5% 5% 5%;
    }    
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }*/
    .contenido8{
        min-height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 42px;        
        line-height: 50px;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        /*font-size: 28px;*/
        /*line-height: 36px;*/
    }
    .contenido6 .texto p{
        /*font-size: 48px;*/
        padding: 0 20%;        
        /*line-height: 58px;*/
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{        
        display: flex;
        justify-content: center;        
    }
    .contenido9 .img9 img{
        width: 100%;
        height: auto;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .textoIzq{        
        order: -1;
        padding: 15% 5% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        /*font-size: 42px;*/
        /*line-height: 46px;*/
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        /*font-size: 42px;*/
        padding-top: 15%;
        /*line-height: 46px;*/
    }
    .contenido10 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;

    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        /*font-size: 24px;*/
    }
    .contenido12 .texto p{
        /*font-size: 36px;*/
        padding: 0 15%;
        /*line-height: 46px;*/
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10%;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 70%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: 1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;        
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 10% 10% 5%;        
        margin-bottom: 10%;        
    }
    .contenido16 .texto h2{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 20px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{

    }
    .contenido15 .tarjetas h2{
        /*font-size: 52px;*/
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        /*font-size: 32px;*/
        padding-bottom: 1%;
        /*line-height: 42px;*/
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        /*font-size: 17px;*/
        /*line-height: 24px;*/
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        /*font-size: 14px;*/
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;        
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;
        height: auto;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 10% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 42px;       
        padding: 0 10%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 140px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay{
        padding: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        height:auto;
        padding: 0;
    }
    .contenido2 .row {
        width: 100%;
        margin: auto;
    }
    .contenido2 .texto{
        /*padding-top: 70px;
        padding-bottom: 70px;*/
        padding: 70px 5%;
    }
    .contenido2 .texto h2{
        /*font-size: 36px;*/
        padding: 0px 5px 15px;
        margin-bottom: 3%;
    }
    .contenido2 .texto p{
        /*font-size: 24px;*/
        padding: 0px 5px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3{
        height:auto;
        padding: 0;
    }
    .contenido3 .row {
        width: 100%;
        margin: auto;
    }
    .contenido3 .texto{
        padding: 70px 5% 70px 5%;        
    }
    .contenido3 .texto h2{
        font-size: 56px;
        padding: 0px 5px 15px;
        line-height: 1.2;
    }
    .contenido3 .texto p{
        font-size: 32px;
        padding: 0px 5px;
        line-height: 1.3;
    }
    /**************************************************************************/
    .contenido4{
        margin-bottom: 15%;
    }
    .contenido4 .img4 img{
        height: auto;
    }
    /**************************************************************************/
    .contenido14{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_03.png');
    }
    .contenido14 .row{
        margin: 0;
    }
    .contenido14 .cajaTexto{            
        width: 90%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        /*font-size: 48px;*/        
        padding: 0 12%;
    }
    /**************************************************************************/    
    .contenido8Inicio{
        padding-top: 10%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 42px;
        line-height: 46px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #1D1D1F;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        font-family: 'Helvetica-Neue-Bold';
        text-align: center;
        color: #ACACAC;
        padding: unset;
    }
    /*.contenido8{
        height: auto;
        margin-bottom: 10%;
        min-height: auto;
    }
    .contenido8 .row{
        margin: 0;
    }    
    .contenido8 .textoIzq{        
        padding: 10% 5% 10% 5%;
    }    
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 46px;
        padding: 0 10% 0 0%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido8 .textoIzq a{
        font-size:12px;
        padding: 0 3%;
    }*/
    .contenido8{
        min-height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 48px;        
        line-height: 50px;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6{
        background-image: url('https://assets.claro360.com/Persona/servicios/nueva_versión/IMG_mobile_05.png');
    }
    .contenido6 .row{
        margin: 0;
    }
    .contenido6 .caja{
        padding: 0;
    }
    .contenido6 .texto h2{
        /*font-size: 28px;*/
        /*line-height: 36px;*/
    }
    .contenido6 .texto p{
        /*font-size: 48px;*/
        padding: 0 20%;        
        /*line-height: 58px;*/
    }
    /**************************************************************************/
    .contenido9{
        /*margin-bottom: 10%;*/
        /*margin-top: 15%;*/
    }
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{        
        display: flex;
        justify-content: center;        
    }
    .contenido9 .img9 img{
        width: 100%;
        height: auto;
    }
    .contenido9 .imgWeb{
        display: none;
    }
    .contenido9 .imgResp{
        display: block;
    }
    .contenido9 .textoIzq{        

        padding: 15% 5% 10% 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido9 .textoIzq p{
        font-size: 17px;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido9 .row .texto{
        margin-top: 15%;
        margin-bottom: 0%;
        background-color: #F4F4F4;
    }
    .contenido9 .row .texto h3{
        /*font-size: 42px;*/
        /*line-height: 46px;*/
        padding-top: 5%;
    }
    .contenido9 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido10 .row{
        margin: 0;
    }
    .contenido10 .row .texto{
        margin-top: 0;
        padding-bottom: 10%;
    }
    .contenido10 .row .texto h3{
        /*font-size: 42px;*/
        padding-top: 15%;
        /*line-height: 46px;*/
    }
    .contenido10 .row .texto p{
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        padding: 0 10%;
    }
    /**************************************************************************/
    .contenido5{
        display: none;
    }
    .contenido5Responsive{
        display: block;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #F4F4F4;
    }
    .contenido5Responsive .row{
        margin: 0;
    }
    .contenido5Responsive .imgResp{
        text-align: center;
    }
    .contenido5Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido5Responsive .textBox{
        padding: 5% 10% 10% 5%;

    }
    .contenido5Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0px 0px 15px;
        line-height: 46px;
    }
    .contenido5Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido5Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido11{
        display: none;
    }
    .contenido11Responsive{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido11Responsive{
        height: auto;
        margin-bottom: 15%;
    }
    .contenido11Responsive .row{
        margin: 0;
    }
    .contenido11Responsive .imgResp{
        padding: 0;
        text-align: center;
    }
    .contenido11Responsive .imgResp img{
        width: 85%;
        height: auto;
    }
    .contenido11Responsive .textBox{
        padding: 15% 10% 10% 5%;
    }
    .contenido11Responsive .textBox br{
        display: none;
    }
    .contenido11Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom:4%;
        line-height: initial;
        /*padding: 0 10% 0 5%;*/
        line-height: 46px;
    }
    .contenido11Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0 0%;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido11Responsive .textBox a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido12{
        background-image: url('https://landings360.s3.amazonaws.com/landingsMexico360/persona/serviciosPersona/assetsResponsive/IMG_mobile_09.png');
    }
    .contenido12 .row{
        margin: 0;
    }
    .contenido12 .row .caja{
        padding: 0;
    }
    .contenido12 .texto h2{
        /*font-size: 24px;*/
    }
    .contenido12 .texto p{
        /*font-size: 36px;*/
        padding: 0 15%;
        /*line-height: 46px;*/
    }
    /**************************************************************************/
    .contenido13{
        display: none;
    }
    .contenido13Responsive{
        display: block;
        height: auto;
        margin-bottom: 10%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10%;
    }
    .contenido13Responsive .row{
        margin: 0;
    }
    .contenido13Responsive .imgResp{
        text-align: center;
    }
    .contenido13Responsive .imgResp img{
        width: 70%;
        height: auto;
    }
    .contenido13Responsive .textBox{
        padding: 15% 10% 10% 5%;
        order: 1;
    }
    .contenido13Responsive .textBox h2{        
        font-size: 36px;        
        padding-bottom: 1%;
        padding: 0 0% 0 0;
        line-height: 46px;
    }
    .contenido13Responsive .textBox p{
        font-size: 17px;        
        line-height: 24px;
        padding: 0px 0;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido13Responsive .textBox a{
        font-size:12px;
        padding: 0px 0;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
        padding-bottom: 15%;        
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 10% 10% 5%;        
        margin-bottom: 10%;        
    }
    .contenido16 .texto h2{
        font-size: 50px;
        line-height: 60px;
    }
    .contenido16 .texto p{
        font-size: 17px;
        padding: initial;
        line-height: 24px;
        font-family:'Helvetica-Neue-Light';
    }
    .contenido16 .texto a{
        font-size:12px;
        padding: 0px 5px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 40px 80px;
    }
    .contenido15 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{

    }
    .contenido15 .tarjetas h2{
        /*font-size: 52px;*/
        padding: 5% 0;        
    }
    .contenido15 .tarjetas .row .texto h3{
        /*font-size: 32px;*/
        padding-bottom: 1%;
        /*line-height: 42px;*/
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: left;
    }
    .contenido15 .tarjetas .row .texto p{
        /*font-size: 17px;*/
        /*line-height: 24px;*/
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 1% 2% 1%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: left;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        /*font-size: 14px;*/
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;        
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;        
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 80%;
        height: initial;
    }
    .contenido15 .tarjeta1 .row .img img{
        width: 80%;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .row{
        margin: 0;
    }
    .contenido17 .cajaTarjetas .tarjeta{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 36px;
    }    
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{        
        padding: 0;
        height: 100vh;
        margin: 0;
    }
    .contenido18 .row{
        height: 100%;
        margin: 0;
    }
    .contenido18 .caja2 img{
        height: 100vh;
        object-fit: cover;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 42px;       
        padding: 0 10%;
        line-height: normal;        
    }
}


/*******************************************************************************************************************/
/******************************************      LANDSCAPE     ****************************************************/
/*******************************************************************************************************************/
/****************************  LANDSCAPE DISPOSITIVO MOVIL CELULAR    ***********************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
        margin-top: 80px;
    }
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2{
        height: auto;
        padding:60px 20px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .texto h2{
        margin: 2% 0;
        padding: 0px 20px;
        font-size: 28px;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 20px;
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10px 20px;
        height: auto;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 28px; 
        padding: 0px 20px;
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 20px;
        line-height: 1.2;
        padding: 0px 20px;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 5%;
    }
    /**************************************************************************/      
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 0;
    }
    .contenido8{
        min-height: unset;
        height: 130vh;
        padding-bottom: 5%;
    }  
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 6% 0 4%;
    }
    .contenido8 .textoIzq h3{
        font-size: 24px;        
        line-height: 30px;
    }
    .contenido8 .textoIzq p{
        font-size: 12px;        
        line-height: 20px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }    
    /**************************************************************************/
    .contenido6{

    }
    .contenido6 .texto h2{
        font-size: 20px;
    }
    .contenido6 .texto p{
        font-size: 28px;        
        padding: 0 15%;        
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        padding-bottom: 5%;
    }
    .contenido9 .img9 img{
        width: 50%;
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 32px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 24px;        
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido5{
        height: 170vh;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 100% 100%;
    }
    .contenido5 .row{
        height: auto;
        margin: 0;
    }
    .contenido5 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .contenido5 .textBox h2{        
        font-size: 22px;        
        padding-bottom: 1%;
        line-height: 28px;
    }
    .contenido5 .textBox p{
        font-size: 12px;        
        line-height: 20px;
        padding-right: 4%;
    }       
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido11 .textBox{
        padding: 15% 5% 0 0%;
    }
    .contenido11 .textBox h2{        
        font-size: 22px;       
        /*padding-bottom: 2%;*/
        line-height: 32px;
    }    
    .contenido11 .textBox p{
        font-size: 12px;
        line-height: 20px;
    }
    .contenido11 .textBox br{
        display: none;
    }
    /**************************************************************************/
    .contenido12{

    }
    .contenido12 .texto h2{
        font-size: 20px;
    }
    .contenido12 .texto p{
        font-size: 28px;        
        padding: 0 20%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido13{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .contenido13 .row{
        height: auto;
        margin: 0;
    }
    .contenido13 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido13 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido13 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 50%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 1% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido16 .texto p{
        font-size: 14px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 40px;
    }
    .contenido15 .row{
        margin: 0;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 32px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 24px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 0% 2% 0%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;
        height: auto;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 5%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 16px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 18px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 22px;       
        padding: 0 18%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        margin-top: 140px;
        height: auto;
    }
    .section1 .VideoIntersectionPlay video {
        height: auto;
    }
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2{
        height: auto;
        padding:60px 20px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .texto h2{
        margin: 2% 0;
        padding: 0px 20px;
        font-size: 28px;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 20px;
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10px 20px;
        height: auto;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 28px; 
        padding: 0px 20px;
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 20px;
        line-height: 1.2;
        padding: 0px 20px;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 5%;
    }
    /**************************************************************************/    
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 0;
    }
    .contenido8{
        min-height: unset;
        height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 6% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 26px;        
        line-height: 30px;
    }
    .contenido8 .textoIzq p{
        font-size: 12px;        
        line-height: 20px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    } 
    /**************************************************************************/
    .contenido6{

    }
    .contenido6 .texto h2{
        font-size: 20px;
    }
    .contenido6 .texto p{
        font-size: 28px;        
        padding: 0 15%;        
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        padding-bottom: 5%;
    }
    .contenido9 .img9 img{
        width: 50%;
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 32px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 24px;        
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido5{
        height: 130vh;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 100% 100%;
    }
    .contenido5 .row{
        height: auto;
        margin: 0;
    }
    .contenido5 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .contenido5 .textBox h2{        
        font-size: 22px;        
        padding-bottom: 1%;
        line-height: 28px;
    }
    .contenido5 .textBox p{
        font-size: 12px;        
        line-height: 20px;
        padding-right: 4%;
    }       
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido11 .textBox{
        padding: 15% 5% 0 0%;
    }
    .contenido11 .textBox h2{        
        font-size: 28px;       
        /*padding-bottom: 2%;*/
        line-height: 36px;
    }    
    .contenido11 .textBox p{
        font-size: 14px;
        line-height: 24px;
    }
    .contenido11 .textBox br{
        display: none;
    }
    /**************************************************************************/
    .contenido12{

    }
    .contenido12 .texto h2{
        font-size: 20px;
    }
    .contenido12 .texto p{
        font-size: 28px;        
        padding: 0 20%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido13{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .contenido13 .row{
        height: auto;
        margin: 0;
    }
    .contenido13 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido13 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido13 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 50%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 1% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido16 .texto p{
        font-size: 14px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 80px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 32px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 24px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        width: 100%;
        height: auto;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: unset;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 5%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 16px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 18px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 22px;       
        padding: 0 18%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
    }
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2{
        height: auto;
        padding:60px 20px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .texto h2{
        margin: 2% 0;
        padding: 0px 20px;
        font-size: 28px;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 20px;
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10px 20px;
        height: auto;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 28px; 
        padding: 0px 20px;
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 20px;
        line-height: 1.2;
        padding: 0px 20px;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 12%;
    }
    /**************************************************************************/    
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 0;
    }
    .contenido8{
        min-height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 6% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 28px;        
        line-height: 32px;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }    
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6{

    }
    .contenido6 .texto h2{
        font-size: 20px;
    }
    .contenido6 .texto p{
        font-size: 28px;        
        padding: 0 20%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9{
        padding-bottom: 5%;
    }
    .contenido9 .img9 img{
        width: 50%;
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 32px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 24px;        
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido5{
        height: 130vh;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 100% 100%;
    }
    .contenido5 .row{
        height: auto;
        margin: 0;
    }
    .contenido5 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .contenido5 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 32px;
    }
    .contenido5 .textBox p{
        font-size: 14px;        
        line-height: 24px;
        padding-right: 4%;
    }       
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido11 .textBox{
        padding: 15% 5% 0 0%;
    }
    .contenido11 .textBox h2{        
        font-size: 28px;       
        /*padding-bottom: 2%;*/
        line-height: 36px;
    }    
    .contenido11 .textBox p{
        font-size: 14px;
        line-height: 24px;
    }
    .contenido11 .textBox br{
        display: none;
    }
    /**************************************************************************/
    .contenido12{

    }
    .contenido12 .texto h2{
        font-size: 20px;
    }
    .contenido12 .texto p{
        font-size: 28px;        
        padding: 0 20%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido13{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        background-size: 100% 100%;
    }
    .contenido13 .row{
        height: auto;
        margin: 0;
    }
    .contenido13 .textBox{
        padding: 5% 0%;
    }
    .contenido13 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido13 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 50%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 1% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido16 .texto p{
        font-size: 14px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 80px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 32px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 24px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 300px;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 18px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 18px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 22px;       
        padding: 0 18%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
    }
    .section1 .row{
        margin: 0;
    }    
    /**************************************************************************/
    .contenido2{
        height: auto;
        padding:60px 20px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .texto h2{
        margin: 2% 0;
        padding: 0px 20px;
        font-size: 28px;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 20px;
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10px 20px;
        height: auto;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 28px; 
        padding: 0px 20px;
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 20px;
        line-height: 1.2;
        padding: 0px 20px;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 12%;
    }
    /**************************************************************************/    
    .contenido8 .titulos h3{
        font-size: 32px;        
    }
    .contenido8 .titulos p{
        font-size: 24px;        
        line-height: 25px;
        padding: 0 25%;
    }
    .contenido8Inicio .row{
        margin: 0;
    }
    .contenido8Inicio .titulos h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;
        line-height: 32px;
        padding: 0 0;
    }
    .contenido8{
        min-height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 6% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 28px;        
        line-height: 32px;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }    
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6{

    }
    .contenido6 .texto h2{
        font-size: 20px;
    }
    .contenido6 .texto p{
        font-size: 28px;        
        padding: 0 10%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido9 .row{
        margin: 0;
    }
    .contenido9 .img9 img{
        width: 50%;
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 32px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 24px;        
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido5{
        height: 120vh;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 100% 100%;
    }
    .contenido5 .row{
        height: auto;
        margin: 0;
    }
    .contenido5 .textBox{
        padding: 5% 0%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .contenido5 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 32px;
    }
    .contenido5 .textBox p{
        font-size: 14px;        
        line-height: 24px;
        padding-right: 4%;
    }       
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido11 .textBox{
        padding: 15% 5% 0 0%;
    }
    .contenido11 .textBox h2{        
        font-size: 28px;       
        /*padding-bottom: 2%;*/
        line-height: 36px;
    }    
    .contenido11 .textBox p{
        font-size: 14px;
        line-height: 24px;
    }
    .contenido11 .textBox br{
        display: none;
    }
    /**************************************************************************/
    .contenido12{

    }
    .contenido12 .texto h2{
        font-size: 20px;
    }
    .contenido12 .texto p{
        font-size: 28px;        
        padding: 0 10%;        
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido13{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .contenido13 .row{
        height: auto;
        margin: 0;
    }
    .contenido13 .textBox{
        padding: 5% 0%;
    }
    .contenido13 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido13 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido16 .row{
        margin: 0;
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 50%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 1% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 32px;
        line-height: 36px;
    }
    .contenido16 .texto p{
        font-size: 14px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 80px;
    }
    .contenido15 .tarjetas .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;        
    }
    .contenido15 .tarjetas .row .texto{
        order: -1;
    }
    .contenido15 .tarjetas h2{
        font-size: 32px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 24px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 300px;
    }    
    .contenido15 .otraTarjeta .row .img img{
        width: 50%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 2% 0% 2% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 0% 0% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 18px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 18px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 22px;       
        padding: 0 18%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        height: auto;
    }
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2{
        height: auto;
        padding:60px 20px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .texto h2{
        margin: 2% 0;
        padding: 0px 20px;
        font-size: 28px;
    }
    .contenido2 .texto p{
        font-size: 18px;
        padding: 0px 20px;
        line-height: 30px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10px 20px;
        height: auto;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 32px; 
        padding: 0px 20px;
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 20px;
        line-height: 1.2;
        padding: 0px 20px;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 20%;
    }
    /**************************************************************************/    
    .contenido8Inicio .titulos h3{
        font-size: 32px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;        
        line-height: 25px;
        padding: 0 25%;
    }
    .contenido8{
        min-height: unset;
        height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 10% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 28px;        
        line-height: 36px;
    }
    .contenido8 .textoIzq p{
        font-size: 14px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6{

    }
    .contenido6 .texto h2{
        font-size: 20px;
    }
    .contenido6 .texto p{
        font-size: 32px;        
        padding: 0 20%;        
        line-height: 40px;
    }
    /**************************************************************************/
    .contenido9 .img9{
        padding-bottom: 5%;
    }
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 0%;
    }
    .contenido9 .textoIzq h3{
        font-size: 28px;
        line-height: 36px;
    }
    .contenido9 .textoIzq p{
        font-size: 14px;
        line-height: 24px;
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
    }
    /**************************************************************************/
    .contenido5{
        height: 120vh;
        /*height: auto;*/
    }
    .contenido5 .row{
        height: auto;
    }
    .contenido5 .textBox{
        padding: 5% 1% 0 3%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido5 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido5 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }     
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
    }
    /**************************************************************************/
    .contenido11 .textBox{
        padding: 15% 2% 0 2%;
    }
    .contenido11 .textBox h2{        
        font-size: 28px;       
        padding-bottom: 2%;
        line-height: 36px;
    }    
    .contenido11 .textBox p{
        font-size: 14px;           
        line-height: 24px;
    }
    .contenido11 .textBox br{
        display: none;
    }
    /**************************************************************************/
    .contenido12{

    }
    .contenido12 .texto h2{
        font-size: 20px;
    }
    .contenido12 .texto p{
        font-size: 32px;        
        padding: 0 20%;        
        line-height: 40px;
    }
    /**************************************************************************/
    .contenido13{
        height: auto;
        margin-bottom: 50px;
    }
    .contenido13 .row{
        height: auto;
    }
    .contenido13 .textBox{
        padding: 3% 0% 3% 5%;
    }
    .contenido13 .textBox h2{        
        font-size: 28px;        
        padding-bottom: 1%;
        line-height: 36px;
    }
    .contenido13 .textBox p{
        font-size: 14px;        
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 90%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 3% 5% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 28px;
        line-height: 36px;
    }
    .contenido16 .texto p{
        font-size: 14px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 80px;
    }
    .contenido15 .tarjetas h2{
        font-size: 32px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 24px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 300px;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 3%;
    }
    .contenido15 .otraTarjeta .row .img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 85%;
        height: initial;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 5% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 5% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }
    .contenido17 .tarjeta .card .card-body{
        height: 40vh;
        text-align: left;
        padding: 10%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 18px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 18px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 26px;       
        padding: 0 10%;
        line-height: normal;        
    }
}
/****************************  LANDSCAPE DISPOSITIVO MOVIL TABLET     ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1{
        margin-top: 150px;
    }
    .section1 .row{
        margin: 0;
    }
    .section1 .VideoIntersectionPlay video{
        height: auto;
    }
    /**************************************************************************/
    .contenido2{
        padding: 10vh 15vh;
    }
    .contenido2 .row{
        width: 100%;
    }
    .contenido2 .texto h2{
        font-size: 26px;
        margin-bottom: 6%;
    }
    .contenido2 .texto p{
        font-size: 22px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3{
        padding: 10vh 15vh;
    }
    .contenido3 .row{
        width: 100%;
    }
    .contenido3 .texto h2{
        font-size: 36px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 22px;               
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido4 .img4 img{
        width: 85%;
        height: auto;
    }
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 32px;        
        padding: 0 5%;
    }
    /**************************************************************************/    
    .contenido8Inicio .titulos h3{
        font-size: 32px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;        
        line-height: 30px;
        padding: 0 25%;
    }
    .contenido8{
        min-height: unset;
        height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .row{
        margin: 0;
    }
    .contenido8 .textoIzq{
        padding: 0 10% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 32px;        
        line-height: 40px;
    }
    .contenido8 .textoIzq p{
        font-size: 16px;        
        line-height: 22px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 24px;
    }
    .contenido6 .texto p{
        font-size: 36px;        
        padding: 0 20%;        
        line-height: 40px;
    }
    /**************************************************************************/
    .contenido9 .img9 img{
        height: 100%;
        height: auto;
    }
    .contenido9 .textoIzq{
        padding: 0 5% 0 5%;
    }
    .contenido9 .textoIzq h3{
        font-size: 32px;
        line-height: 40px;
    }
    .contenido9 .textoIzq p{
        font-size: 16px;
        line-height: 24px;
    }
    .contenido9 .row .texto h3{
        font-size: 32px;
    }
    .contenido9 .row .texto p{
        font-size: 24px;
    }
    /**************************************************************************/
    .contenido5{
        background-size: 100% 100%;
    }
    .contenido5 .textBox{
        padding: 0% 1% 0 5%;
    }    
    .contenido5 .textBox h2{        
        font-size: 32px;        
        padding-bottom: 1%;
        line-height: 40px;
    }
    .contenido5 .textBox p{
        font-size: 16px;
        line-height: 24px;
    }
    .contenido5 .col-5 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .contenido5 .textBox {
        padding: 5% 0% 0 4%;
    }    
    .contenido5 .textBox a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 32px;
    }
    .contenido10 .row .texto p{
        font-size: 24px;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
        margin-bottom: 0;
    }
    .contenido11 .row {
        align-items: flex-end;
    }
    .contenido11 .textBox{
        padding: 0% 3% 0 3%;
        margin-bottom: 4%;
    }
    .contenido11 .textBox h2{        
        font-size: 32px;       
        padding-bottom:4%;
        line-height: 40px;
    }    
    .contenido11 .textBox p{
        font-size: 16px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 24px;
    }
    .contenido12 .texto p{
        font-size: 36px;        
        padding: 0 20%;        
        line-height: 40px;
    }
    /**************************************************************************/
    .contenido13{
        background-size: 100% 100%;
        margin-bottom: 0;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contenido13 .row{
        height: auto;
        margin: 0;
    }
    .contenido13 .textBox{
        padding: 10% 1% 0% 3%;        
    }    
    .contenido13 .textBox h2{        
        font-size: 32px;        
        padding-bottom: 1%;
        line-height: 40px;
    }
    .contenido13 .textBox p{
        font-size: 16px;
        line-height: 24px;
    }    
    .contenido13 .textBox a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 3% 1% 0% 1%;
    }
    .contenido16 .texto h2{
        font-size: 32px;
        line-height: 40px;
    }
    .contenido16 .texto p{
        font-size: 16px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 80px;
    }
    .contenido15 .tarjetas h2{
        font-size: 36px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 28px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 300px;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 3%;
    }
    .contenido15 .otraTarjeta .row .img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 90%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 5% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 5% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 5% 0%;
    }    
    .contenido17 .tarjeta .card .card-body p{
        font-size: 26px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 26px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 2%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 26px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/    
    .contenido2 .row{
        width: 60%;
    }
    .contenido2 .texto h2{
        font-size: 32px;
        margin-bottom: 6%;
    }
    .contenido2 .texto p{
        font-size: 26px;
        line-height: 36px;
    }
    /**************************************************************************/
    .contenido3 .row{
        width: 60%;
    }
    .contenido3 .texto h2{
        font-size: 36px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 26px;               
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto{            
        width: 55%;
        height: 30%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 36px;        
        padding: 0 17%;
    }
    .contenido4 .img4 img{
        width: 85%;
        height: auto;
    }
    /**************************************************************************/    
    .contenido8Inicio .titulos h3{
        font-size: 38px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;        
        line-height: 30px;
        padding: 0 30%;
    }
    .contenido8{
        min-height: auto;
        padding-bottom: 5%;
    }
    .contenido8 .textoIzq{
        padding: 0 10% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 36px;        
        line-height: 42px;
        padding-right: 38%;
    }
    .contenido8 .textoIzq p{
        font-size: 16px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size: 12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 45%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 24px;
    }
    .contenido6 .texto p{
        font-size: 40px;        
        padding: 0 20%;        
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido9 .img9 img{
        height: 100%;
        height: auto;
    }
    .contenido9 .textoIzq h3{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido9 .textoIzq p{
        font-size: 16px;
        line-height: 24px;
    }
    .contenido9 .row .texto h3{
        font-size: 38px;
    }
    .contenido9 .row .texto p{
        font-size: 28px;
    }
    /**************************************************************************/
    .contenido5{
        height: 85vh;
    }
    .contenido5 .textBox h2{        
        font-size: 36px;        
        padding-bottom: 2%;
        line-height: 46px;
    }
    .contenido5 .textBox p{
        font-size: 16px;        
        line-height: 24px;
    }
    .contenido5 .col-5 {
        flex: 0 0 46%;
        max-width: 46%;
    }
    .contenido5 .textBox {
        padding: 8% 0% 0% 4%;
    }
    .contenido5 .texto a{
        font-size:12px;
        font-family:'Helvetica-Neue-Light';
        text-align:center;
        color:#0E8FD3;
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 38px;
    }
    .contenido10 .row .texto p{
        font-size: 28px;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
        margin-bottom: 0;
    }
    .contenido11 .textBox{
        padding: 0% 5% 0 5%;
    }
    .contenido11 .textBox h2{        
        font-size: 36px;       
        padding-bottom:4%;
        line-height: 46px;
    }    
    .contenido11 .textBox p{
        font-size: 16px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 24px;
    }
    .contenido12 .texto p{
        font-size: 40px;        
        padding: 0 20%;        
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido13{
        margin-bottom: 100px;
    }
    .contenido13 .textBox h2{        
        font-size: 36px;        
        padding-bottom: 2%;
        line-height: 46px;
    }
    .contenido13 .textBox p{
        font-size: 16px;        
        line-height: 24px;
    }
    .contenido13 .textBox{
        padding: 8% 4%;
    }    
    .contenido13 .texto a{
        font-size:12px;
        font-family:'Helvetica-Neue-Light';
        text-align:center;
        color:#0E8FD3;
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 3% 8% 0% 3%;
    }
    .contenido16 .texto h2{
        font-size: 36px;
        line-height: 46px;
    }
    .contenido16 .texto p{
        font-size: 16px;
        line-height: 24px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 100px 150px;
    }
    .contenido15 .tarjetas h2{
        font-size: 36px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 28px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 14px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 14px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 350px;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 5%;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 100%;
        height: initial;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 5% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 5% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 10% 0%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 26px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 26px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 9%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 26px;       
        padding: 0 15%;
        line-height: normal;        
    }
}
/****************************  LANDSCAPE DISPOSITIVO MOVIL LAPTOP     ************************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/    
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2 .row{
        width: 60%;
    }
    .contenido2 .texto h2{
        font-size: 32px;
        margin-bottom: 6%;
    }
    .contenido2 .texto p{
        font-size: 26px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3 .row{
        width: 60%;
    }
    .contenido3 .texto h2{
        font-size: 28px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 42px;               
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 35%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 48px;        
        padding: 0 15%;
    }
    .contenido4 .img4 img{
        width: 80%;
        height: auto;
    }
    /**************************************************************************/    
    .contenido8Inicio .titulos h3{
        font-size: 42px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 24px;        
        line-height: 36px;
        padding: 0 30%;
    }
    .contenido8{
        min-height: auto;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 42px;        
        line-height: 50px;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 40%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 26px;
    }
    .contenido6 .texto p{
        font-size: 46px;        
        padding: 0 20%;        
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido9 .img9 img{
        height: 100%;
    }
    .contenido9 .textoIzq h3{
        font-size: 40px;
        line-height: 46px;
    }
    .contenido9 .row .texto h3{
        font-size: 52px;
    }
    .contenido9 .row .texto p{
        font-size: 28px;
    }
    /**************************************************************************/
    .contenido5{
        background-size: contain;
    }
    .contenido5 .textBox h2{        
        font-size: 40px;        
        padding-bottom: 2%;
        line-height: 50px;
    }
    .contenido5 .textBox p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido5 .textBox {
        padding: 4% 0% 0% 8%;
    }   
    .contenido5 .texto a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido10 .row .texto h3{
        font-size: 52px;
    }
    .contenido10 .row .texto p{
        font-size: 28px;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
        margin-bottom: 0px;
    }
    .contenido11 .textBox{
        padding: 0% 5% 0 5%;
    }
    .contenido11 .textBox h2{        
        font-size: 40px;       
        padding-bottom:4%;
    }    
    .contenido11 .textBox p{
        font-size: 17px;           
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 26px;
    }
    .contenido12 .texto p{
        font-size: 46px;        
        padding: 0 20%;        
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido13 .textBox h2{        
        font-size: 40px;
        padding-bottom: 2%;
        line-height: 50px;
    }
    .contenido13 .textBox p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido13 .textBox{
        padding: 0% 1% 0% 5%;
    }    
    .contenido13 .texto a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
    }
    .contenido16 .img img{
        width: 100%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 4% 7% 0% 5%;
    }
    .contenido16 .texto h2{
        font-size: 40px;
    }
    .contenido16 .texto p{
        font-size: 17px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 100px 150px;
    }
    .contenido15 .tarjetas h2{
        font-size: 42px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 32px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 16px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 16px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: 400px;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 5%;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 85%;
        height: initial;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 5% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 5% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 10% 0%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 28px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 36px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 9%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{
        font-size: 32px;       
        padding: 0 20%;
        line-height: normal;        
    }
}
@media only screen and (min-width: 1200px) and (max-width:1360px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2 .row{
        width: 60%;
    }
    .contenido2 .texto h2{
        font-size: 32px;
        margin-bottom: 6%;
    }
    .contenido2 .texto {
        margin-bottom: 15%;
    }
    .contenido2 .texto p{
        font-size: 26px;
        line-height: 42px;
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido3 .row{
        width: 60%;
    }
    .contenido3 .texto h2{
         font-size: 42px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
         font-size: 28px;                       
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto{            
        width: 65%;
        height: 35%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 54px;        
        padding: 0 14%;
        
    }
    .contenido4 .img4 img{
        width: 85%;
        height: auto;
    }
    /**************************************************************************/    
    .contenido8Inicio .titulos h3{
        font-size: 50px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 28px;        
        line-height: 36px;
        padding: 0 30%;
    }
    .contenido8{
        min-height: auto;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 48px;        
        line-height: 50px;
        padding-right: 18%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 40%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 26px;
    }
    .contenido6 .texto p{
        font-size: 50px;        
        padding: 0 21%;        
        line-height: 60px;
    }
    /**************************************************************************/
    .contenido9 .img9 img{
        height: auto;
    }
    .contenido9 .textoIzq h3{
        font-size: 42px;
        line-height: 46px;
    }
    .contenido9 .row .texto h3{
        font-size: 48px;
    }
    .contenido9 .row .texto p{
        font-size: 28px;
    }
    /**************************************************************************/
    .contenido5{
        background-size: contain;
    }
    .contenido5 .textBox h2{
        font-size: 48px;        
        padding-bottom: 2%;
        line-height: 58px;
    }
    .contenido5 .textBox p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido5 .textBox{
        padding: 8% 0% 8% 4%;
    }    
    .contenido5 .texto a{
        font-size:12px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
    }
    .contenido11 .textBox{
        padding: 5% 5% 0 5%;
    }
    .contenido11 .textBox h2{        
        font-size: 48px;       
        padding-bottom:4%;
        line-height: 58px;
    }    
    .contenido11 .textBox p{
        font-size: 20px;
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 26px;
    }
    .contenido12 .texto p{
        font-size: 50px;        
        padding: 0 20%;        
        line-height: 50px;
    }
    /**************************************************************************/
    .contenido13 .textBox h2{        
        font-size: 50px;        
        padding-bottom: 2%;
        line-height: 55px;
    }
    .contenido13 .textBox p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido13 .textBox{
        padding: 5% 2% 3% 5%;
    }    
    .contenido13 .texto a{
        font-size:12px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16{
        /*height: 100vh;*/
    }
    .contenido16 .img img{
        width: 100%;
        height: 100%;
    }
    .contenido16 .texto{
        padding: 5% 16% 0% 8%;
    }
    .contenido16 .texto h2{
        font-size: 42px;
    }
    .contenido16 .texto p{
        font-size: 17px;
    }
    /**************************************************************************/
    .contenido15{
        padding: 100px 150px;
    }
    .contenido15 .tarjetas h2{
        font-size: 48px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 36px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 18px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 15% 2% 15%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 18px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: auto;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 5%;
    }
    .contenido15 .otraTarjeta .row .img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 80%;
        height: auto;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 5% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 5% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17{
        padding: 10% 10% 0%;
    }
    .contenido17 .tarjeta .card .card-body p{
        font-size: 32px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 36px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /**************************************************************************/
    .contenido18{
        padding: 1% 9%;
    }
    .contenido18 img{
        height: auto;
    }
    .contenido18 .cajaTexto2 p{        
        font-size: 36px;       
        padding: 0 20%;
        line-height: normal;        
    }
}
/****************************  LANDSCAPE DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1361px) and (max-width:1899px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    
    .section1 .row{
        margin: 0;
    }
    /**************************************************************************/
    .contenido2{
        height: 100vh;
    }
    .contenido2 .row{
        width: 60%;
    }
    .contenido2 .texto h2{
        font-size: 38px;
        margin-bottom: 8%;
    }
    .contenido2 .texto p{
        font-size: 30px;
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3 .row{
        width: 60%;
    }
    .contenido3 .texto h2{
        font-size: 46px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 28px;        
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto{            
        width: 50%;
        height: 35%;        
    }
    .contenido14 .cajaTexto h2{
        font-size: 64px;        
        padding: 0 5%;
    }
    .contenido4 .img4 img{
        width: 85%;
        height: auto;
    }
    /**************************************************************************/
    .contenido8Inicio .titulos h3{
        font-size: 52px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 28px;        
        line-height: 36px;
        padding: 0 36%;
    }
    .contenido8{
        min-height: unset;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 10%;
    }
    .contenido8 .textoIzq h3{
        font-size: 52px;        
        line-height: 61px;
        padding-right: 10%;
    }
    .contenido8 .textoIzq p{
        font-size: 17px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:12px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 40%;
        left: 1%;
        width: 55%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 28px;
    }
    .contenido6 .texto p{
        font-size: 52px;        
        padding: 0 20%;        
        line-height: 70px;
    }
    /**************************************************************************/
    .contenido9 .img9 img{
        height: 100%;
    }
    .contenido9 .textoIzq h3{
        font-size: 52px;
        padding: 0 0%;
        line-height: 61px;
    }
    /**************************************************************************/
    .contenido5Responsive{
        display: none;
    }
    .contenido5{
        background-size: contain;
    }
    .contenido5 .textBox{
        padding: 10% 1% 0 12%;
    }
    .contenido5 .textBox h2{
        font-size: 48px;
        line-height: 51px;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
    }
    .contenido11 .textBox{
        padding: 12% 10% 0 10%;
    }
    .contenido11 .textBox h2{        
        font-size: 42px;       
        padding-bottom:4%;
    }    
    .contenido11 .textBox p{
        font-size: 18px;           
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 28px;
    }
    .contenido12 .texto p{
        font-size: 52px;        
        padding: 0 20%;        
        line-height: 62px;
    }
    /**************************************************************************/
    .contenido13Responsive{
        display: none;
    }
    .contenido13 .textBox{
        padding: 0 1% 0 12%;
    }
    .contenido13 .textBox h2{
        font-size: 52px;
        line-height: 62px;
    }
    /**************************************************************************/
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 90%;
        height: auto;
    }
    .contenido16 .texto{
        padding: 5% 10% 0% 5%;
    }
    .contenido16 .texto h2{
        font-size: 56px;        
    }
    .contenido16 .texto p{
        font-size: 16px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 120px 190px;
    }
    .contenido15 .tarjetas h2{
        font-size: 60px;        
        padding: 2% 0;
    }
    .contenido15 .tarjetas .row .texto h3{
        font-size: 42px;       
        padding-bottom: 1%;
    }
    .contenido15 .tarjeta1 .row .texto h3{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto p{
        font-size: 20px;        
    }
    .contenido15 .tarjeta1 .row .texto p{
        padding: 0 20% 2% 20%;
    }
    .contenido15 .tarjeta1 .row .texto p{
        text-align: center;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        font-size: 22px;        
    }
    .contenido15 .tarjetas .row .img{
        text-align: center;
    }
    .contenido15 .tarjetas .row .img img{
        height: auto;
    }
    .contenido15 .otraTarjeta h2{
        padding-bottom: 5%;
    }
    .contenido15 .otraTarjeta .row .img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .contenido15 .otraTarjeta .row .img img{
        width: 85%;
    }
    .contenido15 .otraTarjeta .row .texto h3{
        padding: 5% 10% 5% 2%;
    }
    .contenido15 .otraTarjeta .row .texto p{
        padding: 0 15% 5% 2%;
    }
    .contenido15 .tarjetas .row .img .cardResp{
        display: none;
    }
    /**************************************************************************/
    .contenido17 .tarjeta .card .card-body p{
        font-size: 32px;
        line-height: normal;
    }
    .contenido17 .tarjeta .card .card-body .textoGris{
        font-size: 32px;        
    }
    .contenido17 .cajaTarjetas .tarjeta:nth-child(2) img{
        object-fit: cover;
    }
    /*********************************************************************************/    
    .contenido18 .cajaTexto2 p{        
        font-size: 32px;        
    }
}
@media only screen and (min-width: 1900px) and (max-width:2299px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/

    /**************************************************************************/
    .contenido2{
        height: 100vh;
    }
    .contenido2 .texto p{        
        line-height: 42px;
    }
    /**************************************************************************/             
    .contenido3 .texto h2{
        font-size: 46px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 28px;        
        line-height: 1.2;
    }
    /**************************************************************************/             
    .contenido5Video .textVideo{
        position: absolute;
        top: 50%;
        left: 5%;
        width: 50%;
        transform: translate(0%, -50%);
    }
    .contenido5Video .textVideo h3 {
        padding-right: 21%;
    }
    /**************************************************************************/
    .contenido5Responsive{
        display: none;
    }
    
    .contenido5Video video {
        height: 100vh;
    }
    /**************************************************************************/
    .contenido9 .textoIzq h3 {
        padding-right: 13%;
    }
    /**************************************************************************/
    .contenido11 .textBox h2{        
        line-height: 70px;
    }
    .contenido11Responsive .textBox h2{
        line-height: 50px;
    }
    .contenido11 .textBox p{        
        line-height: 28px;
    }
    .contenido11Responsive .textBox p{    
        line-height: 28px;    
    }
    /**************************************************************************/
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 190px;
    }
    .contenido15 .otraTarjeta{
        margin-top: 5%;
    }
    .contenido15 .tarjetas h2{
        line-height: 90px;
    }
    .contenido15 .tarjetas .row .texto h3{
        line-height: 52px;
    }
    .contenido15 .tarjetas .row .texto p{
        line-height: 32px;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido16{
        margin-bottom: 120px;
    }
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 90%;
    }
    /**************************************************************************/
    .contenido17 .tarjeta .card .card-body p{    
        line-height: normal;
    }
    /**************************************************************************/
    .contenido18 .cajaTexto2 p{    
        line-height: normal;
    }
}
@media only screen and (min-width: 2300px) and (max-width:2599px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/

    /**************************************************************************/
    .contenido2{
        height: 100vh;
    }
    .contenido2 .texto p{        
        line-height: 42px;
    }
    /**************************************************************************/
    .contenido3 .texto h2{
        font-size: 68px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        font-size: 36px;        
        line-height: 1.2;
    }
    /**************************************************************************/
    .contenido14 .cajaTexto h2{
        font-size: 72px;        
        padding: 0 5vh;
    }
    /**************************************************************************/
    .contenido8Inicio .titulos h3{
        font-size: 64px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 32px;        
        line-height: 42px;
        padding: 0 36%;
    }
    .contenido8 .textoIzq{
        padding: 0 10% 0 10%;
    }
    .contenido8 .textoIzq h3{
        font-size: 68px;        
        line-height: 71px;
        padding-right: 14%;
    }
    .contenido8 .textoIzq p{
        font-size: 20px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:14px;        
    }
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 50%;
        left: 10%;
        width: 42%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 36px;        
    }
    .contenido6 .texto p{
        font-size: 68px;        
        padding: 0 20%;        
        line-height: 70px;
    }
    /**************************************************************************/
    .contenido5 .textBox h2{        
        font-size: 68px;        
        padding-bottom: 2%;
    }
    .contenido5 .textBox p{
        font-size: 20px;        
        line-height: 24px;
    }       
    .contenido5 .texto a{
        font-size:14px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
    }
    .contenido11 .textBox h2{        
        line-height: 70px;
    }
    .contenido11Responsive .textBox h2{
        line-height: 70px;
    }
    .contenido11 .textBox p{        
        line-height: 30px;
    }
    .contenido11Responsive .textBox p{    
        line-height: 42px;    
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 36px;        
    }
    .contenido12 .texto p{
        font-size: 68px;        
        padding: 0 20%;        
        line-height: 70px;
    }
    /**************************************************************************/
    .contenido13{
        background-size: contain;
    }
    .contenido13 .textBox h2{        
        font-size: 68px;        
        padding-bottom: 2%;
    }
    .contenido13 .textBox p{
        font-size: 20px;        
        line-height: 24px;
    }       
    .contenido13 .texto a{
        font-size:14px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 90%;
    }
    .contenido16 .texto{
        padding: 10% 15% 0% 6%;
    }
    .contenido16 .texto h2{
        font-size: 64px;        
    }
    .contenido16 .texto p{
        font-size: 17px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 250px 250px;
    }
    .contenido15 .tarjetas h2{
        line-height: 90px;
    }
    .contenido15 .tarjetas .row .texto h3{
        line-height: 52px;
    }
    .contenido15 .tarjetas .row .texto p{
        line-height: 32px;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido17 .tarjeta .card .card-body p{    
        line-height: normal;
    }
    /**************************************************************************/
    .contenido18 .cajaTexto2 p{    
        line-height: normal;
        padding: 0 15%;
    }
}
@media only screen and (min-width: 2600px) and (max-width:3599px) and  (orientation: landscape){
    /*body{
        overflow-x:unset;
    }*/
    body{
        overflow-x:hidden;
    }
    /**************************************************************************/
    .section1 .imgResp1, .imgResp2{
        display: none;
    }    
    .section1 .texto h2{        
        line-height: 90px;
    }
    .section1.animated{

    }
    /**************************************************************************/
    .contenido2{
        height: 100vh;
    }
    /**************************************************************************/
    .contenido3 .texto h2{
        font-size: 36px;        
        margin-bottom: 5%;
    }
    .contenido3 .texto p{
        /*font-size: 68px;
        line-height: 70px;*/
    }
    /**************************************************************************/
    .contenido14 .cajaTexto h2{
        font-size: 72px;        
        padding: 0 5vh;
    }
    /**************************************************************************/
    .contenido8Inicio .titulos h3{
        font-size: 64px;        
    }
    .contenido8Inicio .titulos p{
        font-size: 32px;        
        line-height: 42px;
        padding: 0 36%;
    }
    .contenido8 .textoIzq{
        padding: 0 15% 0 5%;
    }
    .contenido8 .textoIzq h3{
        font-size: 68px;        
        line-height: 71px;
    }
    .contenido8 .textoIzq p{
        font-size: 20px;        
        line-height: 24px;
    }
    .contenido8 .textoIzq a{
        font-size:14px;        
    }    
    .contenido5Video .VideoIntersectionPlay{
        height: auto;
    }
    .contenido5Video .textVideo{
        position: absolute;
        top: 50%;
        left: 10%;
        width: 42%;
        transform: translate(0%, -50%);
    }
    /**************************************************************************/
    .contenido6 .texto h2{
        font-size: 36px;        
    }
    .contenido6 .texto p{
        font-size: 68px;        
        padding: 0 21%;        
        line-height: 70px;
    }
    /**************************************************************************/
    .contenido5 .textBox h2{        
        font-size: 68px;        
        padding-bottom: 2%;
    }
    .contenido5 .textBox p{
        font-size: 20px;        
        line-height: 24px;
    }       
    .contenido5 .texto a{
        font-size:14px;        
    }
    .contenido5Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido11{
        background-size: contain;
    }
    .contenido11 .textBox h2{        
        line-height: 70px;
    }
    .contenido11Responsive .textBox h2{
        line-height: 70px;
    }
    .contenido11 .textBox p{        
        line-height: 30px;
    }
    .contenido11Responsive .textBox p{    
        line-height: 42px;    
    }
    /**************************************************************************/
    .contenido12 .texto h2{
        font-size: 36px;        
    }
    .contenido12 .texto p{
        font-size: 68px;        
        padding: 0 20%;        
        line-height: 70px;
    }
    /**************************************************************************/
    .contenido13{
        background-size: contain;
    }
    .contenido13 .textBox h2{        
        font-size: 68px;        
        padding-bottom: 2%;
    }
    .contenido13 .textBox p{
        font-size: 20px;        
        line-height: 24px;
    }       
    .contenido13 .texto a{
        font-size:14px;        
    }
    .contenido13Responsive{
        display: none;
    }
    /**************************************************************************/
    .contenido16 .img{
        text-align: center;
    }
    .contenido16 .img img{
        width: 90%;
    }
    .contenido16 .texto{
        padding: 10% 15% 0% 15%;
    }
    .contenido16 .texto h2{
        font-size: 64px;        
    }
    .contenido16 .texto p{
        font-size: 17px;        
    }
    /**************************************************************************/
    .contenido15{
        padding: 60px 250px;
    }
    .contenido15 .tarjetas h2{
        line-height: 90px;
    }
    .contenido15 .tarjetas .row .texto h3{
        line-height: 52px;
    }
    .contenido15 .tarjetas .row .texto p{
        line-height: 32px;
    }
    .contenido15 .tarjetas .row .texto .textoNegrita{
        line-height: 32px;
    }
    /**************************************************************************/
    .contenido17 .tarjeta .card .card-body p{    
        line-height: normal;
    }
    /**************************************************************************/
    .contenido18 .cajaTexto2 p{    
        line-height: normal;
    }
}