@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_1 .information360 .title h1, .section_1 .information360 .paragraph p, .section_2 .paragraph p, .section_2 .icons p,
.section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
.section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
.section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
.section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2, .section_10 .services .text p,
.section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
.section_12 .text h2, .section_12 .text p, .section_13 .text p {
    white-space: pre-line;
}
.section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
.section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
.section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
.section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2, .section_10 .services .text p,
.section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
.section_12 .text h2, .section_12 .text p, .section_13 .text p {
    padding-bottom: 1.8rem;
    margin-bottom: 0rem !important;
}

/*********************************************************************************/
.section_1 .information360 {
    padding: 5vh 0 0 7vw;
}
.section_1 .information360.col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !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: #000000;
    padding: 10vh 5vw 0;
}

.section_3 .row {
    height: auto !important;
}

.section_3 .text p {
    position: relative !important;
    color: #FFF;
}

.pwx {
    opacity: 0;
    transition: all 1s ease;
}

.pwx-animated {
    left: 0 !important;
    opacity: 1 !important;
}
/*************************************************************************/
.section_4 {
    background-color: black;
}

.section_4 .information {
    padding: 0 12vw;
}
.section_4 .information .text,
.section_4 .information .paragraph {
    color: white;
}
/*************************************************************************/
.section_5 {
    background-color: #2B2B2B;
}
.section_5 .text {
    opacity: 1;
    padding: 10vh 21vw;
}
.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: 40%;
    height: auto;
    z-index: 3;
}
.section_5 .image .ImgOne, .section_5 .image .ImgTwo{
    position: absolute;
    width: 13%;
    height: auto;
    z-index: 2;
    top: .5%;
    transition: all 1s linear;
}
/*************************************************************************/
.section_6 {
    background-color: black;
}

.section_6 .text h2,
.section_6 .text p {
    color: white;
}
/*************************************************************************/
.section_7 {
    background-color: black;
}
.section_7 .text h2{
    margin-bottom: 2rem;
}
.section_7 .text {
    padding: 0 0vw 0 9vw;
}
.section_7 .text h2,
.section_7 .text p {
    color: white;
}

.section_7 .image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_7 .image img {
    width: 100%;
    position: absolute;
}
.section_7 .image .img_2{
    position: absolute;
    z-index: 3;
    width: 33%;
    left: -5%;
    bottom: -25%;
}
.section_7 .image .img_3{
    opacity: 0;
    transition: opacity 1s linear;
}


.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 {
    padding: 0 15vw 0 21vw;
    margin-top: 7%;
}
.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_9 {
    background-color: black;
}
/*******************************************************************************/
.section_10 {
    height: auto !important;
}
.section_10 .doctors .text {
    position: relative;
    bottom: 0;
    padding: 0 5vw;
}
.section_10 .doctors .text h2 {
    padding-right: 0;
}
.section_10 .doctors .text {
    padding: 0;
}
.section_10 .doctors .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_10 .doctors img {
    width: 100%;
    height: auto;
}

.section_10 .doctors {
    background-color: #353240;
    padding: 8vh 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_10 .services {
    padding: 5vh 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_10 .services .image {
    padding-bottom: 11vh;
}
.section_10 .services .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

.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%, #646074 50%, #646074);
    background-position: unset;
    background-size: 200% 100%;
    transition: background 1s;
}
.section_10 .services .text {
    padding: 0 0;
}
.fondoAnimado {
    background-position: -100% 100% !important;
}
/*******************************************************************************************/
.section_11 {
    background-color: black;
}
.section_11 .image img {
    width: 70%;
}
.section_11 .text h2,
.section_11 .text p {
    color: white;
}
.section_11 .text {
    padding: 0 0% 0 10%;
}
/**************************************************************************************/
.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;
    width: 50%;
    margin-bottom: 10%;
}

.section_16 .text {
    padding: 0 0 0 31vw;
}
.section_16 .image {
    margin-bottom: 5%;
}
/*********************************************************************/
.section_12{
    padding-top: 8%;
}
.section_12 .image {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_12 .row {
    padding: 0 6vw 15vw;
}
.section_12 .text {
    padding: 0 0 0 8%;
}
/***********************************************************************/
.section_14 .information .ac-gf-content h3{
    color: #B1B1B1;
}
.section_14 .information .ac-gf-content p{
    color: #969393;
}
footer{
    background-color: #000;
}

@media only screen and (max-width:3000px) and  (orientation: portrait){
    .section_2 .administration .title h2 {
        padding-right: 0 !important;
    }
    .section_3 .text p {
        line-height: normal;
    }
    .section_4 .row {
        padding-top: 8%;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_11 .text h2 {
        padding-right: 0;
    }
    .section_12 .text h2 {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 991px) and (orientation: portrait){    
    .section_4 .image, .section_6 .image, .section_8 .image{
        padding-right: 0;
        padding-left: 0;
    }
    .section_6 .image img {
        margin: 10% 0 0;
    }
    .section_9 .image img {
        object-position: top;
    }
    .section_10 .doctors .image img {
        margin: 0 !important;
    }
    .section_10 .doctors .text, .section_10 .services .text {
        padding-top: 8% !important;
    }
    .section_10 .services .image {
        padding-bottom: 8%;
    }
}
/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, 
    .section_10 .services .text h2, .section_10 .services .text p, 
    .section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
    .section_12 .text h2, .section_12 .text p, .section_13 .text p {
        padding-bottom: 1rem;
        margin-bottom: 0rem !important;
    }
    .section_1 .information360 .title h1{
        white-space: normal;
    }
    .section_3 .row {
        margin-left: 5% !important;
    }
    .section_10 .services .image img {
        width: 100% !important;
    }
    .section_13 .image img {
        height: 90vh;
    }
    .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_11 .image{
        padding-bottom: 2rem;
    }
    .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_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, 
    .section_10 .services .text h2, .section_10 .services .text p, 
    .section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
    .section_12 .text h2, .section_12 .text p, .section_13 .text p {
        padding-bottom: 1rem;
        margin-bottom: 0rem !important;
    }
    .section_1 .information360 .title h1{
        padding-right: 11%;
        white-space: normal;
    }
    .section_1 .information360 .paragraph p {
        padding-right: 15%;
    }
    .section_2 .administration .title h2{
        padding-right: 8% !important;
    }
    .section_2 .administration{
        margin: 0 4%;
    }
    .section_2 .icons p{
        white-space: normal;
    }
    .section_3 .text p{
        font-size: 36px;
        margin-bottom: 0.1rem;
    }
    .section_3 .text p:nth-child(2){
        margin-bottom: 2.5rem;
    }
    .section_5 .text {
        margin-top: -2rem;
    }
    .section_9 .text h2{
        white-space: pre-line;
    }
    .section_9 .text p{
        padding-right: 5%;
    }
    .section_16 .text h2 {
        padding-right: 31% !important;
    }
    .section_13 .image img {
        height: 90vh;
    }
    .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_11 .image{
        padding-bottom: 2rem;
    }
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .section_12 .image img {
        width: 90%;
    }
    .section_13 .text p {
        padding-right: 18%;
        white-space: normal;
    }
    .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_13 .image img {
        height: 90vh;
    }
    .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_3 .text p {
        margin-bottom: 0;
    }
    .section_3 .text p:nth-child(2) {
        margin-bottom: 2rem;
    }
    .section_2 .title h2 {
        margin-bottom: 2rem;
    }
    .section_10 .doctors .text p, .section_10 .services .text p {
        margin-bottom: 3vh;
    }
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    .section_13 .text {
        max-width: 75%;
    }
    .section_1 .information360 {
        padding: 5vh 5vw 5vh;
    }

    .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: 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_13 .text .logo img {
        width: 95px;
        bottom: 3px;
        right: 23%;
    }
    
    .section_13 .text p {
        padding-right: 5vw;
    }
    
    .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_10 .doctors .text p, .section_10 .services .text p {
        margin-bottom: 3vh;
    }
    .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_9 .image .laImg_Responsive {
        display: block;
        object-position: top;
    }
    .section_9 .image .zoomAnimated {
        transform: scale(1.1);
    }
    .section_1 .information360 .logo, .section_1 .information360 .title,
    .section_1 .information360 .button {
        margin-bottom: 1.5rem;
    }
    .section_1 .information360 .paragraph{
        margin-bottom: 2rem;
    }
    .section_2 .paragraph p {
        font-size: 22px;
        line-height: 24px;
    }
    .section_3 .text p {
        margin-bottom: 0.5rem;
    }
    .section_4 .image img {
        width: 95% !important;
    }
    .section_5 .image .Img {
        width: 46.5%;
    }
    .section_5 .image .ImgOne, .section_5 .image .ImgTwo {
        width: 15%;
    }
    .section_8 .text {
        padding: 0 15vw;
    }
    .section_16 .image img{
        width: 80%;
    }
    .section_12 .text {
        padding: 0 0 0 1% !important;
    }
    .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_13 .text .logo img {
        right: 60px;
        width: 120px;
    }
    
    .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_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%;
    }
}

/***************medias generales portrait**********************/
@media only screen and (min-width: 992px) and (max-width: 3000px) and (orientation: portrait){  
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2, .section_10 .services .text p,
    .section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
    .section_12 .text h2, .section_12 .text p{
        white-space: normal;
    }
    .text h2,.text h3, p.negrita, p.text{
        padding-bottom: 1.5rem;
        margin-bottom: 0 !important;
    }
    .section_9 .col-lg-6 {
        max-width: 55%;
    }
    .section_3 .row {
        height: 28vh;
    }
    .section_2 .administration .title, .section_2 .paragraph {
        padding: 0;
    }
    .section_4 .information {
        padding: 0px 4%;
    }
    .section_5 .text {
        padding: 10vh 14%;
    }
    .section_7 .image .img_2 {
        bottom: 8%;
    }
    .section_9 .text {
        padding: 0 0 0 7vw;
    }
    .section_10 .doctors .text {
        padding: 0 10%;
    }
    .section_10 .services .text{
        padding: 0 9% !important;
    }
    .section_10 .services .image img {
        width: 100% !important;
    }
    .section_10 .services .image {
        padding-bottom: 0 !important;
    }
    .section_10 .services .image {
        padding: 5%;
    }
    .section_11 .image {
        justify-content: center;
    }
    .section_11 .text {
        padding: 0 0% 0 5%;
    }
    .section_12 .text {
        padding: 0 0 0 4%;
    }
    .section_16 .image {
        height: auto;
    }
    .section_16 .text h2 {
        padding-right: 0;
    }

}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section_3 .text {
        justify-content: inherit;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .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_3 .text {
        justify-content: inherit;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .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_3 .text {
        justify-content: inherit;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .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_3 .text {
        justify-content: inherit;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .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_3 .text {
        justify-content: inherit;
    }
    .section_3 .row {
        height: 74vh !important;
    }
    .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_2 .administration .title {
        padding: 0px 8vw;
    }
    .section_9 .text h2, .section_9 .text h3, .section_9 .text p{
        white-space: pre-line !important;
    }
    .section_4 .information {
        padding: 0px 8% !important;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .administration .title {
        padding: 0;
    }
    .section_2 .title h2 {
        margin-bottom: 1.5rem;
    }
    .section_2 .paragraph p {
        font-size: 22px;
        line-height: 26px;
    }
    .section_3 .text p {
        margin-bottom: 0;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    .section_4 .row {
        padding: 7vh 8vw 10vh;
    }
    .section_4 .image img {
        width: 80%;
    }
    .section_11 .text {
        padding: 0 0% 0 4% !important;
    }
    .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_13 .text .logo img {
        right: 16%;
        width: 105px;
    }
    
    .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_9 .text h2, .section_9 .text h3, .section_9 .text p{
        white-space: pre-line !important;
    }
    .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_2 .title h2 {
        margin-bottom: 2rem;
    }
    .section_3 .text p {
        margin-bottom: 0;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    .section_4 .information {
        padding: 0 9% !important;
    }
    .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_7 .text {
        padding: 0 0vw 0 6vw;
    }
    .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_9 .text h2, .section_9 .text h3, .section_9 .text p{
        white-space: pre-line !important;
    }
    .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 .logo img {
        right: 80px;
        width: 120px;
    }
    
    .section_13 .text p {
        padding-right: 0;
    }
    
    .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***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1799px) and (orientation : landscape){
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, 
    .section_10 .services .text h2, .section_10 .services .text p, .section_11 .text h2, .section_11 .text p,
    .section_16 .text h2, .section_16 .text p, .section_12 .text h2, .section_12 .text p, .section_13 .text p {
        padding-bottom: 1.6rem;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .paragraph {
        padding: 0 3vw;
    }
    .section_2 .title h2 {
        margin-bottom: 2rem;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    .section_4 .information {
        padding: 0 11vw;
    }
    .section_4 .image img {
        width: 80%;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_5 .text {
        padding: 10vh 17vw;
    }
    .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 .text {
        padding: 0 4vw;
    }
    .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 13vw;
    }
    
    .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_11 .image{
        right: -8%;
    }
    .section_12 .text h2 {
        padding-right: 0;
    }
    .section_12 .text {
        padding: 0 0 0 5%;
    }
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_13 .text .logo img {
        bottom: -2px;
        right: 90px;
        width: 130px;
    }
    
    .section_13 .text p {
        padding-right: 3vw;
        line-height: normal;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 24vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 0;
        line-height: 46px;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: auto;
        margin-bottom: 5rem;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1899px) and  (orientation: landscape){
    .section_3 .row {
        height: 40vh;
    }
    .section_4 .information {
        padding: 0 17vw;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_5 .text {
        padding: 10vh 26vw;
    }
    .section_8 .text {
        padding: 0px 23vw;
    }
    .section_12 .text h2 {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_2 .title h2 {
        margin-bottom: 2.3rem;
    }
    .section_12 .text {
        padding: 0 0 0 5%;
    }
    .section_12 .text p {
        font-size: 30px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_2 .title h2 {
        margin-bottom: 2.5rem;
    }
    .section_9 .text h3, .section_9 .text p {
        font-size: 30px;
        line-height: 36px;
    }
    .section_9 .text {
        padding: 0 10vw;
    }
    .section_3 .text {
        margin-bottom: 5rem;
    }
    .section_4 .information {
        padding: 0 22vw;
    }
    .section_5 .text {
        padding: 10vh 28vw;
    }
    .section_5 .text p {
        padding-right: 0;
    }
    .section_8 .text {
        padding: 0 26vw;
    }
    .section_10 .doctors img {
        width: 100%;
    }
    .section_11 .image img {
        width: 60%;
    }
    .section_16 .text {
        padding: 3rem 32vw 0;
    }
    /***********************************************/
    .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_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 .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 {
        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: 0;
    }
    
    .section_13 .text .logo img {
        bottom: -25px;
        right: 30px;
        width: 200px;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    
    .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_4 .information {
        padding: 0 20vw;
    }
    .section_5 .text {
        padding: 10vh 30vw;
    }
    .section_5 .text p {
        padding-right: 0;
    }
    .section_8 .text {
        padding: 0 26vw;
    }
    .section_10 .doctors img {
        width: 100%;
    }
    .section_11 .image img {
        width: 60%;
    }
    .section_16 .text {
        padding: 0 32vw;
    }
    /***********************************************/
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 5vw;
    }
    .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 .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 {
        height: auto;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_13 .text .logo img {
        width: 200px;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .image {
        height: 641px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}


/*************************************medias generales******************/
@media only screen and (max-width: 1361px) and (orientation: landscape){
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2,
    .section_10 .services .text p, .section_11 .text h2, .section_11 .text p, 
    .section_16 .text h2, .section_16 .text p, .section_12 .text h2, .section_12 .text p, .section_13 .text p {
        padding-bottom: 1.5rem;
    }
    .section_3 .text p {
        line-height: normal;
    }
    .section_4 .information {
        padding: 0 13%;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_5 .text {
        padding-right: 17%;
        padding-left: 17%;
    }
    .section_7 .image .img_2 {
        bottom: -9%;
    }
    .section_8 .text {
        padding: 0 12%;
    }
    .section_9 .text {
        padding: 0 0 0 7%;
    }
    .section_10 .services .text {
        padding: 0% 9%;
    }
    .section_11 .image{
        display: flex;
        justify-content: center;
    }
    .section_11 .text {
        padding: 0 0% 0 5%;
    }
    .section_16 .image {
        height: auto;
    }
    .section_16 .image img{
        width: 60%;
    }
    .section_16 .text {
        padding: 0 27%;
    }
    .section_12 .text {
        padding: 0 0 0 5%;
    }
}
@media only screen and (max-width: 1360px) and (orientation: landscape){
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2, .section_10 .services .text p,
    .section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
    .section_12 .text h2, .section_12 .text p{
        white-space: normal;
    }
    .section_16 .text h2 {
        padding-right: 0;
    }
    .text h2,.text h3, p.negrita, p.text{
        padding-bottom: 1.5rem;
        margin-bottom: 0 !important;
    }
    .section_7 {
        padding-right: 5%;
        padding-left: 5%;
    }
    .section_7 .image .img_2 {
        bottom: 10%;
    }
    .section_9 .col-lg-6 {
        max-width: 55%;
    }
    .section_10 .doctors .text {
        padding: 0 10%;
    }
    .section_10 .services .image img {
        width: 100%;
    }
    .section_10 .services .image {
        align-items: center;
        padding: 7%;
    }
    .section_11 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_12 .text h2 {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px){    
    .text, .section_2 .administration .title, .section_2 .paragraph, .section_8 .image {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .section_2 .administration, .section_5, .section_6 .row, .section_7 .row, .section_8 .row,
    .section_9 .col-lg-6, .section_10 .doctors .image, .section_10 .doctors .text,
    .section_10 .services .image, .section_10 .services .text, .section_11 .row, .section_16 .row, .section_12 .row{
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
    .image {
        padding-bottom: 4rem;
        margin-bottom: 0 !important;
    }
    .section_2 .icons .image {
        padding-bottom: 0;
    }
    .section_7 .image {
        margin-bottom: 4rem !important;
    }
    .section_2 .icons .image {
        margin-bottom: 5% !important;
    }
    .section_2 .administration .title h2, .section_2 .paragraph p, .section_1 .information360 .paragraph p{
        text-align: left;
        white-space: normal;
    }
    .section_3 .row {
        height: 38vh;
        padding: 0 !important;
    }
    .section_3 .text {
        padding: 0;
    }
    .section_3 .row {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .pwx-animated {
        left: 0 !important;
    }
    .section_4 .row {
        padding: 5% 8% 18%;
    }
    .section_4 .image img {
        width: 100%;
    }
    .section_4 .information {
        padding: 0;
    }
    .section_5 .image .Img {
        width: 100%;
        z-index: 1;
    }
    .section_5 .image .ImgTwo{
        z-index: 2;
    }
    .section_5 .image .ImgOne{
        z-index: 3;
    }
    .section_5 .image .ImgOne, .section_5 .image .ImgTwo {
        bottom: 0;
        left: 0;
        top: inherit;
        width: 26.5%;
    }
    .section_5 .image {
        margin-bottom: 5rem !important;
    }
    .section_5 .text {
        padding: 0 8%;
    }
    .section_6 .image {
        order: -1;
    }
    .section_6 .image img, .section_7 .image img, .section_8 .image img, .section_10 .doctors img,
    .section_16 .image img, .section_12 .image img{
        width: 100%;
    }
    .section_7 .image img {
        position: relative;
    }
    .section_7 .image .img_3 {
        position: absolute;
    }
    .section_7 .image .img_2 {
        bottom: 0%;
        width: 30%;
        left: 4%;
    }
    .section_7, .section_10 .doctors .text {
        padding-right: 0;
        padding-left: 0;
    }
    .section_8 .text {
        margin-top: 0;
    }
    .section_9 .col-lg-6 {
        max-width: 100%;
    }
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #646074 50%, #646074);
        background-size: 100% 200%;
    }
    .section_10 .doctors .image {
        order: 1;
        padding-top: 10%;
    }
    .section_12 .image{
        padding-right: 0;
        padding-left: 0;
    }
    .section_16 .image {
        margin-bottom: 4rem !important;
    }
    .section_13 .text {
        padding: 0 0 0 4% !important;
    }
}
@media only screen and (max-width: 991px) and (orientation: portrait){
    .section_4 .information .text, .section_4 .information .paragraph, .section_5 .text h2, .section_5 .text p,
    .section_6 .text h2, .section_6 .text p, .section_7 .text h2, .section_7 .text p,
    .section_8 .text h2, .section_8 .text p, .section_9 .text h2, .section_9 .text h3, .section_9 .text p,
    .section_10 .doctors .text h2, .section_10 .doctors .text p, .section_10 .services .text h2, .section_10 .services .text p,
    .section_11 .text h2, .section_11 .text p, .section_16 .text h2, .section_16 .text p,
    .section_12 .text h2, .section_12 .text p{
        white-space: normal;
    }
     .section_3 .row{
        padding-left: 0 !important;
        margin-left: -3%;
    }
    .section_16 .text h2 {
        padding-right: 0;
    }
    .text h2,.text h3, p.negrita, p.text{
        padding-bottom: 1.5rem;
        margin-bottom: 0 !important;
    }
    .section_3 .row {
        height: 28vh;
    }
    .section_6 .image, .section_10 .doctors .image  {
        order: 0;
    }
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #646074 50%, #646074);
        background-size: 100% 200%;
    }
    .section_16 .image {
        height: auto;
    }
    .section_13 .image img {
        height: 100vh;
        object-fit: cover;
        object-position: top;
    }
    .section_13 {
        padding-right: 0;
        padding-left: 0;
    }
}