/* - - - - - - - - - - - - - - - 
CSS para pantallas medianas (Tablets)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */


/*_ _ _ _ _ _ _ HEADER _ _ _ _ _ _ _ */

header {
    overflow: hidden;
    /* transition: max-height .5s, background-color .5s; */
    height: 130px;
    display: block;
    padding: 0px;
    z-index: 1;
    /* position: fixed; */
    width: 100%;
    z-index: 9999;
    margin: 0;
}

header.opened {
    max-height: 1000px;
    /* transition: max-height .5s, background-color .5s; */
    height: 650px;
    width: 100%;
    padding-left: 0px;
    z-index: 999;
    background-color: #F5F5F5;
    box-shadow: 2px 2px 50px 3px rgb(154 150 150);
    transition: height 1s;
}

.menu_btn {
    content: url(../../_images/_svg/hamburger_black.svg);
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 30px;
    height: 42px;
    width: 55px;
    padding: 10px;
    display: block !important;
    transition: 1s;
    transform: rotate(180deg);
}

header.opened .menu_btn {
    content: url(../../_images/_svg/close_black.svg);
    transition: 1s;
    transform: rotate(90deg);
}

.align-header {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.nav {
    width: 100%;
    display: block;
    margin-top: 50px;
    font-size: 2em;
    text-align: start;
    padding-left: 30px;
}

.nav a {
    padding: 10px;
    transition: 1s;
    display: block;
    width: 50%;
    color: #181818;
    margin-left: 0;
    font-size: .9em;
}

.nav a:hover {
    color: rgba(0, 0, 0, .5);
}

.logo {
    display: block;
    padding: 0px 30px;
    width: 90px;
}


/* menu blanco*/

header.opened2 {
    max-height: 1000px;
    height: 650px;
    width: 100%;
    padding-left: 0px;
    z-index: 999;
    background-color: rgb(183, 179, 174);
    box-shadow: 2px 2px 50px 3px rgb(154 150 150);
    transition: height 1s;
    /* background-color: rgb(48 72 106 / 94%); */
}

.menu_btn2 {
    content: url(../../_images/_svg/hamburger_white.svg);
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 30px;
    height: 42px;
    width: 55px;
    padding: 10px;
    display: block !important;
    transition: 1s;
    transform: rotate(180deg);
}

header.opened2 .menu_btn2 {
    content: url(../../_images/_svg/close_white.svg);
    transition: 1s;
    transform: rotate(90deg);
}

.nav2 {
    width: 100%;
    display: block;
    margin-top: 50px;
    font-size: 2em;
    text-align: start;
    padding-left: 30px;
}

.nav2 a {
    padding: 10px;
    transition: 1s;
    display: block;
    width: 50%;
    color: white;
    margin-left: 0;
    font-size: .9em;
}

.nav2 a:hover {
    color: rgba(0, 0, 0, .5);
}

.popover {
    position: static;
    width: 40%;
    margin-left: 20px;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0;
    margin-top: 0;
    line-height: 1.5;
}

.popover a {
    font-size: .7em;
    padding: 0 !important;
    width: 100% !important;
}

.popover.hide-menu {
    display: none;
}


/*_ _ _ _ _ _ _ INICIO _ _ _ _ _ _ _ */

#align-inicio {
    padding-top: 80px;
}

.fondo {
    background-position: top !important;
}

#welcome {
    width: 100%;
}

#welcome h1 {
    font-size: 3.5em;
}

#welcome p {
    font-size: 1.2em;
}

#welcome hr {
    margin: 70px auto 0;
}

.proced {
    width: 48%;
}

.top-proced {
    flex-direction: column;
    align-items: flex-start;
}

.top-proced h2 {
    width: 100%;
}


/*_ _ _ _ _ _ _ PROCEDIMIENTOS _ _ _ _ _ _ _ */

.content-li {
    margin: 20px 0 50px;
    height: 500px;
}

.content-li p {
    padding: 10px 0 10px 20px;
}

.dropmenu>li {
    width: 250px;
}


/*_ _ _ _ _ _ _ QUIÉNES SOMOS _ _ _ _ _ _ _ */

#left-txt h1,
#align-nosotros h1,
.azul h1,
.blanco h1 {
    font-size: 2em;
}

#txt-cirujano {
    font-size: 1em;
    width: 100%;
    margin: 70px 0;
}

.text-op p {
    font-size: 1em;
}

.menos {
    bottom: 60px;
}

#pt1 {
    width: 100%;
    font-size: 1em;
}

#p-escuela {
    width: 90%;
    font-size: 1em;
    margin: 0 0 70px auto;
}

.escuelas {
    width: 90%;
    margin: 0 0 0 auto;
}

.acr {
    font-size: 1em;
    width: 20%;
}


/*_ _ _ _ _ _ _ CONTACTO _ _ _ _ _ _ _ */

.ct-contact {
    padding-top: 150px;
}

#align-c h1 {
    font-size: 2em;
}

.redes-contact {
    width: 100%;
    font-size: smaller;
}

#contacto,
#consulta {
    width: 48%;
}

.btn-blue {
    width: 50%;
    margin: 30px auto 30px 0;
}


/*_ _ _ _ _ _ _ CASA ARMONÍA _ _ _ _ _ _ _ */

.banner-casa h1 {
    font-size: 3em;
}

.banner-casa img {
    width: 12%;
}

#align-valores {
    flex-direction: column;
    text-align: center;
}

#align-valores h3 {
    margin: 0 0 20px;
}

.blur {
    padding: 20px 0 0;
}

#serv-izq {
    width: 40%;
}

#serv-der {
    width: 35%;
}

.map {
    height: 300px;
}

#align_fcasa h1 {
    font-size: 1.3em;
}


/*_ _ _ _ _ _ _ CONSULTA EN LÍNEA _ _ _ _ _ _ _ */

.sec-c {
    padding-top: 140px;
}

.welcome {
    width: 70%;
}

.c-options {
    flex-direction: column;
}

.cop {
    width: 70%;
    flex-direction: column;
    margin: 20px auto;
}

.bc {
    width: 40%;
    margin: auto;
}


/*_ _ _ _ _ _ _ FOOTER _ _ _ _ _ _ _ */

.dr1 {
    margin: 50px auto;
}

.cont-footer {
    flex-wrap: wrap;
}

.tel {
    text-align: left;
}

.redes {
    width: 40%;
    margin: 30px 0;
}

.footer_bottom {
    width: 100%;
}

.footer_bottom p {
    width: 50%;
}


/*_ _ _ _ _ _ _ FORMULARIO _ _ _ _ _ _ _ */

.position-bar span {
    font-size: .9em;
}

.active-height {
    padding-top: 50px;
}

.info-personal {
    width: 80%;
}

.align-years {
    margin: 35px 0;
}

.align-year-sel {
    width: 100%;
    margin-bottom: 20px;
}

.section-buttons {
    padding: 15px 0;
    justify-content: space-between;
}

.section-buttons a,
.section-buttons span {
    width: 285px;
    margin-right: 0px;
}

.align-medical,
.align-consult {
    width: 80%;
}

.align-med-input label,
.align-year-sel label {
    width: 100%;
}

.img-cons {
    width: 48%;
}

.img-cons h3 {
    font-size: 1.2em;
}

.img-con h3 {
    font-size: 1.2em;
}

.align-pay {
    width: 80%;
    margin: 0 auto 35px auto;
}

.align-pay~.section-buttons {
    width: 80%;
    margin: auto;
}

.section-quotation {
    padding-top: 140px;
}

.title-quotation {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    margin: 0;
    border-radius: 0;
    box-sizing: border-box;
}

#text-quotation {
    width: 90% !important;
}

.title-quotation h3 {
    width: 90%;
    font-size: 3em;
    margin: 0;
}

.title-quotation p {
    width: 90%;
    margin: 20px 0;
}

.align-qoptions {
    height: auto;
    flex-direction: column;
    padding: 35px 0;
}

.qoption {
    width: 90%;
    margin-top: 15px;
}

.section-qoptions {
    height: 780px;
}

.inclu-info {
    width: 100%;
}

.section-includes {
    flex-direction: column;
}

.includes-p1 {
    width: 100%;
    height: auto;
}

.includes-p2 {
    width: 100%;
    height: auto;
}

.align-servics {
    width: 80%;
}

.servic-1 {
    width: 100%;
    margin: auto;
}

.serv-price {
    display: flex !important;
    margin-top: 10px;
}

.servic-2 {
    display: none;
}


/*_ _ _ _ _ _ _ SITEMAP _ _ _ _ _ _ _ */

.sitemap {
    padding: 230px 0px 0px;
    width: 90%;
    margin: auto;
}

.divh {
    width: 100%;
}


/*Openpay logos*/

.logopenpay {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#payment-form {
    width: 90%;
    flex-direction: column;
}

.container {
    width: 80%;
}

.form-container {
    width: 100%;
}

#msg_screen {
    height: 15%;
}

#msg_screen.hidden {
    bottom: -35%;
}