/* 
    Created on : 9/11/2021, 01:15:18 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 .paragraph p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 28px;
    color: #000000;
    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: #000000;
    text-align: center;
}

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

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

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

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

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

.section_3 .text .pwx-2 {
    top: 42%;
    left: 17%;
    opacity: 0;
}

.section_3 .text .pwx-3 {
    top: 62%;
    left: 17%;
    opacity: 0;
}

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

.section_4 {
    background-color: white;
}

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

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

.section_4 .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 7vh;
}

.section_4 .information .text {
    font-family: 'Helvetica-Neue-Bold';
    font-size: 50px;
    color: #000000;
    text-align: left;
    line-height: 61px;
}

.section_4 .information .paragraph {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 37px;
}

.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: #F0F0F0;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.section_5,
.section_5 .row,
.section_5 .image {
    padding-left: 0;
    padding-right: 0;
}

.section_5 .text {
    padding: 5vh 5vw;
    opacity: 0;
    transition: all 0.5s ease;
}

.textAnimation5 {
    opacity: 1 !important;
    transition: all 0.5s ease !important;
}

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

.section_5 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 36px;
}

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

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

.section_6 {
    background-color: white;
}

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

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

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

.section_6 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 36px;
}

.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 img {
    width: 100%;
}

.section_7 {
    background-color: white;
}

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

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

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

.section_7 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 36px;
}

.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 .img7_animated {
    position: absolute;
}

/********* PARA WEB SOLAMENTE **********/

.section_7 .image .image-woman {
    top: 15%;
    left: -7%;
}

.section_7 .image .image-doctor {
    top: 1%;
    right: 0;
}

.section_7 .image .image-engineer {
    top: 62%;
    left: 0;
}

.section_7 .image .image-graduate {
    top: 48%;
    right: 5%;
}

.img7_animatedAnimation {
    transform: translateY(-50px);
    transition: transform 1s ease-in;
}
/********* EN RESPONSIVO SON OTROS VALORES **********/

.section_8 {
    background-color: white;
}

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

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

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

.section_8 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 30px;
    color: #000000;
    text-align: left;
    line-height: 36px;
}

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

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

.section_9,
.section_9 .row,
.section_9 .image {
    padding: 0;
}

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

.section_9 .image {
    overflow: hidden;
}

.section_9 .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: all 0.3s ease;
}

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

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

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

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

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

.section_10 {
   height: 100vh;
}

.section_10 .row {
    height: 100%;
}

.section_10,
.section_10 .row,
.section_10 .doctors,
.section_10 .services {
    padding: 0;
}

.section_10 .doctors {
    position: relative;
    height: 100%;
}

.section_10 .doctors img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.section_10 .doctors .text {
    position: absolute;
    bottom: 5%;
    padding: 0 5vw;
}

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

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

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

.section_10 .services {
    background-color: #000000;
    height: 100%;
}

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

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

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

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

.section_10 .services .image {
    padding: 0 5vw;
}

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

.section_11 {
    background-color: white;
}

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

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

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

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

.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 img {
    width: 100%;
}

.section_12 {
    background-color: white;
}

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

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

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

.section_12 .text p {
    font-family: 'Helvetica-Neue-Regular';
    font-size: 22px;
    color: #000000;
    text-align: left;
    line-height: 27px;
}

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

.section_12 .image .img12-animated {
    position: absolute;
}

.section_12 .image .image-job {
    top: 15%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.section_12 .image .image-laptop {
    top: 0;
    right: 5%;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.section_12 .image .image-computer {
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.img12Animated {
    transform: translateY(-50px);
    transition: translate 0.3s ease-in;
}

.section_13 {
    background-color: white;
    padding: 5vh 5vw;
}

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

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

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

.zoomAnimated {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.section_13 .text {
    position: absolute;
    padding: 0 4vw;
}

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

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

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

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

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

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

.section_14 {
    background-color: white;
}

.section_14 .main-title {
    padding: 7vh 5vw 2vh 5vw;
}

.section_14 .information {
    padding: 2vh 5vw 7vh 5vw;
}

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

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

.section_14 .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_15 {
    background-color: #F0F0F0;
}

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

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

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

.section_15 .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 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0 15px;
        height: 25vh;
    }
    
    .section_3 .text {
        padding: 0;
    }
    
    .section_3 .text p {
        font-size: 26px;
        line-height: 40px;
    }
    
    .section_3 .text .pwx-1 {
        top: 2%;
    }
    
    .section_3 .text .pwx-2 {
        top: 25%;
    }
    
    .section_3 .text .pwx-3 {
        top: 47%;
    }
    
    .pwx-animated {
        left: 1% !important;
    }

    .section_4 .row {
        padding: 5vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_4 .information .paragraph {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_6 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 100%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 5vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 0%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 2%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 5vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_8 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .doctors .text a {
        font-size: 14px;
        line-height: 14px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        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 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 100%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        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 {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 0;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 0;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 245px;
        right: 0;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 14px;
    }
    
    .section_13 .text .logo img {
        margin-left: 10px;
    }
    
    .section_14 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 10vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 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 {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0;
        height: 25vh;
    }
    
    .section_3 .text p {
        font-size: 27px;
        line-height: 40px;
    }
    
    .section_3 .text .pwx-1 {
        top: 2%;
    }
    
    .section_3 .text .pwx-2 {
        top: 25%;
    }
    
    .section_3 .text .pwx-3 {
        top: 47%;
    }
    
    .pwx-animated {
        left: 7% !important;
    }

    .section_4 .row {
        padding: 5vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_4 .information .paragraph {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_6 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 100%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 5vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 5vh;
    }
    
    .section_7 .image .image-doctor {
        right: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 0%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 2%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 5vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_8 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .doctors .text a {
        font-size: 14px;
        line-height: 14px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 18px;
        line-height: 23px;
        padding-right: 15vw;
    }
    
    .section_11 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 100%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        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 {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 0;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 0;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 245px;
        right: 0;
        height: auto;
    }
    
    .section_13 {
        padding: 5vh 0;
    }
    
    .section_13 .text {
        padding: 0 6vw;
    }
    
    .section_13 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_13 .text .logo img {
        width: 70px;
        margin-left: 10px;
        margin-bottom: -4px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 14px;
    }
    
    .section_14 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 10vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        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 {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0 15px;
        height: 30vh;
    }
    
    .section_3 .text p {
        font-size: 34px;
        line-height: 40px;
    }
    
    .pwx-animated {
        left: 1% !important;
    }

    .section_4 .row {
        padding: 5vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_4 .information .paragraph {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_4 .information a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_6 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 100%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 5vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 0%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 2%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 5vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_8 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_9 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .doctors .text a {
        font-size: 14px;
        line-height: 14px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        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 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 100%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        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 {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 0;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 0;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 245px;
        right: 0;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 14px;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 5% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_4 .information .paragraph {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_5 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_6 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 75%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_7 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: 17%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 19%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 13%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 19%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_8 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 75%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors img {
        height: 100vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_11 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 75%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image {
        height: 490px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        right: 5%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 267px;
        left: 12%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 345px;
        right: 12%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 15px;
    }
        
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 10vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        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 {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_4 .information .paragraph {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_5 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_6 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 75%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_7 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: 17%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 19%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 13%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 19%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_8 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 75%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors img {
        height: 100vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_11 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 75%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image {
        height: 490px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        right: 5%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 267px;
        left: 12%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 345px;
        right: 12%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 15px;
    }
        
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 10vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        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 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 .row {
        height: 35vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 5vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    
    .section_5 .text {
        padding: 5vh 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5.base-rh .text h2 {
        padding-right: 20vw;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 26vw;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 70%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 5vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .cellphone {
        height: 522px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_7 .image .image-doctor {
        right: 15%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 18%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 10%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 15%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 5vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 5vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 15vw;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 5vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 530px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 328px;
        right: 17%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 330px;
        left: 12%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 386px;
        right: 10%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        font-size: 42px;
        line-height: 47px;
    }
    
    .section_13 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_13 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_13 .text .logo img {
        position: absolute;
        bottom: 3px;
        right: 35%;
        width: 80px;
        margin-left: 5px;
        margin-bottom: -3px;
    }
    
    .section_13 .text p {
        font-size: 28px;
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 19px;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;
        line-height: 32px;
        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: 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 .row {
        height: 40vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 70%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .cellphone {
        height: 522px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_7 .image .image-doctor {
        right: 15%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 18%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 10%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 15%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;/*50 42 39*/
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;/*22 17*/
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;/*18*/
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 37px;/*50 42 39*/
        line-height: 41px;
    }
    
    .section_11 .text p {
        font-size: 20px;/*22*/
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;/*18*/
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;/*50 42 39*/
        line-height: 41px;
    }
    
    .section_12 .text p {
        font-size: 20px;/*22*/
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 530px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 328px;
        right: 17%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 330px;
        left: 12%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 386px;
        right: 10%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;/*60 42*/
        line-height: 24px;
    }
    
    .section_13 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_13 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_13 .text p {
        font-size: 25px;/*32 27*/
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 16px;/*20 17*/
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;/*50 42 39*/
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;/*24 21*/
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;/*20*/
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 13vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;/*40 34 32*/
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;/*34 30*/
        line-height: 32px;
        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 .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 .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 {
        height: 33vh;
    }
    
    .section_3 .text p {
        font-size: 60px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .image img {
        width: 700px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image .laImg_Web {
        display: none;
    }
    
    .section_9 .image .laImg_Responsive {
        display: block;
    }
    
    .section_10 {
        height: 62vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 4vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors img {
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .section_10 .services .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }

    .section_11 .row {
        padding: 10vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 5vw;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 8vw;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 485px;
    }
    
    .section_12 .image .image-laptop {
        width: 265px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 295px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 305px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 44px;
    }
    
    .section_13 .text .logo img {
        position: absolute;
        bottom: 0px;
        right: 10px;
        width: 120px;
        margin-left: 5px;
        margin-bottom: -3px;
    }
    
    .section_13 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 16px;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 15px 100px;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 .logo img {
        width: 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 .row {
        height: 40vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 7vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_4 .information .paragraph {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 14vw;
    }
    
    .section_5 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_5 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_6 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_7 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .image img {
        width: 800px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_8 .text p  {
        font-size: 25px;
        line-height: 26px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .image .laImg_Web {
        display: none;
    }
    
    .section_9 .image .laImg_Responsive {
        display: block;
    }
    
    .section_10 {
        height: 73vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_10 .doctors .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services {
        padding: 7vh 0;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_10 .services .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 3vh;
    }

    .section_11 .row {
        padding: 10vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 567px;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 347px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 368px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_13 .text .logo img {
        width: 200px;
        height: auto;
    }
    
    .section_13 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_13 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .image .laImg_Web {
        display: none;
    }
    
    .section_13 .image .laImg_Responsive {
        display: block;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_1 .image .laImg_Web {
        display: none;
    }
    
    .section_1 .image .laImg_Responsive {
        display: block;
        height: auto;
    }
    
    .section_1 .information360 {
        padding: 0;
        padding-left: 7vw;
    }
    
    .section_1 .information360 .logo img {
        width: 248px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 30px;
        line-height: 36px;
    }
    
    .section_2 .administration {
        padding: 10vh 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 40vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_4 .information .paragraph {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 23vw;
    }
    
    .section_5 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_5 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_6 .row {
        padding: 10vh 6vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_6 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .row {
        padding: 10vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_7 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .image img {
        width: 800px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_8 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_9 .image .laImg_Web {
        display: none;
    }
    
    .section_9 .image .laImg_Responsive {
        display: block;
    }
    
    .section_10 {
        height: 65vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .doctors .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services {
        padding: 7vh 0;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .services .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 3vh;
    }

    .section_11 .row {
        padding: 10vh 6vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 567px;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 347px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 368px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 48px;
        line-height: 40px;
    }
    
    .section_13 .text .logo img {
        width: 220px;
        height: auto;
    }
    
    .section_13 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_13 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_13 .image .laImg_Web {
        display: none;
    }
    
    .section_13 .image .laImg_Responsive {
        display: block;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 100px;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0 15px;
        height: 60vh;
    }
    
    .section_3 .text p {
        font-size: 34px;
        line-height: 40px;
    }
    
    .pwx-animated {
        left: 1% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_4 .information .paragraph {
        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: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_6 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 100%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 0%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 2%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_8 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .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 .laImg_Responsive {
        display: none;
    }
    
    .section_9 .image .laImg_Web {
        display: block;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .doctors .text a {
        font-size: 14px;
        line-height: 14px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        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 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 100%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        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 {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 0;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 0;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 245px;
        right: 0;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 14px;
    }
    
    .section_13 .image .laImg_Responsive {
        display: none;
    }
    
    .section_13 .image .laImg_Web {
        display: block;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_15 .row {
        padding: 10vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_2 .icons p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        padding: 0 15px;
        height: 60vh;
    }
    
    .section_3 .text p {
        font-size: 34px;
        line-height: 40px;
    }
    
    .pwx-animated {
        left: 1% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_4 .information .paragraph {
        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: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_5 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_5 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_6 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 100%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_7 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 0%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: -5%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 2%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_8 .text p  {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .text a {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_8 .image img {
        width: 100%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .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 .laImg_Responsive {
        display: none;
    }
    
    .section_9 .image .laImg_Web {
        display: block;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .doctors .text a {
        font-size: 14px;
        line-height: 14px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 30px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 14px;/*18 15*/
        line-height: 16px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        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 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 100%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        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 {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 0;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 0;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 245px;
        right: 0;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 28px;
        line-height: 24px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 14px;
    }
    
    .section_13 .image .laImg_Responsive {
        display: none;
    }
    
    .section_13 .image .laImg_Web {
        display: block;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_15 .row {
        padding: 10vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        height: 55vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 5% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_4 .information .paragraph {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_5 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_6 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 75%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_7 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: 17%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 20%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 13%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 20%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_8 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image .laImg_Responsive {
        display: none;
    }
    
    .section_9 .image .laImg_Web {
        display: block;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_11 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 75%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 22%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 14%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 275px;
        right: 18%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 15px;
    }
    
    .section_13 .image .laImg_Responsive {
        display: none;
    }
    
    .section_13 .image .laImg_Web {
        display: block;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 13vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .laImg_Web {
        display: none;
    }
    
    .laImg_Responsive {
        display: block;
    }
    
    .section_1 .information360 {
        padding: 5vh 10vw;
    }
    
    .section_1 .image .laImg_Responsive {
        display: none;
    }
    
    .section_1 .image .laImg_Web {
        display: block;
    }
    
    .section_1 .information360 .logo img {
        width: 145px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 34px;
        line-height: 38px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_1 .information360 .button a {
        font-size: 23px;
        line-height: 28px;
        padding: 7px 65px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
        text-align: center;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .section_2 .icons p {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_3 .row {
        height: 50vh;
    }
    
    .section_3 .text p {
        font-size: 40px;
        line-height: 44px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_4 .information .paragraph {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw 0 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_5 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_6 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_6 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 75%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_7 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .image-doctor {
        right: 17%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 20%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 13%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 20%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_8 .text p  {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_9 .text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .image .laImg_Responsive {
        display: none;
    }
    
    .section_9 .image .laImg_Web {
        display: block;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .row {
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .doctors .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .doctors .laImg_Responsive {
        display: none;
    }
    
    .section_10 .doctors .laImg_Web {
        display: block;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 32px;
        line-height: 37px;
    }
    
    .section_10 .services .text p {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 5vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_11 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 75%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_12 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_12 .image {
        height: 370px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 239px;
        right: 22%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 220px;
        left: 14%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 275px;
        right: 18%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 0;
    }
    
    .section_13 .text {
        padding: 0 13vw;
    }
    
    .section_13 .text .logo span {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_13 .text p {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section_13 .text a {
        font-size: 15px;
    }
    
    .section_13 .image .laImg_Responsive {
        display: none;
    }
    
    .section_13 .image .laImg_Web {
        display: block;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 13vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 24px;
        line-height: 29px;
        padding: 8px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 50vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 70%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        display: flex;
        justify-content: center;
        margin-bottom: 8vh;
    }
    
    .section_7 .image .cellphone {
        height: 522px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_7 .image .image-doctor {
        right: 15%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 18%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 10%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 15%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
        margin-bottom: 5vh;
        
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 530px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 328px;
        right: 17%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 330px;
        left: 12%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 386px;
        right: 10%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_13 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_13 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_13 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 16px;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 8vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 8px 70px;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 10vw 5vh 5vw;
    }

    .section_1 .information360 .logo img {
        width: 197px;
        height: auto;
    }
    
    .section_1 .information360 .title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    
    .section_1 .information360 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .section_1 .information360 .button a {
        font-size: 28px;
        line-height: 32px;
    }
    
    .section_2 .administration {
        padding: 10vh 9vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 37px;
        line-height: 38px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons .icon {
        margin-bottom: 5vh;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 45vh;
    }
    
    .section_3 .text p {
        font-size: 50px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 10vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_6 .image img {
        width: 70%;
        height: auto;
        margin: 5vh 0;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image {
        margin-bottom: 8vh;
    }
    
    .section_7 .image .cellphone {
        height: 522px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_7 .image .image-doctor {
        right: 12%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-graduate {
        right: 18%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-woman {
        left: 7%;
        transition: all 0.5s ease;
    }
    
    .section_7 .image .image-engineer {
        left: 14%;
        transition: all 0.5s ease;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_8 .image img {
        width: 70%;
        height: auto;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 8vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: auto;
    }
    
    .section_10 .doctors {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .section_10 .services .text {
        padding: 0 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .services .image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .section_10 .services .image img {
        width: 80%;
    }

    .section_11 .row {
        padding: 10vh 3vw;
        flex-direction: column-reverse;
    }
    
    .section_11 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
        margin-bottom: 5vh;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 485px;
        margin-bottom: 8vh;
    }
    
    .section_12 .image .image-laptop {
        width: 265px;
        right: 23%;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 295px;
        left: 8%;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 347px;
        right: 20%;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 24px;
    }
    
    .section_13 .text .logo .laImg_Web {
        display: none;
    }
    
    .section_13 .text .logo .laImg_Responsive {
        display: block;
    }
    
    .section_13 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 16px;
    }
    
    .section_14 .information {
        padding: 2vh 8vw 7vh 8vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 13vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 5px 70px;
    }
}
@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 .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 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 45vh;
    }
    
    .section_3 .text p {
        font-size: 60px;
        line-height: 64px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 4vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_4 .information .paragraph {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_4 .information a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 11vw;
    }
    
    .section_5 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_5 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_5 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_6 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_6 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_7 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_7 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .image img {
        width: 700px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 12vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_8 .text p  {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_8 .text p:nth-child(2)  {
        padding-right: 22vw;
    }
    
    .section_8 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3,
    .section_9 .text p {
        margin-bottom: 2vh;
    }
    
    .section_9 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_9 .text h3 {
        font-size: 19px;
        line-height: 23px;
    }
    
    .section_9 .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_9 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 {
        height: 120vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 4vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_10 .doctors .text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section_10 .doctors .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .doctors .text h2,
    .section_10 .doctors .text p {
        margin-bottom: 2vh;
    }
    
    .section_10 .doctors img {
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .section_10 .services .text {
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 37px;
        line-height: normal;
    }
    
    .section_10 .services .text p {
        font-size: 16px;
        line-height: normal;
    }
    
    .section_10 .services .text a {
        margin-bottom: 5vh;
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_10 .services .text h2,
    .section_10 .services .text p {
        margin-bottom: 2vh;
    }

    .section_11 .row {
        padding: 10vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .text a {
        font-size: 15px;
        line-height: 19px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 10vw;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 485px;
    }
    
    .section_12 .image .image-laptop {
        width: 265px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 295px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 305px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 44px;
    }
    
    .section_13 .text .logo img {
        position: absolute;
        bottom: 3px;
        right: 9%;
        width: 90px;
        margin-left: 5px;
        margin-bottom: -3px;
    }
    
    .section_13 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_13 .text a {
        font-size: 16px;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 11vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 28px;
        line-height: 32px;
        padding: 5px 70px;
    }
}
/*********************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 .row {
        height: 58vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
        line-height: 74px;
    }
    
    .pwx-animated {
        left: 6% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 7vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_4 .information .paragraph {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    
    .section_5 .text {
        padding: 10vh 14vw;
    }
    
    .section_5 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_5 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_6 .row {
        padding: 10vh 3vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_6 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .row {
        padding: 10vh 3vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_7 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 10vh 0;
    }
    
    .section_8 .image img {
        width: 800px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_8 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 {
        height: 119vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_10 .doctors .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services {
        padding: 7vh 0;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_10 .services .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 3vh;
    }

    .section_11 .row {
        padding: 10vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 10vh 3vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 567px;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 347px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 368px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo span {
        font-size: 39px;
        line-height: 43px;
    }
    
    .section_13 .text .logo img {
        width: 170px;
        height: auto;
    }
    
    .section_13 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_13 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 39px;
        line-height: 35px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 30px;
        line-height: 24px;
        padding: 5px 70px;
    }
}
@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 .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 .administration {
        padding: 10vh 12vw;
    }
    
    .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 .row {
        height: 58vh;
    }
    
    .section_3 .text p {
        font-size: 70px;
    }
    
    .pwx-animated {
        left: 7% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_4 .information .paragraph {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 23vw;
    }
    
    .section_5 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_5 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 3vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .image {
        display: flex;
        align-items: center;
    }
    
    .section_6 .text {
        padding: 0 4vw;
    }
    
    .section_6 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_6 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_7 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .image img {
        width: 800px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_8 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 {
        height: 117vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .doctors .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .doctors img {
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .services .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 3vh;
    }

    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_11 .image {
        display: flex;
        align-items: center;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 42px;
        line-height: 46px;
        padding-right: 6vw;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 567px;
    }
    
    .section_12 .image .image-laptop {
        width: 300px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 347px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 368px;
        height: auto;
    }
    
    .section_13 {
        padding: 9vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        font-size: 48px;
        line-height: 53px;
    }
    
    .section_13 .text .logo img {
        width: 120px;
        margin-left: 13px;
        margin-bottom: -2px;
    }
    
    .section_13 .text p {
        font-size: 27px;
        line-height: 31px;
    }
    
    .section_13 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .main-title {
        padding: 15vh 5vw 2vh 5vw;
    }
    
    .section_14 .information {
        padding: 2vh 5vw 15vh 5vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 34px;/*40*/
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 30px;/*34*/
        padding: 5px 70px;
    }
}
/*********************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 16vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    
    .section_2 .icons h4 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_2 .icons p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_3 .row {
        height: 60vh;
    }
    
    .section_3 .text p {
        font-size: 84px;
        line-height: 88px;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 25%;
    }
    
    .pwx-animated {
        left: 12% !important;
    }

    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 10vw;
    }
    
    .section_4 .image img {
        width: 100%;
    }
    
    .section_4 .information .text {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_4 .information .paragraph {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 23vw;
    }
    
    .section_5 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_5 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 8vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_6 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_6 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_7 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_7 .image .cellphone {
        height: 560px;
    }
    
    .section_7 .image .image-woman,
    .section_7 .image .image-doctor,
    .section_7 .image .image-engineer,
    .section_7 .image .image-graduate {
        width: 200px;
        height: auto;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .image img {
        width: 800px;
        height: auto;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_8 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_8 .text p  {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_9 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_9 .text h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_9 .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 {
        height: 100vh;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .doctors .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .doctors img {
        object-position: right;
    }
    
    .section_10 .services {
        padding: 7vh 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_10 .services .text p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_10 .services .text a {
        margin-bottom: 3vh;
    }

    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_11 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .text h2 {
        font-size: 42px;
        line-height: 46px;
        padding-right: 10vw;/*ipad pro*/
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_12 .image {
        height: 610px;
    }
    
    .section_12 .image .image-laptop {
        width: 317px;
        height: auto;
    }

    .section_12 .image .image-job {
        width: 395px;
        height: auto;
    }

    .section_12 .image .image-computer {
        width: 403px;
        height: auto;
    }
    
    .section_13 {
        padding: 7vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 0 0 4vw;
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        font-size: 48px;
        line-height: 53px;
    }
    
    .section_13 .text .logo img {
        width: 120px;
        margin-left: 10px;
        margin-bottom: -3px;
    }
    
    .section_13 .text p {
        font-size: 27px;
    }
    
    .section_13 .text a {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_14 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_14 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_14 .main-title h2 {
        font-size: 42px;
        line-height: 46px;
    }
    
    .section_14 .information .ac-gf-content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    
    .section_14 .information .ac-gf-content p {
        font-size: 17px;
        line-height: 21px;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        font-size: 34px;
        line-height: 28px;
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        font-size: 30px;
        line-height: 34px;
        padding: 10px 85px;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) 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 15vh 5vw;
    }
    
    .section_2 .administration {
        padding: 10vh 20vw;
    }
    
    .section_2 .administration .title {
        padding: 0 4vw;
    }
    
    .section_2 .title h2 {
        text-align: center;
        margin: 5vh 0;
    }
    
    .section_2 .benefits .title h2 {
        margin-bottom: 7vh;
    }
    
    .section_2 .paragraph {
        padding: 0 5vw;
    }
    
    .section_2 .paragraph p {
        text-align: center;
    }
    
    .section_3 .row {
        height: 55vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 30%;
    }
    
    .pwx-animated {
        left: 15% !important;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 23vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 0 23vw;
        margin-top: 5vh;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text {
        padding: 0 7vw;
    }
    
    .section_10 .doctors .text h2 {
        padding-right: 8vw;
    }
    
    .section_10 .services .text {
        padding: 0 7vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text,
    .section_10 .services .image {
        height: 50%;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_11 .text h2 {
        padding-right: 3vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
    }
    
    .section_12 .image {
        height: 748px;
    }
    
    .section_12 .image .image-laptop {
        width: 425px;
        height: 311px;
    }

    .section_12 .image .image-job {
        width: 590px;
        height: 432px;
    }

    .section_12 .image .image-computer {
        width: 590px;
        height: 432px;
    }
    
    .section_13 {
        padding: 7vh 7vw;
    }
    
    .section_13 .text .logo img {
        width: 125px;
        margin-left: 10px;
        margin-bottom: -3px;
    }
    
    .section_14 .main-title {
        padding: 15vh 9vw 2vh 9vw;
    }
    
    .section_14 .information {
        padding: 2vh 9vw 15vh 9vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        padding: 10px 85px;
    }
}
@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_3 .row {
        height: 40vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 35%;
    }
    
    .pwx-animated {
        left: 20% !important;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 28vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 8vw;
    }
    
    .section_6 .text h2 {
        padding-right: 8vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
    }
    
    .section_7 .text h2 {
        padding-right: 5vw;
    }
    
    .section_7 .image .image-doctor {
        right: 9%;
    }
    
    .section_7 .image .image-woman {
        left: 3%;
    }
    
    .section_7 .image .image-engineer {
        left: 10%;
    }
    
    .section_7 .image .image-graduate {
        right: 14%;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 0 31vw;
        margin-top: 5vh;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 11vw;
    }
    
    .section_10 .doctors .text {
        padding: 0 11vw;
    }
    
    .section_10 .services .text {
        padding: 0 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text,
    .section_10 .services .image {
        height: 50%;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_12 .row {
        padding: 5vh 6vw 10vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_12 .image {
        height: 917px;
    }
    
    .section_13 {
        padding: 7vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 8vw;
    }
    
    .section_13 .text .logo {
        position: relative;
    }
    
    .section_13 .text .logo span {
        line-height: 50px;
    }
    
    .section_13 .text .logo img {
        position: absolute;
        bottom: -15px;
        right: -20px;
        width: 160px;
        margin-left: 5px;
    }
    
    .section_14 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }
    
    .section_14 .information {
        padding: 2vh 11vw 15vh 11vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        padding: 10px 85px;
    }
}
@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_3 .row {
        height: 50vh;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
        left: 40%;
    }
    
    .pwx-animated {
        left: 25% !important;
    }
    
    .section_4 .row {
        padding: 10vh 8vw;
    }
  
    .section_4 .information {
        padding: 0 14vw;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 28vw;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 8vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
    }
    
    .section_7 .image .image-doctor {
        right: 9%;
    }
    
    .section_7 .image .image-woman {
        left: 3%;
    }
    
    .section_7 .image .image-engineer {
        left: 10%;
    }
    
    .section_7 .image .image-graduate {
        right: 14%;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 0 26vw;
        margin-top: 5vh;
    }
    
    .section_9 .text {
        position: absolute;
        padding: 0 11vw;
    }
    
    .section_10 .doctors .text {
        padding: 0 11vw;
    }
    
    .section_10 .services .text {
        padding: 0 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .services .text,
    .section_10 .services .image {
        height: 50%;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 7vw;
    }
    
    .section_12 .image {
        height: 894px;
    }
    
    .section_13 {
        padding: 7vh 7vw;
    }
    
    .section_13 .text {
        padding: 0 7vw;
    }
    
    .section_14 .main-title {
        padding: 15vh 11vw 2vh 11vw;
    }
    
    .section_14 .information {
        padding: 2vh 11vw 15vh 11vw;
    }
    
    .section_14 .information .ac-gf-content {
        padding: 0 3vw;
    }
    
    .section_15 .row {
        padding: 7vh 0;
    }
    
    .section_15 .title h2 {
        margin-bottom: 5vh;
    }
    
    .section_15 .button a {
        padding: 15px 100px;
    }
}