/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Tema hijo para la clínica Rénovex en Línea.
Author: Brainstorm Force
Author URI: https://wpastra.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================================================
   Tus estilos personalizados (Pega aquí el CSS gigante del header)
   ========================================================================== */

.titulo-producto h3 {
    font-size: 28px;
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #1A2C4D;
}

.product_title {
    font-size: 36px;
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #1A2C4D;
}

/** Navegador móvil **/
.nav-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 13px -2px rgba(66, 68, 90, 1);
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
.nav-sticky ul {
    list-style: none;
    display: flex;
    padding: .6rem 2rem;
    margin-bottom: 0;
    justify-content: space-between;
    margin: 0;
}
.nav-sticky ul li {
    position: relative;
    text-align: center;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-sticky ul li.active {
    background-color: #1A2C4D;
    border-radius: 50%;
    color: #fff;
}
.nav-sticky ul li.active i {
    color: #fff;
}
.nav-sticky ul li i {
    color: #1A2C4D;
    font-size: 1.4rem;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: auto;
}
.nav-sticky ul li a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: .6rem;
    font-weight: 600;
    transition: 0.5s;
    line-height: 1;
    width: 100%;
    height: 100%;
}

video::-webkit-media-controls-play-button {
    transform: scale(0.5);
}
#contenedorVideo1::-webkit-media-controls-start-playback-button, 
#contenedorVideo2::-webkit-media-controls-start-playback-button, 
#contenedorVideo3::-webkit-media-controls-start-playback-button {
    display: none;
}
#contenedorVideo1 video::-webkit-media-controls-start-playback-button, 
#contenedorVideo2 video::-webkit-media-controls-start-playback-button, 
#contenedorVideo3 video::-webkit-media-controls-start-playback-button {
    display: none;
}
.bp-widget-widget {
    z-index: 999 !important;
    right: 21px !important;
    bottom: 58px !important;
}
.bpw-floating-button, .bpw-floating-button:hover {
    background-color: #179c0d !important;
}
.bpw-layout {
    height: 500px !important;
}
.slider-home {
    overflow: hidden;
}
.slider-home > .slide:not(:first-child) {
    display: none;
}
.slider-home-mobile > .slide:not(:first-child) {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 0px;
    padding-left: 11px !important;
}
.slick-dots li.slick-active button {
    background: #00371b;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background: #00371b87;
    padding: 0;
}
.slick-dots li button:before {
    content: none;
}
.slick-btn-prev, .slick-btn-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slick-btn-prev:hover, .slick-btn-next:hover {
    background: unset;
    color: #00371b;
}
.slick-btn-prev, .slick-btn-next i {
    font-size: 2.5rem;
    color: #00371b;
}
.slick-btn-prev {
    left: 25px;
    z-index: 2;
}
.slick-btn-next {
    right: 25px;
}
.slider-home-mobile {
    display: none;
}
@media screen and (max-width: 1280px) and (max-width: 1440px) {
    .slider-home {
        height: 200px;
    }
}
@media screen and (max-width: 568px) {
    .slider-home-mobile {
        display: block !important;
    }
    .slider-home-mobile figure {
        height: 100%;
    }
    .slider-home-mobile figure img {
        width: 100%;
        min-height: 387px;
        object-fit: cover;
    }
    .slider-home {
        display: none;
    }
    .box-services {
        margin-top: -1px;
    }
}