@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');
}
/******************************Generales****************************************/
html{
    height: 100%;
    width: 100%;
}
.row, .segmento{
    width:100%;
    margin:0;
}
.contenido1, .contenido2, .contenido3, .contenido4,
.contenido5, .contenido6, .contenido7, .contenido8,
.contenido9, .contenido10, .contenido11, .contenido12,
.contenido13, footer{
    position: relative;
    margin-top:-1px;
    z-index:1;
}
.contenido4, .contenido7, .contenido9, .contenido13{
    padding:10% 15%;
}
.contenido11{
    padding:10% 18% 0%;
}
.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+           */
}
video{
    transform: none;
    outline: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
/***********************************************************************/
.imgWeb{
    display: block;
}
.imgResponsive{
    display: none;
}
/***********************************************************************************/
.contenido1 {
    height: 100%;
    background-color: #FFF;
}
.contenido1 .titulo{
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
}
.contenido1 .titulo h2{
    font-size: 80px;
    font-family: 'DINPro-Bold';
    color: #000;
}
.contenido1 .imgInicial img{
    width: 100%;
    height: 100%;
    object-fit: fill; 
    margin-top: 5rem;
}
.contenido1 .VideoIntersectionPlay{
    width:100%;
    height: 100vh;
}
.contenido1 .VideoIntersectionPlay video{
    width:100%;
    object-fit: contain;
    transform: none;
    outline: none;
}
.contenido1 .imgInicial{
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2%;
    padding: 0;
}
/****************************************************************************************/
.contenido2{
    padding: 320px 100px 200px;
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #FFF;
    color: #1D1D1F;
}
.contenido2 .row{
    width:50%;
    margin:auto;
}
.contenido2 .tituloInicial h2{
    font-size: 42px;
    font-family: 'Helvetica-Neue-Bold';
    margin-bottom:50px;
}
.contenido2 .texto{
    text-align: left;
}
.contenido2 .texto p{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
}
/************************************************************************************/
.contenido3{
    background-image: url('https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_2.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}
.contenido3 .texto{
    text-align: left;
    padding: 0 45% 0 7%;
}
.contenido3 .texto h4{
    font-size: 45px;
    font-family: 'Helvetica-Neue-Bold';
    color: #1D1D1F;
}
.contenido3 .texto p{
    font-family: 'DINPro-Bold';
    font-size: 60px;
    line-height: 90px;
    color: #000000;
}
/***********************************************************************************/
.contenido4{
    background-color: #F4F4F4;
    padding: 350px 0 0 110px;
}
.contenido4 .primero, .contenido4 .tercero,
.contenido4 .cuarto{
    padding-right: 110px;
}
.contenido4 .row{
    margin-bottom: 18%;
    align-items: center;
}
.contenido4 .texto{
    padding: 0px 14rem;
}
.contenido4 .texto h3{
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    line-height: 70px;
    color: #1D1D1F;
}
.contenido4 .texto .primero{
    font-size: 32px;
    font-family: 'Helvetica-Neue-Bold';
    color: #1D1D1F;
    padding-bottom: 1rem;
    line-height: normal;
}
.contenido4 .texto p{
    font-family: 'Helvetica-Neue-Light';
    font-size: 17px;
    padding-bottom: .5rem;
    color: #1D1D1F;
}
.contenido4 .texto a{
    font-family: 'Helvetica-Neue-Light';
    font-size: 12px;
    color: #0E8FD3;
}
.contenido4 .imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
/********************************/
.contenido4 .primero .texto .primero,
.contenido4 .segundo .texto .primero{
    padding-right: 0;
}
.contenido4 .primero .texto p,
.contenido4 .segundo .texto p{
    padding-right: 2.5rem;
}
.contenido4 .primero .imagen{
    margin-top: -3rem;
    justify-content: inherit;
}
.contenido4 .primero .imagen img{
    width: 105%;
    margin-left: 4rem;
}
/********************************/
.contenido4 .segundo .texto {
    padding: 0px 9.5rem;
}
.contenido4 .segundo .imagen {
    padding: 0;
    justify-content: flex-end;
}
/********************************/
.contenido4 .tercero .imagen img {
    width: 60%
}
.contenido4 .tercero .texto{
    padding: 7rem 10rem 0 13rem;
}
.contenido4 .tercero .imagen {
    padding-left: 7rem;
}
.contenido4 .row.tercero{
    margin-bottom: 15%;
}
/********************************/
.contenido4 .row.cuarto{
    margin-bottom: 8%;
}
.contenido4 .cuarto .imagen img {
    width: inherit;
}
.contenido4 .cuarto .VideoIntersectionPlay{
    width:100%;
    height: auto;
}
.contenido4 .cuarto .VideoIntersectionPlay video{
    width:100%;
}
/*****************************/
.contenido4 .row.quinto{
    margin-bottom: 0%;
}
.contenido4 .quinto .texto{
    padding: 0 9.5rem;
}
.contenido4 .quinto .texto .primero {
    padding-right: 0;
}
.contenido4 .quinto .texto p {
    padding-right: 5rem;
}
.contenido4 .quinto .imagen {
    padding: 0;
    justify-content: flex-end;
}
/***********************************************************************************/
.contenido6{
    padding: 0;
    background-color: #FFF;
    color: #1D1D1F;
}
.contenido6 .texto h3{
    text-align: center;
    font-size: 64px;
    font-family: 'Helvetica-Neue-Bold';
    padding-bottom: 1rem;
}
.contenido6 .texto p{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
}
.contenido6 .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.contenido6 .imagen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido6 .VideoIntersectionPlay{
    width:100%;
    height: 100vh;
}
.contenido6 .VideoIntersectionPlay video{
    width:100%;
    object-fit: contain;
    transform: none;
    outline: none;
}
/***********************************************************************/
.contenido7.Responsive{
    display: none;
}
.contenido7 .texto.txtResponsive{
    display: none;
}
.contenido7{
    background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/web/seccion10.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
}
.contenido7 .texto p{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    padding-bottom: 1rem;
}
.contenido7 .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-right: 8rem;
}
/***************************************************************************/
.contenido13{
    background-color:#F4F4F4;
    width:100%;
    height:auto;
    padding-top: 20vh;
    padding-bottom: 10vh;
}
.contenido13 .tarjeta1{
    margin-bottom: 15vh;
    opacity:0;
    padding-bottom: 2rem;
}
.contenido13 .tarjeta1.final{
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto !important;
}
.contenido13 .tarjetas{
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3);   
    color: #000000;
    background-color: #FFFFFF;
}
.contenido13 .tarjetas h2{
    font-size: 72px;
    font-family: 'DINPro-Bold';
    text-align: center;
    padding: 5rem 0 3rem 0;
}
.contenido13 .tarjetas.final h2 {
    padding-bottom: 6%;
}
.contenido13 .tarjetas .row .texto.uno{
    text-align: center;
}
.contenido13 .tarjetas .row .texto.uno p {
    padding: 1rem 14rem 1rem;
}
.contenido13 .tarjetas .row .texto{
    padding: 0 4rem 0 3rem;
}
.contenido13 .tarjetas .row .texto.dos {
    padding: 0 5rem 0 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido13 .tarjetas .row .texto.dos p{
    padding-right: 3rem;
}
.contenido13 .tarjetas .row .texto h3{
    font-size: 48px;
    font-family: 'DINPro-Bold';
    padding-bottom: 1rem;
    color: #368898;
}
.contenido13 .tarjetas .row .texto p{
    font-size: 22px;
    font-family: 'Helvetica-Neue-Light';
    padding-bottom: 1rem;
}
.contenido13 .tarjetas .row .texto .textoNegrita{
    font-family: 'Helvetica-Neue-Bold';
}
.contenido13 .tarjetas .row .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenido13 .tarjetas .row .img img{
    width: 63%;
}
.contenido13 .tarjetas .row .img.uno{
    justify-content: center;
}
.contenido13 .tarjetas .row .img.uno img{
    width: 50%;
}
/*********************************************************************************/
.contenido16{
    color: #1D1D1F;
    background-color: #F4F4F4;
    width:100%;
    height: auto;
    padding: 4% 18% 0%;
}
.contenido16 .cajaTarjetas{
    display: flex;
    justify-content: center;
}
.contenido16 .tarjeta{
    text-align: center;
    margin-bottom:2vh;
}
.contenido16 .tarjeta .card{
    width: 100%;
    height: 100% !important;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3);
    background-color: #FFF;
}
.contenido16 .tarjeta .card .imgCard{
    height: 40vh;
}
.contenido16 .tarjeta .card .imgCard img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contenido16 .tarjeta .card .card-body {
    height: auto;
    text-align: left;
    padding: 15% 10% 25%;
}

.contenido16 .tarjeta .card .card-body p{
    font-family: 'Helvetica-Neue-Bold' !important;
    font-size: 42px;
    line-height: 46px;
}
/*********************************************************************************/
.contenido17{
    padding: 1% 18.8%;
    padding-bottom: 150px;
    background-color: #F4F4F4;
}
.contenido17 .row{
    height: 100%;
}
.contenido17 .col-12{
    padding:0;
}
.contenido17 img{
    position:relative;
    width:100%;
}
.contenido17 .caja2{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.contenido17 .cajaTexto2{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido17 .cajaTexto2 p{
    font-family: 'Helvetica-Neue-Bold' !important;
    text-align: center;
    font-size: 42px;
    color: #fff;
    line-height: 50px;
    padding: 0 5rem;
}
/**************************************************************/
footer {
    background-color: #E2231A;
}
/*********************************************************************************/
/*******************************************************************************************************************/
/******************************************      PORTRAIT     *******************************************************/
/*******************************************************************************************************************/
/****************************  PORTRAIT DISPOSITIVO MOVIL CELULAR    *************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 2rem;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 7rem;
        padding: 0 10px;
        text-align: center;
    }
    .contenido1 .titulo h2 {
        font-size: 25px;
    }
    /***************************************************************/
    .contenido2{
        padding: 100px 10px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 20px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 14px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
    }
    .contenido3 .texto {
        padding: 0 1.5rem;
    }
    .contenido3 .texto h4 {
        font-size: 11px;
    }
    .contenido3 .texto p {
        font-size: 20.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 120px 0 120px 20px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 20px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 20px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 30px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto .primero {
        font-size: 14px;
        padding-bottom: 0;
    }
    .contenido4 .texto p, .contenido4 .texto a {
        font-size: 12px;
        padding-bottom: 0;
    }
    .contenido4 .texto a {
        font-size: 12px;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen{
        justify-content: center !important;
    }
    .contenido4 .imagen img {
        width: 110% !important;      
        margin-bottom: 2rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*****************************/
    .contenido4 .segundo .imagen {
        left: 2rem;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 60% !important;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*******************************/
    .contenido4 .quinto .imagen {
        margin-left: 2rem;
    }
    /****************************************************************/
    .contenido6 {
        padding:0 0 25px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 4rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 30px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 18px;
        line-height: initial;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
        padding-top: 0;
    }
    .contenido7 .texto {
        text-align: left;
        padding: 15px;
    }
    .contenido7 .texto p {
        font-size: 16px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 100px 20px;
        padding-top: 60px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 22px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 14px;
        padding-bottom: 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 12px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 1rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 1rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 100%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 60%;
        margin-top: 1rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 0;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 5px 0%;
        padding-bottom: 0;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 15% 9% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 18px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 22px;
        line-height: initial;
        padding: 0 2rem;
    }
}
@media only screen and (min-width: 321px) and (max-width:424px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 7.5rem;
        padding: 0;
        text-align: center;
    }
    .contenido1 .titulo h2 {
        font-size: 40px;
    }
    /***************************************************************/
    .contenido2{
        padding: 100px 10px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 18px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
    }
    .contenido3 .texto {
        padding: 0 1.5rem;
    }
    .contenido3 .texto h4 {
        font-size: 14px;
    }
    .contenido3 .texto p {
        font-size: 24px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 150px 0 150px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 40px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 32px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto .primero {
        font-size: 20px;
        padding-bottom: 0;
    }
    .contenido4 .texto p, .contenido4 .texto a {
        font-size: 17px;
        padding-bottom: 0;
    }
    .contenido4 .texto a {
        font-size: 12px;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen{
        justify-content: center !important;
    }
    .contenido4 .imagen img {
        width: 120% !important;      
        margin-bottom: 2rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*****************************/
    .contenido4 .segundo .imagen {
        left: 2rem;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 70% !important;
    }
    .contenido4 .tercero .texto .primero {
        padding-right: 25%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*******************************/
    .contenido4 .quinto .imagen {
        margin-left: 2rem;
    }
    /****************************************************************/
    .contenido6 {
        padding:0 0 25px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 4rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 36px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 20px;
        line-height: initial;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
        padding-top: 0;
    }
    .contenido7 .texto {
        text-align: left;
        padding: 15px 0;
    }
    .contenido7 .texto p {
        font-size: 20px;
        line-height: normal;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 100px 20px;
        padding-top: 60px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 20px;
        padding-bottom: 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
        text-align: left;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 0%;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 3vh;
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 1rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 1rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 100%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 65%;
        margin-top: 1rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 0;
    }
    /*************************************************************/
    .contenido16 {
        padding: 0 5px 0%;
        padding-bottom: 0;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 15% 10% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 20px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 30px;
        line-height: initial;
        padding: 0 2rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL TABLET *************************************/
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 11rem;
        padding-right: 0;
        text-align: center;
    }
    .contenido1 .titulo h2 {
        font-size: 50px;
    }
    /***************************************************************/
    .contenido2{
        padding: 200px 25px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 30px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
    }
    .contenido3 .texto {
        padding: 0 2.5rem;
    }
    .contenido3 .texto h4 {
        font-size: 18px;
    }
    .contenido3 .texto p {
        font-size: 34.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 200px 0 200px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 40px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 50px;
        line-height: initial;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 30px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen img {
        width: 100%;      
        margin-bottom: 2rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 60%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*************************************************************/
    .contenido6 {
        padding:0 0 150px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 52px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 26px;
        line-height: initial;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 26px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /**************************************************************/
    .contenido13 {
        padding: 100px 40px;
        padding-top: 60px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 45px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 30px;
        padding-bottom: 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 20px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 50%;
        margin-top: 1rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 1rem;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 25px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 25% 8% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 35px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 36px;
        line-height: initial;
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 11rem;
        padding-right: 0;
        text-align: center;
    }
    .contenido1 .titulo h2 {
        font-size: 50px;
    }
    /***************************************************************/
    .contenido2{
        padding: 200px 25px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 30px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
    }
    .contenido3 .texto {
        padding: 0 2.5rem;
    }
    .contenido3 .texto h4 {
        font-size: 18px;
    }
    .contenido3 .texto p {
        font-size: 34.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 200px 0 200px 60px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 60px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 60px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 50px;
        line-height: initial;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 28px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen img {
        width: 100%;      
        margin-bottom: 2rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 60%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /****************************************************************/
    .contenido6 {
        padding:0 0 150px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 52px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 26px;
        line-height: initial;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 26px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 100px 40px;
        padding-top: 60px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 45px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 30px;
        padding-bottom: 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 20px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 50%;
        margin-top: 1rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 1rem;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 25px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 25% 8% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 35px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 36px;
        line-height: initial;
    } 
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 12rem;
        padding-right: 0;
        text-align: center;
    }
    .contenido1 .titulo h2 {
        font-size: 60px;
    }
    /***************************************************************/
    .contenido2{
        padding: 200px 70px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 35px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 24.5px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    .contenido3 .texto h4 {
        font-size: 18px;
    }
    .contenido3 .texto p {
        font-size: 35.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 200px 0 200px 60px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 60px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 60px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 50px;
        line-height: initial;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 25px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen img {
        width: 100%;      
        margin-bottom: 2rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 60%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /****************************************************************/
    .contenido6 {
        padding:0 0 150px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 52px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 26px;
        line-height: initial;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 26px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 100px 40px;
        padding-top: 60px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 50px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 35px;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 20px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 50%;
        margin-top: 2rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 1rem;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 25px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 25% 8% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 40px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 40px;
        line-height: initial;
    } 
}
/**********************************  IPAD USADA EN LA EMPRESA    *******************************************/
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        position: relative;
        top: -5%;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 12rem;
        padding: 0 10%;
        text-align: center;
        max-width: 100%;
    }
    .contenido1 .titulo h2 {
        font-size: 70px;
    }
    /***************************************************************/
    .contenido2{
        padding: 200px 70px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 35px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 24.5px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    .contenido3 .texto h4 {
        font-size: 22px;
    }
    .contenido3 .texto p {
        font-size: 41.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 200px 0 200px 60px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 60px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 60px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 70px;
        line-height: initial;
        padding-bottom: 1rem;
    }
    .contenido4 .texto .primero {
        font-size: 35px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 25px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto a{
        font-size: 20px;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen img {
        width: 100%;      
        margin-bottom: 4rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 50%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /**************************************************************/
    .contenido6 {
        padding:0 0 150px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 60px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 34px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 200px 60px;
        padding-top: 120px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 60px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 37px;
        text-align: left;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 60%;
        margin-top: 2rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 1rem;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 45px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 25% 8% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 36px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 40px;
        line-height: initial;
        padding: 0 8rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL LAPTOP ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        position: relative;
        top: -8%;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 12rem;
        padding: 0 10%;
        text-align: center;
        max-width: 100%;
    }
    .contenido1 .titulo h2 {
        font-size: 70px;
    }
    /***************************************************************/
    .contenido2{
        padding: 150px 75px 200px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 35px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 24.5px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
        height: 110vh;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    .contenido3 .texto h4 {
        font-size: 22px;
    }
    .contenido3 .texto p {
        font-size: 43.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    .contenido4 {
        padding: 200px 0 200px 70px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 70px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 70px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 100% !important;
    }
    .contenido4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3 br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 73px;
        line-height: initial;
        padding-bottom: 1rem;
    }
    .contenido4 .texto .primero {
        font-size: 35px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 25px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto a{
        font-size: 20px;
    }
    .contenido4 .texto {
        padding: 0rem !important;
        order: 1;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .imagen img {
        width: 100%;      
        margin-bottom: 4rem;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 50%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /****************************************************************/
    .contenido6 {
        padding:0 0 150px;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: block;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 60px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 6%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 34px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 200px 60px;
        padding-top: 120px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 65px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 37px;
        text-align: left;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas.final .row .texto h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
        text-align: left;
    }
    .contenido13 .tarjetas .row .texto.dos {
        order: -1;
        padding: 0 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 52%;
        margin-top: 2rem;
    }
    .contenido13 .tarjetas.final .row .img img {
        margin-top: 0;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 45px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 35% 12% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 39px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 40px;
        line-height: initial;
        padding: 0 7rem;
    }
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 20rem;
        padding: 0 10%;
        text-align: center;
        max-width: 100%;
    }
    .contenido1 .titulo h2 {
        font-size: 80px;
    }
    /***************************************************************/
    .contenido2{
        padding-bottom: 320px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 39px;
    }
    .contenido2 .texto p {
        font-size: 29px;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
        height: 110vh;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    .contenido3 .texto p {
        font-size: 51.5px;
        line-height: inherit;
    }
    /***************************************************************/
    .contenido4 {
        padding: 200px 0 200px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .texto {
        padding: 0 2rem !important;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .primero .imagen img {
        width: 100%;
        margin-left: 0;
    }
    /*****************************/
    .contenido4 .segundo .imagen {
        left: 0;
    }
    .contenido4 .segundo .imagen img{
        width: 100%;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 65%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*******************************/
    .contenido4 .quinto .imagen img{
        width: 100%
    }
    /****************************************************************/
    .contenido6 {
        padding:0;
    }
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido6 .texto {
        display: none;
        margin-top: 9rem;
    }
    .contenido6 .col-md-8, .contenido6 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido6 .texto h3 {
        font-size: 64px;
    }
    .contenido6 .texto p {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 10%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 38px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 200px 60px;
        padding-top: 120px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 65px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 37px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 0rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 1rem 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 65%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 85%;
        margin-top: 0;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 120px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 35% 10% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 48px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 54px;
        line-height: initial;
        padding: 0 12rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 22rem;
        padding: 0 10%;
        text-align: center;
        max-width: 100%;
    }
    .contenido1 .titulo h2 {
        font-size: 90px;
    }
    /***************************************************************/
    .contenido2{
        padding-bottom: 320px;
    }
    .contenido2 .row {
        width: 92%;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
        height: 125vh;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    .contenido3 .texto p {
        font-size: 57px;
    }
    /***************************************************************/
    .contenido4 {
        padding: 200px 0 200px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .texto {
        padding: 0 2rem !important;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .primero .imagen img {
        width: 100%;
        margin-left: 0;
    }
    .contenido4 .segundo .imagen img{
        width: 100%;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 65%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*******************************/
    .contenido4 .quinto .imagen img{
        width: 100%
    }
    /****************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url('https://assets.claro360.com/landingsMexico360/persona/video/reponsive/seccion10.png');
        padding: 10% 10%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 46px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 200px 60px;
        padding-top: 120px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 65px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 37px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 6rem 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 65%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 75%;
        margin-top: 0;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 120px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 40% 10% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 52px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 57px;
        line-height: initial;
        padding: 0 15rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /**************************************************************/
    .contenido1 .imgWeb{
        display: none;
    }
    .contenido1 .imgResponsive{
        display: block;
    }
    .contenido1 .imgInicial{
        margin-top: 0;
    }
    .contenido1 .imgInicial img {
        object-fit: inherit;
        margin-top: 0;
    }
    .contenido1 .VideoIntersectionPlay {
        height: auto;
    }
    .contenido1 .titulo {
        display: flex;
        justify-content: center;
        align-self: flex-start;
        margin-top: 22rem;
        padding: 0 10%;
        text-align: center;
        max-width: 100%;
    }
    .contenido1 .titulo h2 {
        font-size: 100px;
    }
    /***************************************************************/
    .contenido2{
        padding-bottom: 320px;
    }
    .contenido2 .row {
        width: 87%;
    }
    /******************************************************************/
    .contenido3 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion3_ok_resp1.png);
        align-items: flex-start;
        background-position: bottom;
    }
    .contenido3 .texto {
        padding: 0 5rem;
    }
    /***************************************************************/
    .contenido4 {
        padding: 200px 0 200px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .texto {
        padding: 0 2rem !important;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p, .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .primero .imagen img {
        width: 100%;
        margin-left: 0;
    }
    /*****************************/
    .contenido4 .segundo .imagen {
        left: 0;
    }
    .contenido4 .segundo .imagen img{
        width: 100%;
    }
    /******************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 65%;
    }
    /*********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /*******************************/
    .contenido4 .quinto .imagen img{
        width: 100%
    }
    /****************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7.Responsive{
        display: block;
    }
    .contenido7 .texto.txtWeb{
        display: none;
    }
    .contenido7 .texto.txtResponsive{
        display: block;
    }
    .contenido7 {
        background-image: url(https://assets.claro360.com/Persona/video/Versi%C3%B3n+4/AssetsActualizados/Responsive/seccion10_ok_resp.png);
        padding: 10% 10%;
    }
    .contenido7.Responsive {
        background-image: inherit;
        background-color: #FFF;
        height: auto;
    }
    .contenido7 .texto {
        text-align: left;
        padding-right: 0;
    }
    .contenido7 .texto p {
        font-size: 46px;
    }
    .contenido7 .texto br{
        display: none;
    }
    /****************************************************************/
    .contenido13 {
        padding: 200px 60px;
        padding-top: 120px;
    }
    .contenido13 .tarjetas h2 {
        font-size: 65px;
        padding: 5vh 0vh 3vh;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 37px;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-top: 0;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2rem 0 2rem;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 7.5rem 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 70%;
    }
    .contenido13 .tarjetas .row .img img {
        width: 75%;
        margin-top: 0;
    }
    /****************************************************************/
    .contenido16 {
        padding: 0 120px 0%;
        padding-bottom: 6rem;
    }
    .contenido16 .tarjeta {
        margin-bottom: 10vh;
    }
    .contenido16 .tarjeta .card .imgCard img {
        height: auto;
        object-fit: fill;
    }
    .contenido16 .tarjeta .card .card-body {
        padding: 30% 10% 25%;
    }
    .contenido16 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 58px;
        line-height: initial;
    }
    /******************************************************************/
    .contenido17 .imgWeb{
        display: none;
    }
    .contenido17 {
        padding: 0;
        background-image: url(https://assets.claro360.com/Persona/video/NuevaVersion/Responsive/img13.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 60px;
        line-height: initial;
        padding: 0 15rem;
    }
    
}


/*******************************************************************************************************************/
/******************************************      LANDSCAPE     ****************************************************/
/*******************************************************************************************************************/
/****************************  LANDSCAPE DISPOSITIVO MOVIL CELULAR    ***********************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    /**************************************/
    .contenido1 .imgResponsive{
        display: none;
    }
    .contenido1 .imgWeb{
        display: block;
    }
    .contenido1 .titulo h2 {
        font-size: 25px;
    }
    .contenido1 .imgInicial{
        padding-top: 12%;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo {
        padding: 5rem 0rem 0 11.5rem;
    }
    /***********************************************************************/
    .contenido2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .contenido2 .texto p {
        font-size: 12px;
        padding-bottom: 0rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 9vh;
        padding-bottom: 10vh;
    }
    .contenido3 .texto h4 {
        font-size: 12px;
    }
    .contenido3 .texto p {
        font-size: 15px;
        line-height: 1.5rem;
    }
    .contenido3 .texto {
        padding: 0 38% 0px 7%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 100px 0 100px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 40px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 70% !important;
    }
    .contenido4 .imagen img{
        width: 87% !important;
        padding-bottom: 2rem;
    }
    .contenido4 .texto {
        padding: 0px 0rem !important;
        padding-right: 0;
        order:1;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3{
        font-size: 36px;
        line-height: initial;
    }
    .contenido4 .texto .primero {
        font-size: 20px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto p{
        font-size: 12px;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .contenido4 .texto a {
        font-size: 10px;
    }
    /***************************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*************************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        margin-top: 0;
        width: 40% !important;
    }
    /************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 2%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 13rem;
    }
    .contenido7 .texto p {
        font-size: 12px;
        padding-bottom: 0;
    }
    .contenido7 .texto p br{
        display: none;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 30px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 1rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 23px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
    }
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: 0;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 55%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 3% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 12px;
        line-height: initial;
    }
    /********************************************/
    .contenido17{
        padding: 1% 6.5% 30px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 14px;
        padding: 0;
    }
    .contenido17 .imgWeb{
        display: block;
    }
}
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    /**************************************/
    .contenido1 .imgResponsive{
        display: none;
    }
    .contenido1 .imgWeb{
        display: block;
    }
    .contenido1 .titulo h2 {
        font-size: 25px;
    }
    .contenido1 .imgInicial {
        margin-top: 12%;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo {
        padding: 5rem 0rem 0 17.5rem;
    }
    /***********************************************************************/
    .contenido2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .contenido2 .texto p {
        font-size: 12px;
        padding-bottom: 0rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 5vh;
    }
    .contenido3 .texto h4 {
        font-size: 12px;
    }
    .contenido3 .texto p {
        font-size: 15px;
        line-height: 1.5rem;
    }
    .contenido3 .texto {
        padding: 0 38% 0px 7%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 100px 0 100px 40px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 40px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 40px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 70% !important;
    }
    .contenido4 .imagen img{
        width: 87% !important;
        padding-bottom: 2rem;
    }
    .contenido4 .texto {
        padding: 0px 0rem !important;
        padding-right: 0;
        order:1;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3{
        font-size: 36px;
        line-height: initial;
    }
    .contenido4 .texto .primero {
        font-size: 20px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto p{
        font-size: 12px;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .contenido4 .texto a {
        font-size: 10px;
    }
    /***************************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*************************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        margin-top: 0;
        width: 40% !important;
    }
    /************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 2%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 22rem;
    }
    .contenido7 .texto p {
        font-size: 12px;
        padding-bottom: 0;
    }
    .contenido7 .texto p br{
        display: none;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 30px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 1rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 23px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
    }
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: 0;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 50%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 80%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 3% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 12px;
        line-height: initial;
    }
    /********************************************/
    .contenido17{
        padding: 1% 6.5% 30px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 14px;
        padding: 0;
    }
    .contenido17 .imgWeb{
        display: block;
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    /**************************************/
    .contenido1 .imgResponsive{
        display: none;
    }
    .contenido1 .imgWeb{
        display: block;
    }
    .contenido1 .titulo h2 {
        font-size: 35px;
    }
    .contenido1 .imgInicial {
        margin-top: 6%;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo {
        padding: 5rem 0rem 0 19rem;
    }
    /***********************************************************************/
    .contenido2 {
        padding-right: 78px;
        padding-left: 78px;
    }
    .contenido2 .row {
        width: 100%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 16px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 12px;
    }
    .contenido3 .texto p {
        font-size: 21px;
        line-height: 2rem;
    }
    .contenido3 .texto {
        padding: 0 38% 0px 7%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 100px 0 100px 80px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 80px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 80px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 70% !important;
    }
    .contenido4 .imagen img{
        width: 87% !important;
        padding-bottom: 2rem;
    }
    .contenido4 .texto {
        padding: 0px 0rem !important;
        padding-right: 0;
        order:1;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3{
        font-size: 36px;
        line-height: initial;
    }
    .contenido4 .texto .primero {
        font-size: 20px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto p{
        font-size: 12px;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .contenido4 .texto a {
        font-size: 10px;
    }
    /***************************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*************************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        margin-top: 0;
        width: 40% !important;
    }
    /************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 5%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 23rem;
        padding-left: 0;
    }
    .contenido7 .texto p {
        font-size: 14px;
        padding-bottom: 0;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 45px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 1rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
    }
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: .5rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 40%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 55%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 5% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 16px;
        line-height: initial;
    }
    /********************************************/
    .contenido17{
        padding: 1% 7.5% 60px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 16px;
        padding: 0;
    }
    .contenido17 .imgWeb{
        display: block;
    }
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .imgWeb{
        display: none;
    }
    .imgResponsive{
        display: block;
    }
    /**************************************/
    .contenido1 .imgResponsive{
        display: none;
    }
    .contenido1 .imgWeb{
        display: block;
    }
    .contenido1 .titulo h2 {
        font-size: 35px;
    }
    .contenido1 .imgInicial {
        margin-top: 6%;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo{
        padding: 5rem 0rem 0 22rem;
    }
    /********************************************************************/
    .contenido2 .row {
        width: 94%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 16px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 14px;
    }
    .contenido3 .texto p {
        font-size: 24px;
        line-height: 2rem;
    }
    .contenido3 .texto {
        padding: 5% 38% 0px 7%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 100px 0 100px 80px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 80px;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto{
        padding-right: 80px !important;
    }
    .contenido4 .segundo .imagen img, .contenido4 .quinto .imagen img{
        width: 60% !important;
    }
    .contenido4 .imagen img{
        width: 80% !important;
        padding-bottom: 2rem;
    }
    .contenido4 .texto {
        padding: 0px 0rem !important;
        padding-right: 0;
        order:1;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto h3{
        font-size: 36px;
        line-height: initial;
    }
    .contenido4 .texto .primero {
        font-size: 20px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto p{
        font-size: 12px;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .contenido4 .texto a {
        font-size: 10px;
    }
    /***************************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        margin-left: 0;
    }
    /*************************************/
    .contenido4 .tercero .imagen {
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        margin-top: 0;
        width: 40% !important;
    }
    /************************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 5%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 21rem;
    }
    .contenido7 .texto p {
        font-size: 16px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 50px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 2.5rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
    }
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 0 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: .5rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 35%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 55%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 5% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 19px;
        line-height: initial;
    }
    /********************************************/
    .contenido17{
        padding: 1% 7% 80px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 21px;
        padding: 0;
    }
    .contenido17 .imgWeb{
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    /**************************************/
    .contenido1 .titulo h2 {
        font-size: 40px;
    }
    .contenido1 .imgInicial {
        margin-top: 6%;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo{
        padding: 5rem 0rem 0 24rem;
        max-width: 100%;
    }
    /***********************************************************************/
    .contenido2 .row {
        width: 79%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 26px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 16px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 16px;
    }
    .contenido3 .texto p {
        font-size: 26px;
        line-height: 2.5rem;
    }
    .contenido3 .texto {
        padding: 5% 36% 0px 10%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 120px 0 0 60px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 60px;
    }
    .contenido4 .texto {
        padding: 0px 0rem 0 4rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 36px;
        line-height: initial;
        padding-bottom: 0;
    }
    .contenido4 .texto .primero {
        font-size: 19px;
        padding-bottom: 0;
    }
    .contenido4 .texto p {
        font-size: 10px;
        padding-bottom: 0;
    }
    .contenido4 .texto a{
        font-size: 10px;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        width: 125%;
        margin-left: 0;
    }
    .contenido4 .primero .texto p{
        padding-right: 3rem;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 0rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 1rem;
    }
    .contenido4 .segundo .imagen img {
        width: 100%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0rem;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen {
        justify-content: center;
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /********************************/
    .contenido4 .quinto{
        padding-bottom: 5%;
    }
    .contenido4 .quinto .texto {
        padding: 0;
    }
    .contenido4 .quinto .texto p {
        padding-right: 3rem;
    }
    .contenido4 .quinto .imagen img {
        width: 110%;
    }
    /***********************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 5%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 2rem;
    }
    .contenido7 .texto p {
        font-size: 18px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 15vh 55px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 30px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto {
        padding: 0 4.5rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 14px;
    }
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem .5rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: 1rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 30%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 55%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 5% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 21px;
        line-height: initial;
    }
    /********************************************/
    .contenido17{
        padding: 1% 7% 80px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 21px;
    }
}

/****************************  LANDSCAPE DISPOSITIVO MOVIL TABLET ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /**************************************/
    .contenido1 .titulo h2 {
        font-size: 50px;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo{
        padding: 5rem 0rem 0 22rem;
        max-width: 100%;
    }
    /*******************************************************************/
    .contenido2 .row {
        width: 90%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 30px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 20px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 0;
        padding-bottom: 13%;
    }
    .contenido3 .texto h4 {
        font-size: 18px;
    }
    .contenido3 .texto p {
        font-size: 28px;
        line-height: 2.5rem;
    }
    .contenido3 .texto {
        padding: 8% 36% 0px 10%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 120px 0 0 60px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 60px;
    }
    .contenido4 .texto {
        padding: 0px 0rem 0 4rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 44px;
        line-height: 50px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 22px;
        padding-bottom: 0;
    }
    .contenido4 .texto p {
        font-size: 12px;
        padding-bottom: 0;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        width: 125%;
        margin-left: 0;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 0rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 2.5rem;
    }
    .contenido4 .segundo .imagen img {
        width: 110%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0 .1rem;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen {
        justify-content: center;
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 15%;
    }
    /********************************/
    .contenido4 .quinto{
        padding-bottom: 5%;
    }
    .contenido4 .quinto .texto {
        padding: 0;
    }
    .contenido4 .quinto .texto p {
        padding-right: 0.5rem;
    }
    .contenido4 .quinto .imagen img {
        width: 96%;
    }
    /***********************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 5%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 4rem;
    }
    .contenido7 .texto p {
        font-size: 18px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 15vh 55px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 52px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas.final h2 {
        padding-bottom: 1.5rem;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 28px;
        padding-bottom: 0;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 15px;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 2rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 2rem 0 2rem;
        order: -1; 
    }
    .contenido13 .tarjetas .row .texto.dos h3{
        padding-bottom: 1rem;
    }
    .contenido13 .tarjetas .row .texto.dos h3 br{
        display: none;
    }
    .contenido13 .tarjetas .row .texto.dos p {
        padding-right: 0;
    }
    .contenido13 .tarjetas.tarjeta1.final .row .img {
        margin-top: 1rem;
    }
    .contenido13 .tarjetas .row .img {
        justify-content: center;
    }
    .contenido13 .tarjetas .row .img img {
        width: 40%;
    }
    .contenido13 .tarjetas .row .img.uno img {
        width: 70%;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 5% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 21px;
        line-height: 28px;
    }
    /********************************************/
    .contenido17{
        padding: 1% 7% 80px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 23px;
    }
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /**************************************/
    .contenido1 .titulo {
        right: 0;
        padding-right: 1rem;
        padding-left: 4rem;
    }
    
    .contenido1 .titulo h2 {
        font-size: 50px;
    }
    .contenido1 .imgInicial img {
        width: 100%;
    }
    .contenido1 .titulo{
        padding: 5rem 0rem 0 30rem;
        max-width: 100%;
    }
    /***********************************************************************/
    .contenido2 .row {
        width: 77%;
    }
    .contenido2 {
        margin-top: 5rem;
        padding-top: 20vh;
        padding-bottom: 8vh;
    }
    
    .contenido2 .tituloInicial h2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 22px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 0;
        padding-bottom: 13%;
    }
    .contenido3 .texto h4 {
        font-size: 23px;
    }
    .contenido3 .texto p {
        font-size: 34px;
        line-height: 3rem;
    }
    .contenido3 .texto {
        padding: 8% 36% 0px 10%;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 150px 0 0 100px;
    }
    .contenido4 .primero, .contenido4 .tercero, .contenido4 .cuarto {
        padding-right: 100px;
    }
    .contenido4 .texto {
        padding: 0px 0rem 0 4rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 44px;
        line-height: 50px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 22px;
        padding-bottom: 0;
    }
    .contenido4 .texto p {
        font-size: 14px;
        padding-bottom: 0;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
        justify-content: center;
    }
    .contenido4 .primero .imagen img {
        width: 125%;
        margin-left: 0;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 1rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 0rem;
    }
    .contenido4 .segundo .imagen img {
        width: 110%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen {
        justify-content: center;
        padding-left: 0;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .row.cuarto {
        margin-bottom: 12%;
    }
    /********************************/
    .contenido4 .quinto .texto {
        padding: 0 1rem;
    }
    .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .quinto .imagen img {
        width: 110%;
    }
    /***********************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 8%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 5rem;
    }
    .contenido7 .texto p {
        font-size: 20px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 15vh 110px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 52px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 28px;
        padding-bottom: .5rem;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 15px;/*20px*/
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 4rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0 0 0 ;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 {
        padding: 4% 13% 0%;
    }
    .contenido16 .tarjeta .card .card-body p {
        font-size: 22px;
        line-height: 28px;
    }
    /********************************************/
    .contenido17{
        padding: 1% 14.5% 100px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 23px;
    }
}

/****************************  LANDSCAPE DISPOSITIVO MOVIL LAPTOP     ************************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*******************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 7vh;
        height: auto;
    }
    /***********************************************************************/
    .contenido2 .row {
        width: 63%;
    }
    .contenido2 {
        padding-top: 25vh;
        padding-bottom: 12vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 22px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 24px;
    }
    .contenido3 .texto p {
        font-size: 34px;
        line-height: 3rem;
    }
    .contenido3 .texto {
        padding: 5% 44% 0px 10%;
    }
    /*************************************************************************/
    .contenido4{
        padding-top: 200px;
    }
    .contenido4 .texto {
        padding: 0px 2rem 0 6rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 44px;
        line-height: 50px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 22px;
        padding-bottom: 0;
    }
    .contenido4 .texto p {
        font-size: 14px;
        padding-bottom: 0;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
    }
    .contenido4 .primero .imagen img {
        width: 105%;
        margin-left: 0;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 2.8rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 0;
    }
    .contenido4 .segundo .imagen img {
        width: 110%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0 2rem 0;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .quinto .texto {
        padding: 0 2.8rem;
    }
    .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .quinto .imagen img {
        width: 110%;
    }
    /***********************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 9%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 5rem;
    }
    .contenido7 .texto p {
        font-size: 23px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 185px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 52px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 28px;
        padding-bottom: .5rem;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 15px;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 4rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 0;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 .tarjeta .card .card-body p {
        font-size: 21px;
        line-height: 28px;
    }
    /********************************************/
    .contenido17{
        padding: 1% 19.3% 100px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 23px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1360px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*******************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 7vh;
        height: auto;
    }
    /***********************************************************************/
    .contenido2 .row {
        width: 60%;
    }
    .contenido2 {
        padding-top: 25vh;
        padding-bottom: 12vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 22px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 24px;
    }
    .contenido3 .texto p {
        font-size: 36px;
        line-height: 3rem;
    }
    .contenido3 .texto {
        padding: 5% 44% 0px 10%;
    }
    /*************************************************************************/
    .contenido4{
        padding-top: 200px;
    }
    .contenido4 .texto {
        padding: 0px 4rem 0 6rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 44px;
        line-height: 50px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto .primero {
        font-size: 22px;
        padding-bottom: 0;
    }
    .contenido4 .texto p {
        font-size: 14px;
        padding-bottom: 0;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
    }
    .contenido4 .primero .imagen img {
        width: 105%;
        margin-left: 0;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 3.5rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 0;
    }
    .contenido4 .segundo .imagen img {
        width: 110%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0 2rem 0 4rem;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .quinto .texto {
        padding: 0 3.5rem;
    }
    .contenido4 .quinto .texto p {
        padding-right: 0;
    }
    .contenido4 .quinto .imagen img {
        width: 110%;
    }
    /***********************************************************/
    .contenido6 .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido7{
        padding: 0 10%;
        height: 100vh;
    }
    .contenido7 .texto {
        padding-right: 6rem;
    }
    .contenido7 .texto p {
        font-size: 23px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 185px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 52px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 28px;
        padding-bottom: .5rem;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 15px;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 5.5rem 0;
    }
    .contenido13 .tarjetas .row .texto.dos {
        padding: 1rem 0 0 ;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 .tarjeta .card .card-body p {
        font-size: 22px;
        line-height: 30px;
    }
    /********************************************/
    .contenido17{
        padding: 1% 19.3% 100px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 24px;
    }
}

/****************************  LANDSCAPE DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1361px) and (max-width:1799px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*********************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 3rem;
        height: auto;
    }
    /***********************************************************************/
    .contenido2 .row {
        width: 52%;
    }
    .contenido2 {
        padding-top: 25vh;
        padding-bottom: 12vh;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .contenido2 .texto p {
        font-size: 22px;
        padding-bottom: .5rem;
    }
    .contenido2 .texto br {
        display: none;
    }
    /*****************************************************************/
    .contenido3{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 20vh;
    }
    .contenido3 .texto h4 {
        font-size: 28px;
    }
    .contenido3 .texto p {
        font-size: 40px;
        line-height: 3.5rem;
    }
    .contenido3 .texto {
        padding: 5% 44% 0px 10%;
    }
    /*************************************************************************/
    .contenido4{
        padding-top: 200px;
    } 
    .contenido4 .texto {
        padding: 0px 5rem 0 8rem;
    }
    .contenido4 .texto br{
        display: none;
    }
    .contenido4 .texto .primero br{
        display: block;
    }
    .contenido4 .texto h3 {
        font-size: 54px;
        line-height: 64px;
        padding-bottom: 1rem;
    }
    .contenido4 .texto .primero {
        font-size: 27px;
        padding-bottom: .5rem;
    }
    .contenido4 .texto p {
        font-size: 15px;
    }
    /*******************************/
    .contenido4 .primero .imagen {
        margin-top: 0;
    }
    .contenido4 .primero .imagen img {
        width: 105%;
        margin-left: 0;
    }
    /********************************/
    .contenido4 .segundo .texto {
        padding: 0px 3.5rem;
    }
    .contenido4 .segundo .texto p {
        padding-right: 1rem;
    }
    .contenido4 .segundo .imagen img {
        width: 110%;
    }
    /***********************************/
    .contenido4 .tercero .texto {
        padding: 0 4rem 0 5rem;
    }
    .contenido4 .imagen {
        justify-content: flex-start;
    }
    .contenido4 .tercero .imagen img {
        width: 70%;
    }
    /********************************/
    .contenido4 .quinto .texto {
        padding: 0 3.5rem;
    }
    .contenido4 .quinto .texto p {
        padding-right: 3rem;
    }
    .contenido4 .quinto .imagen img {
        width: 110%;
    }
    /************************************************************/
    .contenido7{
        padding: 10% 10%;
    }
    .contenido7 .texto p {
        font-size: 25px;
    }
    /*****************************************************************/ 
    .contenido13 {
        padding: 20vh 185px 10vh;
    }
    .contenido13 .tarjetas h2 {
        font-size: 52px;
        padding: 3rem 0 1.5rem 0;
    }
    .contenido13 .tarjetas .row .texto h3 {
        font-size: 28px;
        padding-bottom: .5rem;
    }
    .contenido13 .tarjetas .row .texto p {
        font-size: 15px;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 10.5rem 0;
    }
    .contenido13 .tarjetas .row .texto .textoNegrita {
        padding-bottom: 1rem !important;
    }
    /*********************************************/
    .contenido16 .tarjeta .card .imgCard {
        height: auto;
    }

    .contenido16 .tarjeta .card .card-body p {
        font-size: 26px;
        line-height: 34px;
    }
    /********************************************/
    .contenido17{
        padding-bottom: 100px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 27px;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1899px) and  (orientation: landscape){
    .contenido1 .VideoIntersectionPlay {
        margin-top: 3.9rem;
        height: auto;
    }
    .contenido4 .segundo .texto .primero, .contenido4 .texto h3{
        white-space: pre-line;
    }
    .contenido4 .primero .texto p, .contenido4 .segundo .texto p {
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 1900px) and (max-width:2299px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*******************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 4vh;
        height: auto;
    }
    /**********************************************/
    .contenido4 .segundo .texto .primero, .contenido4 .texto h3, .contenido4 .texto p{
        white-space: pre-line;
    }
    /***************************************************************/
    .contenido7{
        padding-top: 0;
    }
    .contenido6{
        padding-top: 0;
    }
    /****************************************/
    .contenido13 .tarjeta1 {
        width: 1384px;
        height: 1000px;
    }
    .contenido13 .tarjeta1.final {
        width: 1396px;
        height: 862px;
    }
}
@media only screen and (min-width: 2300px) and (max-width:2599px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*********************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 3vh;
        height: auto;
    }
    /***********************************************************************/
    .contenido2 {
        padding: 380px 100px 200px;
    }
    .contenido2 .row {
        width: 54%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 80px;
    }
    .contenido2 .texto p {
        font-size: 42px;
    }
    /*****************************************************************/
    .contenido3 .texto {
        text-align: left;
        padding: 0% 50% 0px 10%;
    }
    .contenido3 .texto h4 {
        line-height: 3rem;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 15% 0 0 360px;
    }
    .contenido4 .primero, .contenido4 .tercero,
    .contenido4 .cuarto{
        padding-right: 360px;
    }    
    .contenido4 .texto {
        padding: 0px 12rem;
    }
    .contenido4 .texto .primero {
        padding-right: 0;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto {
        padding: 0px 13.5rem;
    }
    .contenido4 .row.cuarto{
        margin-bottom: 10%;
    }
    .contenido4 .cuarto .VideoIntersectionPlay {
        height: auto;
    }
    .contenido4 .texto h3 {
        padding-right: 15%;
    }
    /*************************************************************/
    .contenido7 .texto p {
        font-size: 40px;
    }
    .contenido7 .texto {
        padding-right: 10rem;
    }
    /*****************************************************************/
    .contenido13 {
        padding: 10% 15%;
        padding-bottom: 5%;
    }
    .contenido13 .tarjetas .row .texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 23rem 2rem;
    }
    .contenido13 .tarjetas.final .row .texto h3 {
        padding-right: 52%;
    }
    .contenido13 .tarjetas.final .row .texto br {
        display: none;
    }
    /***************************************************************/
    .contenido16 .tarjeta .card .card-body p {
        font-size: 50px;
        line-height: 52px
    }
    .contenido16 {
        padding: 5% 18% 0%;
    }
    /****************************************************************/
    .contenido17 {
        padding: 2% 18.5%;
        padding-bottom: 150px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 50px;
    }
}
@media only screen and (min-width: 2600px) and (max-width:3599px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*********************************************************************/
    .contenido1{
        position: inherit;
        background-image: inherit;
        align-items: inherit;
        height: auto;
    }
    .contenido1 .VideoIntersectionPlay{
        margin-top: 3vh;
        height: auto;
    }
    /***********************************************************************/
    .contenido2 {
        padding: 380px 100px 200px;
    }
    .contenido2 .row {
        width: 47%;
    }
    .contenido2 .tituloInicial h2 {
        font-size: 80px;
    }
    .contenido2 .texto p {
        font-size: 42px;
    }
    /*****************************************************************/
    .contenido3 .texto {
        text-align: left;
        padding: 0% 53% 0px 10%;
    }
    .contenido3 .texto h4 {
        line-height: 3rem;
    }
    /*************************************************************************/
    .contenido4 {
        padding: 15% 0 0 360px;
    }
    .contenido4 .primero, .contenido4 .tercero,
    .contenido4 .cuarto{
        padding-right: 360px;
    }
    .contenido4 .texto .primero {
        padding-right: 0;
    }
    .contenido4 .segundo .texto, .contenido4 .quinto .texto {
        padding: 0px 15.5rem;
    }
    .contenido4 .row.cuarto{
        margin-bottom: 10%;
    }
    .contenido4 .cuarto .VideoIntersectionPlay {
        height: auto;
    }
    /************************************************************/
    .contenido6 .texto {
        padding-right: 14rem;
        padding-left: 5rem;
    }
    /*************************************************************/
    .contenido7 .texto p {
        font-size: 42px;
    }
    .contenido7 .texto {
        padding-right: 12rem;
    }
    /*****************************************************************/
    .contenido13 {
        padding: 10% 15%;
        padding-bottom: 5%;
    }
    .contenido13 .tarjetas .row .texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .contenido13 .tarjetas .row .texto.uno p {
        padding: 1rem 29rem 2rem;
    }
    /***************************************************************/
    .contenido16 .tarjeta .card .card-body p {
        font-size: 51px;
        line-height: 55px;
    }
    .contenido16 {
        padding: 5% 18% 0%;
    }
    /****************************************************************/
    .contenido17 {
        padding: 2% 18.5%;
        padding-bottom: 150px;
    }
    .contenido17 .cajaTexto2 p {
        font-size: 53px;
    }
}