/*
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 : 16/02/2022, 06:23:51 PM
    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_3 {
    background-color: #000000;
}

.section_3 .row {
    padding: 0 5vw;
}

.section_3 .text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.section_3 .text p {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 100px;
    color: #FFFFFF;
    text-align: left;
    line-height: 110px;
    position: absolute;
}

.section_3 .text .pwx-1 {
    top: 15%;
    left: 17%;
    opacity: 0;
}

.section_3 .text .pwx-2 {
    top: 40%;
    transition: all 1.5s ease;
    left: 17%;
    opacity: 0;
}

.section_3 .text .pwx-3 {
    top: 65%;
    transition: all 2s ease;
    left: 17%;
    opacity: 0;
}

.pwx-animated {
    opacity: 1 !important;
    transition: all 1s ease;
}

.section_4 {
    background-color: #000000;
}

.section_4 .row {
    padding: 0 5vw 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: left;
    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;
    position: relative;
}

.section_8 .image img {    
    height: 100%;
    position: absolute;
    transition: all 1s ease;
}

.section_8 .image .cellphone {    
    z-index: 2;
}

.section_8 .image .screenAlerts {    
    z-index: 1;
}

.cellphoneEfect {
    transform: translateX(-55%);
}

.alertEfect {
    transform: translateX(55%);
}

.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%, #7196A7 50%, #7196A7);
    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: center;
    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;
}

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

.section_13 .row {
    padding: 10vh 0;
    display: flex;
    align-items: center;
}

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

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

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

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

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

.section_13 .image {
    position: relative !important;
    display: flex;
    justify-content: center;
}

.section_13 .image .bAlerts {
    position: absolute;
    width: 97%;
    transform: translateY(-73%);
    transition: transform 1s ease;
}

.section_13 .image .bComputer {
    width: 90%;
}

.alertEfect13 {
    transform: translateY(0%) !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: 100vh;
    object-fit: cover;
    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 .paragraph {
    margin-right: 26%;
}
.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);
}

.section_9 .image .laImg_Ipadpro {
    display: none;
}


/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
        margin-top: 18%;
    }
    
    .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 .row {
        padding: 0 15px;
        height: 25vh;
    }
    
    .section_3 .text {
        padding: 0;
    }
    
    .section_3 .text p {
        font-size: 22px;
        line-height: normal;
    }
    
    .section_3 .text .pwx-1 {
        top: 2%;
    }
    
    .section_3 .text .pwx-2 {
        top: 25%;
    }
    
    .section_3 .text .pwx-3 {
        top: 47%;
    }
    
    .pwx-animated {
        left: 1% !important;
    }
    
    .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 .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        margin-top: 5vh;
    }
    
    .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_7 .image {
       margin-bottom: 5vh;
    }
    
    .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 {
        height: 273px;
        order: 1;
        margin-top: 5vh; 
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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 {
        padding: 50vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(100%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 100%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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: 22px;
        line-height: normal;
    }
    
    .section_15 .text p {
        font-size: 18px;
        line-height: normal;
    }
    
    .section_15 .text .paragraph {
        margin-right: 9%;
    }
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 15%;
        margin-bottom: 3.5px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 5vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0;
        height: 20vh;
    }
    
    .section_3 .text p {
        font-size: 27px;
        line-height: 40px;
    }
    
    .section_3 .text .pwx-1 {
        top: 2%;
    }
    
    .section_3 .text .pwx-2 {
        top: 33%;
    }
    
    .section_3 .text .pwx-3 {
        top: 47%;
    }
    
    .pwx-animated {
        left: 7% !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;
        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 .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        margin-top: 5vh;
    }
    
    .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;
        padding-right: 20px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
     .section_8 .image {
        height: 319px;
        order: 1;
        margin-top: 5vh;
    }
    
    .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;
        padding-right: 10px;
    }
    
    .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;
        padding-right: 38px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
    }
    
    .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;
        padding-right: 23px;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .section_11 .text {
        padding: 0;
    }
    
    .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;
        padding-right: 10px;
    }
    
    .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 {
        text-align: left;
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_12 .text h3 {
        text-align: left;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_12 .text p {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(160%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 100%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 7px;
        width: 16%;
        margin-bottom: 1px;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        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 .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 .row {
        padding: 0 45px;
        height: 15vh;
    }
    
    .section_3 .text p {
        font-size: 34px;
        line-height: 40px;
        text-align: left;
    }
    
    .pwx-animated {
        left: 1% !important;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .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_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 .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        margin-top: 5vh;
    }
    
    .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 .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 {
        height: 358px;
        order: 1;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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 {
        padding: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(210%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 100%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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 {
        height: 100vh;
    }
    
    .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: 1px;
    }
    
    .section_4 .image img {
        width: 100%;
    }

    .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_15 .text .logo img {
        margin-left: 10px;
        margin-bottom: 5.5px;
    }
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .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 .row {
        height: 20vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 5% !important;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .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 .row {
        flex-direction: column-reverse;
    }
    
    .section_7 .image {
        margin-top: 5vh;
    }
    
    .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 {
        height: 358px;
        order: 1;
    }
    
    .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 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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(215%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 100%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .section_13 .text {
        padding: 0 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
        padding: 0 12vw;
    }
    
    .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;
        padding-right: 12vw;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
     
    .section_15 .text .paragraph {
        margin-right: 0;
    }

    .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_15 .text .logo img {
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .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 .row {
        height: 20vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }

    .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;
        flex-direction: column-reverse;
    }
    
    .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 .image {
        margin-bottom: 5vh;
    }
    
    .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 {
        height: 538px;
        order: 1;
    }
    
    .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;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(240%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 70%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .section_13 .text {
        padding: 0 10vw;
    }
    
    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
        padding: 0 8vw;
    }
    
    .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 span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 12vw;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .text .paragraph {
        margin-right: 0;
    }  
    
    .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 .information360 .logo img {
        width: 285px;
    }
    .section_1 .image img {
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
        padding-right: 18vw;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration,
    .section_2 .benefits {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 25vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .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: 3vh;
        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;
        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;
    }
    
    .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 {
        width: 100vh;
    }
    
    .section_6 .image img {
        height: 110vh;
    }
    
    .section_7 .row {
        padding-left: 8vw;
        padding-right: 8vw;
        flex-direction: column-reverse;
    }
    
    .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 {
        height: 538px;
        order: 1;
    }
    
    .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_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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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;
        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: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_12 .image {
        height: 100vh;
    }
    
    .section_12 .image img {
        height: 110vh;
    }
    
    .section_13 .row {
        padding: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(400%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 70%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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 100%;
        max-width: 100%;
    }
    .section_15 .text .paragraph {
        margin-right: 10%;
    }
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 11%;
        margin-bottom: -5px;
    }
    .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: normal;
    }
    
    .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 .logo img {
        width: 295px;
    }
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration,
    .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 .row {
        height: 30vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .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;
        flex-direction: column-reverse;
    }
    
    .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 .image {
        margin-bottom: 5vh;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .image {
        height: 538px;
        order: 1;
    }
    
    .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_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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(400%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 70%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
        text-align: center;
    }
    
    .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: 100%;
    }
    
    .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 .logo img {
        margin-left: 12px;
        width: 10%;
        margin-bottom: -3px;
    }
    
    .section_15 .text .paragraph {
        margin-right: 15%;
    }
    
    .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: 205px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 10vh 5vw;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .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 .row {
        height: 25vh;
    }
    
    .section_3 .text p {
        font-size: 60px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .section_4 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 2vh;
        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: 50vh;
    }
    
    .section_6 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_6 .text {
        padding: 0;
    }
    
    .section_6 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .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: 50vh;
    }
    
    .section_7 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_7 .text {
        padding: 0 0vw 0 6vw;
    }
    
    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        align-items: center;
    }
    
    .section_8 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_8 .text {
        padding: 5vh 12vw;
    }
    
    .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 {
        height: 538px;
    } 
    
    .section_9 .text {
        padding: 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_9 .image .laImg_Web {
        display: none;
    }
    
    .section_9 .image .laImg_Ipadpro {
        display: block;
    }
    
    .section_10 .row {
        padding-left: 5vh;
        padding-right: 5vh;
    }
    
    .section_10 .text {
        padding: 0 4vw;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 115%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 70%;
    }
    
    .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: 50vh;
    }
    
    .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: 50vh;
    }
    
    .section_13 .row {
        padding: 15vh 6vw 10vh 6vw;
    }
    
    .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 100%;
        max-width: 100%;
    }
    .section_15 .text .paragraph {
        margin-right: 10%;
    }
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 8%;
        margin-bottom: -1px;
    }
    
    .section_15 .text .paragraph {
        margin-right: 40%;
    }

    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 8vw;
    }
    
    .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(-53%);
    }
    
    .textDown_Two {
        transform: translateY(-88%);
    }
    
    .textDown_Three {
        transform: translateY(-77%);
    }
    
    .textDown_Four {
        transform: translateY(-39%);
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 238px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
    }
    
    .section_2 .administration {
        padding: 10vh 12vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 3vh 5px;
    }
    
    .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 .row {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .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 {
        height: 538px;
    }
    
    .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 .row:nth-child(2) .text {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 15vh 6vw 10vh 6vw;
    }
    
    .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: 65%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_15 .text .logo img {
        width: 11%;
        margin-left: 11px;
        margin-bottom: 1px;
    }
    
    .section_15 .text .paragraph {
        margin-right: 18%;
        line-height: normal !important;
    }

    .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: 248px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 36px;
    }
    
    .section_2 .administration {
        padding: 10vh 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }
    
    .section_4 .row {
        padding: 0 8vw 10vh;
    }
    .section_4 .image img {
        margin: 0 0 4vh;
    }
    .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 .image {
        height: 538px;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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;
    }
    
    .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: 65%;
    }
    .section_15 .text .logo img {
        width: 13%;
        margin-bottom: -1px;
    }
    .section_15 .text .paragraph {
        margin-right: 0;
    }
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 40px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 12vw;
    }
    
    .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: 5vh 7vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 35%;
        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_1 .information360 {
        margin-top: 10%;
    }
    .section_1 .image {
        height: 170vh;
    }
    .section_2 .administration {
        padding: 10vh 5vw;
    }
    
    .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 .row {
        padding: 0 15px;
        height: 60vh;
    }
    
    .section_3 .text p {
        font-size: 34px;
        line-height: 40px;
    }
    
    .pwx-animated {
        left: 1% !important;
    }
    
    .section_3 .text p {
        font-size: 30px;
        line-height: 44px;
        text-align: left;
    }
    .section_4 .image img {
        width: 70%;
    }
    .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_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;
        flex-direction: column-reverse;
    }
    
    .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 {
        height: 218px;
        order: 1;
        margin-top: 5vh;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 55vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(74%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 50%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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 .laImg_Web {
        display: block;
    }
    
    .section_15 .laImg_Responsive {
        display: none;
    }
    
    .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: 8px;
        margin-bottom: 1.5px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 35%;
        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_1 .information360 {
        margin-top: 10%;
    }
    .section_1 .image {
        height: 170vh;
    }
    .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 .row {
        padding: 0 15px;
        height: 60vh;
    }
    
    .section_3 .text p {
        font-size: 30px;
        line-height: 40px;
    }
    
    .pwx-animated {
        left: 1% !important;
    }
    .section_4 .image img {
        width: 70%;
    }
    .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_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;
        flex-direction: column-reverse;
    }
    
    .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 {
        height: 218px;
        order: 1;
        margin-top: 5vh;
    }
    
    .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: 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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 50vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(80%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 50%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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 .laImg_Web {
        display: block;
    }
    
    .section_15 .laImg_Responsive {
        display: none;
    }
    
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 10%;
        margin-bottom: 2.5px;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    .section_15 .text .paragraph {
        margin-right: 22%;
    }
    .section_15 .text a {
        font-size: 14px;
    }
    
    .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: 5vh 10vw;
        margin-top: 7%;
    }
    .section_1 .image {
        height: 110vh;
    }
    .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 {
        height: 50vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    .section_4 .image img {
        width: 70%;
    }
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 {
        padding-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;
        flex-direction: column-reverse;
    }
    
    .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 .image {
        height: 330px;
        order: 1;
        margin-top: 5vh;
    }
    
    .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 50vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    .section_13 .text.text13 {
        padding: 0 15vw;
    }
    .text13FinanceEAnimated {
        transform: translateY(50%);
    }
    .section_13 .image .bAlerts {
        height: 111%;
    }
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 50%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 10vw;
        left: 0;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 11%;
        margin-bottom: 6px;
    }
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    .section_15 .text .paragraph {
        margin-right: 15%;
    }
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
        margin-top: 7%;
    }
    
    .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 {
        height: 50vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    .section_4 .image img {
        width: 65%;
    }
    .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_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;
        flex-direction: column-reverse;
    }
    
    .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 .image {
        margin-bottom: 8vh;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .image {
        height: 330px;
        order: 1;
    }
    
    .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_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 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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 33%;
    }
    
    .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: 50vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(15%);
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 50%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    .section_13 .text.text13 {
        padding: 0 20vw;
    }
    .section_13 .image .bAlerts {
        height: 111%;
    }
    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }
    .alertEfect13 {
        transform: translateY(0%) !important;
    }
    .section_13 .text {
        padding: 0 10vw;
    }
    .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;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 13vw;
        left: 0;
    }
    .section_15 .text .paragraph {
        margin-right: 15%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 11%;
        margin-bottom: 5px;
    }
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
        margin-top: 5%;
    }
    .section_1 .image {
        height: 120vh;
    }
    .section_1 .information360 .logo img {
        width: 190px;
        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 5% 5%;
    }
    
    .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 .row {
        height: 65vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .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;
        flex-direction: column-reverse;
    }
    
    .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 {
        margin-bottom: 8vh;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .row {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    
    .section_8 .image {
        height: 330px;
        order: 1;
    }
    
    .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_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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 33%;
    }
    
    .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: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
        padding: 0 20vw;
    }
    .section_13 .text13 h2{
        text-align: center;
    }
    
    .text13FinanceEAnimated {
        transform: translateY(0%);
    }
    .section_13 .image .bAlerts {
        height: 111%;
    }
    
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 50%;
    }
    
    .section_13 .image {
        margin-bottom: 5vh;
    }
    
    .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;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .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 p {
        font-size: 23px;
        line-height: 28px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    .section_15 .text {
        max-width: 100%;
    }
    .section_15 .text .logo img {
        margin-left: 9px;
        width: 9%;
        margin-bottom: -2px;
    }
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
        padding-right: 30%;
    }
    
    .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 15%;
    }
    
    .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 .row {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .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: 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 {
        flex-direction: column-reverse;
        padding: 0 8vw 10vh;
    }
    
    .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 {
        flex-direction: column-reverse;
        padding: 0 8vw 10vh;
    }
    
    .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 .image {
        height: 422px;
        order: 1;
    }
    
    .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_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(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 32%;
    }
    
    .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: 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 {
        flex-direction: column-reverse;
        padding: 0 8vw 10vh;
    }
    
    .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: 40vh 6vw 10vh 6vw;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_13 .text13 {
        position: absolute;
        transition: transform 1s ease;
        top: 0%;
        z-index: 3;
    }
    .section_13 .text.text13 {
        padding: 0px 23vw;
    }
    .text13FinanceEAnimated {
        transform: translateY(120%);
    }
    .alertEfect13 {
        height: 111%;
    }
    .section_13 .text {
        padding: 0px 8vw;
    }
    .section_13 .image .bComputer,
    .section_13 .image .bAlerts {
        width: 60%;
    }
    
    .section_13 .image {
        margin-bottom: 8vh;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: center;
    }
    
    .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;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 70%;
    }
    .section_15 .text .paragraph {
        margin-right: 2%;
    }
    .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 .logo img {
        margin-left: 10px;
        margin-bottom: -2px;
    }
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .image img {
        width: auto;
    }

    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360.col-lg-6 {
        max-width: 60%;
        margin-top: 10%;
    }
    
    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 5vh 18%;
    }
    
    .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 .row {
        height: 45vh;
    }
    
    .section_3 .text p {
        font-size: 60px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .section_4 .row {
        padding: 0 8vw 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;
    }

    .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;
    }
    
    .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 {
        height: 475px;
    }
    
    .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;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text {
        padding: 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 .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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 30vh 6vw 10vh 6vw;
    }
    
    .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 .row {
        padding: 15vh 5vw;
    }
    
    .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;
    }
    
    .section_15 {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text .logo img {
        margin-left: 11px;
        width: 13%;
        margin-bottom: -2px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 0;
    }
    .section_15 .text .paragraph {
        margin-right: 12%;
    }
    .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 5vw;
    }
    
    .textDown_Three {
        transform: translateY(-58%);
    }
    
    .textDown_Four {
        transform: translateY(-27%);
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_1 .col-lg-6 {
        max-width: 60%;
    }
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
        margin-top: 7%;
    }
    
    .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 16%;
    }
    
    .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 .row {
        height: 50vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
        line-height: 74px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }
    
    .section_4 .row {
        padding: 0 8vw 10vh;
    }
  
    .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 {
        height: 548px;
    }
    
    .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_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 {
        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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 30vh 6vw 10vh 6vw;
    }
    
    .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;
        margin-bottom: 2px;
        width: 11%;
    }
    .section_15 .text .paragraph {
        margin-right: 15%;
    }
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title 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;
    }
    
    .textDown_One {
        transform: translateY(-75%);
    }
    
    .textDown_Three {
        transform: translateY(-75%);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
        margin-top: 7%;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 10vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 20%;
    }
    
    .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 .row {
        height: 40vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }
    
    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    
    .section_4 .row {
        padding: 0 8vw 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 3vh;
        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 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw 0 5vw;
    }
    
    .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 .image {
        height: 548px;
    }
    
    .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 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 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .section_10 .row:nth-child(2) .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .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: 0 3vw;
    }
    
    .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 .text {
        padding: 0 0 0 4vw;
    }
    .section_15 .col-xl-6 {
        max-width: 60%;
    }
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    .section_15 .text .paragraph {
        margin-right: 16%;
    }
    .section_15 .text .logo img {
        margin-left: 12px;
        margin-bottom: 2px;
        width: 14%;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
    
    .textEfect {
        transition: all 1s ease;
        position: absolute;
        bottom: 0;
        padding: 0 2vw;
    }
    
    .textDown_One {
        transform: translateY(-78%);
    }
    
    .textDown_Two {
        transform: translateY(-65%);
    }
    
    .textDown_Three {
        transform: translateY(-75%);
    }
    
    .textDown_Four {
        transform: translateY(-40%);
    }
}
/*********************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;
        margin-top: 8%;
    }
    
    .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 20%;
    }
    
    .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 .row {
        height: 40vh;
    }
    
    .section_3 .text p {
        font-size: 84px;
        line-height: 88px;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 25%;
    }
    
    .pwx-animated {
        left: 12% !important;
    }
    
    .section_4 .row {
        padding: 0 8vw 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 3vh;
        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_5 .image img {
        height: 70vh;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section_6 .text .paragraph {
        margin-top: 0;
        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: 70vh;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .image {
        height: 738px;
    }
    
    .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 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .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_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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_11 .image img {
        height: 70vh;
    }
    
    .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_12 .image img {
        height: 70vh;
    }
    
    .section_13 .row {
        padding: 35vh 6vw 15vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .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 {
        font-size: 27px;
        padding-right: 0;
    }
    .section_15 .text .paragraph {
        margin-right: 18%;
        line-height: normal;
    }
    .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-bottom: 2px;
        margin-left: 12px;
        width: 13%;
    }
    
    .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 5vw 0 0;
    }
    
    .textDown_One {
        transform: translateY(-42%);
    }
    
    .textDown_Two {
        transform: translateY(-41%);
        padding: 0 0 0 5vw;
    }
    
    .textDown_Three {
        transform: translateY(-40%);
    }
    
    .textDown_Four {
        transform: translateY(-30%);
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 0 5vh 6vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .title h1 {
        padding-right: 4vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .administration .paragraph {
        padding: 0 3vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 20%;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .row {
        height: 55vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 30%;
    }
    
    .pwx-animated {
        left: 15% !important;
    }
    
    .section_4 .row {
        padding: 0vh 8vw 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 .image {    
        height: 738px;
    }
    
    .section_8 .text {
        padding: 5vh 28vw;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_10 .row {
        padding: 15vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
    }
    
    .section_10 .text h2 {
        padding-right: 2vw;
    }
    
    .section_10 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .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: 7vw;
    }
    
    .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: 10vw;
    }
    
    .section_13 .row {
        padding: 35vh 6vw 15vh 6vw;
    }
    
    .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;
    }
    
    .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 5vw;
    }
    
   .textDown_One {
        transform: translateY(-145%);
    }
    
    .textDown_Two {
        transform: translateY(-145%);
    }
    
    .textDown_Three {
        transform: translateY(-145%);
    }
    
    .textDown_Four {
        transform: translateY(-97%);
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw 5vh 5vw;
    }

    .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 20%;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .row {
        height: 40vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 35%;
    }
    
    .pwx-animated {
        left: 20% !important;
    }
    
    .section_4 .row {
        padding: 0 6vw 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    .section_4 .image img {
        margin: 4vh 0 2vh;
        width: 50%;
        height: 80%;
    }
    .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;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .image {
        height: 948px;
    }
    
    .section_8 .text {
        padding: 5vh 31vw;
    }
    
    .section_9 .text {
        padding: 0 11vw;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: flex-end;
    }
    
    .section_10 .row {
        padding: 15vh 6vw;
    }
    
    .section_10 .text {
        padding: 0 6vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text h2 {
        margin-bottom: 2vh;
        padding-left: 8vw;
    }
    
    .section_13 .row {
        padding: 35vh 6vw 15vh 6vw;
    }
    
    .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_15 .text p {
        padding-right: 0;
    }
    .section_15 .text .paragraph {
        margin-right: 40%;
    }
    .section_15 .text .logo img {
        margin-bottom: 7px;
        width: 11%;
    }
    .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 8vw;
    }
    
    .textDown_One {
        transform: translateY(-250%);
    }
    
    .textDown_Two {
        transform: translateY(-310%);
    }
    
    .textDown_Three {
        transform: translateY(-305%);
    }
    
    .textDown_Four {
        transform: translateY(-225%);
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 11vw 5vh 5vw;
    }

    .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;
        padding: 0 25% 3%;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .row {
        height: 40vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 40%;
    }
    
    .pwx-animated {
        left: 25% !important;
    }
    .section_4 .image img {
        width: 50%;
    }
    .section_4 .row {
        padding: 0 8vw 15vh;
    }
  
    .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 .image {
        height: 1065px;
    }
    
    .section_8 .text {
        padding: 5vh 30vw;
    }
    
    .section_9 .text {
        padding: 0 11vw;
    }
    
    .section_10 .row {
        padding: 15vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .image img {
        width: 45%;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_10 .row:nth-child(1) .image img {
        width: 100%;
    }
    
    .section_10 .row:nth-child(2) .image img {
        width: 45%;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .row {
        padding: 35vh 6vw 15vh 6vw;
    }
    
    .section_13 .text h2 {
        margin-bottom: 0;
    }
    
    .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 .paragraph {
        margin-right: 35%;
    }
    .section_15 .text .logo img {
        margin-bottom: 7px;
        width: 11%;
    }
    .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%);
    }
}