/*
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 : 8/02/2022, 05:43:14 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;
    padding: 0;
}

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

.section_3 .row:nth-child(2) {
    transition: all 1s ease;
    position: relative;
    height: 100vh;
}

.animacionSection3 {
    padding: 0 !important;
}

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

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

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

.section_4 {
    background-color: white;
}

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

.section_4 .information .paragraph {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 30px;
    color: #5C5C5C;
    text-align: left;
    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: #82D7D0;
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3vh 3vw;
}

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

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

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

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

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

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

.section_6 {
    background-color: #FFFFFF;
}

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

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

.section_6 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 20px;
    color: #5C5C5C;
    text-align: left;
    line-height: 24px;
    margin-top: 3vh;
}

.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 .imageEfectContainer {
    position: relative;
    overflow: hidden;
}

.section_6 .image .image6PrincipalSaludE {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.section_6 .image .image6EfectSaludE {
    height: 100%;
    position: absolute;
    left: 0;
    transition: transform 1s ease;
    z-index: 1;
}

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

.section_7 {
    background-color: #F0F0F0;
}

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

.section_7 .text,
.section_7 .image {
    position: absolute;
}

.section_7 .text {
    transition: all 1s ease;
}

.section_7 .image {
    transition: all 1s ease;
}

.animation7TextActiveHealthS {
    transform: translateX(-67%);
}

.animation7ImageActiveHealthS {
    transform: translateX(37%);
}

.section_7 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #82D7D0;
    text-align: left;
    line-height: 61px;
    margin-bottom: 4vh;
}

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

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

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

.section_8 .text,
.section_8 .image {
    position: absolute;
}

.section_8 .container-efect {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.section_8 .text {
    transition: all 1s ease;
    z-index: 1;
}

.section_8 .image {
    transition: all 1s ease;
    z-index: 2;
}

.animation8TextActiveHealthS {
    transform: translateX(75%);
}

.animation8ImageActiveHealthS {
    transform: translateX(-29%);
}

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

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

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

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

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

.section_9 .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section_9 .image {
    overflow: hidden;
    padding: 0;
    height: 100vh;
    position: relative;
}

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

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

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

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

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

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

.section_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_10 .col-12 {
    padding: 5vh 5vw;
}

.section_10 .firstColumn {
    background-color: #79DAD3;
}

.section_10 .secondColumn {
    background-color: #F0F0F0;
}

.section_10 .col-12.firstColumn {
    padding-bottom: 0 !important;
}

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

.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 .firstColumn .text h2,
.section_10 .firstColumn .text .paragraph,
.section_10 .firstColumn .text p {
    color: #FFFFFF;
}

.section_10 .secondColumn .text h2 {
    color: #82D7D0;
}

.section_10 .secondColumn .text .paragraph,
.section_10 .secondColumn .text p {
    color: #666666;
}

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

.section_10 .firstColumn img,
.section_10 .secondColumn img {
    width: 100%;
    height: auto;
}

.section_10 .firstColumn .text,
.section_10 .secondColumn .image {
    margin-bottom: 3vh;
}

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

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

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

.section_12 .text h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #82D7D0;
    text-align: left;
    line-height: 61px;
    margin-bottom: 4vh;
}

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

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

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

.section_13 .text {
    padding: 0 5vw;
    background-color: #82D7D0;
    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;
    margin-bottom: 4vh;
}

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

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

.section_14 .title {
    padding: 0;
}

.section_14 .title h2 {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 60px;
    color: #82D7D0;
    text-align: left;
    line-height: 74px;
}

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

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

.image15Animated {
    padding: 5vh 5vw;
    filter: brightness(0.5);
}

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

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

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

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

.text15Animated {
    opacity: 1 !important;
}

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

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

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

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

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

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

.section_16 {
    background-color: white;
}

.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: #000000;
    line-height: 61px;
    text-align: center;
}

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

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

.section_17 {
    background-color: #F0F0F0;
}

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

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

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

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


/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 5vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding: 0 3vw;
    }
    
    .section_4 .information .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 3vw;
        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 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 288px;
	height: 192px;
    }
    
    .section_6 .title,
    .section_6 .text {
        padding: 0 3vw;
    }
    
    .section_6 .title h2 {
        font-size: 39px;
        line-height: 48px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 5vh 3vw;
        margin-bottom: 7vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image {
        margin-bottom: 7vh;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 .text {
        padding: 0  8vw;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .section_10 .text {
        padding: 5vh 3vw;
    }
    
    .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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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 .row {
        height: 100vh;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 120px;
        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 > div {
        padding: 0 3vw;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .title {
        padding: 0 3vw;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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 3vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        margin-bottom: 2vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 300px;
	height: 150px;
    }
    
    .section_6 .title {
        padding: 0 3vw;
    }
    
    .section_6 .text {
        padding: 0 3vw;
    }
    
    .section_6 .title h2 {
        font-size: 39px;
        line-height: 48px;
    }

    .section_6 .text .paragraph {
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 5vh 3vw;
        margin-bottom: 3vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .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_8 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }

    .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;
        margin-right: 3vw;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        margin-bottom: 3vh;
    }
    
    .section_9 .text {
        padding: 0 8vw;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .image img {
        width: 65%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 5vh 3vw;
    }
    
    .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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_13 .text {
        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 .row {
        height: 100vh;
    }
    
    .section_15 .text {
        padding: 0 14vw 0 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        width: 55px;
        margin-left: 5px;
    }
    
    .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 .row:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text p {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 300px;
	height: 150px;
    }
    
    .section_6 .title {
        padding: 0;
    }
    
    .section_6 .title h2 {
        font-size: 39px;
        line-height: 48px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        padding: 0;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: left;
    }
    
    .section_8 .text .paragraph {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    
    .section_8 .text p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    
    .section_8 .image {
        margin-bottom: 3vh;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 65%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .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_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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_13 .text {
        padding: 7vh 5vw;
        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 {
        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 .row {
        height: 100vh;
    }
    
    .section_15 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 14px;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_2 .administration .title {
        padding: 0 5vw;
    }
    
    .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 .row {
        width: 100%;
        padding: 0 10vw;
    }
    
    .section_3:nth-child(2) {
        height: 50vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding: 0 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 528px;
	height: 250px;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 50px;
        line-height: 55px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .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 .image {
        margin-top: 3vh;
    }
    
    .section_8 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .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 {
        margin-bottom: 5vh;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .section_9 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_13 .text {
        padding: 7vh 5vw;
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_14 .text {
        padding: 0 5vw;
    }
    
    .section_14 .title {
        padding: 0 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
    }
    
    .section_14 .text h3 {
        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: 540px;
        height: 347px;
        margin: 5vh 0;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        width: 90%;
        left: 4%;
    }
    
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
        
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        width: 100%;
        padding: 0 10vw;
    }
    
    .section_3:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .title {
        padding: 0 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 {
        padding: 0 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 528px;
	height: 264px;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .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: 5vh;
    }
    
    .section_8 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .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 {
        margin-bottom: 5vh;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .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_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 60%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_13 .text {
        padding: 7vh 5vw;
        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 5vw;
    }
    
    .section_14 .title {
        padding: 0 5vw;
        margin-bottom: 2vh;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
    }
    
    .section_14 .text h3 {
        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 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;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .image img {
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
        padding-right: 18vw;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 5vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        width: 100%;
        padding: 0 5vw;
    }
    
    .section_3:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .title {
        padding: 0 5vw;
    }
    
    .section_3 .text p {
        font-size: 44px;
        line-height: 65px;
        text-align: left;
    }
    
    .section_4 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding: 0 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 2vh;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 528px;
	height: 264px;
    }
    
    .section_6 .title {
        padding: 0 20vw 0 5vw;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image {
        padding-top: 5vh;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .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 {
        margin-bottom: 5vh;
    }
    
    .section_9 .text {
        padding: 0 10vh;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 70%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text h2 {
        font-size: 38px;
        line-height: 43px;
    }
    
    .section_10 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_10 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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 {
        padding: 7vh 5vw;
        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 {
        padding: 7vh 5vw;
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_14 .text,
    .section_14 .title {
        padding: 0 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 2vh;
    }
    
    .section_14 .text h3 {
        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: 661px;
        height: 427px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .section_15 .text .logo span {
        font-size: 42px;
        line-height: 53px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text .logo img {
        width: 85px;
        margin-left: 10px
    }
    
    .section_15 .text p {
        font-size: 28px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 19px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_17 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_1 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 8px 70px;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .imag .laImg_Responsive {
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: left;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 {
        height: auto;
    }
    
    .section_3 .row {
        width: 100%;
        padding: 0 5vw;
    }
    
    .section_3:nth-child(2) {
        height: 50vh;
    }
    
    .section_3 .title {
        padding: 0 5vw;
    }
    
    .section_3 .text p {
        font-size: 46px;
        line-height: 67px;
        text-align: left;
    }
    
    .section_4 .row {
        padding: 10vh 5vw;
    }
    
    .section_4 .information {
        padding: 0 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 {
        width: 100%;
        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 {
        width: 100%;
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 528px;
	height: 264px;
    }
    
    .section_6 .text,
    .section_6 .title {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
        text-align: left;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .image img {
        width: 85%;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .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 {
        margin-bottom: 5vh;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 70%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0 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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_11 .text {
        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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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 {
        padding: 7vh 5vw;
        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,
    .section_14 .title{
        padding: 0 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 3vh;
    }
    
    .section_14 .text h3 {
        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: 708px;
        height: 460px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 10vh 5vw;
    }
    
    .section_2 .administration {
        padding: 7vh 9vw;
    }
    
    .section_2 .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 .row {
        width: 100%;
    }
    
    .section_3:nth-child(2) {
        height: 50vh;
        padding: 0 10vw;
    }
    
    .section_3 .title {
        padding: 0 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-top: 10vh;
        padding-bottom: 10vh;
    }
  
    .section_4 .information {
        padding: 0 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 23px;
        line-height: 30px;
    }
    
    .section_4 .information p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 842px;
	height: 420px;
    }
    
    .section_6 .text,
    .section_6 .title {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .container-efect {
        height: 588px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 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: 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 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 70%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 2vw;
    }
    
    .section_11 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_11 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_11 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image img {
        width: 76%;
        height: auto;
    }
    
    .section_12 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 5vh 5vw;
    }
    
    .section_12 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_13 .text {
        padding: 5vh 5vw;
    }
    
    .section_13 .text h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 3vh;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .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 10vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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 > .row {
        height: 50vh;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 55px;
    }
    
    .section_15 .text .logo img {
        width: 120px;
        margin-left: 15px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 7vw;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 8vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 8px 60px;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 238px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
    }
    
    .section_2 .administration {
        padding: 10vh 12vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 3vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 842px;
	height: 421px;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .container-efect {
        height: 588px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 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 .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_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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 70%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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 .row {
        padding: 10vh 11vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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: 200px;
        height: auto;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .image .laImg_Web {
        display: none;
    }
    
    .section_15 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 36px;
    }
    
    .section_2 .administration {
        padding: 10vh 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .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 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 3vh;
        font-size: 24px;
        line-height: 31px;
    }
    
    .section_4 .information p {
        font-size: 19px;
        line-height: 26px;
    }
    
    .section_4 .information a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text {
        padding: 0 10vw;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 1026px;
	height: 514px;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .container-efect {
        height: 588px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .text {
        padding: 0 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 .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_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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 70%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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 .row {
        padding: 10vh 11vw;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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: 220px;
        height: auto;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .image .laImg_Web {
        display: none;
    }
    
    .section_15 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 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: 8px 60px;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
        display: none;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .col-12 {
        padding: 0;
    }
    
    .section_3 .text {
        padding: 0 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_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 483px;
	height: 192px;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 7vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 {
        margin-bottom: 7vh;
    }
    
    .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 {
        height: 120vh;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 55%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0 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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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 {
        padding: 7vh 5vw;
        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 {
        left: 0;
        padding: 0 13vw;
    }
    
    .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 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 5px 40px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
        display: none;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .col-12 {
        padding: 0;
    }
    
    .section_3 .text {
        padding: 0 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_6 .row {
        padding: 10vh 5vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 483px;
	height: 192px;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 7vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 {
        margin-bottom: 7vh;
    }
    
    .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 {
        height: 120vh;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 55%;
    }
    
    .section_10 .secondColumn .image img {
        width: 100%;
    }
    
    .section_10 .text {
        padding: 0 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_11 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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 {
        padding: 7vh 5vw;
        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 {
        left: 0;
        padding: 0 13vw;
    }
    
    .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 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_15 .text .logo img {
        margin-left: 10px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_17 .row {
        padding: 10vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 24px;
        padding: 5px 40px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 33px;
        line-height: 40px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 540px;
	height: 256px;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 50px;
        line-height: 55px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        padding: 0 5vw;
        margin-bottom: 7vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .text {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 {
        margin-bottom: 7vh;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .section_9 .text h2 {
        font-size: 33px;
        line-height: 40px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_9 .image {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .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_11 .row {
        padding: 10vh 5vw;
    }
    
    .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 5vw;
    }
    
    .section_12 .text {
        padding: 7vh 5vw;
        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 {
        padding: 7vh 5vw;
        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 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_14 .title,
    .section_14 .text {
        margin-top: 5vh;
        padding: 0 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    
    .section_14 .text h3 {
        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: 510px;
        height: 327px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 13vw;
        left: 0;
    }
    
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_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: 5px 40px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        width: 100%;
    }
    
    .section_3 .text 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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 34px;
        line-height: 41px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 600px;
	height: 300px;
    }
    
    .section_6 .text {
        padding: 0 5vw;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5vw;
        margin-bottom: 5vh;
    }
    
    .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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .text {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 {
        margin-bottom: 5vh;;
    }
    
    .section_9 .text {
        padding: 0 10vw;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .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_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 5vw;
        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 5vw;
        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 .title,
    .section_14 .text {
        padding: 0 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
    }
    
    .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: 582px;
        height: 373px;
    }
    
    .image15Animated {
        padding: 9vh 5vw;
    }
    
    .section_15 .text {
        padding: 0 13vw;
        left: 0;
    }
    
    .section_15 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_15 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_15 .text a {
        font-size: 15px;
    }
    
    .section_15 .image .laImg_Responsive {
        display: none;
    }
    
    .section_15 .image .laImg_Web {
        display: block;
    }
    
    .section_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: 5px 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_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-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4 .information {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 545px;
	height: 325px;
    }
    
    .section_6 .text {
        padding: 0 12vw;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-bottom: 5vh;
    }
    
    .section_7 .text .animationText {
        position: initial;
    }
    
    .section_7 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_7 .text .paragraph {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_7 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .text .animationText {
        padding: 0 1vw;
    }
    
    .section_8 .row {
        padding: 10vh 5vw;
    }
    
    .section_8 .text,
    .section_8 .image {
         position: static; 
    }
    
    .section_8 .text {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 {
        margin-bottom: 5vh;
    }
    
    .section_9 .text {
        padding: 0 10vh;
    }
    
    .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 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .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_11 .row {
        padding: 10vh 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 5vw;
        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 5vw;
        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-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_14 .title {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
    }
    
    .section_14 .text h3 {
        margin-top: 8vh;
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_13 .text a {
        font-size: 16px;
    }
    
    .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: 5px 55px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_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  .col-12.information {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
    
    .section_4 .information p {
        font-size: 17px;
        line-height: 24px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 7vh 5vw;
        border-radius: 0 0 30px 30px;
        align-items: flex-start;
    }
    
    .section_5 .text h2 {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }
    
    .section_5 .text h3 {
        font-size: 19px;
        line-height: 25px;
        text-align: left;
    }
    
    .section_5 .text p {
        font-size: 15px;
        line-height: 19px;
        text-align: left;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 .image img {
        border-radius: 30px 30px 0 0;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 692px;
	height: 347px;
    }
    
    .section_6 .text {
        padding: 0 9vw;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        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_7 .row {
        padding: 10vh 5vw;
    }
    
    .section_7 .text,
    .section_7 .image {
         position: static; 
    }
    
    .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 .text,
    .section_8 .image {
        position: static;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_9 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 45%;
    }
    
    .section_10 .secondColumn .image img {
        width: 80%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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_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: 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 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
        height: 100vh;
    }
    
    .section_14 .title,
    .section_14 .text {
        margin-top: 5vh;
        padding: 0;
    }
    
    .section_14 .title {
        padding: 0;
    }
    
    .section_14 .title h2 {
        font-size: 40px;
        line-height: 54px;
    }
    
    .section_14 .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .section_14 .text p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .image .carousell {
        width: 762px;
        height: 489px;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_15 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_15 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_16 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_16 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 13vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 28px;
        padding: 5px 55px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .image img {
        width: auto;
    }

    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .section_1 .information360 .logo img {
        width: 205px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 41px;
        line-height: 45px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .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  .col-12.information {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 10vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 842px;
	height: 422px;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_6 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding: 10vh 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 .container-efect {
        height: 545px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 2vh;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 60%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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;
    }
    
    .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;
    }
    
    .section_12 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .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;
    }
    
    .section_13 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .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: 10vh 10vw;
    }
    
    .section_14 .title,
    .section_14 .text {
        margin-top: 5vh;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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;
    }
    
    .section_15 .row {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_15 .text .logo span {
        font-size: 39px;
        line-height: 55px;
    }
    
    .section_15 .text .logo img {
        width: 190px;
        height: auto;
    }
    
    .section_15 .text p {
        font-size: 25px;
        line-height: 29px;
        padding-right: 7vw;
    }
    
    .section_15 .text a {
        font-size: 16px;
    }
    
    .section_15 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_15 .text .logo img {
        width: 100px;
        margin-left: 10px
    }
    
    .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: 8px 60px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360 .logo img {
        width: 238px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 44px;
        line-height: 48px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section_2 .administration {
        padding: 10vh 12vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .text {
        width: 75%;
        padding: 16vh 5vw 3vh 5vw;
    }
    
    .section_3 .text p {
        font-size: 52px;
        line-height: 73px;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
    
    .section_4  .col-12.information {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .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 5vw;
    }
    
    .section_6 .text {
        padding: 0 16vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 1026px;
	height: 514px;
    }
    
    .section_6 .title h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .section_6 .text .paragraph {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .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 .container-efect {
        height: 545px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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 .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_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 60%;
    }
    
    .section_10 .text {
        padding: 0;
    }
    
    .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: 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 .row {
        padding: 10vh 11vw;
    }
    
    .section_14 .title,
    .section_14 .text {
        margin-top: 5vh;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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: 200px;
        height: auto;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
        padding-right: 9vw;
    }
    
    .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: 8px 60px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 34px;
    }
    
    .section_2 .row.benefits {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 10vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
    }
    
    .section_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  .col-12.information {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .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 2vw 3vh 1vw;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .section_5 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_5 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_6 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_6 .text {
        padding: 0 10vw;
    }
    
    .section_6 .text:nth-child(2) {
        margin-bottom: 5vh;
    }
    
    .section_6 .text:nth-child(4) {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 1026px;
	height: 514px;
    }
    
    .section_6 .title h2 {
        font-size: 70px;
        line-height: 75px;
    }

    .section_6 .text .paragraph {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding: 10vh 5vw;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .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 .container-efect {
        height: 545px;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .section_8 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_8 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 7vh;
    }
    
    .section_10 .firstColumn .image img {
        width: 60%;
    }
    
    .section_10 .text {
        padding: 0 2vw;
    }
    
    .section_10 .text h2 {
        font-size: 41px;
        line-height: 48px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .image img {
        width: 96%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 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;
        margin-bottom: 2vh;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .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 12vw;
    }
    
    .section_14 .text {
        padding: 0 2vw;
    }
    
    .section_14 .title,
    .section_14 .text {
        margin-top: 5vh;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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;
    }
    
    .section_15 .row {
        height: 100vh;
    }
    
    .image15Animated {
        padding: 9vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 60px;
    }
    
    .section_15 .text .logo img {
        width: 110px;
        margin-left: 15px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_16 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        padding: 8px 60px;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1899px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360 .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 p {
        font-size: 56px;
        line-height: 77px;
    }
    
    .section_4 .row {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_4  .col-12.information {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .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 4vw;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .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 5vw;
    }
    
    .section_6 .image .imageEfectContainer {
	width: 1424px;
	height: 598px;
    }
    
    .section_6 .title h2 {
        font-size: 70px;
        line-height: 75px;
    }
    
    .section_6 .text {
        padding: 0 20vw;
    }

    .section_6 .text .paragraph {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_6 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_6 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text.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 .container-efect {
	height: 670px;
    }
    
    .section_8 .text.col-lg-6 {
	flex: 0 0 35%;
	max-width: 35%;
	height: 670px;
    }
    
    .section_8 .image.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_8 .text {
        padding: 5vh 2vw;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    
    .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_8 .image img {
        width: 100%;
    }
    
    .animation8ImageActiveHealthS {
        transform: translateX(-30%);
    }
    
    .animation8TextActiveHealthS {
        transform: translateX(85%);
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2vh;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding: 10vh 5vw;
    }
    
    .section_10 .firstColumn .image img {
        width: 60%;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 15vh;
    }
    
    .section_10 .text {
        padding: 0 1vw;
    }
    
    .section_10 .text h2 {
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_10 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_10 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
        font-size: 43px;
        line-height: 50px;
    }
    
    .section_11 .text .paragraph {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_11 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_11 .text a {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        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;
        margin-bottom: 2vh;
    }
    
    .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;
        margin-bottom: 2vh;
    }
    
    .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 .title,
    .section_14 .text {
        margin-top: 5vh;
    }
    
    .section_14 .title h2 {
        font-size: 50px;
        line-height: 64px;
    }
    
    .section_14 .text h3 {
        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_15 .row {
        height: 100vh;
    }
    
    .section_15 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_15 .text .logo span {
        font-size: 48px;
        line-height: 70px;
    }
    
    .section_15 .text .logo img {
        width: 130px;
        margin-left: 15px;
        margin-bottom: 4px;
    }
    
    .section_15 .text p {
        font-size: 27px;
        padding-right: 15vh;
    }
    
    .section_15 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .image15Animated {
        padding: 7vh 7vw;
    }
    
    .section_16 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_16 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_16 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_16 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_16 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        font-size: 34px;
        line-height: 28px;
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 9px 60px;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 0 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .title h1 {
        padding-right: 4vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 7vw;
    }
    
    .section_2 .administration .title {
        padding: 0 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-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_4  .col-12.information {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3vh 3vw 3vh 10vw;
    }
    
    .section_5 .text h3 {
        margin-bottom: 2vh;
    }
    
    .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 {
        padding: 0 6vw;
    }
    
    .section_6 .text:nth-child(2) {
        padding: 0 9vw;
    }

    .section_6 .text .paragraph {
        margin-bottom: 5vh;
        padding: 0 9vw;
    }
    
    .section_6 .text p {
        margin-top: 5vh;
    }
    
    .section_6 .image .imageEfectContainer {
        width: 1424px;
        height: 711px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_7 .image img {
        width: 1007px;
    }
    
    .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_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .container-efect {
        height: 670px;
    }
    
    .section_8 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_8 .image {
        width: 1147px;
    }
    
    .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 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h3 {
        margin-bottom: 2vh;
    }
    
    .section_10 .col-12 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_10 .text {
        padding: 0 2vw;
    }
    
    .section_10 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_10 .firstColumn {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .firstColumn img {
        width: 60%;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 12vh;
    }
    
    .section_11 .row {
        padding: 5vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        padding-right: 10vw;
    }
    
    .section_12 .text h3 {
        margin-bottom: 2vh;
    }
    
    .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 h3 {
        margin-bottom: 2vh;
    }

    
    .section_14 .row {
        padding: 15vh 16vw;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_14 .title h2,
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .image15Animated {
        padding: 7vh 7vw;
    }
    
    .section_15 .text {
        padding: 0 9vw 0 4vw;
    }
    
    .section_15 .text .logo span {
        line-height: 80px;
    }
    
    .section_15 .text .logo img {
        width: 150px;
        margin-left: 15px;
        margin-bottom: 2px;
    }
    
    .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: 10px 80px;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 11vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 8vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_4 .row {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_4  .col-12.information {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .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: 2vh;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        padding: 0 22vw;
    }
    
    .section_6 .title h2 {
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        padding: 0 9vw;
    }
    
    .section_6 .image .imageEfectContainer {
        width: 1424px;
        height: 711px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .image img {
	width: 1007px;
    }
    
    .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 {
        padding-left: 13vw;
    }
    
    .section_7 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .container-efect {
	height: 670px;
    }

    .section_8 .image {
        width: 1147px;
    }
    
    .section_8 .text {
        padding-right: 8vw;
    }
    
    .section_8 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .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 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h3 {
        margin-bottom: 2vh;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_10 .firstColumn img {
        width: 50%;
    }
    
    .section_10 .firstColumn .text,
    .section_10 .secondColumn .image {
        margin-bottom: 11vh;
    }
    
    .section_10 .firstColumn {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
    }
    
    .section_12 .text h3 {
        margin-bottom: 2vh;
    }
    
    .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 9vw;
    }
    
    .section_13 .text h3 {
        margin-bottom: 2vh;
    }
    
    .section_14 .row {
        padding: 15vh 18vw;
    }
    
    .section_14 .title h2,
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
        width: 1415px;
        height: 907px;
    }
    
    .section_15 .text p {
        padding-right: 15vw;
    }
    
    .section_15 .text .logo span {
        line-height: 95px;
    }
    
    .section_15 .text .logo img {
        width: 180px;
        margin-left: 15px;
    }
    
    .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: 10px 80px;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 7vw;
    }

    .section_1 .information360 .button {
        margin-bottom: 15vh;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 10vw;
    }
    
    .section_2 .row {
        padding: 5vh 5vw 20vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 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_4 .row {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_4  .col-12.information {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_4 .information .paragraph {
        margin-bottom: 5vh;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3vh 3vw 3vh 11vw;
    }
    
    .section_5 .text h3 {
        margin-bottom: 2vh;
    }
    
    .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 22vw;
    }
    
    .section_6 .title h2 {
        margin-bottom: 8vh;
        padding: 0 6vw;
    }

    .section_6 .text .paragraph {
        margin-top: 8vh;
        padding: 0 9vw;
    }
    
    .section_6 .image .imageEfectContainer {
        width: 1424px;
        height: 711px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .image img {
	width: 1007px;
    }
    
    .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 .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_7 .text {
        padding-left: 12vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text.col-lg-6 {
	flex: 0 0 35%;
	max-width: 35%;
	height: 670px;
    }

    .section_8 .container-efect {
        height: 670px;
    }

    .section_8 .image {
        width: 1147px;
    }
    
    .section_8 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 12vw;
    }
    
    .section_8 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .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%;
    }
    
    .animation8ImageActiveHealthS {
        transform: translateX(-38%);
    }
    
    .section_9 .text {
        padding: 0 7vw;
    }
    
    .section_9 .text h3 {
        margin-bottom: 2vh;
    }
    
    .section_10 .firstColumn,
    .section_10 .secondColumn {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_10 .firstColumn {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .firstColumn img {
        width: 50%;
    }
    
    .section_10 .text {
        padding: 0 7vw;
    }
    
    .section_10 .text .paragraph {
        margin-bottom: 2vh;
    }
    
    .section_11 .row {
        padding: 10vh 5vw 0 5vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 5vh 4vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text.col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .section_12 .image.col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_12 .text h3 {
        margin-bottom: 2vh;
    }
    
    .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 7vw;
    }
    
    .section_13 .text h3 {
        margin-bottom: 2vh;
    }
    
    .section_14 .row {
        padding: 15vh 26vw;
    }
    
    .section_14 .title h2,
    .section_14 .text h3 {
        margin-top: 5vh;
    }
    
    .section_14 .image .carousell {
        margin: 5vh 0;
    }
    
    .section_16 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }
    
    .section_16 .information {
        padding: 2vh 11vw 15vh 11vw;
    }
    
    .section_16 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_17 .row {
        padding: 7vh 0;
    }
    
    .section_17 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_17 .button a {
        padding: 15px 100px;
    }
    
    .section_15 .text {
        padding: 0 21vw 0 4vw;
    }
}