/*
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 : 5/01/2022, 03:37:44 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;
}

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

.laImg_Responsive {
    display: none;
}

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

.container-fluid {
    background-color: white;
}

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

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

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

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

.section_2 .paragraph p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 28px;
    color: #5C5C5C;
    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: #5C5C5C;
    text-align: center;
}

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

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

.section_3 {
    background-color: white;
    height: 100vh;
    padding: 0;
    transition: all 1s ease;
    position: relative;
    display: flex;
    justify-content: center;
}

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

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

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

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

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

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

.section_4 {
    background-color: white;
}

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

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

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

.section_4 .information p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 24px;
    color: #5C5C5C;
    text-align: left;
    line-height: 29px;
}

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

.section_5 {
    background-color: white;
    padding: 0 5vw;
}

.section_5 .text {
    background-color: #0555C3;
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3vh 3vw;
}

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

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

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

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

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

.section_5 .image img {
    /*width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;*/
    width: 101%;
    height: 102.8%;
    margin-top: -6px;
    border-radius: 60px 0 0 60px;
}

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

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

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

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

.section_6 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 80px;
    color: #FFFFFF;
    text-align: left;
    line-height: 85px;
    margin-bottom: 3vh;
}

.section_6 .text .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

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

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

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

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

.section_7 {
    background-color: #000000;
}

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

.section_7 .text {
    position: relative;
}

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

.animationTextActive {
    right: 0% !important;
}

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

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

.section_8 {
    background-color: white;
}

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

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

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

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

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

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

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

.section_8 .image .tablet {
    width: 1014px;
    height: 675px;
    position: relative;
    overflow: hidden;
    border: 1px solid white;
}

.section_8 .image .img_tablet {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}

.section_8 .image .img_screen {
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 1s ease;
}

.screenMoving {
    transform: translateX(-50%);
}

.section_9 .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5vh 5vw;
}

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

.section_9 .image img {
    transition: all 0.3s ease;
}

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

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

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

.section_9 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #000000;
    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_9 .image .computerScreen {
    width: 927px;
    height: 752px;
    position: relative;
    overflow: hidden;
}

.section_9 .image .img_computer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}

.section_9 .image .img_screenComputer {
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 1s ease;
}

.screenMovingComputer {
    transform: translateX(-50%);
}

.section_10 {
   background-color: white;
}

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

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

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

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

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

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

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

.section_10 .image img {
    /*position: absolute;*/
}

.section_11 {
    background-color: white;
}

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

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

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

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

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

.section_12 {
    background-color: #000000;
}

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

.section_12 .text {
    padding: 0 5vw;
    background-color: #797979;
    border-radius: 30px 0 0 30px;
}

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

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

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

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

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

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

.section_13 {
    background-color: #000000;
}

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

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

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

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

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

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

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

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

.section_14 {
    background-color: #000000;
}

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

.carousellAnimated {
    transform: translateX(-75%);
}

.section_15 {
    background-color: #000000;
}

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

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

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

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

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

.text15Animated {
    opacity: 1 !important;
}

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

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

.section_15 .text .logo img {
    margin-left: 18px;
    width: 12%;
    margin-bottom: 8.5px;
}

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


/*******************************************************************************************************************/
/******************************************      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 .image {
        height: 110vh;
    }
    .section_1 .information360 {
        padding: 5vh 10vw;
        margin-top: 24%;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 5vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 28px;
        line-height: normal;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .section_5 .image img {
        width: 101.5%;
        height: 102.8%;
        margin-top: 0px;
        margin-left: -.8%;
    }
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .title {
        padding: 0;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        font-size: 39px;
        line-height: 48px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 258px;
        height: 172px;
    }
    
    .section_8 .text {
        padding: 5vh 3vw;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 288px;
        height: 233px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 70%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .image {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 320px;
        height: 205px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 22px;
        line-height: normal;
    }
    
    .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: 16%;
        margin-bottom: 4px;
    }
    
    .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){
    .section_5 .image img {
        width: 101.5%;
        height: 102%;
        margin-top: 0;
        margin-left: -0.8%;
    }
    .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 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information {
        padding: 0 3vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .title {
        padding: 0 3vw;
    }
    
    .section_6 .text {
        padding: 0 3vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        font-size: 39px;
        line-height: 48px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image {
        padding: 0;
    }
    
    .section_8 .image .tablet {
        width: 288px;
        height: 194px;
    }
    
    .section_8 .text {
        padding: 5vh 3vw;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 288px;
        height: 233px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 70%;
        height: auto;
        margin-top: 3vh;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        padding-right: 8vw;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .image {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 10vw 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: 6px;
        margin-bottom: 1px;
        width: 17%;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        /*padding: 2vh 8vw 7vh 8vw;*/
        padding: 2vh 8vw 15vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .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 .image img {
        width: 102%;
        height: 102.8%;
        margin-top: -2px;
        margin-left: -1%;
    }
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .title {
        padding: 0;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        font-size: 39px;
        line-height: 48px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 358px;
        height: 246px;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 388px;
        height: 333px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 70%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .image {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    .section_15 .text .logo img {
        width: 18%;
    }
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 25%;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 12%;
        margin-bottom: 0;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 245px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
        width: 102%;
        height: 102.8%;
        margin-top: -3px;
        margin-left: -1%;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 12vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 50px;
        line-height: 55px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
        margin-top: 3vh;
    }
    
    .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 {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .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 img {
        width: 70%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .row {
        padding: 10vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 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 {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 601px;
        height: 385px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        width: 90%;
        left: 4%;
    }
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 14%;
        margin-bottom: 4px;
    }
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
        
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 245px;
        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 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
        width: 102%;
        height: 102.8%;
        margin-top: -3px;
        margin-left: -1%;
    }
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 6vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .section_9 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 3vh;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 558px;
        height: 358px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 13vw;
        left: 0%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 13%;
        margin-bottom: 4px;
    }
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 19%;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
        
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .image img {
        height: auto;
    }
    
    .section_1 .logo img {
        width: 45%;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
        padding-right: 18vw;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 5vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 8vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
        width: 101.9%;
        margin-top: -4px;
        margin-left: -1%;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 6vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image {
        padding-top: 3vh;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
        margin-top: 3vh;
    }
    
    .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: 10vh 5vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 35%;
        height: auto;
        margin-top: 5vh;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 14%;
        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;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .imag .laImg_Responsive {
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    .section_1 .logo img {
        width: 45%;
    }
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: left;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 {
        height: auto;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .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 img {
        border-radius: 30px 30px 0 0;
        width: 102%;
        height: 102.8%;
        margin-top: -5px;
        margin-left: -1%;
    }
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 12vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .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: 10vh 2vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 2vw 0 2vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 2vw;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 68%;
        max-width: 68%;
    }
    
    .section_15 .text .logo img {
        margin-left: 15px;
        width: 15%;
        margin-bottom: 3px;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 39px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 305px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 10vh 5vw;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 2vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }
    
    .section_3 .content .laImg_Web {
        display: none;
    }
    
    .section_3 .content .laImg_Responsive {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 23px;
        line-height: 30px;
    }
    
    .section_4 .information p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .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 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        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 {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 2vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 2vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 2vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .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 2vw 5vh 2vw;
        padding-bottom: 15%;
    }
    
    .section_10 .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-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 img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 5vh 2vw 0 2vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        /*justify-content: flex-end;*/
        padding: 5vh 2vw;
        justify-content: center;
    }
    
    .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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        object-fit: cover;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 13vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 13vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text .logo img {
        width: 80px;
        margin-left: 15px;
        margin-bottom: 0px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .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;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 305px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
    }
    
    .section_2 .administration {
        padding: 10vh 12vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 3vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    
    .section_3 .content .laImg_Web {
        display: none;
    }
    
    .section_3 .content .laImg_Responsive {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }
    
    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 5vh 6vw 10vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 396px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .section_8 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 567px;
        height: 469px;
    }
    
    .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 5vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .text {
        padding: 0 20vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 15vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 865px;
        height: 555px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_15 .text .logo img {
        width: 80px;
        margin-bottom: 2px;
        margin-left: 10px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 37px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .image .laImg_Web {
        display: none;
    }
    
    .section_15 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360 .logo img {
        width: 305px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 36px;
    }
    
    .section_2 .administration {
        padding: 10vh 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 70%;
        padding: 9vh 1vw 3vh 2vw;
    }
    
    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    
    .section_3 .content .laImg_Web {
        display: none;
    }
    
    .section_3 .content .laImg_Responsive {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }
    
    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 7vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 5vh 6vw 10vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 414px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .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 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 589px;
        height: 479px;
    }
    
    .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: 10vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .text {
        padding: 0 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;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 865px;
        height: 555px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 40px;
    }
    
    .section_15 .text .logo img {
        width: 100px;
        margin-bottom: 1px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 37px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .image .laImg_Web {
        display: none;
    }
    
    .section_15 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 15px 100px;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 18vh 5vw 0;
    }
    .section_1 .image {
        height: 170vh;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
        margin-top: 1rem;
    }
    
    .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 4vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_5 .image img {
        width: 101.95%;
        height: 104.8%;
        margin-left: -0.98%;
    }
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .title {
        padding: 0;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        font-size: 39px;
        line-height: 48px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 258px;
        height: 172px;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 288px;
        height: 233px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 70%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .image {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 320px;
        height: 205px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 5vw;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 14%;
        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: 18vh 5vw 0;
    }
    .section_1 .image {
        height: 180vh;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 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;
        margin-top: 1rem;
    }
    
    .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 4vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 85%;
        padding: 9vh 3vw 1vh 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .animacionSection3 {
        padding: 0 7vw !important;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    .section_5 .image img {
        width: 101.95%;
        height: 104.8%;
        margin-left: -0.98%;
    }
    .section_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .title {
        padding: 0;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        font-size: 39px;
        line-height: 48px;
    }
    .section_6 .text {
        padding: 0 7vw;
    }
    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 258px;
        height: 172px;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 288px;
        height: 233px;
        margin-top: 3vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .image img {
        width: 90%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 70%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_13 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .row {
        padding: 10vh 0;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_14 .image {
        padding: 0;
    }
    
    .section_14 .image .carousell {
        width: 375px;
        height: 240px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 5vw;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 11%;
        margin-bottom: 1px;
    }
    
    .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: 18vh 5vw 0;
    }
    .section_1 .image {
        height: 130vh;
    }
    
    .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;
        margin-top: 1rem;
    }
    
    .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 4vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 9vh 5vw 1vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 41px;
        line-height: 62px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    .section_5 .image img {
        width: 102%;
        height: 103.8%;
        margin-left: -1%;
    }
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 50px;
        line-height: 55px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_7 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .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 {
        padding: 10vh 5vw;
    }
    
    .section_10 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_10 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .image img {
        width: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 2vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 1vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 12vw 0 4vw;
    }
    .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;
        padding-right: 18%;
    }
    
    .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: 18vh 5vw 0;
    }
    .section_1 .image {
        height: 130vh;
    }
    .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;
        margin-top: 1rem;
    }
    
    .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 4vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_3 .image .laImg_Responsive {
        display: none;
    }
    
    .section_3 .image .laImg_Web {
        display: block;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
        width: 102%;
        margin-left: -1%;
        height: 103.8%;
    }
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 8.5vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .section_7 .text .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .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: 10vh 5vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 2vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 2vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 12vw 0 4vw;
    }
    .section_15 .text .logo img {
        margin-left: 8px;
        width: 10%;
        margin-bottom: 6px;
    }
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
        padding-right: 25%;
    }
    
    .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 .logo img{
        width: 35%;
        margin-top: 15%;
    }
    .section_1 .image {
        height: 150vh;
    }
    .section_1 .information360 {
        padding: 0 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;
        padding: 10px 80px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    .section_5 .image img {
        width: 102%;
        margin-top: -5px;
        margin-left: -1%;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 8.5vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    .section_7 .image img {
        width: 75%;
    }
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .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: 10vh 5vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 5vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 10%;
        margin-bottom: -3.5px;
    }
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    .section_15 .text p {
        font-size: 22px;
        line-height: normal;
        padding-right: 40%;
        margin-top: 3%;
    }
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 10px 80px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
        width: 102%;
        height: 103.8%;
        margin-left: -1%;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 8vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .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;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_7 .image img {
        width: 75%;
    }
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .section_8 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .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: 10vh 2vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
    }
    
    .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: 55%;
        height: auto;
        position: inherit;
        margin-bottom: 3vh;
    }
    
    .section_11 .row {
        padding: 10vh 2vw 0 2vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 3.5vw;
    }
    
    .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 img {
        width: 35%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_12 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_12 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7vh 3vw;
        border-radius: 30px 30px 0 0;
    }
    
    .section_13 .text h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_13 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_13 .image img {
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .section_14 .text {
        padding: 0 5vw;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        padding: 0 10vw;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 9%;
        margin-bottom: -2px;
    }
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 30px;
        padding-right: 35%;
    }
    
    .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;
        padding-top: 12%;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 12px 80px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_2 .icons .icon .img {
        width: 110px;
        height: auto;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 13vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 49px;
        line-height: 70px;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 23px;
        line-height: 30px;
    }
    
    .section_4 .information p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .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 {
        object-fit: cover;
    }
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        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 {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 10vh 2vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 2vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 541px;
        height: 362px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .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 {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 2vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 520px;
        height: 430px;
    }
    
    .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 2vw 5vh 2vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-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 img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 5vh 2vw 0 2vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        /*justify-content: flex-end;
        padding: 5vh 2vw;*/
        justify-content: center;
        padding: 5vh 2vw 0 7vw;
    }
    
    .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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .image img {
        object-fit: cover;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    
    .section_14 .text {
        padding: 0 10vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 10vw;
    }
    
    .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: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 28px;
    }
    
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 12%;
        margin-bottom: -1px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 10%;
    }
    
    .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;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
        padding-top: 12%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 65%;
    }
    .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;
        padding: 12px 80px;
    }
    
    .section_2 .administration {
        padding: 10vh 12vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }
    
    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 3vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .section_5 .image img{
        object-fit: cover;
    }
    .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 {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 5vh 6vw 10vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 396px;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .section_8 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_8 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_8 .image {
        align-items: center;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 567px;
        height: 469px;
    }
    
    .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 5vw;
    }
    
    .section_10 .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;        
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 2vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .text {
        padding: 0 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_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 865px;
        height: 555px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        width: 12%;
        margin-bottom: 2.5px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 15%;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        line-height: 24px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
        padding-top: 12%;
    }
    
    .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;
        padding: 12px 80px;
    }
    
    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 10vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 53px;
        line-height: 74px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 24px;
        line-height: 31px;
    }
    
    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 7vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .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{
        object-fit: cover;
    }
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 5vh 6vw 10vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 414px;
        top: 12%;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
    }
    
    .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 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 589px;
        height: 479px;
    }
    
    .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: 10vh 5vw 5vh 5vw;
        padding-bottom: 10%;
    }
    
    .section_10 .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 4vw;
    }
    
    .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 {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 5vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 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_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 865px;
        height: 555px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    .section_15 .col-xl-6 {
        max-width: 60%;
    }
    .section_15 .text {
        padding: 0 0 0 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
        margin-bottom: 1.5px;
        width: 15%;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 10%;
    }
    
    .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;
    }
}
/*********************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: 13% 0 0 7%;
    }
    
    .section_1 .information360 .logo img {
        width: 283px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 13vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 56px;
        line-height: 77px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 25px;
        line-height: 32px;
    }
    
    .section_4 .information p {
        font-size: 20px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 9vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_5 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_7 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_7 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_7 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .image .tablet {
        width: 752px;
        height: 503px;
    }
    
    .section_8 .text {
        padding: 5vh 5vw 5vh 2vw;
    }
    
    .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 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 7vw 0 0;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image .computerScreen {
        width: 662px;
        height: 546px;
    }
    
    .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: 10vh 5vw 5vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 2vw 0 12vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 0;
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        /*justify-content: flex-end;*/
        justify-content: center;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_11 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_11 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_11 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_12 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_12 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 3vw;
    }
    
    .section_13 .text h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 5vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_13 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_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 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 42px;
    }
    
    .section_15 .text .logo img {
        margin-left: 12px;
        width: 14%;
        margin-bottom: 2px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        padding-right: 7%;
        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 p {
        font-size: 27px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .image15Animated {
        padding: 7vh 7vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        line-height: 28px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 10vh 0 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .title h1 {
        padding-right: 4vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 18vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 11vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .section_8 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_9 .row {
        padding: 15vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 14vw 0 0;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_10 .row {
        /*padding: 5vh 5vw;*/
        padding: 5% 5vw 8%;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;/*añadido*/
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        /*justify-content: flex-end;
        padding: 5vh 4vw;*/
        justify-content: center;
        padding: 5vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        margin-bottom: 5vh;
        padding-right: 10vw;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    
    .section_14 .row {
        padding: 15vh 5vw;
    }
    
    .section_14 .text {
        padding: 0 24vw;
    }
    
    .section_14 .title h2 {
        padding: 0 24vw;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .text h3 {
        margin-top: 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;
    }
    .section_15 .text p {
        padding-right: 23%;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 8vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 9vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_5 .text h3 {
        margin-bottom: 4vh;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .section_9 .row {
        padding: 15vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 9vw 0 7vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: flex-end;
    }
    
    .section_10 .row {
        padding: 10vh 5vw 5vh 5vw;
        padding-bottom: 10%;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 4vw 0 10vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        margin-bottom: 5vh;
    }
    
    .section_13 .row {
        padding: 15vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    
    .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 .text p {
        padding-right: 12vw;
    }
    .section_15 .text .logo img {
        margin-left: 16px;
        width: 12%;
        margin-bottom: 6.5px;
    }
    .section_16 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }
    
    .section_16 .information {
        padding: 2vh 11vw 15vh 11vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    .section_1 .information360 .title h1 {
        padding-right: 7vw;
    }
    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_4 .row {
        padding: 15vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 3vh 3vw 3vh 11vw;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_5 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_5 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text.col-lg-6 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .section_7 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text .animationText {
        padding: 0 3vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_8 .text.col-lg-6 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .section_9 .row {
        padding: 10vh 5vw;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_9 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_10 .row {
        padding: 10vh 5vw;
    }
    
    .section_10 .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .text h2 {
        padding-right: 7vw;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5vh 0vw 5vh 12vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        margin-bottom: 5vh;
    }
    
    .section_13 .row {
        padding: 10vh 6vw;
    }
    
    .section_13 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_13 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_13 .text h2 {
        margin-bottom: 5vh;
    }
    
    .section_14 .text {
        padding: 0 26vw;
    }
    
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    .section_14 .title h2 {
        padding: 0 21.5vw;
    }
    
    .section_15 .text .logo img {
        margin-left: 16px;
        width: 12%;
        margin-bottom: 6.5px;
    }
    .section_15 .text p {
        padding-right: 40%;
    }
    .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;
    }
}