.carrers_area {
    padding: 1em 0 2em 0;
}

.imgControl {
    display: flex;
    justify-content: center;
}

.imgControl img {
    max-width: 100%;
}

.img100 {
    width: 100%;
}

.controlOrden {
    display: flex;
    flex-direction: column;
}

#controlLateral {
    order: 2;
}

#controlContenido {
    order: 1;
}

#controlContenido {}

#controlContenido p,
#controlContenido h2,
#controlContenido h3 {
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

.galeriaX2 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1em;
    margin: 1em 0;
}

.galeriaX3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1em;
    margin: 1em 0;
}

.galeriaX2 img,
.galeriaX3 img {
    width: 100%;
    border: solid 1px #3E4880;
}

.modalImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.90);
    z-index: 200;
}

.modalCerrar {
    position: absolute;
    top: 1em;
    right: 1em;
}

.modalImgX100 {
    max-width: 100%;
    max-height: 100%;
}

.banner_area {
    min-height: 252px;
}

.banner_area .banner_content h1 {
    padding-top: 165px;
    color: #fff;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blockquote2 {
    padding: 20px;
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5em;
    border: none;
    color: #337ab7;
    font-style: italic;
}

.carrers_left .nav.nav-tabs li a {
    line-height: normal;
    padding: 10px 15px;
}

.myList li {
    font-size: 17px;
    padding: 0 0 10px 20px;
    background: url("../../img/li.png") no-repeat left 5px;
}

.contenidoDestacado {
    display: flex;
    flex-direction: column;
    margin: 1em 0;
    padding: 1em;
    background: aliceblue;
}

.contenidoDestacado img {
    max-width: 100%;
    height: fit-content;
    margin: 0 0 1em 0;
}

.contenidoDestacado p {
    font-size: 16px;
}

.contenidoDestacado li {
    font-size: 16px;
}

.fontMin,
.fontMin p {
    font-size: 1.0em;
}

/*.txtMinDote{font-size:16px;}*/

/*.docBg {background: url(../../img/contenido/consulta-doctor-cancer.webp) no-repeat scroll center center;background-size: cover;}
.sopno_policy_area {
    background: url(../../img/contenido/consulta-doctor-cancer.webp) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 100px 0px;
}*/
.carrers_left .nav.nav-tabs li a {
    font-size: 12px;
}

.itemSubmenu {
    display: flex !important;
    justify-content: space-between;
}

.controlDoc {
    margin-top: 100px;
}

.contact_us_area {
    padding: 30px 0;
}

.portafolioCont {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 1em;
}

.portafolioCont ::before {
    content: none !important;
    display: none !important;
}

.portafolioItem {
    width: 100% !important;
}

.equipo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1em;
}

.equipoItem {
    display: flex;
    flex-direction: column;
}

.banner_link {
    display: none !important;
}

.banner_area .banner_content h1 {
    padding-top: 120px !important;
}

@media (min-width: 992px) {
    .banner_area .banner_content h1 {
        padding-top: 165px !important;
    }

    .banner_link {
        display: block !important;
    }

    .portafolioCont {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .equipo {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .controlDoc {
        margin-top: 0px;
    }

    .controlOrden {
        display: flex;
        flex-direction: row;
    }

    #controlLateral {
        order: 1;
    }

    #controlContenido {
        order: 2;
    }

    .contenidoDestacado {
        display: flex;
        flex-direction: row;
    }

    .contenidoDestacado img {
        max-width: 100%;
        margin: 0 1em 0 0;
    }
}


.has-error .form-input,
.has-error .form-control,
.promo_error {
    border: 1px solid #e50a0a !important;
}

#appointmentSuccess,
#appointmentSuccess2 {
    margin: 0 0 20px 0;
    padding: 10px;
    color: #50885c;
    border: solid 1px #a0c6aa;
    background: #bad7c1;
}

#appointmentError,
#appointmentError2 {
    margin: 20px;
    padding: 10px;
    color: #8e4c4c;
    border: solid 1px #ea8383;
    background: #fe9595;
}

.input-flex {
    display: flex;
    align-items: center;
}

.input-flex>small {
    margin-left: .5rem;
}

.contador {
    float: left;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.w-100 {
    width: 100% !important;
}

.w-1\/3 {
    width: 33.33% !important;
}

.w-1\/2 {
    width: 50% !important;
}

.w-1\/6 {
    width: 16.666% !important;
}

.w-2\/6 {
    width: 33.32% !important;
}

.w-3\/6 {
    width: 50% !important;
}

.navbar-brand {
    height: auto;
}

.main_header_area .header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
    width: auto;
}

.hide-desktop {
    display: none;
}

@media (max-width: 991px) {
    .hide-desktop {
        display: initial;
    }
}

/* Modal imagenes */
.modalImg {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.modalImg.show {
    display: block;
    opacity: 1;
}

.modalCerrar {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;

    display: none !important;
}

.modalCerrar:hover,
.modalCerrar:focus {
    color: #bbb;
}

.modalImgX100 {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

/* Modal bibliografia */
.modalBiblio {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.modalBiblio.show {
    display: block;
    opacity: 1;
}

.modalBiblio .content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
}

.modalBiblio .modalCerrar {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

.modalBiblio .modalCerrar:hover,
.modalBiblio .modalCerrar:focus {
    color: #bbb;
}

.f_widget a {
    color: #fff;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

.swal2-popup.custom-popup {
    width: 700px !important;
    font-size: 18px !important;
}

.carrers_left .contact_info {
    margin-top: 15px;
}

#controlContenido h2 {
    font-size: 27px;
}