/*
Theme Name: Novaclinica del Valle
Author: Jael Proaño
Author URI: https://www.datooz.com
Version: 1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dk
*/
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: "Lato", sans-serif;
}

.main-menu {
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); */
    /* Desplazamiento solo hacia abajo */
    background: url('assets/img/bgmenu.png')no-repeat;
    background-size: cover !important;
    background-position: center;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
}

.btn {
    border-radius: 20px;
}

.btn-success {
    background: #5FD106 !important;
}

.activeLink {
    border-bottom: 2px solid #fff !important;

}

.enlace-header {
    color: #777 !important;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    margin-right: 20px;
}

.enlace-header i {
    color: #5FD106 !important;
    margin-right: 5px;
}

.img-logo-page img {
    height: 70px;
    width: auto;
    margin-top: 10px;
}

.bg-footer {
    background: #0A3980;
}

.bg-final-footer {
    background: #3B70C0;
}

.copyright {
    font-size: 14px;
    padding: 10px;

}

.texto-footer-main {
    font-size: 14px;
}

.nav-elfotter {
    font-size: 14px;
    font-weight: 400;
}

.relative {
    position: relative !important;
}

.caption {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 50%;
}

.intro-slider {
    color: #3B70C0;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.text-blue {
    color: #3B70C0;

}

.titulo-principal {
    font-size: 30px;
}

.especialidades {
    background: url('assets/img/Capa_1.png') no-repeat;
    background-position: center !important;
    background-size: cover !important;
}

.img-especialidades {
    width: 380px;
}

.text-justify {
    text-align: justify !important;
}

.text-gris {
    color: #777 !important;

}

.caption-nosotros {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 40%;
}

.btn-primary {
    background: #3B70C0 !important;
    padding: 10px 25px !important;
    border-radius: 30px !important;
}

.titulo-nosotros {
    font-size: 35px;
}

.bg-verde {
    background: #7AC043 !important;
}

.caption-nosotros-fachada {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 28%;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 20px;
    text-align: justify;
}

.especialidad-home {
    /* background: rgba(10, 57, 128, 0.85); */
    width: 100%;
    height: 100%;
    top: 20%;
    left: 0;
    position: absolute;
}

.caption-valores {
    position: absolute !important;
    top: 25%;
    left: 10%;
    width: 50%;
}

.titulo-valores {
    font-size: 45px;
    font-weight: bold;
    color: #3B70C0;
}

.bg-gris {
    background: #F8F8F8;
}

.card-area {
    height: auto;
    min-height: 290px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    position: relative;
    background-size: cover !important;
    background-position: center !important;
    color: #000;
    overflow: hidden;
}



.img-valoresdetTT {
    height: 280px;
    width: auto;
}

.img-valoresdet {
    position: absolute;
    left: 10%;
    right: 10%;
    margin: auto;
    top: -35px;
    z-index: 3;
    width: 73px;
    height: 73px;
}

.caption-especialidades {
    position: absolute !important;
    top: 20%;
    right: 10%;
    width: 50%;
}

.contenido-med h1 {
    font-size: 45px;
    font-weight: bold;
    color: #3B70C0;
    text-align: center;
}

.regresar-interna {
    color: #7AC043;
    font-size: 16px;
}

.regresar-interna span {
    margin-top: -40px;
    display: inline-block;
}

.regresar-interna i {
    font-size: 40px;

}

.card-medico {
    background: transparent;
}

.contenedor-medico {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.accordion-item {
    width: 45%;
    display: inline-block;
}

.btn-especialidad {
    font-size: 20px;
    font-weight: bold;
    color: #3B70C0;
    text-align: left;
}

.plus-especilidades {
    color: #5FD106;
    font-size: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

.dr-espe {
    color: #5FD106;
    display: inline-block;

}

.bullet {
    color: #5FD106;
    background: #5FD106;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: inline-block;

}

.caption-contacto {
    position: absolute;
    left: 20%;
    top: 30%;
}

.caption-contacto h1 {
    font-size: 45px;
    font-weight: bold;
    color: #3B70C0;
    text-align: left;
}

.card-contacto {
    margin-top: -100px !important;
    margin-bottom: 50px;
    min-height: 300px;
    height: auto;
    border-radius: 50px;
}

.card-contacto-enlaces {
    background: #F7FAFF;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 180px;
    height: auto;
}

.text-icono-contacto {
    color: #5FD106;
    font-size: 40px;
    margin-bottom: 20px;
}

.caption-blog {
    position: absolute;
    top: 30%;
    left: 15%;
    color: #F7FAFF;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
}

.img-noticia-home {
    border-radius: 10px;
}

.bg-noticia {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover !important;
}

.wp-block-heading {
    font-size: 25px;
    font-weight: bold;
    color: #3B70C0;
    text-align: left;
    margin-top: 20px;
}

.wp-block-latest-posts__post-title {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}

#block-4,
#block-5 {
    display: none;
}

.cat-item {
    color: #5FD106;

}

.cat-item a {
    color: #5FD106;
    font-weight: bold;
    font-size: 17px !important;
    text-decoration: none;
}

.wp-block-search__button {
    background: #5FD106 !important;
    color: #fff;
    padding: 10px 20px;
}

.contenido-nosotros h3 {
    color: #fff;
    font-weight: 400;
}

.logotipo {
    height: 45px;
}

.card-areaprincipal {
    position: absolute;
    height: auto;
    z-index: 9;
    background: transparent;
    width: 100%;
}


.resumen-procedimiento {
    height: 110px;
}

.doctor-espe:hover {
    color: #2f6704;
}

.icono-serv-home {
    width: 75px;
    height: 70px;
}

.text-serv-home {
    min-height: 80px;
}

.item-especialidad-quienes {
    width: 45%;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 18px;
}

.redondo-esp {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #5FD106;
    display: inline-block;
    margin-right: 8px;
}

.drnd {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 20px;

}

.drnd img {
    border-radius: 20px;

}

.card-contacto-enlaces {
    min-height: 200px;
}

.card-contacto-enlaces a {
    color: #000;
    text-decoration: none;
}

.card-contacto-enlaces a:hover {
    color: #5FD106;
    text-decoration: none;
    font-weight: bold;
}

span.carousel-control-next-icon {
    background-color: #3B70C0;
    padding: 20px !important;
    border-radius: 30px;
    height: 30px;
    width: 30px;
}

span.carousel-control-prev-icon {
    background-color: #3B70C0;
    padding: 20px !important;
    border-radius: 30px;
    height: 30px;
    width: 30px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #5FD106;
}

.nav-link:hover,
.nav-item:hover {
    cursor: pointer;
    color: red;
}

.text-verde {
    color: #5FD106;
}


/* VIDEO DE HOME 
*/
.section-video {
    width: 100%;
    height: 650px;
}

#video {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100% !important;
    left: 0;
    object-fit: cover;
    top: 0;
}

#hero-text-container {
    top: 50%;
    position: relative;
    width: 40%;
    left: 5%;
}

#hero-text-subcontainer {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    color: #3B70C0;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    border-radius: 10px;

}

h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
}

#video-container {
    height: 100%;
    width: 100%;
    background-position: center;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.bg-especialidad {
    background: rgba(59, 112, 192, 0.1);
}

.titulo-especialidad-homeprincipal {
    color: #3B70C0;
    font-weight: bold;
    font-size: 25px;
}

.img-espcialidad-home {
    border-radius: 10px;
}

.bg-youtube {
    background: url('assets/img/youtube.png')no-repeat;
    background-size: cover !important;
    background-position: center;
}

.youtube {
    width: 68%;
    margin: auto;
    height: 500px;
}

.text-enlaces p {
    font-size: 14px;
}

.esp-dere {
    border-top-left-radius: 50px;


}

.esp-izq {
    border-top-right-radius: 50px;
}

.btn-especialidad {
    position: relative;
}

.plus-esp {
    position: absolute;
    top: 5px;
    right: 5px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px !important;
}

.item-especialidad-quienes {

    font-size: 20px;
}


.p-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://s-media-cache-ak0.pinimg.com/originals/27/05/74/2705741f272606db11ac1ae9938f2e93.jpg');
}

.parallax-inner {
    position: relative;
    min-height: 500px;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-inner>h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20.5px;
    width: 100%;
    text-align: center;
}

.content-text p {
    padding: 25px 50px 25px 50px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
}

.first-letter {
    float: left;
    font-weight: 400;
    font-size: 84px;
    line-height: 64px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 4px;
}

.line-break {
    border-bottom: 1px solid #bf2d33;
    width: 200px;
    margin: 0 auto;
}

.red {
    color: #5e5a58;
}

.darkgreen {
    color: #0d2100;
}

.green {
    color: #6b6837;
}

.skyblue {
    color: #5c9cbf;
}

footer {
    width: 100%;
    padding: 0 1.5rem;
}

footer>p {
    text-transform: capitalize;
    width: 460px;
    margin: 0 auto;
    font-size: 27px;
}






/* Contenedor con la imagen de fondo */
.card-area {
    position: relative;
    overflow: hidden;
    /* recorta el zoom dentro del card */
    border-radius: 12px;
    /* mismo radio para recorte limpio */
    background-size: cover;
    /* que cubra el área */
    background-position: center;
    background-repeat: no-repeat;
}

/* Capa que usaremos para animar el fondo con transform (más suave que background-size) */
.card-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    /* hereda la imagen/posicion del padre (tu inline style) */
    transform: scale(1);
    transition: transform .5s ease;
    will-change: transform;
    pointer-events: none;
    /* no bloquea clics en el contenido */
    z-index: 0;
}

/* Aplica el zoom */
.card-area:hover::before {
    transform: scale(1.32);
    /* ajusta 1.08–1.2 a gusto */
}

/* Asegura que el contenido quede encima del fondo animado */
.card-areaprincipal {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #295fb1;
    background: #5FD106;

    /* opcional: leve overlay para legibilidad */
    border-radius: inherit;
}

.bgarea {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 112, 192, 0.2);
    /* Blanco translúcido */
    z-index: 1;
}

.card-servs {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-det-ser {
    height: auto;
}

.card-det-ser ul li::marker {
    color: #5FD106;
    /* verde */
    font-size: 1.1em;
    /* opcional: un poco más grande */
}


.banner-slider img {
    height: 550px;
}

.banner-slider h1 {
    font-size: 55px;
    font-weight: bold;
}

.banner-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Negro fuerte → suave → transparente (izquierda a derecha) */
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .45) 30%,
            rgba(0, 0, 0, .25) 60%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

.caption-banner {
    width: 600px;
    font-size: 25px !important;
    font-weight: 300 !important;
}

.caption-banner p {
    font-size: 25px !important;
    font-weight: 300;
}

.banner-slider {
    background-size: cover !important;
    background-position: center !important;
    height: 550px;
}

.forminator-label,
.forminator-button-submit {
    font-size: 16px !important;
}

button.forminator-button.forminator-button-submit {
    font-size: 18px !important;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-especialidaedes-home {
    background-size: cover !important;
    background-position: center !important;
    height: 750px;
}


/* media queries */
@media screen and (max-width:500px) {
    .parallax-inner {
        min-height: 350px;
        background-size: cover;
    }

    footer {
        padding: 10px;
    }

    footer>p {
        width: 100%;
        font-size: 24px;
    }

    .img-logo-page img {
        width: 90px;
        height: auto;
    }

    .main-menu {
        background: #fff;
        color: #295fb1;
    }

    .nav-he,
    .btn-agendar {
        color: #295fb1 !important;
    }

    .btn-agendar {
        border-color: #295fb1 !important;
        margin-top: 5px;
    }

    .header-main-mmenu {
        margin: 0 !important;
        background: #f6f5f5;
        padding: 10px;
        border: 1px solid #ccc;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
    }

    #hero-text-container {
        width: 90%;
        bottom: 0;
    }

    #hero-text-container h1 {
        font-size: 25px !important;
    }

    .titulo-valores {
        font-size: 33px;
        font-weight: bold;
        color: #3B70C0;
    }

    .banner-especialidaedes-home {
        background-size: cover !important;
        background-position: center !important;
        height: auto;
    }

    .caption-especialidades {
        position: relative !important;
        top: 0;
        right: 0;
        width: 100%;
        margin: 10px auto;
    }

    .item-especialidad-quienes {
        width: 100%;
        display: block;
        margin-bottom: 2px;
        font-weight: bold;
        font-size: 18px;
    }

    h3.titulo-valores {
        text-align: center;
    }

    .youtube {
        width: 90%;
        margin: auto;
        height: 400px;
    }

    .caption-nosotros-fachada {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        padding: 20px;
        border-radius: 20px;
        text-align: justify;
    }

    .icono-serv-home {
        width: 45px;
        height: 45px;
    }

    li.nav-item a {
        color: #fff;
    }

    .caption-blog {
        position: absolute;
        top: 40%;
        left: 5%;
        font-weight: bold;
        font-size: 60px;
        line-height: 60px;
    }

    .banner-slider h1 {
        font-size: 35px;
        font-weight: bold;
    }

    .banner-slider::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .75);
        pointer-events: none;
        z-index: 0;
    }

    .caption-banner {
        width: auto;
        font-size: 20px !important;
        font-weight: 300 !important;
    }

    .caption-banner p {
        font-size: 21px !important;
        font-weight: 300;
    }

    .parallax-inner {
        min-height: 550px;
        background-size: cover;
    }

    .caption-valores {
        position: absolute !important;
        top: 15%;
        left: 5px;
        width: 90%;
    }

    .titulo-valores {
        font-size: 25px;
        font-weight: bold;
        color: #3B70C0;
    }
    ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu-principal.header-main-mmenu {
    position: absolute;
    z-index: 99999;
    top: 52px;
}

}