@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 {
    --main-background-color: #000;
    --secondary: #FF8F00;
}
main {
    padding-top: 60px;
}

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

.laImg_Responsive {
    display: none;
}
.Responsive_Icon {
    width: 105px;
}
.Web_Icon {
    width: 140px;
}
.titleSections {
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)) !important;
}

/*****************/

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

.section_1 {
    padding: 0;
}

.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(--main-background-color);
}

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

.section_2 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFF;
    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: 28px;
    color: #FFF;
    text-align: left;
    line-height: 34px;
    margin: 0;
}

.section_2 .icons {
    display: flex;
    flex-wrap: wrap;
}

.section_2 .icons h4 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 24px;
    color: #FFF;
    text-align: center;
}

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

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

.section_19 .textContent{
    text-align: center;
    transition: all ease 1.5s;
    opacity: 0;
}

.section_19 .textContent h2{
    color: var(--secondary);
    font-family: 'Helvetica-Neue-Bold';
    /*font-size: 80px;*/
    padding: 2% 30%;
}
/*animacion texto section 19 */
.aclarar {
    opacity: 1 !important;
}

.section_3 {
    background-color: var(--main-background-color);
    height: 100vh;
    padding: 0;
    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;
}*/

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

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

.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(--main-background-color);
}

.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: #FFF;
    text-align: center;
    line-height: 37px;
    margin-bottom: 3vh;
}

.section_4 .information p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    color: #FFF;
    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(--main-background-color);
    padding: 0 5vw;
}

.section_5 .text {
    background-color: #2B2F35;
    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: #007bff;
    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_20 {
    background-color: var(--main-background-color);
}

.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);
    text-align: center;
    line-height: 74px;
    padding: 1vw 16vw;
}

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

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

.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 20% 0 20%;
}

/*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: 0;
    height: 100%;
    transition: transform 2s ease;
    z-index: 1;
}
.desplzarIzqMiniSlider{
    transform: translateX(-50%);
}
/*fin animación*/

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

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

.section_7 .text {
    position: relative;
}

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

/*.animationTextActive {
    right: 0% !important;
}*/

.section_7 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: var(--secondary);
    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;
    position: relative;
    padding: 0;
}

.section_7 .image img {
    width: 100%;
}
.section_7 .section_7_container_img {
    position: relative;
}
/*animacion*/
.section_7 .section_7_container_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 2s;
}
.ocultar {
    opacity: 0;
}

.section_22 {
    background-color: var(--main-background-color);
}

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

.section_22 .text {
    position: relative;
}

.section_22 .text .animationText2 {
    /*position: absolute;*/
    padding: 0 5vw;
    width: 100%;
    /*left: -100%;
    transition: all 1s ease;*/
}

/*.animationTextActive2 {
    left: 0% !important;
}*/

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

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

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

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

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

.section_22 .image2 img {
    width: 100%;
}
.section_22_container_img {
    position: relative;
}
/*animacion*/
.section_22_container_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 2s;
}

.imgMiniSlider {
    visibility: hidden;
}

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

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

.section_21 .row .columna1{
    background-color: #2B2F35;
}
.section_21 .row .columna1 .imagenSup{
    padding: 10% 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    
}
.section_21 .row .columna1 .imagenSup img{
    width: 50%;
}
.section_21 .row .columna1 .textoIzq{
    padding: 10% 0;
}
.section_21 .row .columna1 .textoIzq h2{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    padding: 0 10% 0 10%;
}
.section_21 .row .columna1 .textoIzq .paragraph{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    padding: 0 10% 0 10%;
}
.section_21 .row .columna1 .textoIzq p{
    color: #E3E3E3;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding: 0 10% 0 10%;
}
.section_21 .row .columna1 .textoIzq a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    padding: 0 10% 0 10%;
}
.section_21 .row .columna2{
    background-color: var(--secondary);
}
.section_21 .row .columna2 .textoDer{
    padding: 10% 0;
}
.section_21 .row .columna2 .textoDer h2{
    color: #FFF;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    padding: 0 15% 0 10%;
}
.section_21 .row .columna2 .textoDer .paragraph{
    color: #FFF;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    padding: 0 15% 0 10%;
}
.section_21 .row .columna2 .textoDer p{
    color: #FFF;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    padding: 0 15% 0 10%;
}
.section_21 .row .columna2 .textoDer a{
    color: #09A6E0;
    font-family: 'Helvetica-Neue-Regular';
    font-size: 18px;
    padding: 0 15% 0 10%;
}
.section_21 .row .columna2 .imagenDown{
    padding: 10% 0;
    text-align: center;
}
.section_21 .row .columna2 .imagenDown img{
    width: 90%;
}

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

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

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

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

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

.section_12 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #FFF;
    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: 30px 0 0 30px;
}

.section_13 {
    background-color: var(--main-background-color);
}

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

.section_13 .text {
    padding: 0 5vw;
    background-color: #2B2F35;
    border-radius: 30px 0 0 30px;
}

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

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

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

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

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

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

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

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

.section_14 .title {
    padding: 0;
}

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

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

.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*/
.mobile-container {
    padding: 10%;
}
.mobile-device-container-img {
    display: flex;
    justify-content: center;
    position: relative;
}
.mobile-device {
    max-width: 50%;
    transition: all ease 1.5s;
}

#mobile-device-1 {
    position: absolute;   
    z-index: 2;
}

/*animación section 14 dispositivos moviles*/
.desplazar-izq {
    transform: translateX(-60%);
}
.desplazar-der {
    transform: translateX(60%);
}

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

.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: 85px;
}

.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(--main-background-color);
}

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


/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .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%;
    }

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

    .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: 5%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/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: 0 0 30px 30px;
    }

    .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: 30px 30px 0 0;
    }

    .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;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .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% 3vw;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 10% 0;
    }
    .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: 2% 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: 28px;
        line-height: 37px;
        text-align: left;
    }

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

    .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: 36px;
        text-align: left;
        padding: 0px 6%;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 6%;
        text-align: left;
        margin: 14% 0;
    }
    .section_20 .divMiniSlider {
        padding: 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
/*    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }*/
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 100%;
        height: auto;
    }
    .section_20 .text {
        margin-bottom: 20%;
    }
    
    .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: 28px;
        line-height: 37px;
        margin-bottom: 10%;
    }

    .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;
        margin-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;
        margin-top: 5%;
    }

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

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

    .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: 5%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
        height: auto;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 30px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 18px;
        padding-right: 15%;
        margin: 5% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 13px;
        padding-right: 20%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .row .columna1 .textoIzq{ 
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
        margin-bottom: 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        font-size: 14px;
        padding: 0 5% 0 5%;
    }
    .section_21 .row .columna2 .textoDer {
       margin-bottom: 10%;
    }
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
        margin-bottom: 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        font-size: 18px;
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        font-size: 14px;
        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 10% 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;*/
          border-radius: 0 0 30px 30px;
    }

    .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;*/
        border-radius: 30px 30px 0 0;
    }

    .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 13vw 0 2vw;
    }

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

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

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

    .section_15 .text .logo img {
        width: 65px;
        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 8%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .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% 3vw;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 10% 0;
    }
    .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: 2% 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;
        margin-bottom: 6%;
    }

    .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: 36px;
        text-align: left;
        padding: 0px 6%;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 6%;
        text-align: left;
        margin: 14% 0;
    }
    .section_20 .divMiniSlider {
        padding: 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
/*    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }*/
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 100%;
        height: auto;
    }
    .section_20 .text {
        margin-bottom: 20%;
    }
    
    .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;
        margin-bottom: 10%;
    }

    .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;
        margin-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;
        margin-top: 5%;
    }

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

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

    .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: 5%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
        height: auto;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 26px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 16px;
        padding-right: 15%;
        margin: 5% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 16px;
        padding-right: 20%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 14px;
    }
    
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .row .columna1 .textoIzq{ 
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
        margin-bottom: 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 {
       margin-bottom: 10%;
    }
    .section_21 .row .columna2 .textoDer h2{
        font-size: 28px;
        padding: 0 5% 0 5%;
        margin-bottom: 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 10% 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;*/
          border-radius: 0 0 30px 30px;
    }

    .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;*/
        border-radius: 30px 30px 0 0;
    }

    .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;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .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: 42px;*/
        line-height: 36px;
        padding: 2% 30% 2% 9%;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 10% 0;
    } 

    .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: 5% 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;
        margin-bottom: 3%;
    }

    .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: 50px;
        text-align: left;
        padding: 5% 0 0 2%;
        margin-bottom: 7%;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 2%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        margin: 10% 0;
    }
/*    .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: 20vh 5vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 5%;
    }

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
        height: auto;
        
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 26px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 16px;
        padding-right: 25%;
        margin: 2% 0;
    }
    
    .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 5%;
    }
    
    .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;*/
        border-radius: 0 0 30px 30px;
        
    }

    .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;*/
        border-radius: 30px 30px 0 0;
        
    }

    .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 25vw 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){
    .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% 9%;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 10% 0;
    }

    .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: 50px;
        text-align: left;
        padding: 5% 0 0 2%;
        margin-bottom: 7%;
    }

    .section_20 .title h3{
        font-size: 18px;
        line-height: 25px;
        padding: 0 2%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        margin: 10% 0;
    }
/*    .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;
    }

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

    .section_22 .image {
        margin-top: 3vh;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/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: 0 0 30px 30px;
    }

    .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: 30px 30px 0 0;
    }

    .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){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

    .section_1 .image img {
        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;
        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% 9%;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 10% 0;
    }

    .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: 3% 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;
        margin-bottom: 3%;
    }

    .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: 50px;
        text-align: left;
        padding: 5% 0 0 2%;
        margin-bottom: 7%;
    }

    .section_20 .title h3{
        font-size: 20px;
        line-height: 25px;
        padding: 0 2%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        margin: 5% 0;
    }
/*    .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: 20vh 5vw;
    }

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

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

    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 5%;
        margin-right: 29%;
    }

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

    .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: 5%;
    }

    .section_22 .row {
        padding: 10vh 5vw;
        padding-bottom: 20%;
    }

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

    .section_22 .text .animationText2 {
        position: initial;
        margin-top: 5%;
    }

    .section_22 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 5%;
        padding-right: 30%;
    }

    .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;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
        height: auto;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 34px;
        padding-right: 19%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 35%;
        margin: 3% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 35%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 16px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .row .columna1 .textoIzq {
        padding-top: 0%;
        
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
        margin-bottom: 3%;
    }
    
    .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 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
        margin-bottom: 3%;
    }
    
    .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: 0 0 30px 30px;
    }

    .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: 30px 30px 0 0;
    }

    .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 3vw;
        flex: 0 0 70%;
        max-width: 70%;
    }

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

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

    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text .logo img {
        width: 95px;
        margin-left: 10px;
        margin-bottom: 2px;
    }

    .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 6%;
    }
}
/***********************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% 35% 2% 9%;
        text-align: left;
    }

    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }

    .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;
        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;
        margin-bottom: 3%;
    }

    .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;
        text-align: left;
        padding: 5% 0 0 2%;
        margin-bottom: 7%;
    }

    .section_20 .title h3{
        font-size: 20px;
        line-height: 25px;
        padding: 0 2%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        margin: 5% 0;
    }
/*    .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: 20vh 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;
        margin-bottom: 3%;
    }

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

    .section_22 .row {
        padding: 10vh 5vw;
        padding-bottom: 20%;
    }

    .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;
        margin-bottom: 3%;
    }

    .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;
        margin-top: 8%;
    }
    
    .section_18{
        background-image: url('https://assets.claro360.com/Gobierno/proteccionCivilMunicipal/assetsResponsive/7_responsive.png');
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .section_18 .row .contenidoTexto{        
        padding: 5% 0;
        height: auto;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 42px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 50%;
        margin: 2% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 16px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
     .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
        margin-bottom: 2%;
    }
    
    .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 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 .textoDer {
       margin-bottom: 10%;
    }
    .section_21 .row .columna2 .textoDer h2{
        font-size: 34px;
        padding: 0 5% 0 5%;
        margin-bottom: 2%;
    }
    
    .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 10% 0;
    }

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

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

    .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: 3%;
    }

    .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: 30px 30px 0 0;
    }

    .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;
        margin-bottom: 3%;
    }

    .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_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }

    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

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

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

    .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% 16%;
        text-align: center;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .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 .content .laImg_Responsive {
        display: block;
    }
    .section_3 .content img {
        width: 80%;
    }

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

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

    .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 .text h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 0;
    }

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

    .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: 60px;*/
        line-height: 68px;
    }

    .section_20 .title h3{        
        padding: 0 15%;
        margin: 5% 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
/*    .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: 20% 2vw;
    }

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

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

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

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

    .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: 20% 2vw;
    }

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

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

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

    .section_22 .text h2 {
        font-size: 38px;
        line-height: 45px;
        text-align: right;
        margin-bottom: 8%;
    }

    .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_22 .text .animationText2 {
        padding: 0 1vw;
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 30%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 2% 0;
        padding-right: 35%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 40%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }

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

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

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

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

    .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;
        text-align: center;
    }

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

    .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: 55px;
    }

    .section_15 .text .logo img {
        width: 95px;
        margin-left: 10px;
        margin-bottom: 5px;
    }

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

    .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: 8px 4%;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .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;*/
        padding: 2% 16%;
        text-align: center;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }

    .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_3 .content img {
        width: 80%;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }

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

    .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_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 {
        margin-top: 10%;
    }
    .section_19 .textContent h2{
        padding: 2% 16%;
        text-align: center;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .text {
        width: 70%;
        padding: 9vh 1vw 3vh 2vw;
    }

    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }

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

    .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 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;
        margin-bottom: 0;
    }

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

    .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%;
        margin: 3% 0;
    }

    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }

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

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

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

    .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;
        margin: 3% 0;
    }

    .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 50%;
        max-width: 50%;
    }

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

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

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

    .section_22 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
        margin: 3% 0;
        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_22 .text .animationText2 {
        padding: 0 3vw;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 2% 0;
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 50%
    }    
    .section_21{
        min-height: unset;
    }
    .section_21 .row .columna1 .imagenSup{
        padding: 5% 0 0 0;
    }
    .section_21 .row .columna1 .textoIzq{ 
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        padding: 0 5% 0 5%;
        margin-bottom: 5%;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq p{
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna1 .textoIzq a{
        padding: 0 5% 0 5%;
    }
    .section_21 .row .columna2 .textoDer {
       margin-bottom: 10%;
    }
    .section_21 .row .columna2 .textoDer h2{
        padding: 0 5% 0 5%;
        margin-bottom: 5%;
    }
    
    .section_21 .row .columna2 .textoDer .paragraph{
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer p{
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .textoDer a{
        padding: 0 5% 0 5%;
    }
    
    .section_21 .row .columna2 .imagenDown{
        padding: 0 0 10% 0;
    }
    .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: 3%;
    }

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

    .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: 3%;
    }

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

    .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;
        text-align: center;
        margin-top: 5%;
    }

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

    .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 100px;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .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 {
        margin-top: 10%;
    }
    
    .section_19 .textContent h2{
    /*font-size: 30px;*/
        line-height: 36px;
        padding: 2% 16%;
        text-align: center;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }

    .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){
    .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;*/
        text-align: left;
        padding: 10% 26% 10% 12%;
    }
    
    .section_3 {
        height: auto;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        height: auto;
    }
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 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;
        margin-bottom: 3%;
    }

    .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;
        padding: 0 0 0 7%;
        text-align: left;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 5% 0 5% 7%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
     .section_20 .text {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .section_20 .text p{
        font-size: 18px;
        padding: 0;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 0;
    }

    .section_7 .row {
        padding: 20vh 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;
        margin: 3% 0;
    }

    .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;
        margin-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: 36px;
        line-height: 43px;
    }

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

    .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: 5%;
        margin: 5% 0;
    
    }
     .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section_18 .row .contenidoTexto{
        height: auto;
        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%;
        margin: 3% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        margin: 3% 0;
    }
    
    .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;
        margin: 3% 0;
    }
    
    .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;*/
        border-radius: 0 0 30px 30px;
        
    }

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

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

    .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;*/
        border-radius: 30px 30px 0 0;
        
    }

    .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;
        margin-bottom: 3%;
    }

    .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 0 0 10vw;
        text-align: left;
        margin-top: 10%;
    }

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

    .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;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .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;*/
        text-align: left;
        padding: 10% 26% 10% 12%;
    }
    
    .section_3 {
        height: auto;
    }

    .section_3 .row {
        width: 100%;
    }

    .section_3 .text {
        height: auto;
    }
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 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;
        margin-bottom: 3%;
    }

    .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;
        padding: 0 0 0 7%;
        text-align: left;
    }
    
    .section_20 .title h3{
        font-size: 19px;
        line-height: 25px;
        padding: 5% 0 5% 7%;
        text-align: left;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
     .section_20 .text {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .section_20 .text p{
        font-size: 18px;
        padding: 0;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 0;
    }

    .section_7 .row {
        padding: 20vh 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;
        margin: 3% 0;
    }

    .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;
        margin-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: 36px;
        line-height: 43px;
    }

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

    .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: 5%;
        margin: 5% 0;
    
    }
     .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section_18 .row .contenidoTexto{
        height: auto;
        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%;
        margin: 3% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        margin: 3% 0;
    }
    
    .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;
        margin: 3% 0;
    }
    
    .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;*/
        border-radius: 0 0 30px 30px;
        
    }

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

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

    .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;*/
        border-radius: 30px 30px 0 0;
        
    }

    .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;
        margin-bottom: 3%;
    }

    .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 0 0 10vw;
        text-align: left;
        margin-top: 10%;
    }

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

    .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;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }

    .laImg_Responsive {
        display: block;
    }

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

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

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

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

    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        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: 19px;
        line-height: 24px;
    }

    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_19 .textContent h2{
        line-height: 40px; 
        text-align: left;
        padding: 10% 40% 10% 7%;
    }
    .section_3 {
        height: auto;
    }

    .section_3 .text {
        height: auto;
    }
    .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 {
        padding: 0;
    }
    .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;
        margin-bottom: 3%;
    }

    .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{
        line-height: 40px;
        text-align: left;
        padding: 0 0 0 7%;
    }
    
    .section_20 .title h3{
        line-height: 25px;
        padding: 5% 0 5% 7%;
        text-align: left;
   
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
    .section_20 .text {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .section_20 .text p{
        font-size: 18px;
        padding: 0;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 0;
    }

    .section_7 .row {
        padding: 20vh 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;
        margin: 3% 0;
    }

    .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;
        margin-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;
        margin: 3% 0;
    }

    .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: 5%;
        margin: 5% 0;
    
    }
     .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section_18 .row .contenidoTexto{
        height: auto;
        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%;
        margin: 3% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        margin: 3% 0;
    }
    
    .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;
        margin: 3% 0;
    }
    
    .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;*/
        border-radius: 0 0 30px 30px;
        
    }

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

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

    .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;*/
        border-radius: 30px 30px 0 0;
        
    }

    .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;
        margin-bottom: 3%;
    }

    .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 0 0 10vw;
        text-align: left;
        margin-top: 10%;
    }

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

    .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: 32px;
        line-height: 36px;
    }

    .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: 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: 8vh 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 .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{
        line-height: 40px; 
        text-align: left;
        padding: 10% 40% 10% 7%;
    }
    .section_3 {
        height: auto;
    }

    .section_3 .text {
        height: auto;
    }
    .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 {
        padding: 0;
    }
    .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;
        margin-bottom: 3%;
    }

    .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{
        line-height: 40px;
        text-align: left;
        padding: 0 0 0 7%;
    }
    
    .section_20 .title h3{
        line-height: 25px;
        padding: 5% 0 5% 7%;
        text-align: left;
   
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
    .section_20 .text {
        padding-left: 5vw;
        padding-right: 5vw;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .section_20 .text p{
        font-size: 18px;
        padding: 0;
    }
    
    .section_20 .text a{
        font-size: 16px;
        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;
        margin: 3% 0;
    }

    .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;
        margin-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;
        margin: 3% 0;
    }

    .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: 5%;
        margin: 5% 0;
    
    }
     .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section_18 .row .contenidoTexto{
        height: auto;
        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%;
        margin: 3% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 30%;
    }
    
    .section_18 .row .contenidoTexto a{
        font-size: 15px;
    }
    .section_21 .row .columna1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 32px;
    }
    
    .section_21 .row .columna1 .textoIzq .paragraph{
        font-size: 18px;
        margin: 3% 0;
    }
    
    .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;
        margin: 3% 0;
    }
    
    .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;*/
        border-radius: 0 0 30px 30px;
        
    }

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

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

    .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;*/
        border-radius: 30px 30px 0 0;
        
    }

    .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;
        margin-bottom: 3%;
    }

    .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 0 0 10vw;
        text-align: left;
        margin-top: 10%;
    }

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

    .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{
        padding: 2% 40% 2% 7%;
        text-align: left;
        line-height: 60px;
    }
   
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
/*    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }*/
    .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 {
        padding: 0;
    }
    .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;
        margin-bottom: 0;
    }

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

    .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: 5%;
    
    }

    .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: 5%;
    
    }
    
    .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: 0 0 30px 30px;
    }

    .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: 30px 30px 0 0;
    }

    .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_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;
        padding: 0 20%;
    }

    .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% 14%;
    }
     .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

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

    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }
    .section_3 .content img {
        width: 80%;
    }
    .section_4 .row {
        padding: 5% 8vw;
    }

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

    .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 .text h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 0;
    }

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

    .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: 55px;
    }
    
    .section_20 .title h3{
        font-size: 22px;
        padding: 0 21%;
        margin: 5% 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 15% 0 15%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding-left: 15%;
    }

    .section_7 .row {
        padding: 20% 2vw;
    }

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

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

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

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

    .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: 20% 2vw;
    }

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

    .section_22 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .section_22 .image2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .section_22 .text h2 {
        font-size: 38px;
        line-height: 45px;
        text-align: right;
        margin-bottom: 8%;
    }

    .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_22 .text .animationText2 {
        padding: 0 1vw;
        text-align: right;
    }
    
    .section_18 .row .contenidoTexto h2{
        font-size: 38px;
        padding-right: 45%;
    }
    
    .section_18 .row .contenidoTexto h3{
        font-size: 20px;
        padding-right: 45%;
        margin: 2% 0;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 17px;
        padding-right: 45%;
    }
    
    .section_21 .row .columna1 .textoIzq h2{
        font-size: 34px;
        margin-bottom: 5%;
    }
    
    .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;
        margin-bottom: 5%;
    }
    
    .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_21 .row .columna1 .imagenSup {
        padding-bottom: 0;
    }
    .section_21 .row .columna1 .imagenSup img {
        width: 40%;
    }
    .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: 0;
    }

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

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

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

    .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;
        margin-bottom: 3%;
    }

    .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: 50px;
    }

    .section_15 .text .logo img {
        width: 90px;
        margin-left: 10px;
        margin-bottom: 3px;
    }

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

    .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: 4px 4%;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1200px) and (orientation: landscape){
    .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;
    }

    .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: 42px;*/
        padding: 2% 20%;
    }
     .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

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

    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    .section_3 .content img {
        width: 80%;
    }

    .section_4 .row {
        padding: 5% 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;
        margin-bottom: 0;
    }

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

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

    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_20 .title h2{
        line-height: 60px;
        margin-bottom: 0;
    }
    
    .section_20 .title h3{
        padding: 0 30%;
        margin: 3% 0;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
    }
    
    .section_20 .text p{
        font-size: 18px;
        padding: 0 15% 0 15%;
    }
    
    .section_20 .text a{
        font-size: 16px;
        padding: 0 15% 0 15%;
    }

    .section_7 .row {
        padding: 15vh 6vw 15vh 6vw;
    }

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

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

    .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;
        margin: 5% 0;
    }

    .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: 15vh 6vw 20vh 6vw;
    }

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

    .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;
        margin: 5% 0;
    }

    .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_22 .text .animationText2 {
        padding: 0 1vw 0 1vw;
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 2% 0;
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 50%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }
    .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 {
        line-height: 47px;
        margin-bottom: 0;
    }

    .section_12 .text h3 {
        line-height: 26px;
        margin: 5% 0;
    }

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

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

    .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;
        text-align: center;
        margin-top: 10%;
    }

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

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

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

    .section_19 .textContent h2{
/*        font-size: 42px;*/
        padding: 2% 19%;
    }
     .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

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

    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    .section_3 .content img {
        width: 80%;
    }

    .section_4 .row {
        padding: 5% 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 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;
        margin-bottom: 0;
    }

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

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

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

    .section_20 .title h2{
        margin-bottom: 0;
    }

    .section_20 .title h3{
        font-size: 24px;
        padding: 0 25%;
        margin: 3% 0;
    }

    .section_20 .divMiniSlider .computadora {
        width: 850px;
        height: 450px;
    }
    
    .section_20 .text p{
        font-size: 18px;
    }

    .section_7 .row {
        padding: 15vh 6vw 15vh 6vw;
    }

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

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

    .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;
        margin: 5% 0;
        padding-right: 20%;
    }

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

    .section_22 .row {
        padding: 15vh 6vw 15vh 6vw;
    }
    .section_22 .image2 {
        display: flex;
        align-items: center;
    }

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

    .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;
        margin: 5% 0;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
        text-align: right;
    }
    .section_22 .text p:last-of-type {
        padding-left: 7%;
    }
    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

    .section_22 .text .animationText2 {
        padding: 0 1vw;
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto h2{
        font-size: 42px;
        padding-right: 50%;
    }
    
    .section_18 .row .contenidoTexto h3{
        margin: 1% 0;     
        font-size: 20px;
        padding-right: 50%;
    }
    
    .section_18 .row .contenidoTexto p{
        font-size: 18px;
        padding-right: 50%;
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }
    
    .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: 0;
    }

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

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

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

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

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

    .section_14 .text h3 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 5vh;
        margin-bottom: 2%;
    }

    .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;
        padding: 0;
    }
    
    .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: 60px;
    }

    .section_15 .text .logo img {
        width: 105px;
        margin-left: 15px;
        margin-bottom: 3px;
    }

    .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 3%;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1900px) and (orientation : landscape){
    .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 20%;
    }

    .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{
/*        font-size: 53px;*/
        padding: 2% 20%;
    }
     .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

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

    .section_3 .text p {
        font-size: 56px;
        line-height: 77px;
    }
     .section_3 .content img {
        width: 80%;
    }

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

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

    .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 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

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

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

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

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

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

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

    .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: 80px;
        padding: 1vw 16vw;
        margin-bottom: 0;
    }

    .section_20 .title h3 {
        font-size: 24px;
        line-height: 29px;
        padding: 0 25%;
        margin: 3% 0;
    }

    .section_20 .text{
        padding-top: 5%;
        padding-bottom: 3%;
    }
    .section_20 .text p {
        font-size: 20px;
        line-height: 24px;
        padding: 0 20% 0 20%;
    }

    .section_20 .text a {
        font-size: 18px;
        line-height: 22px;
        padding: 0 20% 0 20%;
    }

    /*animación*/
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 70%;
    }
/*    .section_20 .divMiniSlider .computadora .imgMiniSlider{
        width: 200%;
    }*/
    /*fin animación*/
    .section_21 .row .columna1 .imagenSup {
        padding-bottom: 0;
    }
    .section_21 .row .columna1 .imagenSup img {
        width: 40%;
    }

    .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 .row {
        padding: 20% 6vw;
    }

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

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

    .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;
        margin: 5% 0;
    }

    .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: 20% 6vw;
    }
    .section_22 .image2 {
        display: flex;
        align-items: center;
    }
    
    .section_22 .text.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .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;
        margin: 5% 0;
    }

    .section_22 .text p {
        font-size: 17px;
        line-height: 21px;
        text-align: right;
    }
    .section_22 .text p:last-of-type { 
        padding-left: 10%;
    }
    
    .section_22 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

    .section_22 .text .animationText2 {
        padding: 0 3vw;
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 2% 0;
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 50%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }
    .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 .image img {
        object-fit: cover;
        object-position: 27%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }

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

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

    .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: 43px;
        line-height: 50px;
        margin-bottom: 0;
    }

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

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

    .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;
        margin-bottom: 2%;
    }

    .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: 70px;
    }

    .section_15 .text .logo img {
        width: 115px;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .section_15 .text p {
        font-size: 27px;
        padding-right: 15vh;
    }

    .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 3%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .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 7vw;
    }

    .section_2 .administration .title {
        padding: 0 20%;
    }

    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    .section_2 .title h2 span {
        display: block;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }

    .section_2 .paragraph p {
        text-align: center;
        padding: 0 5%;
    }
     .section_19 .textContent h2{
/*        font-size: 42px;*/
        padding: 2% 22%;
    }
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

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

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

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

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

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

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_5 .text h2 {
        margin-bottom: 0;
    }

    .section_5 .text h3 {
        margin: 5% 0;
    }
    .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_20 .row {
        padding: 5vh 5vw;
    }

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

    .section_20 .title h2 {
        line-height: 80px;
        margin-bottom: 0;
    }

    .section_20 .title h3 {
        padding: 0 25%;
        margin: 3% 0;
    }

    .section_20 .text{
        padding-top: 5%;
        padding-bottom: 3%;
    }
    .section_20 .text p {
       padding: 0 20% 0 20%;
    }
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 70%;
    }
    .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 .row {
        padding: 20% 6vw;
    }

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

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

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
        margin: 5% 0;
    }
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    .section_21 .row .columna1 .imagenSup {
        padding-bottom: 0;
    }
    .section_21 .row .columna1 .imagenSup img{
        width: 40%;
    }
    /*prueba*/
    .section_22 .row {
        padding: 20% 6vw;
    }

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

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

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

    .section_22 .text .animationText2 {
        padding: 0 3vw;
        text-align: right;
    }
    .section_22 .text h2 { 
        text-align: right;
    }
    .section_22 .text .paragraph {
        text-align: right;
        margin: 5% 0;
    }
    .section_22 .text p {
        text-align: right;    
    }
    .section_22 .text a { 
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 2% 0;
        padding-right: 50%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 50%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }

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

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

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

    .section_13 .text h2 {
        margin-bottom: 0;
    }
    .section_13 .text h3 {
        margin: 5% 0;
    }
    .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: 5vh;
    }
    
    .section_14 .title h2 {
        line-height: 80px;
        text-align: center;
        padding: 0 15%;
    }
    .section_14 .text h3 {
        margin-top: 5vh;
        margin-bottom: 2%;
    }

    .image15Animated {
        padding: 7vh 7vw;
    }

    .section_15 .text {
        padding: 0 8vw 0 4vw;
    }
    
    .section_15 .text .logo img {
        width: 140px;
        margin-left: 15px;
        margin-bottom: 7px;
    }

    .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 2%;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .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;
    }

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

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

    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_19 .textContent h2{
        padding: 2% 25%;
    }
    .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

    .section_4 .row {
        padding: 5% 8vw;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .content img {
        width: 80%;
    }

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

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

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

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

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

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

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

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

    .section_5 .text h3 {
        margin-bottom: 4vh;
    }
    
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        text-align: center;
    }
    
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 70%;
    }
    
    .section_20 .title h2 {
        font-size: 53px;
        line-height: 100px;
        padding: 1vw 16vw;
        margin-bottom: 0;
    }

    .section_20 .title h3 {
        font-size: 24px;
        line-height: 29px;
        padding: 0 25%;
        margin: 3% 0;
    }

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

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

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

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .paragraph {
        margin: 5% 0;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_14 .text p {
        padding-right: 3%;
    }
    
    .section_21 .row .columna1 .imagenSup {
        padding-bottom: 0;
    }
    
    .section_21 .row .columna1 .imagenSup img{
        width: 40%;
    }
    
    .section_22 .row {
        padding: 15vh 6vw;
        padding-bottom: 15%;
    }

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

    .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;
        text-align: right;
    }
    
    .section_22 .text h2 { 
        text-align: right;
        padding-left: 30%;
    }
    .section_22 .text .paragraph {
        text-align: right;
        margin: 5% 0;
        padding-left: 19%;
    }
    .section_22 .text p {
        text-align: right; 
        padding-left: 21%;
    }
    .section_22 .text a { 
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 65%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 1% 0;
        padding-right: 70%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 70%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 2%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 2%;
    }
    .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 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }

    .section_12 .text h2 {
        margin-bottom: 0;
    }
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 3% 0;
    }
    .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 3vw;
    }

    .section_13 .text h2 {
        margin-bottom: 0;
    }
    
    .section_13 .text h3 {
        margin: 3% 0;
    }
    .section_14 .row {
        padding: 15vh 6vw;
    }

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

    .section_14 .title h2 {
        padding: 0 20%;
        text-align: center;
        line-height: 100px;
    }

    .section_14 .text h3 {
        margin-top: 5vh;
        margin-bottom: 2%;
    }

    .section_14 .image .carousell {
        margin: 5vh 0;
        width: 1415px;
        height: 907px;
    }

    .section_15 .text p {
        padding-right: 13vw;
    }
    
    .section_15 .text .logo img {
        width: 150px;
        margin-left: 15px;
        margin-bottom: 3px;
    }

    .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: 13px 2%;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .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 25%;
    }

    .section_2 .title h2 {
        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;
    }
    .section_19 .textContent h2{
/*        font-size: 42px;*/
        padding: 2% 25%;
    }
     .section_3 {
        height: auto;
    }
    .section_3 .content {
        margin: 5% 0;
    }
    .section_3 .content img {
        width: 80%;
    }

    .section_4 .row {
        padding: 5% 8vw;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    .section_3 .content img {
        width: 80%;
    }

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

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

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

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

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

    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_5 .text h2 {
        margin-bottom: 0;
    }
    .section_5 .text h3 {
        margin: 5% 0;
    }
    .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_20 .title h2 {
        line-height: 100px;
        padding: 1vw 16vw;
        margin-bottom: 0;
    }

    .section_20 .title h3 {
        margin: 3% 0;
    }
    .section_20 .divMiniSlider .computadora{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .section_20 .divMiniSlider .computadora .imgCompuEstatica {
        width: 70%;
    }
    .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 .row {
        padding: 15vh 6vw;
    }

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

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

    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_7 .text .paragraph {
        margin: 5% 0;
    }
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    .section_21 .row .columna1 .imagenSup {
        padding-bottom: 0;
    }
    .section_21 .row .columna1 .imagenSup img{
        width: 40%;
    }

    .section_22 .row {
        padding: 15vh 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 .animationText2 {
        padding: 0 3vw;
        text-align:right;
    }
    .section_22 .text h2 { 
        text-align: right;
    }
    .section_22 .text .paragraph {
        text-align: right;
        margin: 5% 0;
    }
    .section_22 .text p {
        text-align: right;    
    }
    .section_22 .text a { 
        text-align: right;
    }
    .section_18 {
        position: relative;
    }
    .section_18 .row {
        position: absolute;
        top: 90%;
        transform: translateY(-90%);
    }
    .section_18 .row .contenidoTexto {
        height: auto;
    }
    .section_18 .row .contenidoTexto h2 {
        padding-right: 70%;
    }
    .section_18 .row .contenidoTexto h3 {
        margin: 1% 0;
        padding-right: 70%;
    }
    .section_18 .row .contenidoTexto p {
        padding-right: 70%
    }
    .section_21 .row .columna1 .imagenSup {
        margin-top: 10%;
    }
    .section_21 .row .columna1 .textoIzq {
        margin-bottom: 10%;
    }
    .section_21 .row .columna1 .textoIzq h2 {
        margin-bottom: 5%;
    }
    .section_21 .row .columna2 .textoDer {
        margin-top: 15%;
    }
    .section_21 .row .columna2 .textoDer h2 {
        margin-bottom: 5%;
    }
    .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 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
        margin: 0;
    }
    .section_12 .text h2 {
        margin-bottom: 0;
    }
    .section_12 .text h3 {
        margin: 5% 0;
    }
    .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: 0 3vw;
    }

    .section_13 .text h2 {
        margin-bottom: 0;
    }
    .section_13 .text h3 {
        margin: 5% 0;
    }
    .section_14 .row {
        padding: 10% 5vw;
    }
    .section_14 .text {
        padding: 0 26vw;
    }

    .section_14 .title h2{
        text-align: center;
        line-height: 100px;
    }

    .section_14 .text h3 {
        margin-top: 5vh;
        margin-bottom: 2%;
    }

    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_15 .text p {
        padding-right: 13vw;
    }
    
    .section_15 .text .logo img {
        width: 170px;
    }

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