@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: 'Helvetica-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}
@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/MyriadPro-Regular.otf') format('opentype');
}
/*************Generales**************/
.container-fluid{
    background-color: #000;
    padding: 0;
}
.row{
    width: 100%;
    margin: 0;
}
.section_21 .textoIzq.resp, .section_21 .textoDer.resp{
    display: none;
}
.laImg_Responsive {
    display: none;
}
h1,h2,h3,h4,h5,h6, p{
    white-space: pre-line;
}
.section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .section_7 h2, .section_7 p,
.section_22 h2, .section_22 p, .fondo7 h4, .fondo7 h6, .fondo7 p, .section_21 h2, .section_21 p,
.section_12 h2, .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p,
.contenido16 h6, .contenido16 p{
    margin: 0!important;
    padding-bottom: 1.8rem !important;
}
/*****************************C1************************************************/
.fondo{
    background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/1.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7.5%;
}
.fondo img{
    height: 200px;
}
.fondo .texto h1{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
}
.fondo .texto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
}
.fondo .texto .btn{
    width: 300px;
    height: auto;
    padding: .3% 0;
    color: #fff;
    border-radius: 40px;
    font-size: 35px;
    font-family: 'Helvetica-Neue-Bold';
    background-color: #9F2240;
    margin-top: 2.5rem !important;
}
/*********************************C2*********************************************/
.info1{
    text-align: center;
}
.info1 h4{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    padding-top: 5%;
}
.info1 p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    padding-top: 2%;
    line-height: 29px;
}
.info2 h4{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.info2 .beneficios{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.info2 .beneficios img{
    width: 35%;
}
.info2 .beneficios h6{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    padding-top: 30px;
}
.info2 .beneficios p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15%;
    padding-right: 15%;
}
/********************************C3**********************************************/
.estrategiasTexto{
    padding-bottom: 7.5%;
}
.estrategiasTexto h3{
    color: #BF953A;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 80px;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 2%;
    /*opacity: 0;*/
}
.textoOpaco{
    transition: all 0.5s;
}
.estrategiasTexto .estrategiaImg{
    text-align: center;
    transition: all 1.5s ease;
}
.estrategiasTexto img{
    width: 100%;
}
.estrategiasTexto h6{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    line-height: normal !important;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 2.5rem;
    margin: 0 !important;
}
.estrategiasTexto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    line-height: normal;
    padding-bottom: 1.5rem;
    margin: 0!important;
}
.estrategiasTexto a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    width: 100%;
    padding-left: 24%;
}
/********************************Section_5***************************************/
.section_5 {
    padding: 15% 6% !important;
}

.section_5 .text {
    background-color: #BF953A;
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3% 7% !important;
}

.section_5 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFFFFF;
    text-align: right;
    line-height: 61px;
    margin-bottom: 4vh;
}

.section_5 .text h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #FFFFFF;
    text-align: right;
    line-height: 29px;
}

.section_5 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #FFFFFF;
    text-align: right;
    line-height: 24px;
}

.section_5 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: right;
    line-height: 22px;
    text-decoration: none;
}

.section_5 .image {
    padding: 0;
    border-radius: 30px 0 0 30px;
}

.section_5 .image img {
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
}
/*******************************C6***********************************************/
.transicionSlider{

}
.transicionSlider .texto{

}
.transicionSlider .texto h4{
    color: #BF953A;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 70px;
    text-align: center;
    padding-top: 0%;
}
.transicionSlider .texto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 2%;
}
.transicionSlider .slider .sliderWeb{
    /*width: 100%;*/
    transition: transform 3s ease;
}
.desplzarIzqMiniSlider{
    transform: translateX(-40.25%);
}

.transicionSlider .slider .sliderResp{
    display: none;
    transition: transform 3s ease;
}
.transicionSlider .texto2{
    padding-bottom: 10%;
}
.transicionSlider .texto2 p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding: 5% 24% 0;
    line-height: 24px;
}
.transicionSlider .texto2 a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    padding: 0 24% 0;
}
/************************************Section_7***********************************/
.section_7 {
    padding: 5% 0 16% !important;
}

.section_7 .text {
    position: relative;
}

.section_7 .text .animationText {
    position: absolute;
    padding: 0 5vw;
    width: 100%;
    right: -120%;
    transition: all 1s ease;
}

.animationTextActive {
    right: 0% !important;
}

.section_7 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #BF953A;
    text-align: left;
    line-height: 61px;
}

.section_7 .text .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    color: #FFFFFF;
    text-align: left;
    line-height: 27px;
}

.section_7 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    line-height: 24px;
}

.section_7 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: left;
    line-height: 22px;
    text-decoration: none;
}
.section_7 .text .animationText {
    padding: 0 0% 0 17% !important;
}
.section_7 .image {
    text-align: center;
    position: relative;
    padding: 0;
}

.section_7 .image img {
    width: 100%;
}
/**********************************Section_22************************************/
.section_22 {
    padding: 0 0 15% !important;
}

.section_22 .text {
    position: relative;
}

.section_22 .text .animationText2 {
    position: absolute;
    padding: 0 17% 0 0 !important;
    width: 100%;
    left: -120%;
    transition: all 1s ease;
}

.animationTextActive2 {
    left: 0% !important;
}

.section_22 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #BF953A;
    text-align: left;
    line-height: 61px;
}

.section_22 .text .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    color: #fff;
    text-align: left;
    line-height: 27px;
}

.section_22 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.section_22 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: left;
    line-height: 22px;
    text-decoration: none;
}

.section_22 .image2 {
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 4;
}

.section_22 .image2 img {
    width: 100%;
}
/************************************C7******************************************/
.fondo7{
    background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/web/turismo_7.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo7 .texto{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 7.5% 5% !important;
}
.fondo7 .texto h4{
    color: #BF953A;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    padding-right: 0%;
}
.fondo7 .texto h6{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    padding-right: 0;
}
.fondo7 .texto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding-right: 0%;
    line-height: 24px;
}
.fondo7 .texto a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
}
/**********************************Section_21************************************/
.section_21{
    height: auto;
    min-height: 100vh;
}

.section_21 .columna1{
    background-color: #BF953A;
    padding: 10% 7% 0;
}
.section_21 .columna1 .imagenSup{
    padding: 0;
    left: -12%;
    text-align: center;
    margin-bottom: 20%;
}
.section_21 .columna1 .imagenSup img{
    width: 125%;
}
.section_21 .columna1 .textoIzq{
    padding: 0;
}
.section_21 .columna1 .textoIzq h2{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
}
.section_21 .columna1 .textoIzq .paragraph{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
}
.section_21 .columna1 .textoIzq p{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
}
.section_21 .columna1 .textoIzq a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
}
.section_21 .columna2{
    background-color: #E3E3E3;
    padding: 7% 6% 5%;
}
.section_21 .columna2 .textoDer{
    padding: 0;
}
.section_21 .columna2 .textoDer h2{
    color: #BF953A;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
}
.section_21 .columna2 .textoDer .paragraph{
    color: #666666;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
}
.section_21 .columna2 .textoDer p{
    color: #666666;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
}
.section_21 .columna2 .textoDer a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
}
.section_21 .columna2 .imagenDown{
    padding: 20% 0 0;
    text-align: center;
}
.section_21 .columna2 .imagenDown img{
    width: 100%;
}
/**********************************Section_12************************************/
.section_12 {
    padding: 15% 6% !important;
}

.section_12 .text {
    padding: 3% 7% !important;
    background-color: #E3E3E3;
    border-radius: 30px 0 0 30px;
}

.section_12 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #BF953A;
    text-align: left;
    line-height: 61px;
    padding-right: 0 !important;
}

.section_12 .text h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #666666;
    text-align: left;
    line-height: 29px;
}

.section_12 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #666666;
    text-align: left;
    line-height: 24px;
}

.section_12 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: left;
    line-height: 22px;
    text-decoration: none;
}

.section_12 .image {
    border-radius: 0 30px 30px 0;
    padding: 0;
}

.section_12 .image img {
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
/*********************************Section_13************************************/
.section_13 {
    padding: 0 6% 15% !important;
}

.section_13 .text {
    padding: 3% 7% !important;
    background-color: #BF953A;
    border-radius: 30px 0 0 30px;
}

.section_13 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFFFFF;
    text-align: left;
    line-height: 61px;
}

.section_13 .text h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    line-height: 29px;
}

.section_13 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    line-height: 24px;
}

.section_13 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: left;
    line-height: 22px;
    text-decoration: none;
}

.section_13 .image {
    border-radius: 0 30px 30px 0;
    padding: 0;
}

.section_13 .image img {
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
/*******************************C16*********************************************/
.contenido16{

}
.contenido16 .imgCompleta{
    text-align: center;
    padding-bottom: 4%;
}
.contenido16 .imgCompleta img{
    width: 70%;
}
.contenido16 .texto1{

}
.contenido16 .texto1 h5{
    color: #BF953A;
    font-size: 60px;
    font-family: 'Helvetica-Neue-Bold';
    padding: 0 0 0 30%;
}
.contenido16 .texto2{
    padding-bottom: 15%;
}
.contenido16 .texto2 h6{
    color: #fff;
    font-size: 22px;
    font-family: 'Helvetica-Neue-Bold';
    padding: 0%;
}
.contenido16 .texto2 p{
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica-Neue-Regular';
    padding: 0%;
}
.contenido16 .texto2 a{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-decoration: none;
    padding:0%;
}
/*******************************C13**********************************************/
.resizeImg{
    background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/13_estado1.png');
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 2.5s;
}
/*div oscuro js*/
.resizeImg .divOscuro{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1.8s;
}
/*findiv oscuro js*/
.resizeImg .textoEscondido{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    padding-top: 7%;
    max-width: 765px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
}
.resizeImg .textoEscondido .tituloImg{
    display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
}
.resizeImg .textoEscondido .tituloImg h4{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
}
.resizeImg .textoEscondido .tituloImg img{
    padding-left: 3%;
    padding-bottom: 3%;
}
.resizeImg .textoEscondido p{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    padding-right: 0%;
    line-height: normal !important;
}
.resizeImg .textoEscondido a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 20px;
}
/*******************************C14***********************************************/
.unirte360{

}
.unirte360 .titulo{
    padding-top: 10%;
    padding-bottom: 5%;
}
.unirte360 .titulo h4{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    text-align: center;
}
.unirte360 .cajas{
    padding-left: 15%;
    padding-right: 10%;
    padding-bottom: 5%;
}
.unirte360 .cajas .elemento{
    padding-bottom: 5%;
}
.unirte360 .cajas .elemento h6{
    color: #B1B1B1;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    padding-bottom: 5%;
}
.unirte360 .cajas .elemento p{
    color: #969393;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding-right: 20%;
}
/*******************************C15***********************************************/
.unete{
    background-color: #222222;
}
.unete .texto{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.unete .texto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 40px;
    padding-bottom: 1%;
}
.unete .texto .btn{
    width: 300px;
    height: auto;
    padding: .5% 0;
    color: #fff;
    border-radius: 14px;
    font-size: 35px;
    font-family: 'Helvetica-Neue-Bold';
    background-color: #9F2240;
}


/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/

@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .estrategiasTexto h6,
    .transicionSlider .texto h4, .transicionSlider .texto p, .section_7 h2, .section_7 p, .fondo7 .texto h4,
    .fondo7 .texto h6, .fondo7 .texto p, .section_22 h2, .section_22 p, .section_21 h2, .section_21 p, 
    .section_12 h2, .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p,
    .contenido16 h6, .contenido16 p {
        padding-bottom: 1rem !important;
    }
    .fondo7 .texto h4, .fondo7 .texto h6, .fondo7 .texto p, .fondo7 .texto a,
    .contenido16 .texto1 h5, .contenido16 .texto2 h6, .contenido16 .texto2 hp, .contenido16 .texto2 a {
        padding: 0 0 1rem!important;
        margin-bottom: 0;
    }
    .fondo .texto{
        padding-bottom: 0% !important;
    }
    .fondo .texto h1{
        white-space: normal;
    }
    .fondo .texto .btn {
        padding: .5% 17% !important;
    }
    .info2 .beneficios img {
        width: 35% !important;
    }
    .estrategiasTexto img {
        width: 100% !important;
    }
    /*********************************************************************************/
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 100px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 18px;
        line-height: normal !important;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 25px;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .info1 p{
        font-size: 14px;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 24px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
        padding-top: 10px;
    }
    .info2 .beneficios p{
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 33px;
        text-align: left;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 20%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 90%;
    }
    .estrategiasTexto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: 23px;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 16px;
    }
    .estrategiasTexto a{
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /******************************Section_5*****************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 25px;
        line-height: 37px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{
    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 28px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto p{
        font-size: 16px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 231px;
    }
    .transicionSlider .slider {
        left: -3.5%;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -250%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /***********************************Section_7***********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 28px;
        line-height: normal;
    }

    .section_7 .text .paragraph {
        font-size: 16px;
        line-height: normal;
    }

    .section_7 .text p {
        font-size: 12px;
        line-height: normal;
    }

    .section_7 .text a {
        font-size: 12px;
        line-height: normal;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /*************************Section_22****************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 28px;
        line-height: normal;
    }

    .section_22 .text .paragraph {
        font-size: 16px;
        line-height: normal;
    }

    .section_22 .text p {
        font-size: 12px;
        line-height: normal;
    }

    .section_22 .text a {
        font-size: 12px;
        line-height: normal;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 28px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 12px;
        padding-left: 5%;
    }
    /*****************************Section_21***************************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 12px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 12px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 12px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 12px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /*************************Section_12***************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 28px;
        line-height: normal;
    }

    .section_12 .text h3 {
        font-size: 16px;
        line-height: normal;
    }

    .section_12 .text p {
        font-size: 12px;
        line-height: normal;
    }

    .section_12 .text a {
        font-size: 12px;
        line-height: normal;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /**************************Section_13**************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 28px;
        line-height: normal;
    }

    .section_13 .text h3 {
        font-size: 16px;
        line-height: normal;
    }

    .section_13 .text p {
        font-size: 12px;
        line-height: normal;
    }

    .section_13 .text a {
        font-size: 12px;
        line-height: normal;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 95%;
    }
    .contenido16 .texto1 h5{
        font-size: 28px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 12px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 12px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 28px;
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 150px;
        height: 150px;
    }
    .resizeImg .textoEscondido p{
        font-size: 20px;
        line-height: normal !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 14px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 24px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 20px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .fondo .texto{
        padding-bottom: 15% !important;
    }
    .fondo .texto h1{
        white-space: normal;
    }
    .fondo .texto .btn {
        padding: .5% 17% !important;
    }
    .info2 .beneficios img {
        width: 35% !important;
    }
    .estrategiasTexto img {
        width: 100% !important;
    }
    /*********************************************************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 70px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
        justify-content: flex-end;
    }
    .fondo .texto h1{
        font-size: 28px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: normal !important;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
        padding-bottom: 10%;
    }
    .info1 h4{
        font-size: 28px;
        padding-top: 20%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .info1 p{
        font-size: 14px;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 5%;
        line-height: unset;
    }
    .info2 h4{
        font-size: 24px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
        padding-top: 10px;
    }
    .info2 .beneficios p{
        font-size: 14px;
        padding-top: 10px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{
        padding-bottom: 20%;
    }
    .estrategiasTexto h3{
        font-size: 34px;
        text-align: left;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 95%;
    }
    .estrategiasTexto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15%;
        line-height: 23px;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 16px;
        padding-top: 5%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*********************************Section_5***********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 29.8px;
        line-height: normal;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 30px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-top: 5%;
        line-height: 23px;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 273px;
    }
    .transicionSlider .slider {
        left: -3.5%;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }

    .transicionSlider .texto2{
        padding-bottom: 15%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*******************************Section_7**********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px !important;
    }

    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /********************Section_22************************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 23px !important;
    }

    .section_22 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
        height: 100vh;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*****************************Section_21************************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .columna1 .imagenSup {
        margin-bottom: 15% !important;
    }
    .section_21 .columna2 .imagenDown {
        padding: 15% 0 0 !important;
    }
    .section_21 .columna1 .textoIzq h2{
        font-size: 30px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 30px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /***************************Section_12*************************************/
    .section_12{
        padding: 15vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        padding-right: 8vw;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }

    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*********************Section_13******************************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }

    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 95%;
    }
    .contenido16 .texto1 h5{
        font-size: 30px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 14px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    
    .resizeImg .textoEscondido {
        padding-left: 4%;
    }
    
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 28px;
    }
    
    .resizeImg .textoEscondido .tituloImg img {
        width: 70px;
        padding-left: 2%;
        padding-bottom: 8px;
    }
    
    .resizeImg .textoEscondido p{
        font-size: 20px;
        padding-right: 10%;
        line-height: 25px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 14px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 24px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 24px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 100px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 28px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: 24px !important;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 28px;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .info1 p{
        font-size: 14px;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 24px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
        padding-top: 10px;
    }
    .info2 .beneficios p{
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 40px;
        text-align: left;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 95%;
    }
    .estrategiasTexto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: 23px;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 16px;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /******************************Section_5***********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 30px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        width: 1731px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -190%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /***************************Section_7***************************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /**********************Section_22********************************************/
    .section_22 {
        padding: 10vh 5vw 19vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_22 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /********************************Section_21**********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /***********************Section_12*****************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }

    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /**************************Section_13**************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }

    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 95%;
    }
    .contenido16 .texto1 h5{
        font-size: 32px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 28px;
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 150px;
        height: 150px;
    }
    .resizeImg .textoEscondido p{
        font-size: 20px;
        padding-right: 25%;
        line-height: 24px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 14px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 24px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 24px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 100px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 28px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: 24px !important;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 32px;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 16px;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 24px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
        padding-top: 10px;
    }
    .info2 .beneficios p{
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 60px;
        text-align: left;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 90%;
    }
    .estrategiasTexto h6{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: unset;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: unset;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /******************************Section_5************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 36px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        width: 1731px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -100%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /********************************Section_7*********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /**************************Section_22**************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 36px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /******************************Section_21***********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /*************************Section_12***************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /************************Section_13****************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 95%;
    }
    .contenido16 .texto1 h5{
        font-size: 32px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 200px;
        height: 200px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 25%;
        line-height: 27px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 24px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 32px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 100px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 28px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: 24px !important;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 32px;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 16px;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 24px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
        padding-top: 10px;
    }
    .info2 .beneficios p{
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 60px;
        text-align: left;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 15%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 90%;
    }
    .estrategiasTexto h6{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: unset;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: unset;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*******************************Section_5**********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 36px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp {
        display: block;
        height: 487px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-67%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -150%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*********************************Section_7************************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /************************Section_22****************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 36px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /******************************Section_21***********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /**************************Section_12**************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*************************Section_13***************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 95%;
    }
    .contenido16 .texto1 h5{
        font-size: 32px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 250px;
        height: 170px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 25%;
        line-height: 30px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 24px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 32px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 150px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 22px;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 40px;
        padding-top: 10%;
        padding-left: 7.5%;
        padding-right: 15%;
        padding-bottom: 3%;
        white-space: pre-line;
    }
    .info1 p{
        font-size: 20px;
        padding-top: 3%;
        padding-left: 7.5%;
        padding-right: 10%;
        line-height: normal;
    }
    .info2 h4{
        font-size: 40px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{

    }
    .info2 .beneficios p{
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 60px;
        text-align: left;
        padding-top: 10%;
        padding-left: 5%;
        padding-right: 15%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 95%;
    }
    .estrategiasTexto h6{
        font-size: 32px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: unset;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: unset;
    }
    .estrategiasTexto a{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /**************************Section_5***************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 42px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15%;
    }
    .transicionSlider .texto p{
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 562px;
    }
    .transicionSlider .slider {
        left: -2%;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -120%;
        }
    }*/
    .transicionSlider .texto2{

    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*******************************Section_7**********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /***********************Section_22*****************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 40px;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 33% !important;
    }
    .fondo7 .texto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*************************Section_21***************************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /***********************Section_!2*****************************************/
    .section_12 {
        padding: 15vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /************************Section_13*****************************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 90%;
    }
    .contenido16 .texto1 h5{
        font-size: 36px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
        padding: 5% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    
    .resizeImg .textoEscondido .tituloImg img {
        width: 105px;
        padding-left: 2%;
        padding-bottom: 8px;
    }
    
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 32%;
        line-height: 28px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .unirte360 .cajas .elemento h6{
        padding-bottom: 2%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 36px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){    
    /**********************************************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 150px;
    }
    .fondo .texto{
        padding-left: 10%;
        padding-right: 10%;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 22px;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 23px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: left;
    }
    .info1 h4{
        font-size: 40px;
        padding-top: 10%;
        padding-left: 7.5%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 20px;
        padding-top: 3%;
        padding-left: 7.5%;
        padding-right: 10%;
        line-height: normal;
    }
    .info2 h4{
        font-size: 40px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info2 .beneficios img{
        width: 100px;
        height: 100px;
    }
    .info2 .beneficios h6{

    }
    .info2 .beneficios p{
        padding-top: 10px;
        padding-left: 20%;
        padding-right: 20%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 60px;
        padding-top: 10%;
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 95%;
    }
    .estrategiasTexto h6{
        font-size: 32px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        line-height: unset;
        text-align: left;
    }
    .estrategiasTexto p{
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: unset;
    }
    .estrategiasTexto a{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /**********************************Section_5********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
    }

    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 42px;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15%;
    }
    .transicionSlider .texto p{
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 590px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -130%;
        }
    }*/
    .transicionSlider .texto2{

    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /****************************Section_7*************************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /*********************************Section_22********************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 5vh 1vw 0 1vw;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        font-size: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*******************************Section_21**********************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }        
    /**********************Section_12*****************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /****************************Section_13************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 90%;
    }
    .contenido16 .texto1 h5{
        font-size: 42px;
        padding: 5% 5% 0 15%;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
        padding: 5% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 250px;
        height: 150px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 35%;
        line-height: 28px !important;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .unirte360 .cajas .elemento h6{
        padding-bottom: 2%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 10%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 36px;
    }
    .unete .texto .btn{
        width: 200px;
        height: 40px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .info2 .beneficios img {
        width: 55%;
    }
    .fondo .texto, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto p {
        padding-right: 0 !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
        padding: .5% 0;
    }
    .info1 p, .section_5 .text h3, .section_5 .text h3, .section_5 .text p, .transicionSlider .texto2 p, .section_7 .text h2,
    .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_21 h2, .section_21 p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p, .section_13 .text h2,
    .section_13 .text h3, .section_13 .text p, .contenido16 .texto2 h6, .contenido16 .texto2 p{
        white-space: normal;
    }
    .info1 p {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto a {
        padding-left: 8%;
    }
    .estrategiasTexto .estrategiaImg {
        padding: 0;
    }
    .estrategiasTexto img {
        width: 100% !important;
    }
    .estrategiasTexto h6 {
        font-size: 25px !important;
    }
    .estrategiasTexto p {
        font-size: 20px !important;
        padding-top: 0 !important;
    }
    .transicionSlider .texto p {
        padding-left: 0 !important;
        padding-right: 0 !important;
        line-height: normal !important;
    }
    .section_7 .image img {
        width: 135% !important;
    }
    .section_22 .image2 img {
        width: 140% !important;
    }
    .section_22 .image2 {
        left: -8%;
    }
    .section_22 .text .animationText2 {
        padding: 0 0 0 23% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 20%;
    }
    .contenido16 .texto2 {
        padding-right: 5%;
    }
    /*****************************************************************************************/
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 110px;
    }
    .fondo .texto{
        padding-left: 7.5%;
        padding-right: 50%;
        padding-top: 10%;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 22px;
        line-height: normal;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 66%;
    }
    .fondo .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 40px;
        padding-top: 10%;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 20px;
        padding-top: 6%;
        padding-bottom: 6%;
        padding-left: 15%;
        padding-right: 15%;
    }
    .info2 h4{
        font-size: 40px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{

    }
    .info2 .beneficios h6{

    }
    .info2 .beneficios p{
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 80px;
        padding-top: 10%;
        padding-left: 15%;
        padding-right: 15%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 95%;
    }
    .estrategiasTexto h6{
        font-size: 36px;
    }
    .estrategiasTexto p{
        line-height: normal !important;
        padding-top: 5%;
    }
    /********************************Section_5*********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 42px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .transicionSlider .texto p{
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 752px;
    }
    .transicionSlider .slider{
        left: -2%;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -100%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /*****************************Section_7*************************************/
    .section_7 {
        padding: 10vh 0vw 10vh 2vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /***********************Section_22*****************************************/
    .section_22 {
        padding: 10vh 2vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto h6{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto p{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto a{
        padding-left: 7.5%;
    }
    /******************************Section_12**************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_12 .image img {
        object-fit: cover;
    }

    .section_13 .row {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_13 .image img {
        object-fit: cover;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 75%;
    }
    .contenido16 .texto1 h5{
        font-size: 42px;
        padding: 5% 5% 0 15%;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
        padding: 5% 20% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 20% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    
    .resizeImg .textoEscondido .tituloImg img {
        width: 120px;
        padding-left: 3%;
        padding-bottom: 8px;
    }

    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 30%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{

    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 5%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 36px;
    }
    .unete .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .fondo .texto, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto p {
        padding-right: 0 !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
        padding: .5% 0;
    }
    .info1 p, .section_5 .text h3, .section_5 .text h3, .section_5 .text p, .transicionSlider .texto2 p, .section_7 .text h2,
    .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_21 h2, .section_21 p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p, .section_13 .text h2,
    .section_13 .text h3, .section_13 .text p, .contenido16 .texto2 h6, .contenido16 .texto2 p{
        white-space: normal;
    }
    .info1 p {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto a {
        padding-left: 6.8%;
    }
    .estrategiasTexto h6 {
        font-size: 31px !important;
        padding-bottom: 1.5rem !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 20%;
    }
    .contenido16 .texto2 {
        padding-right: 5%;
    }
    /*****************************************************************************************/
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 110px;
    }
    .fondo .texto{
        padding-left: 7.5%;
        padding-right: 50%;
        padding-top: 10%;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 22px;
    }
    .fondo .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 40px;
        padding-top: 10%;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 20px;
        padding-top: 3%;
        padding-left: 15%;
        padding-right: 15%;
    }
    .info2 h4{
        font-size: 40px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{

    }
    .info2 .beneficios h6{

    }
    .info2 .beneficios p{
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 80px;
        padding-top: 10%;
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 100%;
    }
    .estrategiasTexto h6{
        /*padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;*/
        font-size: 36px;
    }
    .estrategiasTexto p{
        /*padding-left: 5%;
        padding-right: 5%;*/
        line-height: normal;
        padding-top: 5%;
    }
    .estrategiasTexto a{
        /*font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;*/
    }
    /**********************************Section_5********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 42px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .transicionSlider .texto p{
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 830px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -80%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /******************************Section_7************************************/
    .section_7 {
        padding: 5vh 0vw 10vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /****************************Section_22*************************************/
    .section_22 {
        padding: 5vh 6vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto h6{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto p{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto a{
        padding-left: 7.5%;
    }
    /******************************Section_21**********************************/
    .section21{
        min-height: unset;
    }
    /******************************Section_12***********************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /********************************Section_13********************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 75%;
    }
    .contenido16 .texto1 h5{
        font-size: 46px;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 300px;
        height: 150px;
    }
    .resizeImg .textoEscondido p{
        padding-right: 20%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{

    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 5%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 36px;
    }
    .unete .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .fondo .texto, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto p {
        padding-right: 0 !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
        padding: .5% 0;
    }
    .info1 p, .section_5 .text h3, .section_5 .text h3, .section_5 .text p, .transicionSlider .texto2 p, .section_7 .text h2,
    .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_21 h2, .section_21 p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p, .section_13 .text h2,
    .section_13 .text h3, .section_13 .text p, .contenido16 .texto2 h6, .contenido16 .texto2 p{
        white-space: normal;
    }
    .info1 p {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto a {
        padding-left: 8%;
    }
    .estrategiasTexto h6 {
        font-size: 31px !important;
        padding-bottom: 1.5rem !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 20%;
    }
    .contenido16 .texto2 {
        padding-right: 5%;
    }
    /*****************************************************************************************/
    .fondo{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/1_responsive.png');
    }
    .fondo img{
        height: 110px;
    }
    .fondo .texto{
        padding-left: 7.5%;
        padding-right: 50%;
        padding-top: 10%;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 22px;
    }
    .fondo .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
    /********************************C2**********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 40px;
        padding-top: 10%;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .info1 p{
        font-size: 20px;
        padding-top: 3%;
        padding-left: 15%;
        padding-right: 15%;
    }
    .info2 h4{
        font-size: 40px;
        padding-top: 5%;
    }
    .info2 .beneficios{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .info2 .beneficios .contenido{
        padding-bottom: 10%;
    }
    .info2 .beneficios img{

    }
    .info2 .beneficios h6{

    }
    .info2 .beneficios p{
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /**********************************C3********************************************/
    .estrategiasTexto{

    }
    .estrategiasTexto h3{
        font-size: 80px;
        padding-top: 10%;
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto .estrategiaImg{
        text-align: center;
    }
    .estrategiasTexto img{
        width: 100%;
    }
    .estrategiasTexto h6{
        /*padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;*/
        font-size: 36px;
    }
    .estrategiasTexto p{
        /*padding-left: 5%;
        padding-right: 5%;*/
        line-height: normal;
        padding-top: 5%;
    }
    .estrategiasTexto a{
        /*font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;*/
    }
    /*********************************Section_5***********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 7vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /**********************************C6********************************************/
    .transicionSlider{

    }
    .transicionSlider .texto{

    }
    .transicionSlider .texto h4{
        font-size: 42px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .transicionSlider .texto p{
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 5%;
    }
    .transicionSlider .slider .sliderWeb{
        display: none;
    }
    .transicionSlider .slider .sliderResp{
        display: block;
        height: 866px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-66.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -110%;
        }
    }*/
    .transicionSlider .texto2{
        padding-bottom: 5%;
    }
    .transicionSlider .texto2 p{
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /******************************Section_7*************************************/
    .section_7 {
        padding: 5vh 0vw 10vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /********************************Section_22*********************************/
    .section_22 {
        padding: 5vh 6vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /*********************************C7*********************************************/
    .fondo7{
        background-image: url('https://assets.claro360.com/landingsMexico360/gobierno/turismoEstatal/responsive/7_responsive.png');
    }
    .fondo7 .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .fondo7 .texto h4{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto h6{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto p{
        padding-left: 7.5%;
        padding-right: 50%;
    }
    .fondo7 .texto a{
        padding-left: 7.5%;
    }
    /*******************************Section_21***********************************/
    .section_21{
        min-height: unset;
    }
    /******************************Section_12**********************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /****************************Section_13************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C16*****************************************/
    .contenido16 .imgCompleta img{
        width: 75%;
    }
    .contenido16 .texto1 h5{
        font-size: 48px;
    }
    /*******************************C13**********************************************/
    .resizeImg{
        background-image: url('https://assets.claro360.com/Gobierno/turismoEstatal/responsive/13_Estado1_responsive.png');
    }
    .resizeImg .resizeImgWeb{
        display: none;
    }
    .resizeImg .resizeImgResp{
        display: block;
        width: 100%;
    }
    .resizeImg .textoEscondido .tituloImg h4{
    }
    .resizeImg .textoEscondido .tituloImg img{
        padding-left: 3%;
        padding-bottom: 3%;
        width: 300px;
        height: 150px;
    }
    .resizeImg .textoEscondido p{
        padding-right: 20%;
    }
    .resizeImg .textoEscondido a{
    }
    /******************************C14************************************************/
    .unirte360{

    }
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{

    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 5%;
    }
    /********************************C15**********************************************/
    .unete{
        padding-bottom: 5%;
    }
    .unete .texto{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .unete .texto p{
        font-size: 36px;
    }
    .unete .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
    }
}

/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .fondo {
        padding-bottom: 8%;
        min-height: 130vh;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    .fondo .texto p {
        white-space: normal !important;
    }
    .info2 .beneficios img {
        width: 35% !important;
    }
    /*****************************C1************************************************/
    .fondo{
        height: auto;
    }
    .fondo img{
        height: 80px;
    }
    .fondo .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 25%;
        padding-bottom: 3%;
        padding-top: 25%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 14px;
    }
    .fondo .texto .btn{
        width: 150px;
        height: 30px;
        font-size: 18px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 32px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info1 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 32px;
    }
    .info2 .beneficios img{
        width: 80px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 40px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .estrategiasTexto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*********************************Section_5*********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 256px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-80.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -310%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*******************************Section_7**********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /***************************Section_22*************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }
    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_22 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /************************************C7******************************************/
    .fondo7{
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
    .fondo7 .texto{
        padding-bottom: 3%;
        padding-top: 3%;
    }
    .fondo7 .texto h4{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 35%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 30%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 30%;
        padding-bottom: 0%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*******************************Section_21*********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 28px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 14px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 28px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 14px;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /*************************Section_12***************************************/
    .section_12 {
        padding: 10vh 0vw 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /***************************Section_13*************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 32px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 150px;
        height: 80px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 36px;
    }
    .resizeImg .textoEscondido p{
        font-size: 22px;
        padding-right: 0%;
    }
    .resizeImg .textoEscondido a{
        font-size: 14px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 32px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 28px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 200px;
        height: 30px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .fondo {
        padding-bottom: 8%;
        min-height: 170vh;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    .fondo .texto p {
        white-space: normal !important;
    }
    .info2 .beneficios img {
        width: 35% !important;
    }
    /*****************************C1************************************************/
    .fondo{
        height: auto;
    }
    .fondo img{
        height: 80px;
    }
    .fondo .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 25%;
        padding-bottom: 3%;
        padding-top: 25%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 14px;
    }
    .fondo .texto .btn{
        width: 150px;
        height: 30px;
        font-size: 18px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .info1 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 32px;
    }
    .info2 .beneficios img{
        width: 80px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 40px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /****************************Section_5**************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 257px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-80.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -232%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /***********************************Section_7*******************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /******************************Section_22*******************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }

    .section_22 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /************************************C7******************************************/
    .fondo7{
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
    .fondo7 .texto h4{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 35%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 30%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 30%;
        padding-bottom: 0%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*****************************Section_21************************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 30px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 14px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 30px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 14px;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /******************************Section_!2*********************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*********************************Section_13********************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 36px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 150px;
        height: 80px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 36px;
    }
    .resizeImg .textoEscondido p{
        font-size: 22px;
        padding-right: 25%;
    }
    .resizeImg .textoEscondido a{
        font-size: 14px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 32px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 28px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 200px;
        height: 30px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .fondo {
        padding-bottom: 8%;
        min-height: 130vh;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    /*****************************C1************************************************/
    .fondo{
        height: auto;
    }
    .fondo img{
        height: 80px;
    }
    .fondo .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 25%;
        padding-bottom: 3%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 14px;
    }
    .fondo .texto .btn{
        width: 150px;
        height: 30px;
        font-size: 18px;
        margin-top: 0px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 32px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .info1 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 32px;
    }
    .info2 .beneficios img{
        width: 80px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 40px;
        padding-left: 25%;
        padding-right: 25%;
    }
    .estrategiasTexto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /******************************Section_5************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 183px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -215%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /**********************************Section_7********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }

    .section_7 .image {
        margin-top: 3vh;
    }
    /**************************Section_22***************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    /************************************C7******************************************/
    .fondo7{
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
    .fondo7 .texto{
        padding-bottom: 5%;
        padding-top: 5%;
    }
    .fondo7 .texto h4{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 0%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /******************************Section_21**********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /***************************Section_12*************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*****************************Section_13***********************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 36px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 200px;
        height: 100px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 25%;
    }
    .resizeImg .textoEscondido a{
        font-size: 16px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 38px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 30px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 200px;
        height: 30px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .fondo {
        padding-bottom: 8%;
        min-height: 130vh;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    /*****************************C1************************************************/
    .fondo{
        height: auto;
    }
    .fondo img{
        height: 80px;
    }
    .fondo .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 25%;
        padding-bottom: 3%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 14px;
    }
    .fondo .texto .btn{
        width: 150px;
        height: 30px;
        font-size: 18px;
        margin-top: 0px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 32px;
        padding-left: 25%;
        padding-right: 25%;
    }
    .info1 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 24px;
    }
    .info2 h4{
        font-size: 32px;
    }
    .info2 .beneficios img{
        width: 80px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 40px;
        padding-left: 26%;
        padding-right: 26%;
    }
    .estrategiasTexto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 24px;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*********************************Section_5*********************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 18px;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 208px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -185%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /**********************************section_7********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }

    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /*****************************section_22************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }

    .section_22 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
    .fondo7 .texto{
        padding-bottom: 5%;
        padding-top: 5%;
    }
    .fondo7 .texto h4{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 0%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*****************************Section_21***********************************/
    .section_21 .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }
    /*****************************Section_12***********************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /**************************Section_13**************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 36px;
        padding: 5% 5% 0 5%;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 5% 0% 5%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
        padding: 0 5%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 200px;
        height: 100px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 30%;
    }
    .resizeImg .textoEscondido a{
        font-size: 16px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 38px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 30px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 200px;
        height: 30px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .fondo {
        padding-bottom: 8%;
        min-height: 130vh;
    }
    /*****************************C1************************************************/
    .fondo{
        height: auto;
        min-height: 100vh;
    }
    .fondo img{
        height: 80px;
    }
    .fondo .texto{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 25%;
        padding-bottom: 3%;
    }
    .fondo .texto h1{
        font-size: 24px;
    }
    .fondo .texto p{
        font-size: 14px;
    }
    .fondo .texto .btn{
        width: 150px;
        height: 30px;
        font-size: 18px;
        margin-top: 0px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 32px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .info1 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .info2 h4{
        font-size: 32px;
    }
    .info2 .beneficios img{
        width: 80px;
    }
    .info2 .beneficios h6{
        font-size: 18px;
    }
    .info2 .beneficios p{
        font-size: 16px;
        padding-left: 10%;
        padding-right: 10%;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 40px;
        padding-left: 30%;
        padding-right: 30%;
    }
    .estrategiasTexto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 24px;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*******************************Section_5************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 40px;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 20px;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 235px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -205%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /***********************************Section_7*******************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /********************section_22********************************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
    .fondo7 .texto{
        padding-bottom: 5%;
        padding-top: 5%;
    }
    .fondo7 .texto h4{
        font-size: 24px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 14px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 0%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /******************************Section_21**********************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 15px;
    }
    /***************************Section_12*************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /**********************************Section_13******************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 36px;
    }
    .contenido16 .texto2 h6{
        font-size: 18px;
        padding: 5% 15% 0% 0%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 15% 0% 0%;
    }
    .contenido16 .texto2 a{
        font-size: 14px;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 200px;
        height: 100px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 40px;
    }
    .resizeImg .textoEscondido p{
        font-size: 24px;
        padding-right: 35%;
    }
    .resizeImg .textoEscondido a{
        font-size: 16px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 32px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 32px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 250px;
        height: 40px;
        font-size: 24px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    /*****************************C1************************************************/
    .fondo img{
        height: 100px;
    }
    .fondo .texto h1{
        font-size: 36px;
    }
    .fondo .texto p{
        font-size: 18px;
    }
    .fondo .texto .btn{
        width: 200px;
        height: 30px;
        font-size: 20px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 36px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .info1 p{
        font-size: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 36px;
    }
    .info2 .beneficios img{
        width: 100px;
    }
    .info2 .beneficios h6{
        font-size: 20px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 50px;
        padding-left: 25%;
        padding-right: 25%;
    }
    .estrategiasTexto h6{
        font-size: 26px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 20px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 6%;
        padding-right: 6%;
    }
    /******************************Section_5*************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }

    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }

    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 40px;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 20px;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 252px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.5%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -255%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /***********************************Section_7********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 5vw;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text .animationText {
        position: initial;
    }

    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /*********************************Section_22********************************/
    .section_22 {
        padding: 10vh 5vw 10vh 0vw;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text .animationText2 {
        position: initial;
    }

    .section_22 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: 70vh;
    }
    .fondo7 .texto h4{
        font-size: 36px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 45%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 45%;
        padding-bottom: 2%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /*****************************Section_21*************************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 34px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 19px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 34px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 19px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 15px;
    }
    /*********************************Section_12*******************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /**************************Section_13**************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }

    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 40px;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
        padding: 5% 15% 0% 0%;
    }
    .contenido16 .texto2 p{
        font-size: 16px;
        padding: 0% 15% 0% 0%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 250px;
        height: 150px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 50px;
    }
    .resizeImg .textoEscondido p{
        font-size: 30px;
        padding-right: 25%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 32px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 32px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 250px;
        height: 40px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .section_7 h2, .section_7 p, 
    .section_22 h2, .section_22 p, .fondo7 h4, .fondo7 h6, .fondo7 p, .section_21 h2, .section_21 p, .section_12 h2,
    .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p, .contenido16 h6, .contenido16 p {
        padding-bottom: 1rem !important;
    }
    .info1 p, .section_5 .text h3, .section_5 .text p, .section_7 .text h2, .section_7 .text p, 
    .section_22 .text h2, .section_22 .text p, .section_21 .text h2, .section_21 .text p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p,
    .section_13 .text h2, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
        line-height: normal !important;
    }
    .info2 .beneficios p {
        line-height: normal !important;
    }
    .fondo .texto p {
        padding-top: 0 !important;
    }
    .fondo .texto .btn {
        width: 200px !important;
        margin-top: 1.5rem !important;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna2 .textoDer h2,
    .contenido16 .texto1 h5{
        font-size: 38px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq .paragraph, .section_21 .columna2 .textoDer .paragraph,
    .contenido16 .texto2 h6{
        font-size: 19px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq p, .section_21 .columna2 .textoDer p,
    .contenido16 .texto2 p{
        font-size: 17px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq a, .section_21 .columna2 .textoDer a,
    .contenido16 .texto2 a{
        font-size: 15px !important;
    }
    .fondo7 .texto p, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto a, .estrategiasTexto h3,
    .transicionSlider .texto p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .estrategiasTexto h3 {
        font-size: 60px !important;
        padding-bottom: 3% !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
    }
    .info1 p {
        font-size: 20px !important;
        line-height: normal !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto h6 {
        font-size: 25px !important;
    }
    .fondo7 {
        background-size: cover !important;
        height: 100vh !important;
    }
    .estrategiasTexto p {
        padding-top: 0 !important;
        font-size: 20px !important;
    }
    .estrategiasTexto a {
        padding-left: 9.4% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text  {
        padding: 3% 4% !important;
    }
    .transicionSlider .texto2 p {
        padding: 5% 5% 1rem !important;
    }
    .transicionSlider .texto2 a {
        padding: 0 5% 0 !important;
    }
    .section_22 .image2 img {
        width: 110% !important;
    }
    .section_7 .image img {
        width: 106% !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0% 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 27%;
    }
    .contenido16 .texto2 {
        padding-right: 7%;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1rem !important;
    }
    /*****************************C1************************************************/
    .fondo img{
        height: 100px;
    }
    .fondo .texto h1{
        font-size: 36px;
    }
    .fondo .texto p{
        font-size: 18px;
        padding-top: 10%;
        line-height: normal;
    }
    .fondo .texto .btn{
        width: 297px;
        height: unset;
        font-size: 24px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 36px;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 10%;
    }
    .info1 p{
        font-size: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 36px;
    }
    .info2 .beneficios img{
        width: 100px;
    }
    .info2 .beneficios h6{
        font-size: 20px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 50px;
        padding-left: 30%;
        padding-right: 30%;
        padding-bottom: 5%;
    }
    .estrategiasTexto h6{
        font-size: 26px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .estrategiasTexto p{
        font-size: 20px;
        padding-left: 6%;
        padding-right: 6%;
        line-height: normal;
        padding-top: 4%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 6%;
        padding-right: 6%;
    }
    /******************************Section_5****************************************/
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 70%;
    }
    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 40px;
        padding-left: 25%;
        padding-right: 25%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 20px;
        text-align: center;
        padding-left: 25%;
        padding-right: 25%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 315px;
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }
        to {
            margin-left: -183%;
        }
    }*/
    .desplzarIzqMiniSlider {
        transform: translateX(-60.25%);
    }
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /*********************************Section_7*********************************/
    .section_7 {
        padding: 10vh 0vw 10vh 2vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    /**************************Section_22**************************************/
    .section_22 {
        padding: 10vh 2vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_22 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: 70vh;
        background-size: cover;
    }
    .fondo7 .texto h4{
        font-size: 36px;
        padding-left: 5%;
        padding-right: 50%;
        padding-bottom: 1%;
    }
    .fondo7 .texto h6{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 1%;
        padding-top: 1%;
    }
    .fondo7 .texto p{
        font-size: 16px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 2%;
    }
    .fondo7 .texto a{
        font-size: 14px;
        padding-left: 5%;
    }
    /******************************Section_21****************************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 34px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 34px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 16px;
    }
    /***************************Section_12*************************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_12 .image img {
        object-fit: cover;
    }
    /*****************************Section_13***********************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_13 .image img {
        object-fit: cover;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 46px;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 25% 0% 0%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img {
        width: 115px;
        padding-left: 2%;
        padding-bottom: 8px;
    }
    
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 50px;
    }
    .resizeImg .textoEscondido p{
        font-size: 30px;
        padding-right: 13%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 32px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 18px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 14px;
        padding-right: 20%;
    }
    /*******************************C15***********************************************/
    .unete .texto{
        padding-bottom: 8%;
        padding-top: 8%;
    }
    .unete .texto p{
        font-size: 32px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 245px;
        height: 60px;
        font-size: 28px;
        border-radius: 18px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .section_7 h2, .section_7 p, 
    .section_22 h2, .section_22 p, .fondo7 h4, .fondo7 h6, .fondo7 p, .section_21 h2, .section_21 p, .section_12 h2,
    .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p, .contenido16 h6, .contenido16 p {
        padding-bottom: 1.5rem !important;
    }
    .info1 p, .section_5 .text h3, .section_5 .text p, .section_7 .text h2, .section_7 .text p, 
    .section_22 .text h2, .section_22 .text p, .section_21 .text h2, .section_21 .text p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p,
    .section_13 .text h2, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
        line-height: normal !important;
    }
    .info2 .beneficios p {
        line-height: normal !important;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna2 .textoDer h2,
    .contenido16 .texto1 h5{
        font-size: 41px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq .paragraph, .section_21 .columna2 .textoDer .paragraph,
    .contenido16 .texto2 h6{
        font-size: 20px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq p, .section_21 .columna2 .textoDer p,
    .contenido16 .texto2 p{
        font-size: 17px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq a, .section_21 .columna2 .textoDer a,
    .contenido16 .texto2 a{
        font-size: 16px !important;
    }
    .fondo7 .texto p, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto a, .estrategiasTexto h3  {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .estrategiasTexto h3 {
        font-size: 60px !important;
        padding-bottom: 3% !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
    }
    .info1 p {
        font-size: 20px !important;
        line-height: normal !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto h6 {
        font-size: 25px !important;
    }
    .fondo7 {
        background-size: cover !important;
        height: 100vh !important;
    }
    .estrategiasTexto p {
        padding-top: 0 !important;
        font-size: 20px !important;
    }
    .estrategiasTexto a {
        padding-left: 13.8% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text  {
        padding: 3% 4% !important;
    }
    .transicionSlider .texto2 p {
        padding: 5% 10% 1.5rem !important;
    }
    .transicionSlider .texto2 a {
        padding: 0 10% 0 !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0% 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 27%;
    }
    .contenido16 .texto2 {
        padding-right: 7%;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    /*****************************C1************************************************/
    .fondo img{
        height: 120px;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 20px;
    }
    .fondo .texto .btn{
        width: 250px;
        height: 40px;
        font-size: 24px;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 40px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .info1 p{
        font-size: 22px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 40px;
    }
    .info2 .beneficios img{
        width: 100px;
    }
    .info2 .beneficios h6{
        font-size: 20px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 60px;
        padding-left: 30%;
        padding-right: 30%;
    }
    .estrategiasTexto h6{
        font-size: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .estrategiasTexto p{
        font-size: 22px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 7%;
        padding-right: 7%;
    }
    /*********************************Section_5**************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 50px;
        padding-left: 25%;
        padding-right: 25%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 20px;
        text-align: center;
        padding-left: 25%;
        padding-right: 25%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 355px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -158%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /***********************************Section_7*******************************/
    .section_7 {
        padding: 5vh 0vw 10vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /********************************Section_22********************************/
    .section_22 {
        padding: 5vh 6vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: 70vh;
    }
    .fondo7 .texto h4{
        font-size: 40px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .fondo7 .texto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 2%;
    }
    .fondo7 .texto a{
        font-size: 16px;
        padding-left: 5%;
    }
    /*****************************Section_21**************************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 40px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .columna1 .textoIzq a{
        font-size: 16px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 42px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer a{
        font-size: 16px;
    }
    /*********************************Section_12*******************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /***************************Section_13*************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C16*****************************************/
    .contenido16 .texto1 h5{
        font-size: 46px;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 25% 0% 0%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 300px;
        height: 200px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 50px;
    }
    .resizeImg .textoEscondido p{
        font-size: 30px;
        padding-right: 25%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 36px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 20px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 16px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 36px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 300px;
        height: 60px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .section_7 h2, .section_7 p, 
    .section_22 h2, .section_22 p, .fondo7 h4, .fondo7 h6, .fondo7 p, .section_21 h2, .section_21 p, .section_12 h2,
    .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p, .contenido16 h6, .contenido16 p {
        padding-bottom: 1.5rem !important;
    }
    .info1 p, .section_5 .text h3, .section_5 .text p, .section_7 .text h2, .section_7 .text p, 
    .section_22 .text h2, .section_22 .text p, .section_21 .text h2, .section_21 .text p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p,
    .section_13 .text h2, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
        line-height: normal !important;
    }
    .info2 .beneficios p {
        line-height: normal !important;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna2 .textoDer h2,
    .contenido16 .texto1 h5{
        font-size: 41px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq .paragraph, .section_21 .columna2 .textoDer .paragraph,
    .contenido16 .texto2 h6{
        font-size: 20px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq p, .section_21 .columna2 .textoDer p,
    .contenido16 .texto2 p{
        font-size: 17px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq a, .section_21 .columna2 .textoDer a,
    .contenido16 .texto2 a{
        font-size: 16px !important;
    }
    .fondo7 .texto p, .fondo7 .texto h6, .fondo7 .texto h4, .fondo7 .texto a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .estrategiasTexto h3 {
        font-size: 60px !important;
        padding-bottom: 3% !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
    }
    .info1 p {
        font-size: 20px !important;
        line-height: normal !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto h6 {
        font-size: 25px !important;
    }
    .fondo7 {
        background-size: cover !important;
        height: 100vh !important;
    }
    .estrategiasTexto p {
        padding-top: 0 !important;
        font-size: 20px !important;
    }
    .estrategiasTexto a {
        padding-left: 15.4% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text  {
        padding: 3% 4% !important;
    }
    .transicionSlider .texto2 p {
        padding: 5% 12% 1.5rem !important;
    }
    .transicionSlider .texto2 a {
        padding: 0 12% 0 !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0% 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 27%;
    }
    .contenido16 .texto2 {
        padding-right: 6%;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    /*****************************C1************************************************/
    .fondo img{
        height: 120px;
    }
    .fondo .texto{
        padding-top: 100px;
    }
    .fondo .texto h1{
        font-size: 40px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: normal;
    }
    .fondo .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
        padding-top: 5px;
    }
    .section_5 .image img {
        object-fit: cover;
    }
    /*********************************C2*********************************************/
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 40px;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 10%;
    }
    .info1 p{
        font-size: 22px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 40px;
    }
    .info2 .beneficios img{
        width: 100px;
    }
    .info2 .beneficios h6{
        font-size: 20px;
    }
    .info2 .beneficios p{
        font-size: 16px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 60px;
        padding-left: 30%;
        padding-right: 30%;
        padding-bottom: 5%;
    }
    .estrategiasTexto h6{
        font-size: 30px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 2%;
    }
    .estrategiasTexto p{
        font-size: 22px;
        padding-left: 9%;
        padding-right: 9%;
        line-height: 28px;
    }
    .estrategiasTexto a{
        font-size: 14px;
        padding-left: 9%;
        padding-right: 9%;
    }
    /****************************Section_5*******************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 7vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 50px;
        padding-left: 25%;
        padding-right: 25%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 20px;
        text-align: center;
        padding-left: 25%;
        padding-right: 25%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 371px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -148%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .texto2 a{
        font-size: 14px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /**************************Section_7***************************************/
    .section_7{
        padding: 5vh 0vw 10vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /************************************Section_22********************************/
    .section_21 .columna1 {
        padding: 10% 6% 0;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna2 .textoDer h2{
        font-size: 37px !important;
    }
    .section_21 .columna1 .textoIzq .paragraph, .section_21 .columna2 .textoDer .paragraph {
        font-size: 19px !important;
    }
    .section_22 {
        padding: 5vh 6vw 10vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: 70vh;
        background-size: contain;
    }
    .fondo7 .texto h4{
        font-size: 40px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 1%;
    }
    .fondo7 .texto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 52%;
        padding-bottom: 1%;
        padding-top: 0%;
    }
    .fondo7 .texto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 54%;
        padding-bottom: 2%;
    }
    .fondo7 .texto a{
        font-size: 16px;
        padding-left: 5%;
    }
    /*******************************Section_21***********************************/
    .section_21 .columna1 .textoIzq h2{
        font-size: 42px;
    }
    
    .section_21 .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .columna2 .textoDer h2{
        font-size: 42px;
    }
    
    .section_21 .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .columna2 .textoDer p{
        font-size: 18px;
    }
    /********************Section_12********************************************/
    .section_12 s{
        padding: 15vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************Section_13*********************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C16**********************************************/
    .contenido16 .texto1 h5{
        font-size: 50px;
    }
    .contenido16 .texto2 h6{
        font-size: 20px;
    }
    .contenido16 .texto2 p{
        font-size: 18px;
        padding: 0% 30% 0% 0%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido .tituloImg img{
        width: 130px;
        padding-bottom: 8px;
    }
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 50px;
    }
    .resizeImg .textoEscondido p{
        font-size: 30px;
        padding-right: 25%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 36px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 20px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 16px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 36px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 300px;
        height: 60px;
        font-size: 32px;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1799px) and (orientation : landscape){
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .section_7 h2, .section_7 p, 
    .section_22 h2, .section_22 p, .fondo7 h4, .fondo7 h6, .fondo7 p, .section_21 h2, .section_21 p, .section_12 h2,
    .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p, .contenido16 h6, .contenido16 p {
        padding-bottom: 1.5rem !important;
    }
    .section_5 .text h3, .section_5 .text p, .section_7 .text h2, .section_7 .text p, 
    .section_22 .text h2, .section_22 .text p, .section_21 .text h2, .section_21 .text p,
    .section_12 .text h2, .section_12 .text h3, .section_12 .text p,
    .section_13 .text h2, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
        line-height: normal !important;
    }
    .info2 .beneficios p {
        line-height: normal !important;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna2 .textoDer h2,
    .contenido16 .texto1 h5{
        font-size: 43px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq .paragraph, .section_21 .columna2 .textoDer .paragraph,
    .contenido16 .texto2 h6{
        font-size: 20px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq p, .section_21 .columna2 .textoDer p,
    .contenido16 .texto2 p{
        font-size: 17px !important;
        white-space: normal !important;
    }
    .section_21 .columna1 .textoIzq a, .section_21 .columna2 .textoDer a,
    .contenido16 .texto2 a{
        font-size: 16px !important;
    }
    .estrategiasTexto h3 {
        font-size: 60px !important;
        padding-bottom: 3% !important;
    }
    .fondo .texto .btn, .unete .texto .btn {
        height: auto !important;
    }
    .info1 p {
        font-size: 20px !important;
        line-height: normal !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .estrategiasTexto h6 {
        font-size: 25px !important;
    }
    .fondo7 {
        height: 100vh !important;
    }
    .estrategiasTexto p {
        padding-top: 0 !important;
        font-size: 20px !important;
    }
    .estrategiasTexto a {
        padding-left: 19.4% !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0% 0 17% !important;
    }
    .contenido16 .texto1 h5 {
        padding: 0 0 0 27%;
    }
    .contenido16 .texto2 {
        padding-right: 7%;
    }
    .contenido16 .texto2 p {
        padding: 0 0 1.5rem !important;
    }
    /*****************************C1************************************************/
    .fondo img{
        height: 150px;
    }
    .fondo .texto{
        padding-top: 60px;
    }
    .fondo .texto h1{
        font-size: 48px;
    }
    .fondo .texto p{
        font-size: 20px;
        line-height: normal;
    }
    .fondo .texto .btn{
        width: 297px;
        height: 50px;
        font-size: 30px;
        padding-top: 5px;
    }
    /*********************************C2*********************************************/
    .section_5 .image img {
        object-fit: cover;
    }
    .info1{
        text-align: center;
    }
    .info1 h4{
        font-size: 48px;
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 10%;
    }
    .info1 p{
        font-size: 26px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .info2 h4{
        font-size: 48px;
    }
    .info2 .beneficios img{
        width: 100px;
    }
    .info2 .beneficios h6{
        font-size: 22px;
    }
    .info2 .beneficios p{
        font-size: 18px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h3{
        font-size: 80px;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 5%;
    }
    .estrategiasTexto h6{
        font-size: 34px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 7%;
    }
    .estrategiasTexto p{
        font-size: 24px;
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 2%;
    }
    .estrategiasTexto a{
        font-size: 16px;
        padding-left: 6%;
        padding-right: 6%;
    }
    /******************************Section_5****************************************/
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 9vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_5 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        font-size: 60px;
        padding-left: 25%;
        padding-right: 25%;
        padding-top: 3%;
    }
    .transicionSlider .texto p{
        font-size: 22px;
        text-align: center;
        padding-left: 25%;
        padding-right: 25%;
    }
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 422px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-60.25%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -170%;
        }
    }*/
    .transicionSlider .slider .sliderResp{
        display: none;
    }
    .transicionSlider .texto2{
        padding-bottom: 10%;
    }
    .transicionSlider .texto2 p{
        font-size: 18px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .transicionSlider .texto2 a{
        font-size: 16px;
        padding-left: 15%;
        padding-right: 15%;
    }
    /********************************Section_7***************************************/
    .section_7 {
        padding: 15vh 0vw 15vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /**************************Section_22**************************************/
    .section_22{
        padding: 15vh 6vw 15vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /************************************C7******************************************/
    .fondo7{
        height: 70vh;
    }
    .fondo7 .texto h4{
        font-size: 40px;
        padding-left: 5%;
        padding-right: 60%;
        padding-bottom: 0%;
    }
    .fondo7 .texto h6{
        font-size: 20px;
        padding-left: 5%;
        padding-right: 52%;
    }
    .fondo7 .texto p{
        font-size: 18px;
        padding-left: 5%;
        padding-right: 54%;
    }
    .fondo7 .texto a{
        font-size: 16px;
        padding-left: 5%;
    }
    /*******************************Section_21*************************************/
    
    /*******************************section_12***************************************/
    .section_12 {
        padding: 15vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_12 .text h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 5vh;
    }

    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    /******************************Section13***********************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

    .section_13 .text h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 5vh;
    }

    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    .section_21 .columna1 {
        padding: 10% 6% 0;
    }
    /*******************************C16**********************************************/
    .contenido16 .texto1 h5{
        font-size: 54px;
    }
    .contenido16 .texto2 p{
        padding: 0% 31% 0% 0%;
    }
    /*******************************C13**********************************************/
    .resizeImg .textoEscondido {
        max-width: 800px;
    }

    .resizeImg .textoEscondido .tituloImg img {
        width: 130px;
        padding-left: 2%;
        padding-bottom: 14px;
    }
    
    .resizeImg .textoEscondido .tituloImg h4{
        font-size: 50px;
    }
    .resizeImg .textoEscondido p{
        font-size: 30px;
        padding-right: 13%;
    }
    .resizeImg .textoEscondido a{
        font-size: 18px;
    }
    /*******************************C14***********************************************/
    .unirte360 .titulo{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .titulo h4{
        font-size: 40px;
        text-align: center;
    }
    .unirte360 .cajas{
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento{
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 22px;
        padding-bottom: 5%;
    }
    .unirte360 .cajas .elemento p{
        font-size: 18px;
        padding-right: 25%;
    }
    /*******************************C15***********************************************/
    .unete .texto p{
        font-size: 36px;
        padding-bottom: 1%;
    }
    .unete .texto .btn{
        width: 300px;
        height: 60px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) and (orientation: landscape){
    .estrategiasTexto a {
        padding-left: 23%;
    }
    .transicionSlider .texto2 p {
        padding: 5% 23% 0;
    }
    .transicionSlider .texto2 a {
        padding: 0 23% 0;
    }
    .section_7 .text, .section_22 .text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_22 .text .animationText2 {
        padding: 0 0 0 17% !important;
    }
    .section_21 .columna1 {
        padding: 10% 6% 0;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    /*****************************C1************************************************/

    /*********************************C2*********************************************/
    .info1 p{
        line-height: 34px;
    }
    /********************************C3**********************************************/
    .estrategiasTexto h6{
        line-height: 49px;
    }
    /******************************Section_5*****************************************/
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 11vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    /*******************************C6***********************************************/
    .transicionSlider .texto h4{
        line-height: 85px;
    }
    /*****************************Section_7******************************************/
    .section_7 {
        padding: 15vh 0vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /**********************************Section_22***********************************/
    .section_22 {
        padding: 15vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image2.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /************************************C7******************************************/
    .fondo7 .texto h6{
        line-height: 27px;
    }
    /*****************************Section_12*************************************************/
    .section_12 {
        padding: 15vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_12 .text h2 {
        margin-bottom: 5vh;
        padding-right: 10vw;
    }
    /*******************************Section_13**********************************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    /*******************************C14***********************************************/

    /*******************************C15***********************************************/
    .resizeImg .textoEscondido {
        max-width: 900px;
    }

    .resizeImg .textoEscondido .tituloImg img {
        width: 160px;
        padding-left: 2%;
        padding-bottom: 2%;
    }


}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .fondo .texto {
        padding-right: 0 !important;
    }
    .estrategiasTexto a {
        padding-left: 30.4% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text {
        padding: 3% 11% !important;
    }
    .transicionSlider .texto2 p {
        padding: 5% 30% 0;
    }
    .transicionSlider .texto2 a {
        padding: 0 30% 0;
    }
    .section_7 .text .animationText{
        padding: 0 0% 0 28% !important;
    }
    .section_22 .text .animationText2 {
        padding: 0 0% 0 10% !important;
    }
    .section_21 .columna1 .textoIzq {
        padding-left: 13%;
    }
    .section_21 .columna2 .textoDer {
        padding-left: 15%;
    }
    /**********************C1**************************************************/
    .fondo .texto p {
        line-height: normal;
    }
    .fondo .texto{
        padding-top: 100px;
        padding-right: 65%;
    }
    .fondo .texto .btn{
        width: 297px;
        height: auto;
        font-size: 40px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    /**********************C3**********************************************************/
    .estrategiasTexto h3{
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto h6{
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 3%;
    }
    .estrategiasTexto p{
        padding-left: 17%;
        padding-right: 17%;
    }
    .estrategiasTexto a{
        padding-left: 17%;
        padding-right: 17%;
    }
    /****************************Section_5******************************************/
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 11vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    /********************************C6**********************************************/
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 530px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-40.18%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -90%;
        }
    }*/
    /*********************************Section_7************************************/
    .section_7 {
        padding: 15vh 0vw 15vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /*******************************Section_22***********************************/
    .section_22 {
        padding: 15vh 6vw 15vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image2.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /*******************************C7*********************************************/
    .fondo7{
        background-size: cover;
        height: 80vh;
    }
    /********************************Section_12***********************************/
    .section_12 {
        padding: 15vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_12 .text h2 {
        margin-bottom: 5vh;
        padding-right: 10vw;
    }
    /******************************section_13**********************************/
    .section_13 {
        padding: 15vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    /*******************************C13******************************************/
    .resizeImg .textoEscondido {
        max-width: 990px;
    }

    .resizeImg .textoEscondido .tituloImg img {
        width: 150px;
        padding-left: 2%;
        padding-bottom: 8px;
    }
    /*******************************C16******************************************/
    .contenido16 .texto1 h5{
        padding: 5% 15% 0% 47%;
    }
    .contenido16 .texto2 h6{
        padding: 5% 45% 0% 0%;
    }
    .contenido16 .texto2 p{
        padding: 0% 45% 0% 0%;
    }
    /*******************************C14*******************************************/
    .unirte360 .titulo h4{
        font-size: 60px;
    }
    .unirte360 .cajas .elemento h6{
        font-size: 26px;
    }
    .unirte360 .cajas .elemento p{
        padding-right: 15%;
    }
    /********************************C15*****************************************/
    .unete .texto p{
        font-size: 42px;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .estrategiasTexto a {
        padding-left: 30.8% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text {
        padding: 3% 11% !important;
    }
    .transicionSlider .texto2 p {
        padding: 5% 30% 0;
    }
    .transicionSlider .texto2 a {
        padding: 0 30% 0;
    }
    .section_7 .text .animationText, .section_22 .text .animationText2 {
        padding: 0 0% 0 28% !important;
    }
    .section_21 .columna1 .textoIzq {
        padding-left: 13%;
    }
    .section_21 .columna2 .textoDer {
        padding-left: 15%;
    }
    .fondo .texto p {
        line-height: normal;
    }
    /**********************C3**********************************************************/
    .estrategiasTexto h3{
        padding-left: 20%;
        padding-right: 20%;
    }
    .estrategiasTexto h6{
        padding-left: 15%;
        padding-right: 15%;
    }
    .estrategiasTexto p{
        padding-left: 15%;
        padding-right: 15%;
    }
    .estrategiasTexto a{
        padding-left: 15%;
        padding-right: 15%;
    }
    /********************************Section_5***************************************/
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .section_5 .text {
        padding: 3vh 3vw 3vh 11vw;
    }

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    /********************************C6**********************************************/
    .transicionSlider .slider .sliderWeb{
        /*width: 100%;*/
        height: 539px;
    }
    .desplzarIzqMiniSlider {
        transform: translateX(-40.18%);
    }
/*    @keyframes deslizar{
        from {
            margin-left: 0%;
        }

        to {
            margin-left: -85%;
        }
    }*/
    /*******************************Section_7**************************************/
    .section_7 {
        padding: 15vh 0vw 15vh 6vw;
    }

    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    /****************************Section_22****************************************/
    .section_22 {
        padding: 15vh 6vw 15vh 0vw;
    }

    .section_22 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_22 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
    }
    /*******************************C7*********************************************/
    .fondo7{
        background-size: cover;
        height: 80vh;
    }
    /*********************************Section_12**********************************/
    .section_12 {
        padding: 10vh 6vw;
    }

    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_12 .text h2 {
        margin-bottom: 5vh;
    }
    /***************************Section_13****************************************/
    .section_13 {
        padding: 10vh 6vw;
    }

    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    
    /*******************************C13******************************************/
    .resizeImg .textoEscondido {
        max-width: 990px;
    }

    .resizeImg .textoEscondido .tituloImg img {
        width: 230px;
        padding-left: 3%;
        padding-bottom: 0;
    }
    /*******************************C16******************************************/
    .contenido16 .texto1 h5{
        padding: 5% 20% 0% 40%;
    }
    .contenido16 .texto2 h6{
        padding: 5% 45% 0% 0%;
    }
    .contenido16 .texto2 p{
        padding: 0% 45% 0% 0%;
    }
}


@media only screen and (max-width: 991px){
    h1, h2, h3, h4, h5, h6, p {
        white-space: normal;
        line-height: normal !important;
    }
    .fondo .texto h1, .fondo .texto p, .info2 .beneficios p {
        white-space: pre-line;
    }
    .section_5 h2, .section_5 h3, .section_5 p, .transicionSlider .texto2 p, .estrategiasTexto h6,
    .transicionSlider .texto h4, .transicionSlider .texto p, .section_7 h2, .section_7 p,  
    .fondo7 .texto h4, .fondo7 .texto h6, .fondo7 .texto p,
    .section_22 h2, .section_22 p, .section_21 h2, .section_21 p, .section_12 h2,
    .section_12 h3, .section_12 p, .section_13 h2, .section_13 h3, .section_13 p, .contenido16 h6, .contenido16 p {
        padding-bottom: 1.5rem !important;
        margin-bottom: 0 !important;
    }
    .section_21 .textoIzq, .section_21 .textoDer{
        display:none;
    }
    .section_21 .textoIzq.resp, .section_21 .textoDer.resp{
        display:block;
    }
    .fondo .texto p{
        margin-bottom: 0;
    }
    .fondo .texto .btn {
        width: auto;
        height: auto;
        padding: .5% 12%;
        margin-top: 1.5rem !important;
    }
    .unete .texto .btn {
        width: auto;
        height: auto;
        padding: .5% 7%;
    }
    .fondo .texto, .transicionSlider .texto, .transicionSlider .texto2 {
        padding: 0 8%;
    }
    .info1 h4{
        text-align: left;
        padding: 0 0 1.5rem !important;
    }
    .info1 p {
        text-align: left;
        padding: 0 !important;
    }
    .info2 h4 {
        padding-top: 0;
        padding-bottom: 8%;
    }
    .info1 {
        padding: 15% 8%;
    }
    .info2 .beneficios img {
        width: 20%;
    }
    .info2 .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info2 .beneficios p {
        padding-top: 1%;
        padding-bottom: 5%;
    }
    .estrategiasTexto .estrategiaImg {
        margin: 8% 0;
    }
    .estrategiasTexto h3{
        padding-bottom: 0;
    }
    .estrategiasTexto h6{
        padding-top: 0;
    }
    .estrategiasTexto h3, .estrategiasTexto h6, .estrategiasTexto p, .estrategiasTexto a {
        padding-left: 8%;
        padding-right: 8%;
        text-align: left;
    }
    .section_5 .laImg_Web, .section_12 .laImg_Web, .section_13 .laImg_Web{
        display: none;
    }
    .section_5 .laImg_Responsive, .section_12 .laImg_Responsive, .section_13 .laImg_Responsive{
        display: block;
    }
    .section_5, .section_12, .section_13 {
        padding-right: 4% !important;
        padding-left: 4% !important;
    }
    .section_5 .text, .section_12 .text, .section_13 .text {
        padding: 10% 5% !important;
    }
    .transicionSlider .texto h4, .transicionSlider .texto p, .transicionSlider .texto2 p,
    .transicionSlider .texto2 a{
        padding: 0;
        text-align: left;
    }
    .transicionSlider .slider{
        margin: 5% 0 8%;
    }
    .section_7 .text, .section_22 .text, .section_22, .contenido16 .texto1, .contenido16 .texto2{
        padding: 0 !important;
    }
    .fondo7 .texto h4, .fondo7 .texto h6, .fondo7 .texto p,
    .fondo7 .texto a, .contenido16 .texto1 h5, .contenido16 .texto2 h6, 
    .contenido16 .texto2 hp, .contenido16 .texto2 a{
        padding: 0 0 1.5rem!important;
        margin-bottom: 0;
    }
    .section_7 {
        padding-bottom: 20% !important;
    }
    .section_7 .text .animationText {
        padding: 15% 8% 8%!important;
    }
    .section_22 .text .animationText2 {
        padding: 8% 8% 20%!important;;
    }
    .section_7 .image {
        text-align: right;
    }
    .section_22 .image2 {
        text-align: left;
    }
    .section_7 .image img, .section_22 .image2 img {
        width: 94%;
    }
    .fondo7 {
        height: 100vh;
    }
    .fondo7 .texto {
        padding: 0 8% 8% !important;
    }
    .section_21 .col-md-6, .contenido16 .col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .columna1, .section_21 .columna2 {
        padding: 20% 8%;
    }
    .section_21 .columna1 .imagenSup {
        left: -5%;
        margin-bottom: 8%;
    }
    .section_21 .columna1 .imagenSup img {
        width: 110%;
    }
    .section_21 .columna2 .imagenDown {
        padding: 8% 0 0;
        text-align: center;
    }
    .section_21 .columna2 .imagenDown {
        left: -5%;
    }
    .section_21 .columna2 .imagenDown img {
        width: 108%;
    }
    .section_12 {
        padding-top: 20%!important;
        padding-bottom: 20%!important;
    }
    .section_13, .contenido16 {
        padding-bottom: 20% !important;
    }
    .contenido16 .imgCompleta img {
        width: 95%;
    }
    .contenido16 .imgCompleta {
        padding-bottom: 8%;
    }
    .contenido16 .texto1, .contenido16 .texto2{
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
}
@media only screen and (max-width: 991px) and (orientation: portrait){
    .fondo .texto p {
       white-space: normal !important;
    }
    .fondo .texto .btn {
        margin-top: 2.5rem !important;
    }
    .info2 .beneficios img {
        height: auto;
    }
    .section_5 .text h2, .section_5 .text a {
        text-align: left;
        width: 100%;
    }
    .section_7 .image {
        right: -7%;
    }
    .section_21 h2, .section_21 p, .section_21 a, .contenido16 .texto2 p {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .section_21 .columna1 .textoIzq h2, .section_21 .columna1 .textoIzq .paragraph,.section_21 .columna1 .textoIzq p {
        color: #FFF;
    }
}