/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 4/03/2022, 10:32:00 AM
    Author     : angel
*/

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

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

body {
    background-color: black;
}

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

.normal {
    font-family: 'Helvetica-Neue-Regular' !important;
}
.container-fluid {
    background-color: #355560;
}
/*********************************************************************************/
.section_1 .information360 {
    padding: 5vh 0 0 7vw;
}
.section_1 .information360 .button a {
    background-color: #9F2240;
}
/*********************************************************************************/
.section_2 {
    background-color: black;
}
.section_2 .paragraph {
    padding: 0 3vw;
}
.section_2 .administration .title h2,
.section_2 .paragraph p,
.section_2 .benefits .title h2,
.section_2 .icons h4,
.section_2 .icons p {
    color: white;
}
/*************************************************************************/
.section_3 {
    background-color: black;
}

.section_3 .text p {
    color: white;
}

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

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

.section_3 .text .pwx-3 {
    top: 65%;
    transition: all 2s ease;
}
/*************************************************************************/
.section_4 {
    background-color: black;
}

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

.section_4 .information .text,
.section_4 .information .paragraph {
    color: white;
}
/*************************************************************************/
.section_5 {
    background-color: #2B2B2B;
}
.section_5 .text {
    opacity: 1;
}
.section_5 .text h2,
.section_5 .text p {
    color: white;
}

.section_5 .image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.section_5 .image .Img {
    width: 65%;
    height: auto;
    z-index: 1;
}
.section_5 .image .ImgOne, .section_5 .image .ImgTwo{
    position: absolute;
    width: 8%;
    height: auto;
    z-index: 2;
    transition: all 1s linear;
}

.section_5 .image .ImgOne{
    left: -10%
}
.section_5 .image .ImgTwo{
    right: -10%
}

.imageLeftMoving {
    transform: translateX(320%);
}

.imageRightMoving {
    transform: translateX(-320%);
}
/*************************************************************************/
.section_6 {
    background-color: black;
}

.section_6 .text h2,
.section_6 .text p {
    color: white;
}
/*************************************************************************/
.section_7 {
    background-color: black;
}

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

.section_7 .image .img_1 {
    width: 80%;
}

.section_7 .image .img_2{
    position: absolute;
    z-index: 3;
    width: 30%;
    top: 30%;
    left: 0;
    transition: all 2s ease;
}

.section_7 .image .opacidad7SocialDeveloperM{
    z-index: 4;
    opacity: 0;
    transition: all 2s ease;
}

.opacidadActiva {
    opacity: 1 !important;
}

.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 0 0 22vw;
    margin-top: 8%;
}

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

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

.section_8 .image .img_1 {
    width: 45%;
    height: auto;
    z-index: 1;
}

.section_8 .image .img_2, .section_8 .image .img_3{
    position: absolute;
    height: auto;
    bottom: -7%;
    transition: all 1s linear;
}

.section_8 .image .img_2 {
    width: 12%;
    left: 37%;
    z-index: 2;
}

.section_8 .image .img_3 {
    z-index: 3;
    width: 25%;
    right: 31.5%;
    bottom: -10%;
}

/*****************************************************************************/
.section_9 {
    background-color: black;
}

/*.section_9 .text h2, .section_9 .text h3{
    padding-bottom: 1.5rem;
}*/
/*******************************************************************************/
.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 .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_10 .doctors img {
    width: 100%;
    height: auto;
}

.section_10 .doctors {
    background-color: #0A4E67;
    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%, #355560 50%, #355560);
    background-position: unset;
    background-size: 200% 100%;
    transition: background 1s;
}

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

.section_10 .doctors .text {
    padding: 5vh 5vw;
}*/

.fondoAnimado {
    background-position: -100% 100% !important;
}
/*******************************************************************************************/
.section_11 {
    background-color: black;
}
.section_11 .image img {
    width: 100%;
}
.section_11 .text h2,
.section_11 .text p {
    color: white;
}
.section_11 .text {
    padding: 0% 9%;
}
/**************************************************************************************/
.section_12 {
    background-color: black;
}

.section_12 .row {
    position: relative;
}

.section_12 .text {
    position: absolute;
    right: 25%;
    transition: 1s all ease;
}

.textAnimation12SDM {
    right: 0% !important;
}

.section_12 .image {
    position: absolute;
    left: -58%;
    transition: 1s all ease;
}

.imageAnimation12SDM {
    left: 0% !important;
}

.section_12 .text p {
    font-size: 30px;
    line-height: 36px;
}
.section_12 .text h2,
.section_12 .text p {
    color: white;
}
.section_12 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section_12 .image .img_01 {
    width: 85%;
    height: auto;
    z-index: 1;
}
.section_12 .image .img_02, .section_12 .image .img_03{
    position: absolute;
    height: auto;
    transition: all 1s linear;
}
.section_12 .image .img_02 {
    width: 77%;
    height: 66%;
    top: 6%;
    z-index: 2;
    background-color: #000;
    opacity: 0.6;
}
.section_12 .image .img_03 {
    z-index: 3;
    width: 85%;
}
/*****************************************************************************************/
.section_13 {
    background-color: black;
}
.section_13 .col-xl-6 {
    max-width: 65%;
}
.section_13 .text .logo img {
    margin-left: 15px;
    width: 12%;
    margin-bottom: 8px;
    position: initial;
}
.section_13 .text p {
    padding-right: 28%;
}
/**************************************************************************************/
.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 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%;
    height: auto !important;
}

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

.section_16 .image {
    margin-bottom: 5%;
}
/*********************************************************************/
.section_12{
    padding-top: 20%;
}

.section_12 .row {
    padding: 0 6vw 15vw;
}

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

/*.section_12 .text h2, .section_12 .text .negrita, .section_16 .text h2, .section_16 .text .negrita{
    padding-bottom: 1.5rem;
}*/
/***********************************************************************/
.section_14 .information .ac-gf-content h3{
    color: #B1B1B1;
}

.section_14 .information .ac-gf-content p{
    color: #969393;
}
/*****************************************/
.section_15 .button a {
    background-color: #9F2240;
}
footer{
    background-color: #000;
}

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_12 .image .img_02 {
        height: 56% !important;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_3 .row {
        margin-left: 5% !important;
    }
    
    .section_10 .services .image img {
        width: 100% !important;
    }
    
    .section_13 .image img {
        height: 90vh;
    }
    .section_1 .image {
        height: 110vh;
    }
    .section_1 .information360 .logo{
        margin-top: 7%;
    }
    .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 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 90%;
    }
    
    .section_12 .row {
        height: 606px;
    }
    
    .section_12 .image {
        height: 318px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
        padding: 0 5vw !important;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 90%;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text {
        padding: 0 5vw;
    }
    .section_13 .text .logo span {
        font-size: 25px;
    }
    .section_13 .text p {
        padding-right: 0;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        width: 17%;
        margin-bottom: 3px;
    }
    .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_13 .text {
        padding: 0 6%;
    }
    
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    
    .section_13 .text p {
        padding-right: 0;
    }
    
    .section_13 .text .logo img {
        margin-left: 8px;
        width: 16%;
        margin-bottom: 1px;
    }
    .section_12 .image .img_02 {
        height: 56% !important;
    }
    
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .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 {
         margin-bottom: 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 .information {
        padding: 0;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 8vw;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .section_9 .text {
        padding: 0 4vw;
    }
    
    .section_9 .text h2,
    .section_9 .text h3 {
        padding-bottom: 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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 95%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_11 .text h2 {
        padding-right: 0;
    }
    
    .section_12 .row {
        height: 506px;
    }
    
    .section_12 .image {
        height: 220px;
        margin-bottom: 5vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
        padding: 0 5vw !important;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image .img_01 {
        width: 300px;
    }
    
    .section_16 .text {
        padding: 0 5vw;
    }
    
    .section_12 .text h2,
    .section_12 .text .negrita,
    .section_16 .text h2,
    .section_16 .text .negrita {
        padding-bottom: 0rem;
    }
    
    .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_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
     .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;
        padding: 0 !important;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
        left: 27%;
    }
    
    .section_3 .text .pwx-2 {
        left: 27%;
    }
    
    .pwx-animated {
        left: 5% !important;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_12 .row {
        height: 655px;
    }
    
    .section_12 .image {
        height: 380px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        padding: 0 5vw;
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text {
        padding: 0 7vw;
    }
    .section_13 .text .logo img {
        margin-left: 10px;
        width: 11%;
        margin-bottom: .9px;
    }
    .section_16 .text {
        padding: 0 5vw;
    }
    
    .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_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 70%;
    }
    .section_1 .information360 .logo img {
        width: 205px;
    }
    .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 .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .doctors .image,
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 100%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_12 .row {
        height: 845px;
    }
    
    .section_12 .image {
        height: 545px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        padding: 0 5vw;
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text {
        padding: 0 7vw;
    }
    .section_13 .text .logo img {
        margin-left: 10px;
        width: 12%;
        margin-bottom: 6px;
    }
    .section_15 .button a {
        background-color: #9F2240;
    }
    
    .section_16 .text {
        padding: 0 5vw;
    }
    
    .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_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360.col-lg-6 {
        max-width: 60%;
    }
    .section_1 .information360 .logo img {
        width: 205px;
    }
    .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 .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 95%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 100%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_12 .row {
        height: 980px;
    }
    
    .section_12 .image {
        height: 674px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        padding:  0 5vw;
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text {
        padding: 0 7vw;
    }
    .section_13 .text .logo img {
        margin-left: 10px;
        width: 11%;
        margin-bottom: 5.3px;
    }
    .section_16 .text {
        padding: 0 5vw;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 222px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    
    .section_1 .information360 .paragraph{
        padding-right: 5%;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }

    .section_1 .information360.col-lg-6 {
        max-width: 60%;
    }
    .section_1 .information360 .logo img{
        width: 70%;
    }
    .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 .Img {
        width: 90%;
    }
    
    .section_5 .text p:nth-child(2) {
        padding-right: 0vw;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(177%);
    }
    
    .imageRightMoving {
        transform: translateX(-183%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .text h2 {
        padding-right: 15vw;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 88%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 80%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_11 .image img {
        width: 70%;
    }
    
    .section_12 .row {
        height: 745px;
    }
    
    .section_12 .image {
        height: 420px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        padding: 0 5vw;
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_13 .row,
    .section_13 .image {
        height: 100vh;
    }
    
    .section_13 .text {
        padding: 0 6%;
    }
    
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    
    .section_13 .text p {
        padding-right: 0;
        line-height: normal;
    }
    
    .section_13 .text .logo img {
        margin-left: 12px;
        width: 14%;
        margin-bottom: 7.2px;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_13 .image img {
        object-fit: cover;
        height: 100%;
    }
    
    .section_16 .text {
        padding: 0 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 img {
        width: 70%;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section_1 .information360 .paragraph{
        padding-right: 5%;
    }
    .section_1 .information360 .logo img{
        width: 65%;
    }
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    .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 .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 12%;
    }
    
    .imageLeftMoving {
        transform: translateX(187%);
    }
    
    .imageRightMoving {
        transform: translateX(-192%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .text {
        padding: 0 5vw;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .text {
        padding: 0 5vw;
    }
    
    .section_8 .image img {
        width: 90%;
        height: auto;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_12 .row {
        height: 980px;
    }
    
    .section_12 .image {
        height: 674px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        padding: 0 5vw;
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_13 .image img {
        object-fit: cover;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text p {
        padding-right: 22%;
    }
    .section_13 .text .logo img {
        margin-left: 10px;
        width: 11%;
        margin-bottom: -1px;
    }
    .section_16 .text {
        padding: 0 5vw;
    }
    
    .section_16 .text h2 {
        font-size: 37px;
        line-height: 41px;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 262px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){ 
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    .section_1 .information360 .logo img {
        width: 55%;
    }
    .section_2 .administration .title h2 {
        padding-right: 0;
    }
    
    .section_2 .administration {
        padding: 10vh 14vw;
    } 
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .section_3 .row {
        height: 18vh;
    }
    
    .section_4 .row {
        padding: 5vh 8vw 10vh 8vw;;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 10%;
    }
    
    .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_7 .image .img_1 {
        width: 100%;
    }
    
    .section_7 .image .img_2 {
        top: 34%;
    }
    
    .section_8 .text {
        padding: 0 10vw 0;
    }
    
    .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: 90%;
    }
    
    .section_11 .text {
        padding: 0 5% 0 !important;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .text {
        padding: 0 4%;
    }
        
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_12 .image .img_02 {
        width: 75%;
        height: 40%;
        top: 23.5%;
    }
    
    .section_13 .text .logo img {
        margin-bottom: 9px;
        margin-left: 10px;
        width: 15%;
    }
    
    .section_13 .text p {
        padding-right: 3%;
    }
    
    .section_13 .text .logo, 
    .section_13 .text p {
        margin-bottom: 1.5vh;
    }
    
    .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 img{
        width: 90%;
    }
    
    .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_2 .administration {
        padding: 10vh 14vw;
    }
    .section_8 .text {
        padding: 0 10vw 0;
    }
    .section_11 .text {
        padding: 0 5% 0 !important;
    }
    .section_12 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    .section_12 .image .img_02 {
        width: 75%;
        height: 48%;
        top: 18%;
    }
    .section_16 .image img{
        width: 90%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    .section_1 .information360 .logo img {
        width: 55%;
    }
    .section_3 .row {
        height: 23vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .ImgOne, 
    .section_5 .image .ImgTwo {
        width: 10%;
    }
    
    .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: 100%;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    .section_13 .text .logo img {
        margin-left: 10px;
        width: 14%;
        margin-bottom: 2px;
    }
    .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 .logo img {
        width: 45%;
    }
    .section_2 .administration {
        padding: 10vh 14vw;
    }
    .section_8 .text {
        padding: 0 10vw 0;
    }
    .section_11 .text {
        padding: 0 5% 0 !important;
    }
    .section_12 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    .section_12 .image .img_02 {
        width: 75%;
        height: 48%;
        top: 18%;
    }
    .section_16 .image img{
        width: 90%;
    }
    .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 .image .ImgOne, 
    .section_5 .image .ImgTwo {
        width: 10%;
    }
    
    .section_5 .text {
        padding: 10vh 17vw;
    }
    
    .section_5 .image .statistics {
        width: 345px;
        height: auto;
        bottom: 0;
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 {
        padding-right: 0%; 
        padding-left: 0%; 
    }
    
    .section_7 .image .img_1 {
        width: 95%;
    }
    
    .section_7 .image .img_2 {
        top: 39%;
        width: 28%;
    }
    
    .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 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    .section_13 .text .logo img {
        margin-left: 14px;
        width: 16%;
        margin-bottom: 0px;
    }
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 16vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 10vw;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: 402px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}

/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
     .section_1 .image {
        height: 150vh;
    }
    .section_1 .information360 .logo img {
        width: 40%;
        margin-top: 10%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_1 .information360 {
        padding: 5vh 7vw 0;
    }
    .section_2 .administration .title {
        padding: 0 3vw;
    }
    .section_4 .information {
        padding: 0;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text, .section_11 .text {
        padding: 0 5vw;
    }
    .section_8 .text, .section_12 .text {
        padding: 0 8vw;
    }
    .section_9 .image img{
        height: 120vh;
    }
    .section_12 .image {
        height: 100px;
    }
    .section_12 .row {
        height: 380px;
    }
    .section_13 .text {
        max-width: 100%;
        padding: 0 7vw;
    }
    .section_13 .text p {
        padding-right: 5%;
    }
    .section_13 .text .logo img {
        margin-left: 5px;
        width: 15%;
        margin-bottom: 2px;
    }
    .section_16 img{
        width: 100%;
    }
    .section_16 .text {
        padding: 0 3vw;
    }
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .section_1 .information360 .button a {
        font-size: 21px;
        line-height: 28px;
        padding: 3px 48px;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 90%;
    }
    .section_12 .image {
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 134px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section_1 .image {
        height: 170vh;
    }
    .section_1 .information360 .logo img {
        width: 40%;
        margin-top: 20%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_1 .information360 {
        padding: 5vh 7vw 0;
    }
    .section_2 .administration .title {
        padding: 0 3vw;
    }
    .section_4 .information {
        padding: 0;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text, .section_11 .text {
        padding: 0 5vw;
    }
    .section_8 .text, .section_12 .text {
        padding: 0 8vw;
    }
    .section_12 .image {
        height: 100px;
    }
    .section_12 .row {
        height: 380px;
    }
    .section_13 .text {
        max-width: 100%;
        padding: 0 7vw;
    }
    .section_13 .text p {
        padding-right: 5%;
    }
    .section_13 .text .logo img {
        margin-left: 6px;
        width: 12%;
        margin-bottom: 1px;
    }
    .section_16 img{
        width: 100%;
    }
    .section_16 .text {
        padding: 0 3vw;
    }
    .section_12 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    
    .section_1 .information360 .button a {
        font-size: 21px;
        line-height: 28px;
        padding: 3px 48px;
    }
    
    .section_3 {
         margin-bottom: 0; 
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    
    .section_12 .image {
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 18px;
        line-height: 23px;
    }
    
    .section_16 .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .section_16 .image {
        height: 134px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section_1 .image {
        height: 150vh;
    }
    .section_1 .logo img{
        width: 25%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_1 .information360 {
        padding: 5vh 7vw 0;
    }
    .section_1 .information360 .logo img {
        width: 205px;
    }
    .section_2 .administration .title {
        padding: 0 3vw;
    }
    .section_4 .information {
        padding: 0;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text, .section_11 .text {
        padding: 0 5vw;
    }
    .section_8 .text, .section_12 .text {
        padding: 0 8vw;
    }
    .section_12 .image {
        height: 100px;
    }
    .section_12 .row {
        height: 520px;
    }
    .section_13 .text {
        max-width: 100%;
    }
    .section_13 .text p {
        padding-right: 5%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: 6px;
        width: 14%;
    }
    .section_16 img{
        width: 100%;
    }
    .section_16 .text {
        padding: 0 3vw;
    }
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    
    .section_3 .row {
        height: 23vh;
        padding: 0 !important;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    
    .section_12 .image {
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .image {
        height: 212px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section_1 .image {
        height: 150vh;
    }
    .section_1 .logo img{
        width: 25%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_1 .information360 .logo img {
        width: 205px;
    }
    .section_2 .administration .title {
        padding: 0 3vw;
    }
    .section_4 .information {
        padding: 0;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text, .section_11 .text {
        padding: 0 5vw;
    }
    .section_8 .text, .section_12 .text {
        padding: 0 8vw;
    }
    .section_12 .image {
        height: 100px;
    }
    .section_12 .row {
        height: 520px;
    }
    .section_13 .text {
        max-width: 100%;
    }
    .section_13 .text p {
        padding-right: 5%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .section_16 img{
        width: 100%;
    }
    .section_16 .text {
        padding: 0 3vw;
    }
    .section_12 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    .section_3 .row {
        height: 65vh !important;
    }
    .section_6 .image {
        order: 0 !important;
    }
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(155%);
    }
    
    .imageRightMoving {
        transform: translateX(-170%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 80%;
    }
    
    .section_8 .image img {
        width: 100%;
    }
    
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
   .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 100%;
    }
    
    .section_12 .image {
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .section_16 .image {
        height: 236px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_1 .image {
        height: 150vh;
    }
    .section_1 .logo img{
        width: 25%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 100%;
    }
    .section_13 .text {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .section_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    .section_3 .row {
        height: 74vh !important;
    }
    
    .section_1 .information360 {
        padding: 5vh 0vw 5vh 5vw;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 14%;
    }
    
    .imageLeftMoving {
        transform: translateX(177%);
    }
    
    .imageRightMoving {
        transform: translateX(-183%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 65%;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text {
        padding: 0 5vw 0;
    }
    .section_8 .image img {
        width: 100%;
    }
    .section_8 .text {
        padding: 0 8vw 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: 75%;
        height: auto;
    }
    
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    
    .section_10 .services {
        background: linear-gradient(to bottom, #000000, #000000 50%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    
    .section_12 .row {
        height: 980px;
    }
    
    .section_12 .image {
        height: 674px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    .section_12 {
        padding-top: 0;
    }
    .section_13 .text {
        max-width: 100%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: -2px;
    }
    .section_13 .text p {
        padding-right: 15%;
        padding-top: 3%;
    }
    .section_16 img{
        width: 90%;
    }
    .section_16  .row {
        padding: 10vh 6vw;
    }
    .section_16 .text {
        padding: 0 4vw 0;
    }
    .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_12 .text p {
        font-size: 20px;
        line-height: 24px;
    }
    .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_1 .information360 .logo img {
        width: 60%;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    .section_3 .row {
        height: 35vh;
    }
    .section_4 .image img {
        width: 80%;
    }
    
    .section_5 .image .Img {
        width: 90%;
    }
    
    .section_5 .image .ImgOne,
    .section_5 .image .ImgTwo {
        width: 12%;
    }
    
    .imageLeftMoving {
        transform: translateX(187%);
    }
    
    .imageRightMoving {
        transform: translateX(-192%);
    }
    
    .section_6 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_7 .image {
        justify-content: center;
    }
    .section_7 .text {
        padding: 0 5vw 0;
    }
    .section_7 .image .img_2 {
        width: 25%;
        top: 17%;
        left: 5%;
    }
    
    .section_7 .image img {
        width: 60%;
    }

    .section_8 .text {
        padding: 0 8vw;
    }
    
    .section_8 .image img {
        width: 80%;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_10 .doctors .text {
        padding: 0 8vw;
    }
    .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%, #355560 50%, #355560);
        background-size: 100% 200%;
    }
    
    .section_10 .services .image {
        width: 100%;
    }
    
    .section_10 .services .image img {
        margin-top: 8vw;
        width: 70%;
    }
    .section_11 .image img {
        width: 90%;
    }
    .section_12 .row {
        height: 980px;
    }
    
    .section_12 .image {
        height: 674px;
        margin-bottom: 8vh;
    }
    
    .section_12 .text {
        right: 0;
        bottom: 65%;
        transition: 1s all ease;
    }
    .section_11 .text {
        padding: 0% 6vw;
    }
    .textAnimation12SDMResponsive {
        bottom: 0 !important;
    }
    
    .imageAnimation12SDMResponsive {
        left: 0 !important;
    }
    
    .section_12 .image img {
        width: 70%;
    }
    .section_12 {
        padding-top: 0;
    }
    .section_12 .text {
        padding: 0 10vw;
    }
    .section_13 .col-xl-6 {
        max-width: 100%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: -3px;
    }
    .section_13 .text p {
        padding-right: 22%;
    }
    .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 img{
        width: 100%;
    }
    .section_16 .text {
        padding: 0 5vw;
    }
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .information360.col-lg-6 {
        max-width: 70%;
    }
    .section_1 .information360 .logo img {
        width: 45%;
        margin-top: 15%;
    }
    .section_2 .administration .title {
        padding: 0 12vw;
    }
    
    .section_2 .paragraph {
        padding: 0 14vw;
    }
    
    .section_3 .row {
        height: 30vh;
        margin-bottom: 5%;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .text .pwx-2 {
        top: 48%;
    }
    
    .section_4 .row {
        padding-top: 0;
    }
    
    .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 .text {
        padding: 0 3vw;
    }
    
    .section_7 {
        padding-right: 0%; 
        padding-left: 0%; 
    }
    
    .section_7 .image .img_1 {
        width: 95%;
    }
    
    .section_7 .image .img_2 {
        top: 39%;
        width: 28%;
    }
    
    .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 {
         padding-bottom: 0; 
    }
    
    .section_10 .services .image img {
        width: 90%;
    }
    
    .section_11 .text {
        padding: 0 5% 0 5% !important;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_12 .text p {
        font-size: 23px;
        line-height: 27px;
    }
    
    .section_12 .image .img_02 {
        width: 74%;
        height: 39.5%;
        top: 23.5%;
    }
    .section_13 .text p {
        padding-right: 0%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: 6px;
        width: 15%;
    }
    .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 img{
        width: 80%;
    }
    .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_11 .text {
        padding: 0 5% 0 3% !important;
    }
    .section_12 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    .section_12 .image .img_02 {
        width: 75%;
        height: 47%;
        top: 19%;
    }
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    .section_1 .information360 .logo img {
        width: 45%;
        margin-top: 18%;
    }
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    .section_3 .row {
        height: 45vh;
    }
    .section_4 .row {
        padding: 0vh 8vw 10vh;
    }
    .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_7 {
        padding-right: 0%; 
        padding-left: 0%; 
    }
    
    .section_7 .image .img_1 {
        width: 95%;
    }
    
    .section_7 .image .img_2 {
        top: 39%;
        width: 28%;
    }

    .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 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    .section_13 .text .logo img {
        margin-left: 8px;
        margin-bottom: 7px;
        width: 13%;
    }
    .section_13 .text p {
        padding-right: 8%;
    }
    .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: 70%;
    }
    .section_1 .information360 .logo img {
        width: 40%;
        margin-top: 14%;
    }
    .section_1 .information360 .paragraph {
        padding-right: 4vw;
    }
    
    .section_2 .paragraph {
        padding: 0 3vw;
    }
    
    .section_3 .row {
        height: 35vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .section_4 .information {
        padding: 0 10vw;
    }
    
    .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 {
        padding-right: 0%; 
        padding-left: 0%; 
    }
    
    .section_7 .image .img_1 {
        width: 95%;
    }
    
    .section_7 .image .img_2 {
        top: 39%;
        width: 28%;
    }
    
    .section_7 .text h2 {
        padding-right: 5vw;
    }

    .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_11 .text {
        padding: 0% 9% 0 0;
    }
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    
    .section_12 .image .img_02 {
        width: 75%;
        height: 48%;
        top: 18%;
    }
    
    .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 {
        margin-left: 10px;
        margin-bottom: 6px;
        width: 17%;
    }
    .section_13 .text p {
        padding-right: 5vw;
    }
    
    .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_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 6vw;
    }
    .section_1 .information360 .logo img {
        width: 40%;
        margin-top: 14%;
    }
    .section_2 .paragraph {
        padding: 0 3vw;
    }
    
    .section_3 .row {
        height: 30vh;
    }
    
    .section_3 .text .pwx-1 {
        top: 15%;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .section_4 .image img {
        width: 70%;
    }
    
    .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 .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 16vw;
    }
    
    .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_9 .text {
        padding: 0 3vw 0 7vw;
    }
    
    .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 .text {
        padding: 0 0% 0 7%;
    }
    
    .section_11 .text h2 {
        padding-right: 5vw;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 650px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .text h2 {
        padding-right: 5vw;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image img {
        width: 100%;
    }
    
    .section_12 .text p {
        font-size: 25px;
        line-height: 29px;
    }
    .section_12 .image .img_02 {
        height: 56%;
        top: 13%;
    }
    
    .section_13 .text p {
        padding-right: 10vw;
        line-height: normal;
    }
    .section_13 .text .logo img {
        margin-left: 12px;
        width: 14%;
        margin-bottom: 6px;
    }
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .text {
        padding: 0 21vw;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
        padding-right: 10vw;
        line-height: normal;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
    
    .section_16 .image {
        height: 445px;
        margin-bottom: 5vh;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1899px) and  (orientation: landscape){
    .section_3 .row {
        height: 40vh;
    }
    .section_4 .image img {
        width: 62%;
    }
    .section_4 .information {
        padding: 0 18vw;
    }
    .section_12 .image .img_02 {
        height: 67%;
        top: 5%;
    }
    .section_5 .text p:nth-child(2) {
        padding-right: 0;
    }
    .section_5 .text {
        padding: 10vh 27vw;
    }
    .section_8 .text {
        padding: 0px 23vw;
    }
    
    .section_8 .image img {
        width: 80%; 
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 815px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_16  .row {
        padding: 15vh 5vw;
    }
    
    .section_16 .image img {
        width: 80%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape){
    .section_1 .information360 .paragraph {
         padding-right: 0; 
    }
    
    .section_2 .paragraph {
        padding: 0 6vw;
    }
    
    .section_7 .text h2 {
        padding-right: 5vw;
    }

    .section_8 .text {
        padding: 0 19vw;
    }
    
    .section_8 .image img {
        width: 80%; 
    }
    
    .section_11 .text {
        padding: 0 5vw;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 815px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_16  .row {
        padding: 15vh 5vw;
    }
    
    .section_16 .image img {
        width: 80%;
    }

    .section_16 .text {
        padding: 0 26vw;
    }
    
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
   /***********************************************/
    .section_1 .information360.col-lg-6 {
        max-width: 61%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 14vw;
    }
    
    .section_1 .information360 .paragraph p {
        padding-right: 5vw;
    }
    
    .section_2 .paragraph {
        padding: 0 12vw;
    }
    
    .section_3 {
        margin-bottom: 0;
    }
    
    .section_3 .row {
        height: 25vh;
        margin-bottom: 7%;
    }
    
    .section_3 .text .pwx-2 {
        top: 50%;
    }
    
    .section_4 .row {
        padding: 3vh 8vw 10vh 8vw;
    }
    
    .section_4 .information {
        padding: 0 15vw 0 22vw;
    }
    
    .section_5 .text {
        padding: 10vh 26vw 10vh 28vw;
    }
    
    .section_5 .text p {
        padding-right: 0;
    }
    .section_5 .image .ImgOne, .section_5 .image .ImgTwo {
        width: 10%;
    }
    .section_5 .image .ImgTwo {
        right: -16%;
    }
    .section_5 .image .ImgOne {
        left: -16%;
    }
    .section_6 .row {
        padding: 15vh 6vw;
    }
    
    .section_6 .text h2 {
        padding-right: 0;
    }
    
    .section_7 .row {
        padding: 15vh 6vw;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section_8 .row {
        padding: 15vh 0;
    }
    
    .section_8 .text {
        padding: 0 21vw 0 26vw;
    }
    
    .section_8 .image img {
        width: 80%; 
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors img {
        height: auto;
    }
    
    .section_10 .doctors img {
        width: 100%;
    }
    
    .section_11 .row {
        padding: 15vh 6vw;
    }
    
    .section_11 .text h2 {
        padding-right: 7vw;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 1200px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_12 .image .img_02 {
        width: 78%;
        height: 70%;
        top: 3%;
    }
    
    .section_13 .text .logo img {
        margin-bottom: 1px;
    }
    
    .section_13 .text p {
        padding-right: 14vw;
    }
    
    .section_16  .row {
        padding: 15vh 5vw;
    }
    
    .section_16 .text {
        padding: 0 30vw;
    }
    
    .section_16 .image img {
        width: 70%;
    }
    
    .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 19vw 0 24vw;
    }
    .section_5 .text {
        padding: 10vh 30vw;
    }
    .section_5 .text p {
        padding-right: 0;
    }
    .section_8 .text {
        padding: 0 28vw;
    }
    .section_10 .doctors img {
        width: 100%;
    }
    .section_12 .image .img_02 {
        width: 78%;
        height: 70%;
        top: 3%;
    }
    .section_16 .text {
        padding: 0 32vw;
    }
    /***********************************************/
    .section_1 .information360.col-lg-6 {
        max-width: 41%;
    }
    
    .section_1 .information360 .paragraph {
        padding-right: 5vw;
    }
    .section_3 .row {
        height: 35vh;
    }
    .section_5 .image .ImgOne, .section_5 .image .ImgTwo {
        width: 10%;
    }
    .section_5 .image .ImgTwo {
        right: -16%;
    }
    
    .section_5 .image .ImgOne {
        left: -16%;
    }
    
    .section_5 .image .statistics {
        bottom: 1%;
        right: 25%;
    }
    
    .section_7 .text h2 {
        padding-right: 4vw;
    }
    
    .section7Animated {
        transform: translateY(184px);
    }
    
    .section_8 .image img {
        width: 80%; 
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_10 .doctors img {
        height: auto;
    }
    
    .section_12 {
        padding: 0;
    }
    
    .section_12 .row {
        padding: 0;
        height: 1020px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .section_12 .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_13 .text .logo img {
        margin-bottom: 7px;
    }
    .section_13 .text p {
        padding-right: 40%;
    }
    .section_16  .row {
        padding: 15vh 5vw;
    }
    
    .section_16 .image img {
        width: 60%;
    }
    
    .section_16 .image .image26,
    .section_16 .image .image27 {
        height: 100%;
    }
}