/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 28/01/2022, 11:50:03 AM
    Author     : angel
*/

@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');
}


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

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

.laImg_Responsive {
    display: none;
}

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

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

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

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

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

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

.section_2 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    text-align: center;
}

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

.section_2 .icons .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.section_4 {
    background-color: #000000;
}

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

.section_4 .information,
.section_4 .title {
    padding: 5vh 5vw;
}

.section_4 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
    color: #CDCDD3;
    text-align: center;
}

.section_4 .information .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    line-height: 37px;
    margin-bottom: 3vh;
}

.section_4 .information .paragraph:nth-child(2) {
    font-family: 'Helvetica-Neue-Regular';
}

.section_4 .information p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    color: #FFFFFF;
    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_4 .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.section_4 .image img {
    margin: 4vh 0;
}

.section_5 {
    background-color: #000000;
}

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

.section_5 .text {
    position: relative;
    padding: 0;
}

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

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

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

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

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

.section_5 .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1s ease;
}

.section_6 {
    background-color: #000000;
}

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

.section_6 .text {
    position: relative;
    padding: 0;
}

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

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

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

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

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

.section_6 .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1s ease;
}

.section_7 {
    background-color: #000000;
}

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

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

.section_7 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFFFFF;
    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 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.section_7 .image img {
    width: 100%;
}

.section_8 {
    background-color: #000000;
}

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

.section_8 .text {
    padding: 5vh 5vw;
}

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

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

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

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

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

.section_9 .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

.section_9 .image {
    overflow: hidden;
    padding: 0;
    height: 100%;
}

.section_9 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_9 .text {
    padding: 0 5vw;
    position: absolute;
    z-index: 3;
}

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

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

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

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

.section_10 {
    background: linear-gradient(to bottom, #000000, #000000 50%, #6F6761 50%, #6F6761);
    background-position: unset;
    background-size: 100% 200%;
    transition: background 3s;
}

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

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

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

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

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

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

.section_10 .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.section_10 .image img {
    width: 100%;
}

.fondoAnimadoEnergy {
    background-position: 100% 100% !important;
}

.section_11 {
    background-color: #000000;
}

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

.section_11 .text {
    padding: 0;
    position: relative;
}

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

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

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

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

.section_11 .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.section_11 .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1s ease;
    object-position: top;
}

.section_12 {
    background-color: #000000;
}

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

.section_12 .text {
    padding: 0;
    position: relative;
    background-color: #000000;
}

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

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

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

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

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

.section_12 .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: transform 1s ease;
}

.section_13 {
    background-color: #000000;
}

.section_13 .row {
    padding: 10vh 0;
    height: 1361px;
    display: flex;
    align-items: center;
    position: relative;
}

.section_13 .text {
    padding: 0 5vw;
    position: absolute;
    left: 0;
    transition: all 1s ease;
}

.section_13  .titulo {
    top: 35%;
}

.section_13  .textos {
    bottom: 35%;
}

.tituloEfect {
    top: 8% !important;
}

.textosEfect {
    bottom: 6% !important;
}

.section_13 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    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 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: static;
}

.section_13 .image .containerEfect {
    position: relative;
    height: 665px;
}

.section_13 .image .tabletPlanos {
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
    right: -120%;
}

.section_13 .image .macPlanos {
    position: absolute;
    width: 70%;
    transition: all 1s ease;
    left: -120%;
}

.tabletPlanosEfects {
    right: 4% !important;
}

.macPlanosEfects {
    left: 4% !important;
}

.section_14 {
    background-color: #000000;
}

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

.section_14 .title {
    padding: 0;
}

.section_14 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
    color: #FFFFFF;
    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;
}

.section_15 {
    background-color: #000000;
}

.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 1s ease;
}

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

.text15Animated {
    opacity: 1 !important;
}

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

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

.section_15 .text .logo img {
    margin-left: 15px;
    width: 13%;
    margin-bottom: 9px;
}

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

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

.textEfect {
    padding: 5vh 5vw;
}

.textDown_One {
    transform: translateY(-50%);
}

.textDown_Two {
    transform: translateY(-50%);
}

.textDown_Three {
    transform: translateY(-50%);
}

.textDown_Four {
    transform: translateY(-50%);
}

.imgEfect {
    transform: scale(1.2);
}

.imgEfectResponsive {
    transform: translateY(-50px);
}


/*******************************************************************************************************************/
/******************************************      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;
        margin-top: 19%;
    }
    
    .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_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 .title,
    .section_4 .information,
    .section_4 .image {
        padding: 0;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
 
    .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_4 .image img {
        width: 100%;
    }
    
    .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 {
        height: 100vh;
    }
    
    .section_5 .image img {
        height: 110vh;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .image {
        height: 100vh;
    }
    
    .section_6 .image img {
        height: 110vh;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
        padding: 0;
    }
    
    .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_8 .text {
        padding: 0;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        margin: 5vh 0;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        padding: 0;
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        height: 800px;
    }
    
    .section_13 .image .containerEfect {
        width: 270px;
        height: 164px;
    }
    
    .section_13 .image .macPlanos {
        width: 190px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 100px;
    }
    
    .section_13  .titulo {
        top: 33%;
    }
    
    .section_13  .textos {
        bottom: 16%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 1% !important;
    }
    
    .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 .image .carousell {
        width: 320px;
        height: 205px;
        margin: 5vh 0;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 24px;
        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: 6px;
        width: 14%;
        margin-bottom: 2px;
    }
    
    .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 .title,
    .section_2 .administration .paragraph {
        padding: 0 2vw;
    }
    
    .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_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .section_4 .information,
    .section_4 .title,
    .section_4 .image {
        padding: 0;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
    
    .section_4 .information .paragraph {
        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_4 .image img {
        width: 100%;
    }
    
    .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 {
        height: 100vh;
    }
    
    .section_5 .image img {
        height: 110vh;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 30px;
        line-height: 37px;
        padding-right: 23vw;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .image {
        height: 100vh;
    }
    
    .section_6 .image {
        height: 110vh;
    }
    
    .section_7 .text {
        padding: 0;
        margin-bottom: 5vh;
    }
    
    .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_8 .image {
        padding: 0;
        margin: 5vh 0;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
        padding: 0;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .text {
        padding: 0;
    }
    
    .section_11 .text h2 {
        font-size: 30px;
        line-height: 37px;
        padding-right: 5vw;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .image {
        height: 100vh;
        overflow: hidden;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 {
        margin-top: -40%;
    }
    
    .section_13 .row {
        height: 800px;
    }
    
    .section_13 .image .containerEfect {
        width: 270px;
        height: 164px;
    }
    
    .section_13 .image .macPlanos {
        width: 190px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 100px;
    }
    
    .section_13  .titulo {
        top: 33%;
    }
    
    .section_13  .textos {
        bottom: 21%;
    }
    
    .tituloEfect {
        top: 30% !important;
    }

    .textosEfect {
        bottom: 6% !important;
    }
    
    .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_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 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 1vw;
    }
    
    .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: 7px;
        width: 15%;
        margin-bottom: 1px;
    }
    
    .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;
    }
}
/***********************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 .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
    
    .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_4 .image img, .section_8 .image img {
        width: 100%;
    }
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .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 {
        height: 100vh;
    }
    
    .section_5 .image img {
        height: 110vh;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .image {
        height: 100vh;
    }
    
    .section_6 .image img {
        height: 110vh;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .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_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 258px;
        height: 172px;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .image .computerScreen {
        width: 288px;
        height: 233px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
   .section_13 .row {
        height: 880px;
    }
    
    .section_13 .image .containerEfect {
        width: 363px;
        height: 221px;
    }
    
    .section_13 .image .macPlanos {
        width: 260px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 150px;
    }
    
    .section_13  .titulo {
        top: 33%;
    }
    
    .section_13  .textos {
        bottom: 21%;
    }
    
    .tituloEfect {
        top: 21% !important;
    }

    .textosEfect {
        bottom: 7% !important;
    }
    
    .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 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .section_15 .text {
        padding: 0 15vw 0 4vw;
    }
    .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;
        width: 10%;
        margin-bottom: 3px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 205px;
        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 .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 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_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
    
    .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_4 .image img {
        width: 90%;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_8 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_8 .image img {
        width: 90%;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .section_9 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_11 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 940px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 21% !important;
    }

    .textosEfect {
        bottom: 8% !important;
    }
    
    .section_13 .text {
        padding: 0 10vw;
    }
    
    .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_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: 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;
    }
    
    .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;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 13%;
        margin-bottom: 6px;
    }   
    .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;
    }
    
    .textEfect {
        padding: 5vh 10vw;
    }
}
@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: 205px;
        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,
    .section_2 .benefits {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .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_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
    
    .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_4 .image img {
        margin: 0;
        width: 90%;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .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 {
        height: 100vh;
    }
    
    .section_5 .image img {
        height: 110vh;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .image {
        height: 100vh;
    }
    
    .section_6 .image img {
        height: 110vh;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .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_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_9 .text {
        padding: 0 13vw;
    }
    
    .section_9 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 3vh;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 1000px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 8% !important;
    }
    
    .section_13 .text {
        padding: 0 10vw;
    }
    
    .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_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;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 13vw;
        left: 0%;
    }
    
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 12%;
        margin-bottom: 6px;
    }
    
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
        
    .section_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;
    }
    
    .textEfect {
        padding: 0 13vw;
    }
}
/*******************************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 .logo img {
        width: 42%;
    }
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
        padding-right: 30vw;
    }
    
    .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,
    .section_2 .benefits {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        margin: 5vh 0;
    }
    
    .section_2 .administration .title h2 {
        padding-right: 10vw;
    }
    
    .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_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 8vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_4 .title h2 {
        text-align: left;
    }
    
    .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_4 .image img {
        width: 65%;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image {
        width: 100vh;
    }
    
    .section_5 .image img {
        width: 110vh;
        object-position: top;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
        padding-right: 10vw;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .image {
        width: 100vh;
    }
    
    .section_6 .image img {
        width: 110vh;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
        padding-right: 8vw;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .text {
        padding: 5vh 9vw;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image img {
        width: 65%;
    }
    
    .section_9 .text {
        padding: 0 13vw;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
        padding-right: 15vw;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
        padding-right: 6vw;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_10 .row:nth-child(1) .text h2 {
        padding-right: 10vw;
    }
    
    .section_10 .row:nth-child(2) .text h2 {
        padding-right: 18vw;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 43px;
        padding-right: 22vw;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
        padding-right: 25vw;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 1000px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 11% !important;
    }
    
    .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_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;
    }
    
    .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;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 65%;
        max-width: 70%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 15%;
        margin-bottom: -4px;
    }
    .section_15 .text .logo span {
        font-size: 42px;
        line-height: 24px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text p {
        font-size: 28px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 19px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_17 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_1 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
    
    .textEfect {
        padding: 0 13vw;
    }
}
/***********************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 .logo img{
        width: 42%;
    }
    .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,
    .section_2 .benefits {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .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_3 {
        height: auto;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image {
        height: 100vh;
    }
    
    .section_5 .image img {
        height: 110vh;
    }
    
    .section_6 .row {
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .image {
        height: 100vh;
    }
    
    .section_6 .image img {
        height: 110vh;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_9 .text {
        padding: 0 13vw;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        height: 100vh;
    }
    
    .section_11 .image img {
        height: 110vh;
    }
    
    .section_12 .row {
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1200px;
    }
    
    .section_13 .image .containerEfect {
        width: 615px;
        height: 340px;
    }
    
    .section_13 .image .macPlanos {
        width: 425px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 255px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 16% !important;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .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;
    }
    
    .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 img {
        margin-left: 10px;
        width: 15%;
        margin-bottom: -1.8px;
    }
    .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;
    }
    
    .textEfect {
        padding: 0 13vw;
    }
}
@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: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 305px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
        padding-right: 10vw;
    }
    
    .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 .title,
    .section_2 .administration .paragraph {
        padding: 0 4vw;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .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_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_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .title h2 {
        padding: 0 13vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 3vh;
        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_4 .image img {
        width: 80%;
    }
    
    .section_5 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_5 .text {
        padding: 0;
    }
    
    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        height: 75vh;
    }
    
    .section_6 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_6 .text {
        padding: 0;
    }
    
    .section_6 .text h2 {
        font-size: 38px;
        line-height: 45px;
        padding-left: 5vw;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        height: 75vh;
    }
    
    .section_7 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_7 .text {
        padding: 0 2vw;;
    }
    
    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
        padding-right: 5vw;
    }
    
    .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 .image {
        align-items: center;
    }
    
    .section_8 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_8 .text {
        padding: 5vh 10vw;
    }
    
    .section_8 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_9 .text {
        padding: 0 7vw 0 6vw;
    }
    
    .section_9 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .image {
        align-items: center;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_11 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 2vw;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image img {
        height: 75vh;
    }
    
    .section_12 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        height: 75vh;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1090px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 15% !important;
    }

    .textosEfect {
        bottom: 11% !important;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 13vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 13vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 13%;
        margin-bottom: -1px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 7vw;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 5vw;
    }
    
    .textDown_One {
        transform: translateY(-106%);
    }
    
    .textDown_Two {
        transform: translateY(-70%);
    }
    
    .textDown_Three {
        transform: translateY(-123%);
    }
    
    .textDown_Four {
        transform: translateY(-75%);
    }
}
/***********************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: 305px;
        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 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_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    
    .section_3 .content .laImg_Web {
        display: none;
    }
    
    .section_3 .content .laImg_Responsive {
        display: block;
    }
    
    .section_4 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
  
    .section_4 .information {
        padding: 0 12vw;
    }
    
    .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_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .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_5 .image img {
        height: 75vh;
    }
    
    .section_6 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_6 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_6 .text .paragraph {
        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 {
        height: 75vh;
    }
    
    .section_7 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .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_8 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .text {
        padding: 5vh 15vw;
    }
    
    .section_8 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_10 .text {
        padding: 0 3vw;
    }
    
    .section_10 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .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_10 .image {
        align-items: center;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_11 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_11 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .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_11 .image img {
        height: 75vh;
    }
    
    .section_12 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        height: 75vh;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
        height: 1112px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 11% !important;
    }

    .textosEfect {
        bottom: 9% !important;
    }
    
    .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 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 865px;
        height: 555px;
    }
    
    .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 {
        margin-left: 10px;
        width: 12%;
        margin-bottom: 3px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .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;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 5vw;
    }
    
    .textDown_One {
        transform: translateY(-130%);
    }
    
    .textDown_Two {
        transform: translateY(-130%);
    }
    
    .textDown_Three {
        transform: translateY(-154%);
    }
    
    .textDown_Four {
        transform: translateY(-128%);
    }
}
@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: 305px;
        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_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 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_4 .image img {
        width: 80%;
    }
    
    .section_5 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 .image img {
        height: 75vh;
    }
    
    .section_6 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_6 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_6 .text .paragraph {
        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 {
        height: 75vh;
    }
    
    .section_7 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .text {
        padding: 5vh 15vw;
    }
    
    .section_8 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .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_10 .image {
        align-items: center;
    }
    
    .section_10 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_11 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 41px;
        line-height: 48px;
    }
    
    .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_11 .image img {
        height: 75vh;
    }
    
    .section_12 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        height: 75vh;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
        height: 1230px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 13% !important;
    }
    
    .section_13 .text {
        padding: 0 14vw;
    }
    
    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .text {
        padding: 0 26vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .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;
    }
    
    .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 {
        margin-left: 12px;
        width: 13%;
        margin-bottom: 1px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 15vw;
    }
    
    .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;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 5vw;
    }
    
    .textDown_One {
        transform: translateY(-130%);
    }
    
    .textDown_Two {
        transform: translateY(-130%);
    }
    
    .textDown_Three {
        transform: translateY(-154%);
    }
    
    .textDown_Four {
        transform: translateY(-128%);
    }
}
/*******************************************************************************************************************/
/******************************************      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: 55vh 10vw;
    }
    .section_1 .image {
        height: 180vh;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 30%;
        height: auto;
        display: block;
    }
    
    .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_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-left: 5vw;
        padding-right: 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_4 .image img, .section_8 .image img {
        width: 100%;
    }
    .section_5 {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_5 .text {
        margin-bottom: 8vh;
    }
    
    .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_6 .row {
        padding-left: 5vw;
        padding-right: 5vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 8vh;
    }
    
    .section_6 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_7 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_7 .text {
        margin-bottom: 8vh;
    }
    
    .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_8 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        margin-bottom: 8vh;
    }
    .section_9 .row {
        height: 140vh;
    }
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 8vh;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
    }
    
    .section_11 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_11 .text {
        margin-bottom: 8vh;
    }
    
    .section_11 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .row {
        padding-left: 5vw;
        padding-right: 5vw;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 8vh;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 644px;
    }
    
    .section_13 .image .containerEfect {
        width: 270px;
        height: 164px;
    }
    
    .section_13 .image .macPlanos {
        width: 190px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 100px;
    }
    
    .section_13  .titulo {
        top: 20%;
    }
    
    .section_13  .textos {
        bottom: 20%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 1% !important;
    }
    
    .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;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 15%;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 6px;
        margin-bottom: 2px
    }
    
    .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: 55vh 10vw;
    }
    .section_1 .image {
        height: 180vh;
    }
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 40%;
        height: auto;
        display: block;
    }
    
    .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_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-left: 5vw;
        padding-right: 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_4 .image img, .section_8 .image img {
        width: 100%;
    }
    .section_5 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_5 .text {
        margin-bottom: 8vh;
    }
    
    .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_6 .row {
        padding-left: 5vw;
        padding-right: 5vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 8vh;
    }
    
    .section_6 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_7 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_7 .text {
        margin-bottom: 8vh;
    }
    
    .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_8 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    .section_9 .row {
        height: 140vh;
    }
    .section_10 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
    }
    
    .section_11 .row {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_11 .text {
        margin-bottom: 8vh;
    }
    
    .section_11 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .row {
        padding-left: 5vw;
        padding-right: 5vw;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 8vh;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 644px;
    }
    
    .section_13 .image .containerEfect {
        width: 270px;
        height: 164px;
    }
    
    .section_13 .image .macPlanos {
        width: 190px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 100px;
    }
    
    .section_13  .titulo {
        top: 20%;
    }
    
    .section_13  .textos {
        bottom: 20%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 1% !important;
    }
    
    .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_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 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 15%;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 6px;
        width: 10%;
        margin-bottom: 2px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 0vh 10vw;
    }
    .section_1 .image {
        height: 140vh;
    }
    
    .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_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    .section_4 .image img, .section_8 .image img {
        width: 80%;
    }
    .section_5 {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_5 .image img {
        object-position: top;
    }
    
    .section_6 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_9 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 80%;
    }
    
    .section_11 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 768px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 1% !important;
    }
    
    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .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;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .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;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 11%;
        margin-bottom: 6px;
    }
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    .section_1 .information360 {
        padding: 0vh 10vw;
    }
    .section_1 .image {
        height: 140vh;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 200px;
        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_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    .section_4 .image img {
        width: 80%;
    }
    .section_5 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .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_6 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 15%;
    }
    
    .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 .image img {
        width: 80%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    .section_8 img {
        width: 80%;
    }
    .section_9 .text {
        padding: 0 12vw;
    }
    
    .section_9 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_9 .image img {
        object-position: top;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 75%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_11 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 868px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 8% !important;
    }
    
    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .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 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 34vw 0 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    .section_15 .text .logo img {
        margin-left: 6px;
        width: 12%;
        margin-bottom: 7px;
    }
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 0vh 10vw 5vh 5vw;
    }
    .section_1 .image {
        height: 140vh;
    }
    .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_1 .information360 img {
        width: 30%;
    }
    
    .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_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-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 0;
    }
    
    .section_6 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_7 .text {
        margin-bottom: 5vh;
    }
    
    .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 .image img {
        width: 80%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_9 .text {
        padding: 0 13vw;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .image img {
        width: 75%;
        height: auto;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
        text-align: left;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_13 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        height: 868px;
    }
    
    .section_13 .image .containerEfect {
        width: 545px;
        height: 310px;
    }
    
    .section_13 .image .macPlanos {
        width: 378px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 215px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 8% !important;
    }
    
    .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 20vw;
    }
    
    .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 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 100%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 23px;
        line-height: 28px;
        padding: 2% 28% 0 0;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 9%;
        margin-bottom: -2px;
    }
    .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 8%;
    }
    
    .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_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-left: 10vw;
        padding-right: 10vw;
    }
    
    .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_4 .image img {
        width: 80%;
    }
    
    .section_5 .row {
        padding-left: 10vw;
        padding-right: 10vw
    }
    
    .section_5 .text {
        margin-bottom: 5vh;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 0;
    }
    .section_5 .row {
        padding-left: 0;
        padding-right: 0;
    }
    .section_6 .row {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        flex-direction: column-reverse;
    }
    
    .section_6 .text {
        margin-bottom: 5vh;
    }
    
    .section_6 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    
    .section_7 .row {
        padding: 0;
    }
    
    .section_7 .text {
        margin-bottom: 10%;
    }
    
    .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 .image img {
        width: 80%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_9 .text {
        padding: 0 13vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_10 .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .section_10 .text {
        margin-bottom: 5vh
    }

    .section_10 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .image img {
        width: 80%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    
    .section_11 .text {
        margin-bottom: 5vh;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .row {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        flex-direction: column-reverse;
    }
    
    .section_12 .text {
        margin-bottom: 5vh;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 900px;
    }
    
    .section_13 .image .containerEfect {
        width: 615px;
        height: 340px;
    }
    
    .section_13 .image .macPlanos {
        width: 425px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 255px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 22% !important;
    }

    .textosEfect {
        bottom: 8% !important;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .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 20vw;
    }
    
    .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 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 100%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 9%;
        margin-bottom: -2px;
    }
    .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;
        padding-right: 32%;
    }
    
    .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: 270px;
        height: auto;
        margin-top: 21%;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
        padding-right: 20vw;
    }
    
    .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,
    .section_2 .administration .paragraph {
        padding: 0 3vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .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_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }
    
    .section_4 .title h2 {
        padding: 0 14vw;
    }
    
    .section_4 .row {
        padding: 15vh 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_4 .image img {
        width: 80%;
    }
    
    .section_5 .row {
        padding: 10vh 5vw;
    }
    
    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .text h2 {
        font-size: 38px;
        line-height: 45px;
        padding-left: 7vw;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        padding-right: 5vw;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text {
        padding: 5vh 13vw;
    }
    
    .section_8 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        padding-right: 5vw;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_9 .text {
        padding: 0 3vw 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .image {
        align-items: center;
    }
    .section_10 .text {
        padding: 0 3vw 0 4vw;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .row {
        padding: 10vh 5vw;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .row {
        padding: 10vh 5vw;
    }
    
    .section_12 .text {
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        object-fit: cover;
    }
    
   .section_13 .row {
        padding: 15vh 6vw;
        height: 1090px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 20% !important;
    }

    .textosEfect {
        bottom: 11% !important;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 10vw;
    }
    
    .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;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 12%;
        margin-bottom: -1px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 8vw;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_15 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 11vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
    
    .textDown {
        transform: translateY(-25%);
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 4vw;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) 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_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 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_4 .image img {
        width: 70%;
    }
    
    .section_5 .row {
        padding: 10vh 6vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .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_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 10vh 6vw;
    }
    
    .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_8 .row {
        padding: 10vh 6vw;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 396px;
    }
    
    .section_8 .text {
        padding: 5vh 13vw;
    }
    
    .section_8 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .image img {
        width: 70%;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .row {
        padding: 10vh 6vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .section_10 .text h2 {
        padding-right: 0;
        font-size: 40px;
        line-height: 47px;
    }
    
    .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_10 .image img {
        width: 96%;
        height: auto;
    }
    .section_10 .image {
        align-items: center;
    }
    .section_11 .row {
        padding: 10vh 6vw;
    }
    
    .section_11 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .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: 10vh 6vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
        height: 1112px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 6% !important;
    }
    
    .section_13 .text {
        padding: 5vh 16vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .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_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 20%;
        margin-bottom: -7px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 15%;
    }
    
    .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;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 5vw;
    }
}
@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;
        padding-right: 5vw;
    }
    
    .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_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 9.5vw;
    }
    
    .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_4 .image img {
        width: 80%;
    }
    
    .section_5 .row {
        padding: 10vh 5vw;
    }
    
    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 10vh 6vw;
    }
    
    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text {
        padding: 5vh 13vw;
    }
    
    .section_8 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text {
        padding: 0 5vw 0 11vw;
    }
    
    .section_9 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .row {
        padding: 15vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .section_10 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .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_10 .image {
        align-items: center;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 15vh 5vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 41px;
        line-height: 48px;
    }
    
    .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 5vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1230px;
    }
    
    .section_13 .image .containerEfect {
        width: 860px;
        height: 479px;
    }
    
    .section_13 .image .macPlanos {
        width: 600px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 340px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 6% !important;
    }
    
    .section_13 .text {
        padding: 5vh 13vw;
    }
    
    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 18vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 18vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
        margin-top: 5vh;
    }
    
    .section_14 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    .section_15 .col-xl-6 {
        max-width: 70%;
    }
    
    .section_15 .text {
        padding: 0 9vw 0 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 22%;
        margin-bottom: -8px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 18%;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 3vw;
    }
    
    .textDown_Four {
        transform: translateY(-106%);
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1899px) 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: 283px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 13vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .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_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .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_4 .image img {
        width: 60%;
    }
    
    .section_5 .row {
        padding: 15vh 6vw;
    }
    
    .section_5 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    .section_6 .text {
        padding: 0 0 0 5%;
    }
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 4vw;
    }
    
    .section_7 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 5vh 20vw;
    }
    
    .section_8 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .row {
        padding: 15vh 6vw;
    }
    
    .section_10 .text {
        padding: 0 5vw;
    }
    
    .section_10 .text h2 {
        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: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        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 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1361px;
    }
    
    .section_13 .image .containerEfect {
        width: 1192px;
        height: 665px;
    }
    
    .section_13 .image .macPlanos {
        width: 830px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 8% !important;
    }

    .textosEfect {
        bottom: 6% !important;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 20vw;
    }
    
    .section_13 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 16vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
        margin-top: 5vh;
    }
    
    .section_14 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    
    .section_15 .text p {
        line-height: normal;
        font-size: 27px;
        padding-right: 18%;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 22%;
        margin-bottom: -9px;
    }
    
    .image15Animated {
        padding: 7vh 7vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        line-height: 28px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 100px;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 3vw 0 0;
    }
    
    .textDown_One {
        transform: translateY(-100%);
    }
    
    .textDown_Two {
        transform: translateY(-65%);
    }
    
    .textDown_Three {
        transform: translateY(-88%);
    }
    
    .textDown_Four {
        transform: translateY(-80%);
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 15vh 0 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .title h1 {
        padding-right: 6vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 7vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 .row {
        padding: 15vh 6vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 5vh 28vw;
    }
    
    .section_9 .text {
        padding: 0 4vw 0 7vw;
    }
    
    .section_10 .row {
        padding: 15vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
    }
    
    .section_10 .text h2 {
        padding-right: 2vw;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 3vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        padding-left: 2vw;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1483px;
    }
    
    .section_13 .image .containerEfect {
        width: 1192px;
        height: 665px;
    }
    
    .section_13 .image .macPlanos {
        width: 830px;
    }
    
    .section_13  .titulo {
        top: 35%;
    }
    
    .section_13  .textos {
        bottom: 35%;
    }
    
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 9% !important;
    }
    
    .section_13 .text {
        padding: 0 25vw;
    }
    
    .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_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 7vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        padding: 15px 100px;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 6vw;
    }
    .section_11 .textEfect{
        padding: 0 4vw 0 0; 
    }
    
   .textDown_One {
        transform: translateY(-145%);
    }
    
    .textDown_Two {
        transform: translateY(-130%);
    }
    
    .textDown_Three {
        transform: translateY(-145%);
    }
    
    .textDown_Four {
        transform: translateY(-97%);
    }
    .section_15 .text p {
        padding-right: 25%;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 12vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        padding-right: 8vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .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_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 3vh;
    }
    
    .section_5 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 5vh 31vw;
    }
    
    .section_9 .text {
        padding: 0 9vw;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: flex-end;
    }
    
    .section_10 .row {
        padding: 15vh 6vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 0;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 0;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1483px;
    }
    
    .section_13 .image .containerEfect {
        width: 1192px;
        height: 665px;
    }
    
    .section_13 .image .macPlanos {
        width: 830px;
    }
    
    .section_13  .titulo {
        top: 38%;
    }
    
    .section_13  .textos {
        bottom: 38%;
    }
    .section_15 .text .logo img {
        width: 18%;
        margin-bottom: -5px;
    }
    .section_15 .text p {
        padding-right: 37%;
    }
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 12% !important;
    }
    
    .section_13 .text {
        padding: 0 24vw;
    }
    
    .section_14 .row {
        padding: 15vh 6vw;
    }
    
    .section_14 .text {
        padding: 0 24vw;
    }
    
    .section_14 .title h2 {
        padding: 0 24vw;
    }
    
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
        width: 1415px;
        height: 907px;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .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;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 10vw;
    }
    
    .section_12 .textEfect {
        padding: 0 12vw;
    }
    
    .textDown_One {
        transform: translateY(-200%);
    }
    
    .textDown_Two {
        transform: translateY(-200%);
    }
    
    .textDown_Three {
        transform: translateY(-220%);
    }
    
    .textDown_Four {
        transform: translateY(-244%);
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw 5vh 5vw;
    }
    .section_1 .information360 br{
        display: none;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 0 0 4%;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 5vh 30vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .section_10 .row {
        padding: 15vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 0;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
        height: 1793px;
    }
    
    .section_13 .image .containerEfect {
        width: 1470px;
        height: 884px;
    }
    
    .section_13 .image .macPlanos {
        width: 1100px;
    }
    
    .section_13 .image .tabletPlanos {
        width: 550px;
    }
    
    .section_13  .titulo {
        top: 40%;
    }
    
    .section_13  .textos {
        bottom: 40%;
    }
    
    .tituloEfect {
        top: 14% !important;
    }

    .textosEfect {
        bottom: 12% !important;
    }
    
    .section_13 .text {
        padding: 0 26vw;
    }
    
    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    
    .section_14 .text {
        padding: 0 26vw;
    }
    
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .section_15 .text p {
        padding-right: 16vw;
    }
    .section_15 .text .logo img {
        margin-bottom: -6px;
    }
    .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;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 5vw;
    }
    
    .textDown_One {
        transform: translateY(-267%);
    }
    
    .textDown_Two {
        transform: translateY(-210%);
    }
    
    .textDown_Three {
        transform: translateY(-267%);
    }
    
    .textDown_Four {
        transform: translateY(-244%);
    }
}