/*
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 : 11/01/2022, 10:20:09 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 .text p {
    color: white;
}

.section_3 .text .pwx-1 {
    top: 15%;
}

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

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

.section_4 {
    background-color: black;
}

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

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

.section_5 .text h2 {
    text-align: center;
}

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

.section_5 .image .images5 {
    position: absolute;
}
    
.section_5 .image .alert,
.section_5 .image .map,
.section_5 .image .statistics {
    transition: transform 0.5s ease-in;
}

.section_5 .image .alert {
    top: 16%;
    left: 15%;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.animationAlert {
    transform: translateX(-15%);
}

.section_5 .image .map {
    top: 1%;
    right: 15%;
}

.animationMap {
    transform: translateX(15%);
}

.section_5 .image .statistics {
    bottom: 8%;
    right: 15%;
}

.animationStatistics {
    transform: translateX(15%);
}

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

.section_7 .image .img_father {
    position: relative;
}

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

.section_7 .image #image7_2 {
    display: none;
}

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

.section_8 .image .aviso {
    height: 100%;
    position: relative;
}

.section_8 .image .alertas {
    transition: transform 2s ease;
}

.alerta1Animation {
    transform: translate(76%, -115%);
}

.alerta2Animation {
    transform: translate(75%, 117%);
}

.alerta3Animation {
    transform: translate(-136%, 0%);
}

.section_8 .image .alertas {
    position: absolute;
}

.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: #393939;
    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: 36%;
}

.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 {
    background: linear-gradient(to right, #000000, #000000 50%, #575454 50%, #575454);
    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_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(-100%);
}

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

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

/*******************************************************************************************************************/
/******************************************      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: 25vh;
    }
    
    .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 .alert {
        width: 135px;
        height: auto;
        left: 11%;
        top: 52%;
    }
    
    .section_5 .image .map {
        width: 127px;
        height: auto;
        top: -18%;
        right: 27%;
    }
    
    .section_5 .image .statistics {
        width: 117px;
        height: auto;
        bottom: 0;
        right: 4%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 100%;
    }
    
    .section_8 .image .aviso {
        width: 100%;
        height: 211px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 31%;
        top: 11%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 5%;
    }
    
    .alerta1Animation {
        transform: translate(62%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(71%, 108%);
    }
    
    .alerta3Animation {
        transform: translate(-116%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 30%;
        margin-top: 8vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 90%;
    }
    
    .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: 118px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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_2 .administration {
        padding: 10vh 8vw;
    }
    
    .section_2 .administration .title {
        padding: 0;
    }
    
    .section_2 .paragraph {
        padding: 0;
    }
    
    .section_3 .row {
        height: 22vh;
    }
    
    .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 .computer {
        width: 210px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 135px;
        height: auto;
        left: 9%;
        top: 52%;
    }
    
    .section_5 .image .map {
        width: 127px;
        height: auto;
        top: -18%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 117px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 100%;
    }
    
    .section_8 .image .aviso {
        width: 100%;
        height: 211px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 31%;
        top: 11%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 5%;
    }
    
    .alerta1Animation {
        transform: translate(78%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(71%, 108%);
    }
    
    .alerta3Animation {
        transform: translate(-146%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 90%;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 112px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/***********************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: 23vh;
    }
    
    .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 .computer {
        width: 276px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 170px;
        height: auto;
        left: 9%;
        top: 52%;
    }
    
    .section_5 .image .map {
        width: 164px;
        height: auto;
        top: -18%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 160px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_7 .image img {
        width: 85%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 100%;
    }
    
    .section_8 .image .aviso {
        width: 100%;
        height: 211px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 38%;
        top: 8%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 15%;
    }
    
    .alerta1Animation {
        transform: translate(72%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(70%, 117%);
    }
    
    .alerta3Animation {
        transform: translate(-138%, 0%);
    }
    
    .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 {
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .doctors .image img {
        margin-top: 8vw;
        width: 80%;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 90%;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 147px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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: 24vh;
    }
    
    .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 .computer {
        width: 362px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 170px;
        height: auto;
        left: 9%;
        top: 68%;
    }
    
    .section_5 .image .map {
        width: 164px;
        height: auto;
        top: -10%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 160px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 80%;
    }
    
    .section_8 .image .aviso {
        width: 80%;
        height: 211px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 38%;
        top: 8%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 15%;
    }
    
    .alerta1Animation {
        transform: translate(90%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(70%, 117%);
    }
    
    .alerta3Animation {
        transform: translate(-138%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .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: 200px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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: 25vh;
    }
    
    .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 .computer {
        width: 443px;
        height: auto;
    }
    
    .section_5 .image .computer {
        width: 362px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 170px;
        height: auto;
        left: 9%;
        top: 68%;
    }
    
    .section_5 .image .map {
        width: 164px;
        height: auto;
        top: -10%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 160px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 70%;
    }
    
    .section_8 .image .aviso {
        width: 67%;
        height: 211px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 38%;
        top: 8%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 15%;
    }
    
    .alerta1Animation {
        transform: translate(90%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(70%, 117%);
    }
    
    .alerta3Animation {
        transform: translate(-138%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .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: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 222px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*******************************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_1 .information360 .logo img {
        width: 200px;
    }
    
    .section_3 .row {
        height: 25vh;
    }
    
    .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 .computer {
        width: 490px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 244px;
        height: auto;
        left: 9%;
        top: 68%;
    }
    
    .section_5 .image .map {
        width: 238px;
        height: auto;
        top: -10%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 240px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 70%;
    }
    
    .section_8 .image .aviso {
        width: 67%;
        height: 280px;
    }
    
    .section_8 .image .alertas {
        width: 160px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 35%;
        top: 8%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 15%;
    }
    
    .alerta1Animation {
        transform: translate(66%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(70%, 117%);
    }
    
    .alerta3Animation {
        transform: translate(-122%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .section_12 .text h2 {
        padding-right: 13vw;
    }
    
    .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;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 262px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/***********************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: 25vh;
    }
    
    .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 .computer {
        width: 547px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 244px;
        height: auto;
        left: 9%;
        top: 68%;
    }
    
    .section_5 .image .map {
        width: 238px;
        height: auto;
        top: -10%;
        right: 33%;
    }
    
    .section_5 .image .statistics {
        width: 240px;
        height: auto;
        bottom: 0;
        right: 9%;
    }
    
    .animationMap {
        transform: translateY(-30%);
    }
    
    .animationAlert {
        transform: translateY(30%);
    }
    
    .animationStatistics {
        transform: translateY(30%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 70%;
    }
    
    .section_8 .image .aviso {
        width: 67%;
        height: 280px;
    }
    
    .section_8 .image .alertas {
        width: 160px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 11%;
    }
    
    .section_8 .image .alerta2 {
        right: 35%;
        top: 8%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 11%;
        right: 15%;
    }
    
    .alerta1Animation {
        transform: translate(82%, -115%);
    }
    
    .alerta2Animation {
        transform: translate(70%, 117%);
    }
    
    .alerta3Animation {
        transform: translate(-122%, 0%);
    }
    
    .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%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
    }
    
    .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: 262px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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_1 .information360 .title h1 {
        padding-right: 15vw;
    }
    
    .section_2 .administration .title h2 {
        padding-right: 5vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .row {
        height: 18vh;
    }
    
    .section_4 .row {
        padding: 5vh 8vw 10vh 8vw;;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .computer {
        width: 502px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 287px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 282px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 280px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 9%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .alerta2Animation {
        transform: translate(66%, 122%);
    }
    
    .alerta3Animation {
        transform: translate(-150%, 0%);
    }
    
    .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: 43%;
    }
    
    .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: 23vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .computer {
        width: 590px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 287px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 282px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 280px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .alerta2Animation {
        transform: translate(75%, 104%);
    }
    
    .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: 45%;
    }
    
    .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: 21vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .information {
        padding: 0 11vw;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .text {
        padding: 10vh 17vw;
    }
    
    .section_5 .image .computer {
        width: 580px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 350px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 340px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 345px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .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: 45%;
    }
    
    .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 .computer {
        width: 210px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 160px;
        height: auto;
        left: 11%;
        top: 52%;
    }
    
    .section_5 .image .map {
        width: 127px;
        height: auto;
        top: -18%;
        right: 38%;
    }
    
    .section_5 .image .statistics {
        width: 135px;
        height: auto;
        bottom: 0;
    }
    
    .animationMap {
        transform: translateY(-15%);
    }
    
    .animationAlert {
        transform: translateY(15%);
    }
    
    .animationStatistics {
        transform: translateY(15%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 100%;
        height: 193px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 2%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 13%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 30%;
    }
    
    .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 .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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 .computer {
        width: 210px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 160px;
        height: auto;
        left: 11%;
        top: 52%;
    }
    
    .section_5 .image .map {
        width: 127px;
        height: auto;
        top: -18%;
        right: 38%;
    }
    
    .section_5 .image .statistics {
        width: 135px;
        height: auto;
        bottom: 0;
    }
    
    .animationMap {
        transform: translateY(-15%);
    }
    
    .animationAlert {
        transform: translateY(15%);
    }
    
    .animationStatistics {
        transform: translateY(15%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 100%;
        height: 193px;
    }
    
    .section_8 .image .alertas {
        width: 120px;
    }
    
    .section_8 .image .alerta1 {
        left: 11%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 2%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 13%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 30%;
    }
    
    .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 .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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 .computer {
        width: 285px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 195px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 178px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 175px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 70%;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 108px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 2%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 30%;
    }
    
    .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 .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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 .computer {
        width: 402px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 241px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 228px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 219px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_father,
    .section_7 .image .img7_animatedMunicipal {
        width: 65%;
    }
    
    .section_7 .image {
        margin-top: 10vh;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 119px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 2%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 30%;
    }
    
    .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: 236px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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 .computer {
        width: 402px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 241px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 228px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 219px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 137px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 2%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .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 .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*********************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 .computer {
        width: 402px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 241px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 228px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 219px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image img {
        width: 60%;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 137px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .alerta2Animation {
        transform: translate(75%, 76%);
    }
    
    .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: 60%;
        height: auto;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #575454 50%, #575454);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image img {
        width: 28%;
    }
    
    .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 .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@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 12vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .computer {
        width: 502px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 287px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 282px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 280px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_8 .text p:nth-child(2) {
        padding-right: 0;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .alerta2Animation {
        transform: translate(75%, 76%);
    }
    
    .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: 40%;
    }
    
    .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 .computer {
        width: 502px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 287px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 282px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 280px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .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_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_1 .information360 .title h1 {
        padding-right: 14vw;
    }
    
    .section_2 .paragraph {
        padding: 0 3vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .computer {
        width: 580px;
        height: auto;
    }
    
    .section_5 .image .alert {
        width: 350px;
        height: auto;
    }
    
    .section_5 .image .map {
        width: 340px;
        height: auto;
        top: -6%;
    }
    
    .section_5 .image .statistics {
        width: 345px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 490px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        left: 5%;
        bottom: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 23%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 5%;
    }
    
    .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_12 .text h2 {
        padding-right: 0vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_13 .text p {
        padding-right: 10vw;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        line-height: 46px;
        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***********************************************************/
@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 .paragraph {
        padding: 0 3vw;
    }
    
    .section_3 .row {
        height: 40vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .computer {
        width: 741px;
        height: 604px;
    }
    
    .section_5 .image .alert {
        width: 395px;
        height: auto;
        left: 8%;
    }
    
    .section_5 .image .map {
        width: 378px;
        height: auto;
        right: 7%;
    }
    
    .section_5 .image .statistics {
        width: 396px;
        height: 243px;
        bottom: 8%;
    }
    
    .section_5 .image .selection {
        width: 395px;
        height: 253px;
        top: 7%;
        right: 12%;
    }
    
    .section_5 .image .search {
        width: 203px;
        height: 129px;
        right: 24%;
        bottom: 18%;
    }
    
    .section_5 .image .location {
        width: 333px;
        height: 212px;
        right: 3%;
        bottom: 3%;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_father,
    .section_7 .image .img7_animatedMunicipal {
        width: 100%;
    }
    
    .section7Animated {
        transform: translateY(125px);
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .notificaciones {
        width: 50%;
    }
    
    .section_8 .image .aviso {
        width: 469px;
    }
    
    .section_8 .image .alertas {
        width: 170px;
    }
    
    .section_8 .image .alerta1 {
        bottom: 5%;
        left: 10%;
    }
    
    .section_8 .image .alerta2 {
        right: 29%;
        top: 30%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 3%;
    }
    
    .alerta2Animation {
        transform: translate(77%, 124%);
    }
    
    .alerta3Animation {
        transform: translate(-129%, 0%);
    }
    
    .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: 80%;
    }
    
    .section_12 .text h2 {
        padding-right: 5vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_13 .text p {
        padding-right: 10vw;
    }
    
    .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_2 .administration .title {
        padding: 0 7vw;
    }
    
    .section_5 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    
    .section_5 .text {
        padding: 10vh 20vw;
    }
    
    .section_5 .image .alert {
    }
    
    .section_5 .image .map {
        top: -15%;
    }
    
    .section_5 .image .statistics {
        bottom: 0;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .image .img7_animatedMunicipal {
        width: 100%;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }

    .section_8 .text {
        padding: 0 22vw;
    }
    
    .section_8 .image .aviso {
        width: 730px;
    }
    
    .section_8 .image .alerta1 {
        bottom: 5%;
        left: 5%;
    }
    
    .section_8 .image .alerta2 {
        right: 29%;
        top: 10%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 3%;
    }
    
    .alerta1Animation {
        transform: translate(71%, -115%);
    }
    
    .alerta3Animation {
        transform: translate(-127%, 0%);
    }

    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors .image img {
        width: 90%;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_13 {
        padding: 15vh 7vw;
    }
    
    .section_13 .text .logo img {
        margin-left: 15px;
        margin-bottom: -2px;
    }
    
    .section_16  .row {
        padding: 15vh 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_1 .information360 .paragraph p {
        padding-right: 5vw;
    }
    
    .section_4 .row {
        padding: 3vh 8vw 10vh 8vw;
    }
    
    .section_5 .text {
        padding: 10vh 25vw;
    }
    
    .section_5 .text p {
        padding-right: 11vw;
    }
    
    .section_5 .image .alert {
        top: 20%;
        left: 17%;
    }
    
    .section_5 .image .map {
        top: -9%;
        right: 18%;
    }
    
    .section_5 .image .statistics {
        bottom: 1%;
        right: 25%;
    }
    
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }

    .section_8 .text {
        padding: 0 25vw;
    }
    
    .section_8 .image .aviso {
        width: 820px;
    }
    
    .section_8 .image .alerta1 {
        bottom: 5%;
        left: 7%;
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 10%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 9%;
    }
    
    .alerta3Animation {
        transform: translate(-127%, 0%);
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors img {
        width: 80%;
        height: auto;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_13 .text p {
        padding-right: 1vw;
    }
    
    .section_13 .text .logo img {
        bottom: -10px;
        right: 10px;
        width: 130px;
    }
    
    .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%;
    }
}
@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 .alert {
        top: 20%;
        left: 17%;
    }
    
    .section_5 .image .map {
        top: -9%;
        right: 18%;
    }
    
    .section_5 .image .statistics {
        bottom: 1%;
        right: 25%;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section7Animated {
        transform: translateY(184px);
    }

    .section_8 .text {
        padding: 0 25vw;
    }
    
    .section_8 .image .aviso {
        width: 850px;
    }
    
    .section_8 .image .alerta1 {
        bottom: 5%;
        left: 7%
    }
    
    .section_8 .image .alerta2 {
        right: 33%;
        top: 10%;
    }
    
    .section_8 .image .alerta3 {
        bottom: 5%;
        right: 7%;
    }
    
    .alerta2Animation {
        transform: translate(70%, 119%);
    }
    
    .alerta3Animation {
        transform: translate(-145%, 0%);
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors img {
        width: 80%;
        height: auto;
    }
    
    .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%;
    }
}