/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 6/12/2021, 11:40:19 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');
}

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

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

.section_1 .information360 .paragraph {
    padding-right: 10vw;
}

.section_4 .image {
    position: relative;
}
.section_4 .image .cellphone {
    position: absolute;
    bottom: 0;
    right: 14%;
}

.section_4 .image .cellphone .screen {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.section_4 .image .cellphone .screen .laImgContent {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: transform 1s ease;
}

.section_4 .image .cellphone .screen .laImgCellphone {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.section_5 .image {
    position: relative;
    z-index: 3;
}

.section_5 .image img {
    position: absolute;
    bottom: -50%;
    transition: all 1s ease-in !important;
}

.imagen5Animada {
    bottom: 0% !important;
    transition: all 1s ease-in !important;
}

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

.section_5 .text {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.section_5 .text .conteiner-down {
    position: absolute;
    top: -50%;
    transition: all 1s ease-in;
}

.conteiner-top {
    top: 0 !important;
    transition: all 1s ease-in !important;
}

.section_7 {
    overflow: hidden;
}

.section_7 .image .image7Efect {
    position: absolute;
    transition: all 1s ease;
    transform: translatex(20%);
    z-index: 4;
}

.section_7 .image .checkout {
    position: absolute;
    z-index: 2;
    width: 272.22px;
    height: 560px;
}

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

.section_7 .image #left_point {
    display: none;
}
    
.image7EfectCards {
    transform: translatex(-25%) !important;
}
.section_13 .logo img {
    width: 40%;
}
.section_13 .text .logo span {
    font-size: 2.3em;
}
.section_9 .row {
    align-items: flex-end;
}

.section_9 .text {
    margin-bottom: 5vw;
}

.section_10 {
    height: auto;
}

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

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

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

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

.section_10 .services {
    background-color: #3B3B3B;
    padding: 5vh 0;
    height: auto;
}

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

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

.section_10 .doctors .text h2 {
    color: #000000;
}

.section_10 .doctors .text p {
    color: #151515;
}

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

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
	left: 28%;
    }
    
    .pwx-animated {
	left: 13% !important;
    }

    .section_4 .image {
        padding: 0;
    }

    .section_4 .image .cellphone .screen {
        width: 59px;
        height: 115px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-63px);
    }
    
    .section_5 .image {
        height: 137px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 315px;
        height: auto;
    }
    
    .section_5 .text {
        height: 222px;
    }
    
    .section_5 .text .conteiner-down {
        width: 300px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 234px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 234px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 60%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
	
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
	left: 28%;
    }
    
    .pwx-animated {
	left: 15% !important;
    }
    
    .section_4 .image {
        padding: 0;
    }

    .section_4 .image .cellphone .screen {
        width: 59px;
        height: 115px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-48px);
    }
    
    .section_5 .image {
        height: 137px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 315px;
        height: auto;
    }
    
    .section_5 .text {
        height: 222px;
    }
    
    .section_5 .text .conteiner-down {
        width: 300px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 234px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 234px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 60%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
    .section_13 .logo img {
        width: 40%;
    }
    .section_13 .text .logo span {
        font-size: 1.6em;
    }
    .section_13 .text .logo img {
        width: 20%;
        /* margin-left: 5px; */
        /* margin-bottom: 0%; */
        position: absolute;
        left: 72%;
        bottom: 83%;
    }
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    .section_4 .image {
        padding: 0;
    }
    
    .section_4 .image .cellphone .screen {
        width: 81px;
        height: 163px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-82px);
    }
    
    .section_5 .image {
        height: 175px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 400px;
        height: auto;
    }
    
    .section_5 .text {
        height: 222px;
    }
    
    .section_5 .text .conteiner-down {
        width: 300px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 300px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 300px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 60%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    .section_4 .image {
        padding: 0;
    }
    
    .section_4 .image .cellphone .screen {
        width: 81px;
        height: 163px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-82px);
    }
    
    .section_5 .image {
        height: 257px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 590px;
        height: auto;
    }
    
    .section_5 .text {
        height: 252px;
    }
    
    .section_5 .text .conteiner-down {
        width: 530px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 400px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 400px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 40%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    .section_4 .image {
        padding: 0;
    }
    
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 13px;
    }
    
    .laImgContentEfect {
        transform: translateY(-128px);
    }
    
    .section_5 .image {
        height: 301px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 690px;
        height: auto;
    }
    
    .section_5 .text {
        height: 230px;
    }
    
    .section_5 .text .conteiner-down {
        width: 580px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 480px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 480px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
}
/*******************************IPAD USADA EN LA EMPRESA************************************************************/
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    .section_1 .information360 .title h1 {
        padding-right: 20vw;
    }
    .section_1 .logo img {
        width: 30%;
    }
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        /*transform: translateY(-128px);*/
        transform: translateY(-100px);
    }
    
    .section_5 .image {
        height: 305px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 700px;
        height: auto;
    }
    
    .section_5 .text {
        height: 292px;
    }
    
    .section_5 .text .conteiner-down {
        width: 680px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 480px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 480px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-top: 5vh;
    }
    .section_13 .text .logo span {
        font-size: 1.8em;
        line-height: normal;
    }
    .section_13 .text .logo .laImg_Responsive {
        display: block;
        width: 30%;
        position: absolute;
        bottom: 82%;
        left: 74%;
        margin-left: 0;
        margin-bottom: 0;
    }


}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-128px);
    }
    
    .section_5 .image {
        height: 340px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 780px;
        height: auto;
    }
    
    .section_5 .text {
        height: 292px;
    }
    
    .section_5 .text .conteiner-down {
        width: 710px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 480px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 480px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-top: 5vh;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    .section_1 .col-lg-6.information360 {
        max-width: 52%;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
	left: 28%;
    }
    .section_3 .text p {
        margin-bottom: 0;
    }
    
    .pwx-animated {
	left: 15% !important;
    }
    
    .section_4 .image .cellphone .screen {
        width: 153px;
        height: 305px;
    }
    
    .laImgContentEfect {
        transform: translateY(-123px);
    }
    
    .section_5 .image {
        height: 432px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 992px;
        height: auto;
    }
    
    .section_5 .text {
        height: 265px;
    }
    
    .section_5 .text .conteiner-down {
        width: 872px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 350px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 350px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    .section_13 .logo span {
        line-height: normal !important;
        font-size: 1.8em !important;
    }
    .section_13 .text .logo img {
        width: 20%;
        /* height: auto; */
        position: absolute;
        left: 52%;
        bottom: 81%;
    }
    .section_3 .text .pwx-1 {
        top: 36%;
    }
    .section_3 .text .pwx-2 {
        top: 49%;
    }
    .section_3 .text .pwx-3 {
        top: 62%;
        left: 17%;
        opacity: 0;
    }
    
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-202px);
    }
    
    .section_5 .image {
        height: 476px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1094px;
        height: auto;
    }
    
    .section_5 .text {
        height: 253px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 430px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 430px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and (orientation: portrait){
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }
    
    .section_5 .image {
        height: 497px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1140px;
        height: auto;
    }
    
    .section_5 .text {
        height: 253px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 480px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 480px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .image {
        align-items: center;
    }
    
    .section_16 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_16 .text h2 {
        font-size: 42px;
    }
    
    .section_16 .text p {
        font-size: 20px;
    }
}
/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    .section_4 .image .cellphone .screen {
        width: 81px;
        height: 163px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-82px);
    }
    
    .section_5 .image {
        height: 175px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 400px;
        height: auto;
    }
    
    .section_5 .text {
        height: 222px;
    }
    
    .section_5 .text .conteiner-down {
        width: 300px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 280px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 280px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 60%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    .section_4 .image .cellphone .screen {
        width: 81px;
        height: 163px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-82px);
    }
    
    .section_5 .image {
        height: 175px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 400px;
        height: auto;
    }
    
    .section_5 .text {
        height: 222px;
    }
    
    .section_5 .text .conteiner-down {
        width: 300px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 280px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 280px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .doctors .image img {
        width: 60%;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    .section_4 .image .cellphone .screen {
        width: 81px;
        height: 163px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-82px);
    }
    
    .section_5 .image {
        height: 257px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 590px;
        height: auto;
    }
    
    .section_5 .text {
        height: 253px;
    }
    
    .section_5 .text .conteiner-down {
        width: 530px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 430px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 430px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .image {
        align-items: center;
        justify-content: flex-start;
    }
    
    .section_16 .image img {
        margin-bottom: 5vh;
    }
    
    .section_16 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_16 .text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .text a {
        font-size: 15px;
        line-height: 19px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 13px;
    }
    
    .laImgContentEfect {
        transform: translateY(-128px);
    }
    
    .section_5 .image {
        height: 301px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 690px;
        height: auto;
    }
    
    .section_5 .text {
        height: 230px;
    }
    
    .section_5 .text .conteiner-down {
        width: 580px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 430px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 430px;
    }
    
    .section_10 .row {
        flex-direction: column;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_10 .services {
        flex-direction: column-reverse;
    }
    
    .section_10 .services .image img {
        margin-bottom: 5vh;
    }
    
    .section_11 .row {
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-bottom: 5vh;
    }
    
    .section_16  .row {
        padding: 10vh 6vw;
    }
    
    .section_16 .image {
        align-items: center;
        justify-content: flex-start;
    }
    
    .section_16 .image img {
        margin-bottom: 5vh;
    }
    
    .section_16 .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .section_16 .text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .section_16 .text a {
        font-size: 15px;
        line-height: 19px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation : landscape){
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-128px);
    }
    
    .section_5 .image {
        height: 305px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 700px;
        height: auto;
    }
    
    .section_5 .text {
        height: 292px;
    }
    
    .section_5 .text .conteiner-down {
        width: 680px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 430px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 430px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_10 .doctors {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .section_11 .image img {
        margin-top: 5vh;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***********************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation : landscape){
    .section_4 .image .cellphone .screen {
        width: 120px;
        height: 235px;
        border-radius: 12px;
    }
    
    .laImgContentEfect {
        transform: translateY(-128px);
    }
    
    .section_5 .image {
        height: 340px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 780px;
        height: auto;
    }
    
    .section_5 .text {
        height: 292px;
    }
    
    .section_5 .text .conteiner-down {
        width: 710px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 430px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 430px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_11 .image img {
        margin-top: 5vh;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    .section_1 .col-lg-6.information360 {
        max-width: 60%;
    }
    .section_1 .information360 .logo img {
        width: 25%;
    }
    
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
	left: 28%;
    }
    
    .pwx-animated {
	left: 15% !important;
    }
    
    .section_4 .image .cellphone .screen {
        width: 153px;
        height: 305px;
    }
    
    .laImgContentEfect {
        /*transform: translateY(-160px);*/
        transform: translateY(-123px);
    }
    
    .section_5 .image {
        height: 432px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 992px;
        height: auto;
    }
    
    .section_5 .text {
        height: 265px;
    }
    
    .section_5 .text .conteiner-down {
        width: 872px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 370px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 370px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    .section_13 .text .logo img {
        bottom: 78%;
        width: 20%;
        /* height: auto; */
        position: absolute;
        left: 60%;
    }
    .section_13 .text .logo span {
        font-size: 2.1em;
    }
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***********************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-202px);
    }
    
    .section_5 .image {
        height: 477px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1094px;
        height: auto;
    }
    
    .section_5 .text {
        height: 254px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 440px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 440px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    .section_1 .col-lg-6.information360 {
        max-width: 52%;
    }
    
    .section_3 .text .pwx-1,
    .section_3 .text .pwx-2,
    .section_3 .text .pwx-3 {
	left: 28%;
    }
    
    .pwx-animated {
	left: 15% !important;
    }
    
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }

    .section_5 .image {
        height: 497px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1140px;
        height: auto;
    }
    
    .section_5 .text {
        height: 253px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 440px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 440px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    .section_13 .text .logo img {
        width: 16%;
        position: absolute;
        bottom: 75%;
        left: 57%;
    }
    .section_1 .information360 .logo img {
        width: 20%;
    }
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***********************************************************/
/*patalla de escritorio utilizado en la empresa*/
@media only screen and (min-width: 1361px) and (max-width: 1899px) and (orientation : landscape){
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }
    .section_3 .text p {
        margin-bottom: 0;
    }
    .section_3 .text .pwx-1 {
        top: 29%;
    }
    .section_3 .text .pwx-3 {
        top:55%;
    }
    .section_5 .image {
        height: 535px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1228px;
        height: auto;
    }
    
    .section_5 .text {
        height: 253px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 545px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    .section_13 .text .logo img {
        width: 20%;
        position: absolute;
        bottom: 79%;
        left: 56%;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation : landscape) {
    
    .section_1 .logo img {
        width: 50%;
        
    }
    .section_8 .image img {
        width: 70%;
    }
    .section_4 .image .cellphone {
        right: 22%;
    }

    .section_4 .image .cellphone .screen {
        position: relative;
        overflow: hidden;
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }
    
    .section_5 .image {
        height: 785px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 1805px;
    }
    
    .section_5 .text {
        height: 350px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 560px;
    }
    section_8 image img {
        width: 80%;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_11 .row {
        padding: 10vh 3vw 5vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 6vw;
    }
    
    .section_12 .text {
        padding: 0 6vw;
    }
    .section_13 .text .logo img {
        position: absolute !important;
        left: 50% !important;
        bottom: 76% !important;
        margin-left: 0;
        width: 15%;
    }
    

}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation : landscape){
    .section_1 .information360 {
        padding: 5vh 9vw;
    }
    
    .section_2 .paragraph {
        padding: 0 4vw;
    }

    .section_4 .image .cellphone {
        right: 27%;
    }
    
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }
    
    .section_5 .image {
        height: 902px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 2070px;
    }
    
    .section_5 .text {
        height: 350px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1037px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 560px;
    }
    
    .section_10 .doctors,
    .section_10 .services {
        padding: 8vh 0;
    }
    
    .section_11 .row {
        padding: 10vh 3vw 5vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 9vw;
    }
    
    .section_12 .text {
        padding: 0 9vw;
    }
    
    .section_13 .text p {
        padding-right: 4vw;
    }
    .section_13 .text .logo img {
        bottom: 81%;
        width: 9%;
        /* height: auto; */
        position: absolute;
        left: 47%;
    }
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation : landscape){
    .section_4 .image .cellphone {
        right: 30%;
    }
    
    .section_4 .image .cellphone .screen {
        height: 407px;
    }
    
    .laImgContentEfect {
        transform: translateY(-200px);
    }
    
    .section_5 .image {
        height: 945px;
        margin-bottom: 7vh;
    }
    
    .section_5 .image img {
        width: 2340px;
    }
    
    .section_5 .text {
        height: 402px;
    }
    
    .section_5 .text .conteiner-down {
        width: 1141px;
    }
    
    .section_6 .text h2 {
        padding-right: 3vw;
    }
    
    .section_7 .image .checkout {
        width: auto;
        height: 768px;
    }
    
    .section_7 .image .cellphone,
    .section_7 .image .image7Efect {
        height: 768px;
    }
    
    .section_10 .services .image img {
        width: 70%;
    }
    
    .section_11 .row {
        padding: 10vh 3vw 5vh 3vw;
    }
    
    .section_11 .text {
        padding: 0 6vw;
    }
    
    .section_12 .text {
        padding: 0 6vw;
    }
}