/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21/12/2021, 11:50:53 AM
    Author     : angel
*/

@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}

body {
    background-color: black;
}

.negrita {
    font-family: 'Helvetica-Neue-Bold' !important;
    color: white !important;
}

.normal {
    font-family: 'Helvetica-Neue-Regular' !important;
}

.section_2 {
    background-color: black;
}

.section_2 .administration .title h2,
.section_2 .paragraph p,
.section_2 .benefits .title h2,
.section_2 .icons h4,
.section_2 .icons p {
    color: white;
}

.section_3 {
    background-color: black;
}

.section_3 .row {
    height: 33vh;
}

.section_3 .text p {
    color: white;
}

.section_3 .text .pwx-1 {
    transition: all 1.5s ease;
}

.section_3 .text .pwx-2 {
    top: 54%;
}

.section_4 {
    background-color: black;
}

.section_4 .information .text,
.section_4 .information .paragraph {
    color: white;
}

.section_5 {
    background-color: #2B2B2B;
}

.section_5 .text h2,
.section_5 .text p {
    color: white;
}

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

.section_5 .image .screen {
    position: absolute;
    transition: transform 1s ease;
}

.zoomScrenn5 {
    transform: scale(1.6) translateY(12%);
}

.section_6 {
    background-color: black;
}

.section_6 .text h2,
.section_6 .text p {
    color: white;
}

.section_7 {
    background-color: black;
}

.section_7 .text h2,
.section_7 .text p {
    color: white;
}

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

.section_7 .image .img_father {
    position: relative;
    z-index: 1;
}

.section_7 .image .img7_children {
    position: absolute;
    z-index: 4;
    transition: transform 1s ease-in-out;
}

.children7Animated {
    transform: scale(1.3);
}

.section_8 {
    background-color: black;
}

.section_8 .text h2,
.section_8 .text p {
    color: white;
}

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

.section_8 .image .image8M {
    position: absolute;
    transition: transform 1s ease-in-out;
}

.image8Efect {
    transform: scale(1.3) translate(26px, -35px);
}

.section_9 {
    background-color: black;
}

.section_10 {
    height: auto !important;
}

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

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

.section_10 .doctors {
    background-color: #323B4D;
    padding: 5vh 0;
    height: auto;
}

.section_10 .services {
    padding: 5vh 0;
}

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

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

.section_10 .doctors .text h2,
.section_10 .doctors .text p {
    color: white;
}

.section_10 .doctors .image img,
.section_10 .services .text a{
    margin-bottom: 3vw;
}

.section_10 .services {
    height: auto;
    background: linear-gradient(to right, #000000, #000000 50%, #192A38 50%, #192A38);
    background-position: unset;
    background-size: 200% 100%;
    transition: background 1s;
}

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

.section_11 {
    background-color: black;
}

.section_11 .text h2,
.section_11 .text p {
    color: white;
}

.section_12 {
    background-color: black;
}

.section_12 .text h2,
.section_12 .text p {
    color: white;
}

.section_13 {
    background-color: black;
}

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

.section_14 {
    background-color: black;
}

.section_14 .main-title h2,
.section_14 .information .ac-gf-content h3,
.section_14 .information .ac-gf-content p {
    color: white;
}

.section_15 {
    background-color: #222222;
}

.section_15 .title h2 {
    color: white;
}

.section_16 {
    background-color: black;
}

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

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

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

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

.section_16 .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin-bottom: 2vh;
}

.section_16 .image .image26 {
    position: absolute;
    z-index: 1;
    transition: transform 1s ease;
}

.image26Animated {
    transform: translateX(-26%);
}

.section_16 .image .image27 {
    position: absolute;
    z-index: 4;
    transition: transform 1s ease;
}

.image27Animated {
    transform: translateX(26%);
}

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 18vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 4% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 18vh;
    }
    
    .section_5 .image img {
        width: 80%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 85%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
        margin-top: 8vw;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 80%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 184px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 80%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 85%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 85%;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 225px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 80%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 10vh;
    }
    
    .section_5 .image img {
        width: 80%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 75%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 85%;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 247px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 70%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 10vh;
    }
    
    .section_5 .image img {
        width: 60%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 80%;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 340px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 60%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 10vh;
    }
    
    .section_5 .image img {
        width: 60%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 70%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 70%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 80%;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 400px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 60%;
    }
    
    .section_1 .information360 .paragraph p {
        padding-right: 0vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 10vh;
    }
    
    .section_5 .image img {
        width: 60%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 70%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 70%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 435px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 60%;
    }
    
    .section_1 .information360 .paragraph p {
        padding-right: 0vw;
    }
    
    .section_3 .row {
        height: 16vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 11% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 10vh;
    }
    
    .section_5 .image img {
        width: 60%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_8 .image img {
        width: 70%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
        margin-top: 8vw;
    }
    
    .section_11 .image img {
        width: 70%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 437px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .administration .title {
        padding: 0 9vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .row {
        height: 18vh;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }

    .section_8 .text {
        padding: 0 18vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 332px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 17vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 62%;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 39px;
        line-height: 43px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 402px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .row {
        height: 15vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .information {
        padding: 0 11vw;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 62%;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: 402px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .logo img {
        width: 99px;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    
    .section_1 .information360 .button a {
        font-size: 21px;
        line-height: 28px;
        padding: 3px 48px;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 18vh;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 50%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 134px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .logo img {
        width: 99px;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    
    .section_1 .information360 .button a {
        font-size: 21px;
        line-height: 28px;
        padding: 3px 48px;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 {
        padding-top: 18vh;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section7Animated {
        transform: translateY(-60px);
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 50%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 134px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section7Animated {
        transform: translateY(-107px);
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 50%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 212px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 45%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 45%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 265px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-bottom: 15vh;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 50%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 265px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_7 .image {
        margin-bottom: 15vh;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 75%;
        height: auto;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #192A38 50%, #192A38);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .image img {
        width: 45%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 289px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .laImg_Web {
        display: none;
    }
    
    .section_16 .image .laImg_Responsive {
        display: block;
    }
    
    .section_16 .image .image26 {
        height: 100%;
        z-index: 4;
    }
    
    .section_16 .image .image27 {
        height: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .administration .title {
        padding: 0 11vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(125px);
    }

    .section_8 .text {
        padding: 0 9vw;
    }
    
    .section_8 .text p:nth-child(2) {
        padding-right: 0vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 332px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(125px);
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 62%;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 80%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 39px;
        line-height: 43px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 402px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .administration .title {
        padding: 0 9vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 50%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(125px);
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 85%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 62%;
    }
    
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_11 .image img {
        width: 85%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: 402px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*********************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.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .administration .title {
        padding: 0 9vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image img {
        width: 55%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 100%;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image img {
        width: 50%;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors img {
        width: 60%;
        height: auto;
    }
    
    .section_11 .image img {
        width: 82%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 21vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: 445px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 5vw;
    }
    
    .section_5 .text {
        padding: 10vh 20vw;
    }
    
    .section_5 .image img {
        width: 55%;
    }
    
    .section_7 .row {
        padding-bottom: 17vh;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(184px);
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .image8M {
        width: 1199px;
        height: auto;
    }

    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors .image img {
        width: 90%;
    }
    
    .section_11 .image img {
        width: 75%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 21vw;
    }
    
    .section_16 .text h2 {
        padding-right: 10vw;
    }
    
    .section_16 .image {
        height: 480px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 5vw;
    }
    
    .section_2 .administration .title {
        padding: 0 13vw;
    }
    
    .section_5 .text {
        padding: 10vh 25vw;
    }
    
    .section_5 .image img {
        width: 40%;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(184px);
    }

    .section_8 .text {
        padding: 0 25vw;
    }
    
    .section_8 .image .image8M {
        width: 1199px;
        height: auto;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors img {
        width: 80%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 67%;
    }
    
    .section_11 .image img {
        width: 70%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_13 .text {
        padding: 0 14vw 0 5vw;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 24vw;
    }
    
    .section_16 .image {
        height: 641px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 5vw;
    }
    
    .section_5 .text {
        padding: 10vh 25vw;
    }
    
    .section_5 .image img {
        width: 40%;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section_7 .image img {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(184px);
    }

    .section_8 .text {
        padding: 0 25vw;
    }
    
    .section_8 .image .image8M {
        width: 1199px;
        height: auto;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section_10 .doctors img {
        width: 80%;
        height: auto;
    }
    
    .section_10 .services .image img {
        width: 67%;
    }
    
    .section_11 .image img {
        width: 60%;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 24vw;
    }
    
    .section_16 .text h2 {
        padding-right: 10vw;
    }
    
    .section_16 .image {
        height: 641px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}