@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');
}
:root {
    --primary-grey: #666666;
    --primary-background: #2B2F35;
    --secondary-grayish-orange: #ECDEC4;
    --black: #000000;
    --white: #FFFFFF;
    

}
main {
    padding-top: 60px;
    background-color: #2B2F35;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.laImg_Responsive {
    display: none;
}

.section_1 .information360 .title h1, .section_1 .information360 .paragraph p,
.section_2 .title h2, .section_2 .paragraph p, .section_19 .textContent h2, .section_4 .information p,
.section_5 .text h2, .section_5 .text h3, .section_5 .text p,
.section_20 .title h2, .section_20 .title h3, .section_20 .text p,
.section_7 .text h2, .section_7 .text h3, .section_7 .text p,
.section_22 .text h2, .section_22 .text p, .section_18 h2, .section_18 h3, .section_18 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,
.section_14 h2, .section_14 h3, .section_14 .text p, .section_15 .text p {
    padding-right: 0;
    white-space: pre-line;
}
.section_5 .text h2, .section_5 .text h3, .section_5 .text p,
.section_20 .text p, .section_7 .text h2, .section_7 .text h3, .section_7 .text p,
.section_22 .text h2,.section_22 .text p, .section_18 h2, .section_18 h3, .section_18 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,
.section_14 h3, .section_14 .text p{
    padding-bottom: 1.8rem !important;
    margin-bottom: 0 !important;
}
.section_20 .title h2, .section_20 .title h3, .section_14 h2{
    padding-bottom: 4rem !important;
}
/*****************/

.container-fluid {
    background-color: #000;
}

.section_1 {
    padding: 0;
}
.section_1 .col-lg-6 {
    max-width: 65%;
}
.section_1 .information360 .button {
    padding-top: 0.5rem;
}
.section_1 .row {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.section_1 .image {
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

.section_1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.imageSection1 {
    transform: scale(1) !important;
    transition: all 0.5s ease !important;
}

.section_1 .information360 {
    position: absolute;
    padding: 5vh 5vw;
}

.section_1 .information360 .logo,
.section_1 .information360 .title,
.section_1 .information360 .paragraph,
.section_1 .information360 .button {
    margin-bottom: 3vh;
}

.section_1 .information360 .title h1 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
    line-height: 66px;
    margin: 0;
}

.section_1 .information360 .paragraph p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    line-height: 29px;
    margin: 0;
}

.section_1 .information360 .button {
    margin-bottom: 10vh;
}

.section_1 .information360 .button a {
    display: inline-block;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 35px;
    color: #FFFFFF;
    text-align: left;
    background-color: #9f2240;
    padding: 7px 90px;
    border-radius: 40px;
    text-decoration: none;
}

.section_2 {
   background-color: var(--primary-background);
   color:#FFFFFF;
}

.section_2 .row {
    padding: 5vh 5vw;
}

.section_2 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    /*color: #000000;*/
    text-align: left;
    line-height: 61px;
    margin: 0;
}

.section_2 .benefits .title h2 {
    text-align: center;
}

.section_2 .paragraph p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    /*color: #5C5C5C;*/
    text-align: left;
    line-height: 29px;
    margin: 0;
}

.section_2 .icons {
    display: flex;
    flex-wrap: wrap;
}
.section_2 .icons .image img{
    width: 35%;
}
.section_2 .icons h4 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    /*color: #5C5C5C;*/
    text-align: center;
}

.section_2 .icons p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    /*color: #5C5C5C;*/
    text-align: center;
    line-height: 24px;
}

.section_2 .icons .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.section_19{
    background-color: var(--primary-background);
}

.section_19 .textContent{
    text-align: center;
}

.section_19 .textContent h2{
    color: var(--secondary-grayish-orange);
    font-family: 'Helvetica-Neue-Bold';
    font-size: 80px;
    padding: 2% 0% 4.5rem;
}

.section_3 {
    background-color: var(--primary-background);
    height: 100vh;
    padding: 0 10vw; 
    transition: all 1s ease;
    position: relative;
    display: flex;
    justify-content: center;
}

.section_3 .row {
    padding: 0;
    height: 100%;
    width: 100%;
}

.animacionSection3 {
    /*padding: 0 5vw !important;*/
    padding: 0 0 !important;
}

.section_3 .content {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.section_3 .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_3 .text {
    position: absolute;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    padding: 10vh 5vw 2vh 5vw;
}

.section_3 .text p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 68px;
    color: #000000;
    text-align: center;
    line-height: 83px;
}

.section_4 {
    background-color: var(--primary-background);
}

.section_4 .row {
    padding: 5vh 5vw;
}

.section_4 .information {
    padding: 0 5vw;
}

.section_4 .information .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    color: var(--white);
    text-align: center;
    line-height: 37px;
    margin-bottom: 3vh;
}

.section_4 .information p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    color: var(--white);
    text-align: left;
    line-height: 29px;
}

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

.section_5 {
    background-color: var(--primary-background);
    padding: 0 6%;
}

.section_5 .text {
    background-color: var(--primary-grey);
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3vh 3vw;
}

.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;
}
.section_7_contenedor_img_1 {
    position: relative;
}
.fondo_oscuro {
        width: 88.5%;
        height: 94%;
        top: 3%;
        left: 5.9%;
        background-color: rgba(0,0,0,0);
        position: absolute;
        transition: all ease .5s;
        
}
.section_7_contenedor_img_1:hover .fondo_oscuro {
    background-color: rgba(0,0,0,0.7);
}
.section_7_contenedor_img_2 {
    position: relative;
}
.section_7_contenedor_img_2:hover .fondo_oscuro_2 {
    background-color: rgba(0,0,0,.7);
}
.fondo_oscuro_2 {
    position: absolute;
    top: 5%;
    left: 10%;
    background-color: rgba(0,0,0,0);
    width: 80%;
    height: 65%;
    transition: all ease .5s;
}


.section_20 {
    background-color: var(--primary-background);
}

.section_20 .row {
    padding: 5vh 5vw;
}

.section_20 .title {
    padding: 2% 0;
}

.section_20 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 80px;
    color: var(--secondary-grayish-orange);
    text-align: center;
    line-height: 85px;
    padding: 1vw 4vw;
}

.section_20 .title h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}

.section_20 .text{
    padding-top: 5%;
    padding-bottom: 3%;
    padding-left: 6vw;
    padding-right: 6vw;
    
}
.section_20 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    line-height: 24px;
    padding: 0 16% 0;
}

.section_20 .text a {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    color: #09A6E0;
    text-align: left;
    line-height: 22px;
    text-decoration: none;
    padding: 0 16% 0;
}
.section_20 .div-landscape {
    left: 3%;
}
/*animación*/
.section_20 .divMiniSlider{
    display: flex;
    justify-content: center;
}
.section_20 .divMiniSlider .computadora{
    width: 1424px;
    height: 711px;
    position: relative;
    overflow: hidden;
}
.section_20 .divMiniSlider .computadora .imgCompuEstatica{
    z-index: 4;
    position: absolute;
    height: 100%;
    width: 100%;
}
.section_20 .divMiniSlider .computadora .imgMiniSlider{
       position: absolute;
        left: 60px;
        height: 91%;
        transition: transform 2s ease;
        z-index: 1;
        width: 147.7%;
        top: 8%;
   }
.desplzarIzqMiniSlider{
    transform: translateX(-49.9%);
}

/*Estilos para el slider*/
.div-landscape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.imgCompu {
    max-width: 100%;
}
.container-landscape-slider {
    position: absolute;
    top: 8.1%;
    z-index: -1;
    left: 24%;
    transition: transform 2s ease;
}
.landscape-slider {
    max-width: 197%;  
}
.moveLeftSlider {
    transform: translateX(-98%);
}
/*Fin de estilos para el slider*/

/*fin animación*/

.section_7 {
    background-color: var(--primary-background);
}

.section_7 .row {
    padding: 5vh 5vw;
}

.section_7 .text {
    position: relative;
}

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

.section_7 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: var(--secondary-grayish-orange);
    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 .image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_7 .image img {
    width: 100%;
    position: absolute;
}
.section_7 .image .img_1 {
    z-index: 1;
}
.section_7 .image .img_2 {
    z-index: 2;
    opacity: 0;
    transition: opacity 1s linear;
}
.section_7 .row {
    padding: 16% 6% 12%;
}
.section_22 .row {
    padding: 20% 6%;
}
.section_22 {
    background-color: var(--primary-background);
}

.section_22 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -5%;
}

.section_22 .text .animationText2 {
    padding: 0 5vw;
    width: 100%;
    transition: all 1s ease;
}
.section_22 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: var(--secondary-grayish-orange);
    text-align: right;
    line-height: 61px;
}

.section_22 .text .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    color: var(--white);
    text-align: right;
    line-height: 27px;
}

.section_22 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: var(--white);
    text-align: right;
    line-height: 24px;
}

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

.section_22 .image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_22 .image img {
    width: 108%;
    position: absolute;
    left: 5%;
}
.section_22 .image .img1 {
    z-index: 1;
}
.section_22 .image .img2 {
    z-index: 2;
    opacity: 0;
    transition: opacity 1s linear;
}

.section_18{
    background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsWeb/7.png');
    height: auto;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_18 .row .contenidoTexto{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding-bottom: 7%;
}
.section_18 .row .contenidoTexto h2{
    color: var(--white);
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    padding-left: 7.5%;
}
.section_18 .row .contenidoTexto h3{
    color: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    padding-left: 7.5%;
}
.section_18 .row .contenidoTexto p{
    color: #fff;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding-left: 7.5%;
}
.section_18 .row .contenidoTexto a{
    padding-left: 7.5%;
}

.section_21{
    height: auto;
    min-height: 100vh;
}

.section_21 .row .columna1{
    background-color: #666666;
    padding: 0 5%;
}
.section_21 .row .columna1 .imagenSup{
    padding: 10% 0 0;
    text-align: center;
}
.section_21 .row .columna1 .imagenSup img{
    width: 90%;
}
.section_21 .row .columna1 .textoIzq {
    padding: 10% 0 15% 6%;
}
.section_21 .row .columna1 .textoIzq h2{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
}
.section_21 .row .columna1 .textoIzq .paragraph{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
}
.section_21 .row .columna1 .textoIzq p{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
}
.section_21 .row .columna1 .textoIzq a{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
}
.section_21 .row .columna2{
    background-color: var(--secondary-grayish-orange);
    padding: 0 5%;
}
.section_21 .row .columna2 .textoDer{
     padding: 20% 0 18% 0;
}
.section_21 .row .columna2 .textoDer h2{
    color: var(--primary-grey);
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
}
.section_21 .row .columna2 .textoDer .paragraph{
    color: var(--primary-grey);
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
}
.section_21 .row .columna2 .textoDer p{
    color: var(--primary-grey);
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
}
.section_21 .row .columna2 .textoDer a{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
}
.section_21 .row .columna2 .imagenDown{
    padding: 10% 0;
    text-align: center;
}
.section_21 .row .columna2 .imagenDown img{
    width: 100%;
}

.section_12 {
    background-color: var(--primary-background);
}

.section_12 .row {
    padding: 5vh 5vw;
}

.section_12 .text {
    padding: 0 5vw;
    background-color: var(--secondary-grayish-orange);
    border-radius: 30px 0 0 30px;
}

.section_12 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: var(--primary-grey);
    text-align: left;
    line-height: 61px;
}

.section_12 .text h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: var(--primary-grey);
    text-align: left;
    line-height: 29px;
}

.section_12 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: var(--primary-grey);
    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 {
    background-color: var(--primary-background);
}

.section_13 .row {
    padding: 5vh 5vw;
}

.section_13 .text {
    padding: 0 5vw;
    background-color: var(--primary-grey);
    border-radius: 30px 0 0 30px;
}

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

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

.section_13 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: var(--white);
    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;
}

.section_14 {
    background-color: var(--primary-background);
}

.section_14 .row {
    padding: 5vh 5vw;
}

.section_14 .title {
    padding: 0;
}

.section_14 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 80px;
    color: var(--secondary-grayish-orange);
    text-align: left;
    line-height: 97px;
    padding: 0 16vw;
    text-align: center;
}

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

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

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

.section_14 .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.section_14 .image img {
    height: 100%;
    transition: transform 4s ease;
}

.section_14 .image .carousell {
    width: 1218px;
    height: 780px;
    overflow: hidden;
    margin: 3vh 0;
}

.carousellAnimated {
    transform: translateX(-75%);
}
/*animación*/
.section_14 .divMiniSlider2{
    display: flex;
    justify-content: center;
}
.section_14 .divMiniSlider2 .computadora2{
    width: 1004px;
    height: 673px;
    position: relative;
    overflow: hidden;
}
.section_14 .divMiniSlider2 .computadora2 .imgCompuEstatica2{
    width: 100%;
    position: absolute;
    z-index: 4;
    height: 100%;
}
.section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    transition: transform 2s ease;
}
.desplzarIzqMiniSlider2{
    transform: translateX(-66.5%);
}
/*fin animación*/
.mapa2 {
    opacity: 0;
    transition: all ease 2.5s;
    
}
.aclarar {
    opacity: 1;
}

.section_15 {
    background-color: var(--primary-background);
}

.image15Animated {
    padding: 5vh 5vw;
    opacity: 0.5;
}

.section_15 > .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section_15 .image {
    padding: 0;
    overflow: hidden;
}

.section_15 .image img {
    width: 100%;
    height: auto;
    transition: all 2s ease;
}

.section_15 .text {
    position: absolute;
    padding: 0 4vw;
    left: 6%;
    transition: all 2s ease;
    opacity: 0;
}

.text15Animated {
    opacity: 1 !important;
}

.section_15 .text .logo {
    display: flex;
    align-items: flex-end;
}

.section_15 .text .logo span {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
    line-height: 66px;
}

.section_15 .text .logo img {
    margin-left: 30px;
}

.section_15 .text p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    line-height: 42px;
}

.section_15 .text a {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 20px;
    color: #09A6E0;
    text-align: left;
    line-height: 25px;
}

.section_15 .text .logo,
.section_15 .text p {
    margin-bottom: 3vh;
}

.section_16 {
    background-color: var(--primary-background);
}

.section_16 .main-title {
    padding: 7vh 5vw 2vh 5vw;
}

.section_16 .information {
    padding: 2vh 5vw 7vh 5vw;
}

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

.section_16 .information .ac-gf-content h3 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #B1B1B1;
    text-align: left;
    line-height: 29px;
}

.section_16 .information .ac-gf-content p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #969393;
    text-align: left;
    line-height: 24px;
    margin-bottom: 6vh;
}

.section_17 {
    background-color: #222222;
}

.section_17 .row {
    padding: 5vh 0;
}

.section_17 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 40px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    margin-bottom: 3vh;
}

.section_17 .button {
    text-align: center;
}

.section_17 .button a {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 34px;
    color: #FFFFFF;
    background-color: #9f2240;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 18px;
    text-decoration: none;
}
/***************************************************************/
.section_1 .information360 {
        padding: 5vh 0 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }

    .section_1 .information360 .title h1 {
        padding-right: 4vw;
    }

    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }

    .section_2 .administration {
        padding: 10vh 0;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph p {
        text-align: center;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_4 .row {
        padding: 5% 8%;
    }

    .section_4 .information {
        padding: 0 16vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }

    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

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

    .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_6 .row {
        padding: 15vh 6vw;
    }

    .section_6 .text {
        padding: 0 16vw;
    }

    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }

    .section_6 .image img {
        width: 85%;
    }

    .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;
    }
    .section_22 .text .animationText2 {
        padding: 0;
    }

    .section_9 .row {
        padding: 15vh 5vw;
    }

    .section_9 .text {
        padding: 0 14vw 0 0;
    }

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

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

    .section_10 .row {
        padding: 5vh 5vw;
    }

    .section_10 .text {
        padding: 0 7vw;
    }

    .section_10 .text h2 {
        padding-right: 7vw;
    }

    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }

    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }

    .section_11 .text h2 {
        padding-right: 7vw;
    }

    .section_12 .row {
        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 0 0 5vw;
    }

    .section_12 .text h2 {
        margin-bottom: 5vh;
        padding-right: 10vw;
    }

    .section_13 .row {
        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 0 0 5vw;
    }

    .section_13 .text h2 {
        margin-bottom: 5vh;
    }

    .section_14 .row {
        padding: 15vh 5vw;
    }

    .section_14 .text {
        padding: 0 24vw;
    }

    .section_14 .title h2 {
        padding: 0 24vw;
    }

    .section_14 .image .carousell {
        margin: 5vh 0;
    }

    .section_14 .text h3 {
        margin-top: 10%;
    }

    .image15Animated {
        padding: 7vh 7vw;
    }

    .section_15 .text {
        padding: 0 19vw 0 4vw;
    }

    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }

    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        padding: 15px 100px;
    }
    .div-landscape {
        width: 80%;
        margin: 0 auto;
    }
/*****************************************************************************/    
    

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_18 .row .contenidoTexto {
        padding: 25% 0 0% !important;
    }
    .section_22 {
        margin-top: -25%;
    }
    .section_7 .image.col-lg-6 {
        height: 390px !important;
    }
    /***********************************************/
    .section_2 .administration {
        padding: 10vh 8% !important;
    }
    .section_2 .icons .image img {
        width: 35% !important;
    }
    .section_19 .textContent h2 {
        white-space: normal !important;
        padding-right: 10%;
    }
    .section_3 .content img {
        height: 80%;
    }
    .section_19 .textContent h2 {
        padding-bottom: 10% !important;
    }
    .section_4 .row {
        padding: 0 9% !important;
        margin-top: -5% !important;
    }
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    .section_7 .text.col-lg-6, .section_22 .image.col-lg-6 {
        height: 300px !important;
    }
    .section_7 .row {
        padding-bottom: 0% !important;
    }
    .section_21 .row .columna1 .imagenSup img {
        width: 100% !important;
    }
    .section_15 .text p, .section_12 .text h2 {
        padding-right: 0 !important;
    }
    .section_14 .divMiniSlider2 .computadora2 {
        height: 226px !important;
    }
    .section_14 .text h3 {
        margin-top: 2.5rem !important;
    }
    .section_15 .text p, .section_1 .information360 .title h1 {
        white-space: normal !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 5vw;
    }

    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_19 .textContent h2{
        font-size: 30px;
        line-height: 36px;
        /*padding: 2% 10%;*/
        padding: 2% 0%;
        text-align: left;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 85%;
        padding: 9vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 30px;
        line-height: 36px;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 0%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 350px;
        height: 150px;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
    }

    .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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 26px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }

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

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

    .section_14 .image {
        padding: 0;
    }

    .section_14 .divMiniSlider2 .computadora2{
        width: 350px;
        height: 150px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 14px;
    }

    .section_15 .text .logo img {
        margin-left: 10px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
    .span-hechos {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 23px;
        line-height: normal;
    }
    .img-hechos {
        width: 32%;
    }
    
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section_2 .administration {
        padding: 10vh 8% !important;
    }
    .section_2 .icons .image img {
        width: 35% !important;
    }
    .section_19 .textContent h2 {
        white-space: normal !important;
        padding-right: 10%;
    }
    .section_3 .content img {
        height: 80%;
    }
    .section_19 .textContent h2 {
        padding-bottom: 10% !important;
    }
    .section_4 .row {
        padding: 0 9% !important;
        margin-top: -5% !important;
    }
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    .section_7 .text.col-lg-6, .section_22 .image.col-lg-6 {
        height: 300px !important;
    }
    .section_7 .row {
        padding-bottom: 0% !important;
    }
    .section_21 .row .columna1 .imagenSup img {
        width: 100% !important;
    }
    .section_15 .text p, .section_12 .text h2 {
        padding-right: 0 !important;
    }
    .section_14 .divMiniSlider2 .computadora2 {
        height: 226px !important;
    }
    .section_14 .text h3 {
        margin-top: 2.5rem !important;
    }
    .section_15 .text p {
        white-space: normal !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 5vw;
    }

    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_19 .textContent h2{
        font-size: 34px;
        line-height: 41px;
        padding: 2% 6%;
        text-align: left;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }

    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .animacionSection3 {
        /*padding: 0 7vw !important;*/
        padding: 0 0 !important;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information {
        padding: 0 3vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 40px;
        line-height: 49px;
        text-align: left;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 23px;
        padding: 0 5%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 400px;
        height: 200px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 14px;
        line-height: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
    }

    .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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 36px;
        line-height: 44px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 18px;
        line-height: 23px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 14px;
        line-height: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 30px;
        line-height: 37px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        line-height: 23px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 14px;
        line-height: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 30px;
        line-height: 37px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
        line-height: 23px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 14px;
        line-height: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }

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

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

    .section_14 .image {
        padding: 0;
    }

    .section_14 .divMiniSlider2 .computadora2{
        width: 280px;
        height: 180px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text {
        padding: 0 19vw 0 4vw;
    }

    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 14px;
    }

    .section_15 .text .logo img {
        margin-left: 10px;
    }

    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }

    .section_16 .information {
        /*padding: 2vh 8vw 7vh 8vw;*/
        padding: 2vh 8vw 15vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
    .span-hechos {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 13px;
        line-height: normal;
    }
    .section_15 .text .logo .img-hechos {
        width: 17%;
        margin-left: 0;
        position: absolute;
        left: 53%;
        bottom: 76%;
    }
    
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section_2 .icons p {
        padding-bottom: 10%;
    }
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    .section_7 .text.col-lg-6 {
        height: 330px !important;
    }
    .section_15 .text p{
        padding-right: 0 !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_19 .textContent h2{
        font-size: 30px;
        line-height: 36px;
        padding: 2% 20%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }

    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .animacionSection3 {
        /*padding: 0 7vw !important;*/
        padding: 0 0 !important; 
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 30px;
        line-height: 36px;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 400px;
        height: 200px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 10vh 5vw;
    }

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

    .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 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 26px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }

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

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

    .section_14 .image {
        padding: 0;
    }

    .section_14 .divMiniSlider2 .computadora2{
        width: 280px;
        height: 180px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 14px;
    }

    .section_15 .text .logo img {
        margin-left: 10px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    .section_7 .text.col-lg-6 {
        height: 330px !important;
    }
    .section_15 .text p{
        padding-right: 0 !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_19 .textContent h2{
        font-size: 30px;
        line-height: 36px;
        padding: 2% 20%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }

    .section_3 .image .laImg_Responsive {
        display: none;
    }

    .section_3 .image .laImg_Web {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 33px;
        line-height: 36px;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 500px;
        height: 300px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 26px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 25%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .row {
        padding: 10vh 5vw;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 33px;
        line-height: 36px;
        padding: 0 10vw 2vw 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 400px;
        height: 250px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text {
        width: 90%;
        left: 4%;
    }

    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 35%;
    }

    .section_15 .text a {
        font-size: 15px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 10vh 0;
    }

    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    .section_7 .text.col-lg-6 {
        height: 330px !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 5vw;
    }

    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_19 .textContent h2{
        font-size: 33px;
        line-height: 36px;
        padding: 2% 30%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }

    .section_3 .image .laImg_Responsive {
        display: none;
    }

    .section_3 .image .laImg_Web {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 34px;
        line-height: 40px;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 500px;
        height: 300px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 34px;
        padding-right: 60%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 5vw;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 450px;
        height: 300px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .section_15 .text {
        padding: 0 13vw;
        left: 0%;
    }

    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 30%;
    }

    .section_15 .text a {
        font-size: 15px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 10vh 0;
    }

    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 12% !important;
    }
    .section_12 .row {
        padding-bottom: 8% !important;
    }
    .section_13 .row {
        padding-top: 18% !important; 
        padding-bottom: 13% !important;
    }
    /**********************************************/
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .image img {
        height: 100%;
        object-position: top;
        transform: scale(1);
    }

    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
        padding-right: 18vw;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .administration {
        padding: 7vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 5vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 40px;
        line-height: 46px;
        padding: 2% 30%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 8vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 40px;
        line-height: 46px;
    }

    .section_20 .title h3{
        font-size: 20px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 550px;
        height: 350px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
        background-position: bottom;
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 34px;
        padding-right: 60%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 15vh 5vw;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw 2vw 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

   .section_14 .divMiniSlider2 .computadora2{
        width: 500px;
        height: 350px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .section_15 .text .logo span {
        font-size: 42px;
        line-height: 24px;
    }

    .section_15 .text .logo .laImg_Web {
        display: none;
    }

    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }

    .section_15 .text p {
        font-size: 28px;
        line-height: 29px;
    }

    .section_15 .text a {
        font-size: 19px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_17 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_1 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
    .section_15 .text .logo span {
        font-size: 31px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .section_15 .text .logo .img-hechos {
        width: 23%;
        margin-left: 0;
        position: absolute;
        left: 63%;
        bottom: 79%; 
    }
}
/***********************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;
    }

    .section_1 .imag .laImg_Responsive {
        height: auto;
    }

    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .administration {
        padding: 7vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: left;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 48px;
        line-height: 52px;
        padding: 2% 25%;
    }

    .section_3 {
        height: auto;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 52px;
        line-height: 58px;
    }

    .section_20 .title h3{
        font-size: 20px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 700px;
        height: 400px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png');
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 42px;
        padding-right: 60%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 40%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 16px;
        padding: 0 5% 0 5%;
    }        

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 15vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 46px;
        line-height: 54px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 600px;
        height: 400px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }

    .section_15 .text .logo .laImg_Web {
        display: none;
    }

    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }

    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }

    .section_15 .text a {
        font-size: 16px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 13vh 0;
    }

    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_2 .icons .image img {
        width: 55%;
    }
    .section_4 .information {
        padding: 0px 4vw !important;
    }
    .section_4 .information .paragraph {
        margin-bottom: 2rem !important;
    }
    .section_7 .row {
        padding: 10% 5% 12% 4% !important;
    }
    .section_22 .row {
        padding: 5% 4% 18% 5% !important;
    }
    .section_20 .text p{
        white-space: normal !important;
    }
    .section_14 .text {
        padding: 0 9vw !important;
    }
    /*******************************************************/
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .image .laImg_Web {
        display: none;
    }

    .section_1 .image .laImg_Responsive {
        display: block;
        height: 100%;
        transform: scale(1);
        object-position: top;
    }

    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .row {
        padding: 5vh 5vw 10vh 5vw;
    }

    .section_2 .administration {
        padding: 7vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 2vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 56px;        
        padding: 2% 25%;
    }

    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }

    .section_3 .content .laImg_Web {
        display: none;
    }
    .section_3 {
        height: 65vh;
    }
    .section_3 .content .laImg_Responsive {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 14vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 23px;
        line-height: 30px;
    }

    .section_4 .information p {
        font-size: 18px;
        line-height: 25px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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 .image img {
        object-fit: cover;
        object-position: 81%;
    }

    .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;
    }
    .section_18 {
        background-image: url(https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png);
        background-position: bottom;
    }
    .section_20 .title h2{
        font-size: 60px;
        line-height: 68px;
    }

    .section_20 .title h3{        
        padding: 0 15%;
    }
    .title section_14_title {
        text-align: center;
    }
    .section_20 .divMiniSlider .computadora{
        width: 800px;
        height: 450px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{        
        padding: 0 15%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 15%;
    }

    .section_7 .row {
        padding: 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 .row {
        padding: 10vh 2vw;
    }

    .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;
    }

    .section_12 .row {
        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;
    }

    .section_14 .row {
        padding: 15vh 5vw;
    }

    .section_14 .text {
        padding: 0 13vw;
    }

    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 13vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 700px;
        height: 430px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }

    .section_15 .text .logo .img-hechos {
        width: 23%;
        margin-left: 0;
        position: absolute;
        left: 64%;
        bottom: 81%;
    }

    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 15%;
    }

    .section_15 .text a {
        font-size: 16px;
    }

    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }

    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 15px 50px;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_4 .information {
        padding: 0px 8vw !important;
    }
    .section_4 .information .paragraph {
        margin-bottom: 2rem !important;
    }
    .section_20 .text p{
        white-space: normal !important;
    }
    .section_14 .text {
        padding: 0 14vw !important;
    }
    /*******************************************************/
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .image .laImg_Web {
        display: none;
    }

    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }

    .section_1 .information360 .logo img {
        width: 238px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 30px;
    }

    .section_2 .administration {
        padding: 10vh 12vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 3vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 60px;
    }

    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }

    .section_3 .content .laImg_Web {
        display: none;
    }

    .section_3 .content .laImg_Responsive {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 14vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }

    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }

    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 64px;
        line-height: 70px;
    }

    .section_20 .title h3{        
        padding: 0 15%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 900px;
        height: 500px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{        
        padding: 0 15%;
    }
    
    .section_20 .text a{        
        padding-left: 15%;
    }

    .section_7 .row {
        padding: 5vh 6vw 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 .row {
        padding: 5vh 6vw 10vh 6vw;
    }

    .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;
    }
    
    .section_18 .row .contenidoTexto h3{
        padding-right: 50%;
    }
    
    .section_18 .row .contenidoTexto p{
        padding-right: 50%;
    }
    
    .section21{
        min-height: unset;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 20vw;
    }

    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 15vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 800px;
        height: 450px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }

    .section_15 .text .logo img {
        width: 200px;
        height: auto;
    }

    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 20%;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .section_15 .image .laImg_Web {
        display: none;
    }

    .section_15 .image .laImg_Responsive {
        display: block;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title h2 {
        font-size: 39px;
        line-height: 43px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_4 .information {
        padding: 0px 9vw !important;
    }
    .section_4 .information .paragraph {
        margin-bottom: 2rem !important;
    }
    /*******************************************************/
    .section_1 .image .laImg_Web {
        display: none;
    }

    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }

    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 36px;
    }

    .section_2 .administration {
        padding: 10vh 16vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        padding: 2% 20%;
    }

    .section_3 .text {
        width: 70%;
        padding: 9vh 1vw 3vh 2vw;
    }

    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    .section_3 {
        height: 75vh;
    }
    .section_3 .content .laImg_Web {
        display: none;
    }

    .section_3 .content .laImg_Responsive {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 14vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }

    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }

    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }

    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 80%;
    }
    .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;
    }
    
    .section_20 .title h3{
        padding: 0 20%;
    }

    .section_20 .divMiniSlider .computadora{
        width: 1000px;
        height: 600px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }

    .section_7 .row {
        padding: 5vh 6vw 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 .row {
        padding: 5vh 6vw 10vh 6vw;
    }

    .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;
    }
    .section_18 {
        background-image: url(https://assets.claro360.com/Gobierno/ecologiaySustentabilidadMunicipal/assetsResponsive/7_responsive.png);
        background-position: bottom;
    }
    .section_18 .row .contenidoTexto h3{
        padding-right: 50%;
    }
    
    .section_18 .row .contenidoTexto p{
        padding-right: 50%;
    }
    
    .section_21{
        min-height: unset;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 15vw;
    }

    .section_14 .title h2 {
        padding: 0px 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 800px;
        height: 450px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 40px;
    }

    .section_15 .text .logo img {
        width: 220px;
        height: auto;
    }

    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 25%;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .section_15 .image .laImg_Web {
        display: none;
    }

    .section_15 .image .laImg_Responsive {
        display: block;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 30px;
        padding: 15px 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 3000px) and (orientation: portrait){
    .section_2 .paragraph p, .section_5 .text h3, .section_5 .text p, .section_7 .text h3, .section_7 .text p,
    .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{
        padding-right: 0;
        white-space: normal;
    }
    .section_1 .col-lg-6 {
        max-width: 100%;
    }
    .section_2 .paragraph, .section_20 .title h3, .section_20 .title h2, .section_20 .text p, .section_20 .text a  {
        padding: 0;
    }
    .section_2 .administration {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .section_5 .text {
        padding: 3vh 4vw 3vh 3vw;
    }
    .section_19 .textContent h2 {
        padding: 0% 0% 5%;
    }
    .section_4 .row {
        padding: 5% 8%;
    }
    .section_20 .text {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .section_7 .text .animationText {
        padding: 0 2vw 0 0;
    }
    .section_22 .text .animationText2 {
        padding: 0 0vw 0 2vw;
    }
    .section_22 .text {
        margin-top: 0;
    }
    .section_22 .image img {
        width: 100%;
        left: 0;
    }
    .section_18 .row .contenidoTexto h3, .section_18 .row .contenidoTexto p {
        padding-right: 0%;
    }
    .section_14 .row {
        padding: 10% 5vw 15%;
    }
    .section_14 .text h3 {
        margin-top: 10%;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section_1 .image {
        height: 150vh;
    }
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .image .laImg_Responsive {
        display: none;
    }

    .section_1 .image .laImg_Web {
        display: block;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_19 .textContent h2{
        font-size: 30px;
        line-height: 36px;
        padding: 2% 17%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 85%;
        padding: 9vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }

    .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;
    }
    
    .section_20 .title h2{
        font-size: 30px;
        line-height: 36px;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 0%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 350px;
        height: 150px;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 0% 0 0%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 0%;
    }

    .section_7 .row {
        padding: 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_7 .row {
        padding: 10vh 5vw;
    }

    .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;
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 30px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 18px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

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

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }

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

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

    .section_14 .image {
        padding: 0;
    }

    .section_14 .divMiniSlider2 .computadora2{
        width: 350px;
        height: 150px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 14px;
    }

    .section_15 .text .logo img {
        margin-left: 10px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_17 .row {
        padding: 10vh 0;
    }

    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section_1 .image {
        height: 150vh;
    }
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .image .laImg_Responsive {
        display: none;
    }

    .section_1 .image .laImg_Web {
        display: block;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_19 .textContent h2{
        font-size: 30px;
        line-height: 36px;
        padding: 2% 25%;
    }

    .section_3 {
        height: 50vh;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }

    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .animacionSection3 {
        padding: 0 7vw !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 30px;
        line-height: 36px;
    }
    
    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 5%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 400px;
        height: 200px;
    }
    
    .section_20 .text p{
        font-size: 16px;
        padding: 0 10% 0 10%;
    }
    
    .section_20 .text a{
        font-size: 14px;
        padding-left: 10%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

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

    .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;
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 30px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 18px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 30px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 30px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 14px;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 10vh 0;
    }

    .section_14 .text {
        padding: 0 5vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }

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

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

    .section_14 .image {
        padding: 0;
    }

    .section_14 .divMiniSlider2 .computadora2{
        width: 400px;
        height: 200px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 30%;
    }

    .section_15 .text a {
        font-size: 14px;
    }

    .section_15 .text .logo img {
        margin-left: 10px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }

    .section_17 .row {
        padding: 10vh 0;
    }

    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section_1 .image {
        height: 130vh;
    }
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .image .laImg_Responsive {
        display: none;
    }

    .section_1 .image .laImg_Web {
        display: block;
    }

    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_19 .textContent h2{
        font-size: 33px;
        line-height: 40px;        
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }

    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }

    .section_3 .image .laImg_Responsive {
        display: none;
    }

    .section_3 .image .laImg_Web {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }

    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 36px;
        line-height: 40px;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 0 15%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 600px;
        height: 300px;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 10% 0 10%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 10%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_7 .image {
        margin-top: 3vh;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 36px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 19px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 5vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 600px;
        height: 350px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text {
        padding: 0 13vw;
    }

    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 15px;
    }

    .section_15 .image .laImg_Responsive {
        display: none;
    }

    .section_15 .image .laImg_Web {
        display: block;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 13vh 0;
    }

    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section_1 .image {
        height: 130vh;
    }
    .section_15 .text p{
        font-size: 20px;
    }
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .information360 {
        padding: 5vh 10vw;
    }

    .section_1 .image .laImg_Responsive {
        display: none;
    }

    .section_1 .image .laImg_Web {
        display: block;
    }

    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_19 .textContent h2{
        font-size: 36px;
        line-height: 40px;        
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }

    .section_3 .image .laImg_Responsive {
        display: none;
    }

    .section_3 .image .laImg_Web {
        display: block;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }
    
    .section_20 .title h2{
        font-size: 36px;
        line-height: 40px;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 0 15%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 600px;
        height: 300px;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 10% 0 10%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 10%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 36px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 19px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 5% 0;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 600px;
        height: 350px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 5vw;
    }

    .section_15 .text {
        padding: 0 13vw;
    }

    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }

    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }

    .section_15 .text a {
        font-size: 15px;
    }

    .section_15 .image .laImg_Responsive {
        display: none;
    }

    .section_15 .image .laImg_Web {
        display: block;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 13vh 0;
    }

    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .image {
        height: 130vh;
    }
    .section_15 .text p{
        font-size: 20px;
    }
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 36px;
        line-height: 40px;        
    }

    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }
    
    .section_20 .title h2{
        font-size: 36px;
        line-height: 40px;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 0 15%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 600px;
        height: 300px;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 10% 0 10%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 10%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }
    
    .section_18 .row .contenidoTexto{
        height: 100%;
        padding: 5% 0;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 36px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 19px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 15px;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 600px;
        height: 350px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }

    .section_15 .text .logo .laImg_Web {
        display: none;
    }

    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 8vh 0;
    }

    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){

    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_19 .textContent h2{
        font-size: 36px;
        line-height: 40px;
        padding: 2% 32%;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 36px;
        line-height: 40px;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 0 15%;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 700px;
        height: 350px;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 10% 0 10%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 10%;
    }

    .section_7 .row {
        padding: 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;
        padding-bottom: 10%;
    }

    .section_22 .row {
        padding: 10vh 5vw;
    }

    .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;
        padding-top: 15%;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 36px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 19px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 45%;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 19px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 16px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 15px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 19px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 15px;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title {
        padding: 0;
    }

    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 7vw;
        text-align: center
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 650px;
        height: 400px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }

    .section_15 .text .logo .laImg_Web {
        display: none;
    }

    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }

    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }

    .section_15 .text a {
        font-size: 16px;
    }

    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 13vh 0;
    }

    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_2 .paragraph p,  .section_5 .text h3, .section_5 .text p, .section_21 .row .columna1 .textoIzq h2,
    .section_12 .text h3, .section_12 .text p, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
    }
    .section_19 .textContent h2 {
        font-size: 65px;
    }    
    .section_5 .text {
        padding: 5vh 3vw 5vh;
    }
    .section_19 .textContent h2 {
        padding: 2% 0 4% !important;
    }
    .section_20 .title h2, .section_14 h2 {
        padding-bottom: 2.5rem !important;
        line-height: normal;
    }
    .section_20 .title h3{
        padding-bottom: 1rem !important;
    }
    .section_20 .text p, .section_20 .text a {
        padding: 0;
    }
    .section_20 .text {
        padding-left: 1vw;
        padding-right: 0;
    }
    .section_7 .text.col-lg-6 {
        padding: 0;
    }
    .section_7 .text .animationText {
        padding: 0 2vw 0 0;
    }
    .section_18 h2, .section_21 h2, .section_12 .text h2, .section_13 .text h2{
        font-size: 38px !important;
        line-height: 45px !important;
    }
    .section_18 h3, .section_21 .paragraph, .section_12 .text h3, .section_13 .text h3 {
        font-size: 19px !important;
        line-height: 25px !important;
    }
    .section_18 p, .section_21 p, .section_12 .text p, .section_12 .text p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .section_18 a, .section21 a, .section_12 .text a, .section_12 .text a {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .section_14 .text {
        padding: 0 19vw;
    }
    .section_7 .row {
        padding: 8% 6% 12% !important;
    }
    .section_22 .row {
        padding: 5% 6% 15%!important;
    }
    .section_20 .div-landscape {
        left: 0%;
    }
    .section_22 .image img {
        left: 2%;
    }
    .section_12 .text, .section_13 .text {
        padding: 5vh 3vw 5vh !important;
    }
    .section_22 .text {
        margin-top: 0;
    }
    .section_17 .button a {
        padding: 5px 35px !important;
    }
    .section_14 .row {
        padding: 10vh 5vw 15vh !important;
    }
    .section_22 .text.col-lg-6{
        padding: 0;
    }
    /**********************************************************/
    .section_1 .image img {
        width: auto;
    }

    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360.col-lg-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }

    .section_2 .administration {
        padding: 10vh 9vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 5vh 0;
        white-space: normal
    }

    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_2 .icons .icon .img {
        width: 110px;
        height: auto;
    }
    
    .section_19 .textContent h2{
        font-size: 42px;
        /*padding: 2% 32%;*/
        padding: 2% 29%;
    }

    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }

    .section_4 .information {
        padding: 0 5vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 23px;
        line-height: 30px;
    }

    .section_4 .information p {
        font-size: 18px;
        line-height: 25px;
    }

    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }

    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .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 .image img {
        object-fit: cover;
        object-position: 80% 0%;
    }
    .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;
    }

    .section_20 .title h2{
        font-size: 38px;
        line-height: 44px;
    }
    
    .section_20 .title h3{
        font-size: 22px;
        padding: 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 700px;
        height: 350px;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0;
        white-space: normal;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 0;
    }
    .div-landscape {
        width: 80%;
        margin: 0 auto;
    }

    .section_7 .row {
        padding: 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_22 .row {
        padding: 10vh 2vw;
    }

    .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;
        text-align: right;
    }

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

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

    .section_22 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: right;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 16px;
    }
    .section_22 .text .animationText2 {
        /*visibility: hidden;
        opacity: 0;*/
        text-align: right
    }

    .section_12 .row {
        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 .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: 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;
    }

    .section_14 .text {
        padding: 0 10vw;
    }

    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 10vw;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }

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

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

    .section_14 .divMiniSlider2 .computadora2{
        width: 650px;
        height: 400px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_14 .row {
        padding: 15vh 5vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }

    .section_15 .text .logo .img-hechos {
        width: 15%;
        margin-left: 0;
        position: absolute;
        left: 52%;
        bottom: 74%;
    }

    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }

    .section_15 .text a {
        font-size: 16px;
    }

    .section_15 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }

    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }

    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 11vh 0;
    }

    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
    .section_15 .text .logo span {
        font-size: 31px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .img-hechos {
        width: 32%;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_2 .paragraph p,  .section_5 .text h3, .section_5 .text p, .section_21 .row .columna1 .textoIzq h2,
    .section_12 .text h3, .section_12 .text p, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
    }
    .section_19 .textContent h2 {
        font-size: 65px;
    }    
    .section_5 .text {
        padding: 5vh 3vw 5vh;
    }
    .section_19 .textContent h2 {
        padding: 2% 0 4% !important;
    }
    .section_20 .title h2, .section_14 h2 {
        padding-bottom: 2.5rem !important;
        line-height: normal;
    }
    .section_20 .title h3{
        padding-bottom: 1rem !important;
    }
    .section_20 .text p, .section_20 .text a {
        padding: 0;
    }
    .section_20 .text {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .section_7 .text .animationText {
        padding: 0 1vw 0 0;
    }
    .section_18 h2, .section_21 h2  {
        font-size: 40px !important;
        line-height: 47px !important;
    }
    .section_18 h3, .section_21 .paragraph {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .section_18 p, .section_21 p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .section_18 a, .section21 a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .section_14 .text {
        padding: 0 19vw;
    }
    .section_7 .row {
        padding: 8% 6% 12% !important;
    }
    .section_22 .row {
        padding: 5% 6% 15%!important;
    }
    .section_20 .div-landscape {
        left: 0%;
    }
    .section_22 .image img {
        left: 2%;
    }
    .section_12 .text, .section_13 .text {
        padding: 5vh 3vw 5vh !important;
    }
    .section_22 .text {
        margin-top: 0;
    }
    .section_17 .button a {
        padding: 13px 35px !important;
    }
    .section_14 .row {
        padding: 10vh 5vw 15vh !important;
    }
    /**********************************************************/
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360 .logo img {
        width: 238px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }

    .section_2 .administration {
        padding: 10vh 12vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 5vh 0;
        white-space: normal;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_19 .textContent h2{
        font-size: 40px;
        padding: 2% 35%;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 8vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }

    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }

    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    .section_12 .image img {
        object-fit: cover;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 85%;
    }
    .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;
    }
    
    .section_20 .title h2{
        font-size: 40px;
        line-height: 50px;
    }
    
    .section_20 .title h3{
        font-size: 20px;
        padding: 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 800px;
        height: 450px;
    }
    
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }
    
    .section_20 .text p{
        font-size: 18px;
    }
    
    .section_20 .text a{
        font-size: 16px;
    }
    .div-landscape {
        width:80%;
        margin: 0 auto;
    }
    .section_7 .row {
        padding: 5vh 6vw 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_22 .row {
        padding: 5vh 6vw 10vh 6vw;
    }

    .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;
        text-align: right;
    }

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

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

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 40px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 16px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 42px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer a{
        font-size: 16px;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .text {
        padding: 0 14vw;
    }

    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        text-align: center
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }

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

    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .divMiniSlider2 .computadora2{
        width: 650px;
        height: 400px;
    }
    
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        width: 300%;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }

    .section_15 .text .logo img {
        width: 200px;
        height: auto;
    }

    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 30%;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title h2 {
        font-size: 39px;
        line-height: 35px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 30px;
        line-height: 24px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_14 .row {
        padding: 10vh 5vw 15vh !important;
    }
    .section_17 .button a {
        padding: 5px 35px !important;
    }
    .section_2 .paragraph p,  .section_5 .text h3, .section_5 .text p, .section_21 .row .columna1 .textoIzq h2,
    .section_12 .text h3, .section_12 .text p, .section_13 .text h3, .section_13 .text p{
        white-space: normal;
    }
    .section_19 .textContent h2 {
        font-size: 65px;
    }    
    .section_5 .text {
        padding: 5vh 3vw 5vh;
    }
    .section_19 .textContent h2 {
        padding: 2% 0 4% !important;
    }
    .section_20 .title h2, .section_14 h2 {
        padding-bottom: 2.5rem !important;
        line-height: normal;
    }
    .section_20 .title h3{
        padding-bottom: 1rem !important;
    }
    .section_20 .text p, .section_20 .text a {
        padding: 0 1.5% 0;
    }
    .section_7 .text .animationText {
        padding: 0 3vw 0 0;
    }
    .section_18 h2, .section_21 h2  {
        font-size: 41px !important;
        line-height: 48px !important;
    }
    .section_18 h3, .section_21 .paragraph {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .section_18 p, .section_21 p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .section_18 a, .section21 a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .section_14 .text {
        padding: 0 19vw;
    }
    .section_7 .row {
        padding: 8% 6% 12% !important;
    }
    .section_22 .row {
        padding: 5% 6% 15%!important;
    }
    .section_20 .div-landscape {
        left: 0%;
    }
    .section_22 .image img {
        left: 2%;
    }
    .section_12 .text, .section_13 .text {
        padding: 5vh 3vw 5vh !important;
    }
    .section_22 .text {
        margin-top: 0;
    }
    /******************************************/
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }

    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }

    .section_2 .administration {
        padding: 10vh 10vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
        white-space: normal;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
    }

    .section_19 .textContent h2{
        font-size: 42px;
        padding: 2% 35%;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 7vw;
    }
    .section_4 .information p{
        white-space: normal;
    }
    .section_4 .information p:nth-child(2), .section_4 .information a {
        padding: 0 2vw;
    }
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }

    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }

    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    .section_12 .image img {
        object-fit: cover;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 85%;
    }
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .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;
    }

    .section_20 .title h2{
        font-size: 42px;
    }

    .section_20 .title h3{
        font-size: 24px;
        padding: 0 15%;
    }

    .section_20 .divMiniSlider .computadora {
        width: 850px;
        height: 450px;
    }
    
    .section_20 .text p{
        font-size: 18px;
    }

    .section_7 .row {
        padding: 5vh 6vw 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;
    }
    .div-landscape {
        width:80%;
        margin: 0 auto;
    }
    .section_22 .row {
        padding: 5vh 6vw 10vh 6vw;
    }

    .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;
        text-align: right;
    }

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

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

    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 42px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 18px;
    }
    
    .section_21 .row .columna2 .textoDer h2{
        font-size: 42px;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 20px;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 18px;
    }

    .section_12 .row {
        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 .row {
        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;
    }

    .section_14 .row {
        padding: 15vh 5vw;
    }

    .section_14 .text {
        padding: 0 15vw;
    }

    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 18vw;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
        margin-top: 5vh;
    }

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

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

    .section_14 .title h2{
        font-size: 42px;
        text-align: center;
    }
    
    .section_14 .divMiniSlider2 .computadora2{
        width: 800px;
        height: 550px;
    }

    .image15Animated {
        padding: 9vh 7vw;
    }

    .section_15 .text {
        padding: 0 9vw 0 4vw;
    }

    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }

    .section_15 .text .logo .img-hechos {
        width: 19%;
        margin-left: 0;
        position: absolute;
        left: 56%;
        bottom: 77%;
    }

    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }

    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }

    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        font-size: 34px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
    .section_15 .text .logo span {
        font-size: 31px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 24px !important;
        line-height: normal !important;
    }

}
/*********************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_14 .row {
        padding: 10vh 5vw 15vh;
    }
    .section_17 .button a {
        padding: 10px 35px !important;
    }
    .section_19 .textContent h2 {
        font-size: 65px;
    }    
    .section_5 .text {
        padding: 5vh 4.5vw 5vh 0;
    }
    .section_20 .title h2, .section_14 h2 {
        padding-bottom: 2.5rem !important;
    }
    .section_20 .title h3{
        padding-bottom: 1rem !important;
    }
    .section_20 .text p, .section_20 .text a {
        padding: 0 2.5% 0;
    }
    .section_7 .text .animationText {
        padding: 0 3vw 0 0;
    }
    .section_18 h2, .section_21 h2  {
        font-size: 43px !important;
        line-height: 50px !important;
    }
    .section_18 h3, .section_21 .paragraph {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .section_18 p, .section_21 p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .section_18 a, .section21 a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .section_14 .text {
        padding: 0 19vw;
    }
    .section_7 .row {
        padding: 10% 6% 12% !important;
    }
    .section_22 .row {
        padding: 10% 6% !important;
    }
    .section_22 .image img {
        left: 2%;
    }
    .section_12 .text, .section_13 .text {
        padding: 5vh 0 5vh 4.5vw !important;
    }
    /******************************************/
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360 .logo img {
        width: 283px;
        height: auto;
    }

    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }

    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }

    .section_2 .administration {
        padding: 10vh 13vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
        white-space: normal;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph {
        padding: 0 5vw;
    }

    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
    }

    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_3 .text p {
        font-size: 56px;
        line-height: 77px;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }

    .section_4 .information {
        padding: 0 11vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 25px;
        line-height: 32px;
    }

    .section_4 .information p {
        font-size: 20px;
        line-height: 27px;
    }

    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    .section_5 .image img {
        object-fit: cover;
        object-position: 95%;
    }
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .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;
    }

    .section_20 .row {
        padding: 5vh 5vw;
    }

    .section_20 .title {
        padding: 2% 0;
    }

    .section_20 .title h2 {
        font-size: 53px;
        line-height: 60px;
        padding: 1vw 16vw;
    }

    .section_20 .title h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .section_20 .text{
        padding-top: 5%;
        padding-bottom: 3%;
    }
    .section_20 .text p {
        font-size: 20px;
        line-height: 24px;
    }

    .section_20 .text a {
        font-size: 18px;
        line-height: 22px;
    }

    /*animación*/
    .section_20 .divMiniSlider .computadora{
        width: 1000px;
        height: 600px;
    }
    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        /*width: 200%;*/
        width: 149%;
    }
    .div-landscape {
        width: 80%;
        margin: 0 auto;
    }
    /*fin animación*/


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

    .section_6 .text {
        padding: 0 16vw;
    }

    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
        font-size: 20px;
        line-height: 25px;
    }

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

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

    .section_6 .image img {
        width: 85%;
    }

    .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_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;
        text-align: right;
    }

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

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

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

    .section_10 .row {
        padding: 10vh 5vw 5vh 5vw;
    }

    .section_10 .text {
        padding: 0 7vw;
    }

    .section_10 .text h2 {
        padding-right: 7vw;
        font-size: 43px;
        line-height: 50px;
    }

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

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

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

    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }

    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }

    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 43px;
        line-height: 50px;
    }

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

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

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

    .section_12 .row {
        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 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;
    }

    .section_13 .row {
        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 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_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
        margin-top: 5vh;
    }

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

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

    /*animación*/
    .section_14 .divMiniSlider2 .computadora2{
        width: 900px;
        height: 600px;
    }
    .section_14 .divMiniSlider2 .computadora2 .imgMiniSlider2{
        /*width: 100%*/
    }
    /*fin animación*/

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }

    .section_15 .text .logo img {
        width: 200px;
        height: auto;
    }

    .section_15 .text p {
        font-size: 27px;
        padding-right: 17vh;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }

    .section_15 .text .logo .img-hechos {
        width: 23%;
        margin-left: 0;
        position: absolute;
        left: 66%;
        bottom: 74%;
    }

    .section_15 .text p {
        font-size: 27px;
    }

    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }

    .image15Animated {
        padding: 7vh 7vw;
    }

    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }

    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        font-size: 34px;
        line-height: 28px;
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1899px) and  (orientation: landscape){
    .section_4 .information {
        padding: 0 15vw;
    }
    .section_20 .text p, .section_20 .text a {
        padding: 0 15% 0;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .span-hechos {
        font-size: 32px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 25px;
        line-height: normal;
    }
    .section_15 .text .logo .img-hechos {
        width: 23%;
        margin-left: 0;
        position: absolute;
        left: 39%;
        bottom: 76%;
    }
    
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_20 .imgCompu {
        width: 80%;
    }
    .section_20 .div-landscape {
        width: 90%;
        left: 10%;
    }
    .section_20 .text {
        padding-left: 16vw;
        padding-right: 16vw;
    }
    .section_5 .text {
        padding-right: 8vw;
    }
    .section_7 .row {
        padding-bottom:20%;
    }
    .section_22 .image img {
        width: 95%;
    }
    .section_22 .row {
        padding-bottom: 25%;
    }
    .section_12 .text, .section_13 .text {
        padding: 0 0 0 7vw;
    }
    .section_21 .row .columna1 .textoIzq, .section_21 .row .columna2 .textoDer {
        padding-left: 16%;
    }
    .section_14 .text {
        padding: 0 28vw;
    }
    /**********************************************************/    
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }

    .section_1 .information360 .paragraph {
        padding-right: 11vw;
    }

    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }

    .section_2 .administration {
        padding: 10vh 20vw;
    }

    .section_2 .administration .title {
        padding: 0 8vw;
    }

    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
        white-space: normal;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph p {
        text-align: center;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_4 .information {
        padding: 0 22vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }

    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    .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 h3 {
        margin-bottom: 4vh;
    }

    .section_6 .row {
        padding: 15vh 6vw;
    }

    .section_6 .text {
        padding: 0 16vw;
    }

    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }

    .section_6 .image img {
        width: 85%;
    }
    .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 .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;
    }

    .section_10 .row {
        padding: 10vh 5vw 5vh 5vw;
    }

    .section_10 .text {
        padding: 0 7vw;
    }

    .section_10 .text h2 {
        padding-right: 7vw;
    }

    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }

    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }

    .section_11 .text h2 {
        padding-right: 7vw;
    }

    .section_12 .row {
        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 h2 {
        margin-bottom: 5vh;
    }

    .section_13 .row {
        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 h2 {
        margin-bottom: 5vh;
    }

    .section_14 .row {
        padding: 15vh 6vw;
    }

    .section_14 .title h2 {
        padding: 0 24vw;
    }

    .section_14 .text h3 {
        margin-top: 5vh;
    }

    .section_14 .image .carousell {
        margin: 5vh 0;
        width: 1415px;
        height: 907px;
    }

    .section_16 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }

    .section_16 .information {
        padding: 2vh 11vw 15vh 11vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        padding: 15px 100px;
    }
    .section_15 .text .logo span {
        font-size: 31px !important;
        line-height: normal !important;
    }
    .section_15 .text p {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .section_15 .text .logo .img-hechos {
        width: 14%;
        margin-left: 0;
        position: absolute;
        left: 31%;
        bottom: 76%;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_20 .imgCompu {
        width: 80%;
    }
    .section_20 .div-landscape {
        width: 90%;
        left: 10%;
    }
    .section_20 .text {
        padding-left: 16vw;
        padding-right: 16vw;
    }
    .section_7 .row {
        padding-bottom:20%;
    }
    .section_22 .image img {
        width: 95%;
    }
    .section_22 .row {
        padding-bottom: 25%;
    }
    .section_12 .text, .section_13 .text {
        padding: 0 0 0 7vw;
    }
    .section_21 .row .columna1 .textoIzq, .section_21 .row .columna2 .textoDer {
        padding-left: 16%;
    }
    .section_14 .text {
        padding: 0 29vw;
    }
    /**********************************************************/
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }

    .section_1 .information360 .paragraph {
        padding-right: 10vw;
    }

    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }

    .section_2 .administration {
        padding: 10vh 20vw;
    }

    .section_2 .administration .title {
        padding: 0 4vw;
    }

    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
        white-space: normal;
    }

    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph p {
        text-align: center;
    }

    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }

    .section_4 .information {
        padding: 0 23vw;
    }

    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }

    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .section_5 .text {
        padding-right: 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_6 .row {
        padding: 15vh 6vw;
    }

    .section_6 .text {
        padding: 0 16vw;
    }

    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }

    .section_6 .image img {
        width: 85%;
    }

    .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;
    }
    .div-landscape {
        width: 80%;
        margin: 0 auto;
    }

    .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;
    }

    .section_10 .row {
        padding: 10vh 5vw;
    }

    .section_10 .text {
        padding: 0 7vw;
    }

    .section_10 .text h2 {
        padding-right: 7vw;
    }

    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }

    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }

    .section_11 .text h2 {
        padding-right: 7vw;
    }

    .section_12 .row {
        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 h2 {
        margin-bottom: 5vh;
    }

    .section_13 .row {
        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 h2 {
        margin-bottom: 5vh;
    }

    .section_14 .title h2{
        text-align: center;
    }

    .section_14 .text h3 {
        margin-top: 5vh;
    }

    .section_14 .image .carousell {
        margin: 5vh 0;
    }

    .section_16 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }

    .section_16 .information {
        padding: 2vh 11vw 15vh 11vw;
    }

    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }

    .section_17 .row {
        padding: 7vh 0;
    }

    .section_17 .title h2 {
        margin-bottom: 5vh;
    }

    .section_17 .button a {
        padding: 15px 100px;
    }
}

@media only screen and (max-width: 1799px) and (orientation: landscape){
    .section_5 .text h2, .section_5 .text h3, .section_5 .text p, .section_20 .text p, .section_7 .text h2, .section_7 .text h3, .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_18 h2, .section_18 h3, .section_18 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, .section_14 h3, .section_14 .text p {
        padding-bottom: 1.5rem !important;
    }
    .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_21 p{
        white-space: normal;
    }
    /*********************************************************/
    .section_1 .col-lg-6 {
        max-width: 100% !important;
    }
    .section_2 .paragraph {
        padding: 0 !important;
    }
    .section_2 .administration {
        padding: 6%;
    }
    .section_2 .paragraph p {
        line-height: normal;
    }
    .section_22 .image img {
        width: 90%;
    }
    .section_12 .text h2 {
        padding-right: 0;
    }
    .section_15 .text p, .section_14 .title h2 {
        line-height: normal;
    }
}
@media only screen and (max-width: 991px){
    .section_1 .information360 .paragraph p,.section_2 .paragraph p, .section_2 .title h2,
    .section_4 .information p,.section_5 .text h2, .section_5 .text h3, .section_5 .text p,
    .section_7 .text h2,
    .section_20 .title h2, .section_20 .title h3, .section_20 .text p, .section_20 .text a,
    .section_21 .row .columna1 .textoIzq h2, .section_21 .row .columna2 .textoDer h2,
    .section_12 .text h3, .section_12 .text p, .section_13 .text h3, .section_13 .text p,
    .section_18 .row .contenidoTexto h2, .section_18 .row .contenidoTexto h3, .section_18 .row .contenidoTexto p,
    .section_12 .text h2, .section_13 .text h2, .section_14 .title h2, .section_14 h3, .section_14 .text p{
        white-space: normal;
    }
    .section_20 .title h2, .section_20 .title h3, .section_14 h2 {
        padding-bottom: 1.5rem !important;
    }
    .section_2 .administration .title {
        padding: 0 !important;
    }
    .section_2 .title h2, .section_2 .paragraph p, .section_20 .title h2, .section_20 .title h3 {
        text-align: left;
    }
    .section_2 .icons .image img {
        width: 20%;
    }
    .section_19 .textContent h2 {
        padding: 0 8% 5%;
        text-align: left;
    }
    .section_4 .row {
        padding: 8% 10%;
    }
    .section_4 .information, .section_20 .title h2, .section_20 .title h3, .section_20 .text, .section_20 .text p,
    .section_20 .text a{
        padding: 0;
    }
    .section_5 .image.col-lg-6, .section_5 .text.col-lg-6, .section_7 .text.col-lg-6, .section_7 .image.col-lg-6,
    .section_22 .text.col-lg-6, .section_22 .image.col-lg-6, .section_21 .col-md-6,
    .section_12 .text.col-lg-6, .section_12 .image.col-lg-6, .section_13 .text.col-lg-6,
    .section_13 .image.col-lg-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_7 .text.col-lg-6{
        height: 400px;
    }
    .section_7 .image.col-lg-6, .section_22 .image.col-lg-6{
        height: 300px;
    }
    .section_22 .image.col-lg-6 {
        height: 500px;
    }
    .section_7 .text.col-lg-6, .section_7 .image.col-lg-6, .section_7 .text .animationText,
    .section_22 .text .animationText2, .section_22 .text.col-lg-6, .section_18 .row .contenidoTexto h2,
    .section_18 .row .contenidoTexto h3, .section_18 .row .contenidoTexto p{
        padding: 0;
    }
    .section_20 .div-landscape {
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .section_20 .text{
        padding-top: 2rem;
    }
    .section_7 .text {
        display: initial;
    }
    .section_22 .image img {
        width: 100%;
        left: 0;
    }
    .section_22 .text h2, .section_22 .text p, .section_22 .text .paragraph {
        text-align: left;
    }
    .section_22 .text a {
        justify-content: start;
    }
    .section_22 .text {
        margin-top: 13%;
    }
    .section_7 .row {
        padding: 7.5% 5vw 30%;
    }
    .section_22 .row {
        padding: 7.5% 5vw 20%;
    }
    .section_18 .row .contenidoTexto {
        padding: 0 5vw 7%;
    }
    .section_18 .row .contenidoTexto a {
        padding-left: 0;
    }
    .section_21 .row .columna1 .textoIzq {
        padding-right: 0;
        padding-left: 0;
    }
    .section_21 .row .columna1 .imagenSup {
        padding: 20% 0 0;
    }
    .section_21 .row .columna2 .textoDer {
        padding-bottom: 0;
    }
    .section_21 .row .columna2 {
        padding-bottom: 10%;
    }
    .section_5 .laImg_Responsive, .section_12 .laImg_Responsive, .section_13 .laImg_Responsive {
        display: block;
    }
    .section_5 .laImg_Web, .section_12 .laImg_Web, .section_13 .laImg_Responsive {
        display: none;
    }
    .section_5 .text, .section_12 .text, .section_13 .text {
        padding: 6%;
    }
    .section_14 .row {
        padding: 10% 5vw 20%;
    }
    .section_14 .title h2 {
        padding: 0;
        text-align: left;
        padding-bottom: 7% !important;
    }
    .section_14 .divMiniSlider2 .computadora2 {
        width: 100%;
        height: 450px;
    }
    .section_14 .divMiniSlider2 {
        padding: 0;
    }
    .section_14 .text {
        padding: 0;
    }
    .section_17 .button a {
        padding: 1% 4%;
    }
}
@media only screen and (max-width: 991px) and (orientation: portrait){
    .section_5 .text h2, .section_5 .text h3, .section_5 .text p, .section_20 .text p,
    .section_7 .text h2, .section_7 .text h3, .section_7 .text p, .section_22 .text h2, .section_22 .text p,
    .section_18 h2, .section_18 h3, .section_18 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, .section_14 h3, .section_14 .text p {
        padding-bottom: 1.5rem !important;
        margin-bottom: 0 !important;
    }
    .section_7 .text p, .section_22 .text h2, .section_22 .text p, .section_18 h2, .section_18 h3, .section_18 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, .section_14 h2, .section_14 h3, .section_14 .text p {
        white-space: normal;
    }
    .section_20 .row, .section_7 .row, .section_22 .row, .section_18 .row, .section_14 .row,
    .section_21 .row .columna1, .section_21 .row .columna2{
        padding-right: 8%;
        padding-left: 8%;
    }
    .section_1 .information360 {
        padding: 5% 8% 5%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_2 .paragraph, .section_21 .row .columna1 .textoIzq h2, .section_21 .row .columna1 .textoIzq .paragraph,
    .section_21 .row .columna1 .textoIzq p, .section_21 .row .columna1 .textoIzq a,
    .section_21 .row .columna2 .textoDer h2, .section_21 .row .columna2 .textoDer .paragraph, .section_21 .row .columna2 .textoDer p,
    .section_21 .row .columna2 .textoDer a{
        padding: 0;
    }
    .section_1 .information360 .paragraph p{
        padding-right: 0;
    }
    .section_7 .text{
        margin-bottom: 4rem;
    }
    .section_4 .information .paragraph {
        margin-bottom: 1.5rem;
    }
    .section_5 .text a {
        display: flex;
        width: 100%;
    }
    .section_13 .laImg_Responsive {
        display: block;
    }
    .section_15 .text p {
        line-height: normal !important;
    }
    .section_18 .row .contenidoTexto {
        padding: 0 0 10% !important;
    }
}