/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here wp-content
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    background: #FFF !important;
}

#main {
    padding: 0px;
    background: #FFF;
}

div#theme-attribution {
    display: none;
}

.entry-content h1 {
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.entry-content h2 {}

.entry-content h3 {}

.entry-content p {
    font-family: "Manrope", sans-serif;
    margin: 1em 0;
    font-size: 16px;
    color: #000;
}


.entry-content ul {}

.entry-content a {}

.entry-content span {}

.entry-content ul li {}

/*
 * ----------------------------------------------------
 * Estilos para componentes
 * ----------------------------------------------------
*/
.button {
    padding: 20px 35px !important;
    border: 0px !important;
    text-shadow: unset !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Manrope", sans-serif;
    border-radius: 30px !important;
    box-sizing: border-box;
}

.button-primary {
    background: #000 !important;
}

/*
 * ----------------------------------------------------
 * Estilos para navegación
 * ----------------------------------------------------
*/
#masthead.masthead-logo-in-menu .logo>img {
    max-height: 50px;
}

.button-navigation a {
    color: #FFF !important;
    background: red !important;
    border-color: red !important;
}

.main-navigation {
    background: transparent;
}

.site-navigation.sticky {
    background: #000;
}

.main-navigation ul li a {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid;
    margin-left: 25px;
    border-radius: 30px;
    padding: 10px 25px;
}

.main-navigation ul li:hover>a,
.main-navigation ul li.focus>a {
    background: #FFF;
    color: #000;
}

#masthead {
    position: absolute;
    width: 100%;
    background: transparent;
}

/*
 * ----------------------------------------------------
 * Estilos para banner
 * ----------------------------------------------------
*/
.hero_section {
    position: relative;
    height: auto;
    background: url('/wp-content/uploads/2026/02/Recupera-tu-cabello-con-resultados-naturales.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero_section h1 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 5.5em;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px;
    margin-bottom: 35px;
}

.hero_section p {
    color: #FFF;
    font-size: 2em;
    line-height: 1;
    margin: 0px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
}

.hero_section h1 span {
    background: red;
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: #EC1C24;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.20) inset, 0 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    backdrop-filter: blur(12.5px);
}

.hero_section ul {
    padding: 0px;
    margin: 0px;
    margin-top: 35px;
}

.hero_section ul li {
    list-style: none;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1;
    margin: 0px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
}

/*
 * ----------------------------------------------------
 * Estilos para formulario de contacto
 * ----------------------------------------------------
*/
.form_data_send {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.20) inset, 0 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    backdrop-filter: blur(5px);
}

.form_data_send__caption_title {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

input.wpcf7-text {
    height: 45px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: #000 !important;
    border-radius: 10px;
    border: none !important;
    margin-bottom: 25px;
}

textarea.wpcf7-textarea {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: #000 !important;
    border-radius: 10px;
    border: none !important;
    margin-bottom: 25px;
}

input.wpcf7-submit {
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    border: none;
    padding: 20px 25px;
    border-radius: 30px;
}

span.wpcf7-spinner {
    display: none;
}

.microinjerto_options {
    margin: 0px;
}

.microinjerto_options li {
    list-style: none !important;
    margin: 0px;
    margin-bottom: 30px;
}

.microinjerto_options__text {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    margin-left: 15px;
}


.image_container_section {
    height: 600px;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    display: block;
    margin: auto;
}

/* font-family: "Manrope", sans-serif; */

#accordionFAQs .accordion-item {
    box-shadow: unset !important;
    border: unset;
    cursor: pointer;
}

#accordionFAQs .accordion-button {
    color: #FFF;
    background-color: #EC1C24;
    box-shadow: unset;
    border-radius: 15px;
}

#accordionFAQs .accordion-body {
    padding-left: 0px;
}

#accordionFAQs h3 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

#accordionFAQs p {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.owl-carousel--item-image {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.owl-carousel .owl-item span {
    font-size: 16px;
    color: #000;
    font-family: "Manrope", sans-serif;
}

.owl-carousel .owl-item img {
    display: block;
    width: 15%;
    margin-right: 15px;
}

.owl-carousel .owl-item p {
    font-size: 14px;
    color: #000;
    font-family: "Manrope", sans-serif;
}

.owl-carousel--item {
    background: #EAEAEA;
    padding: 15px 20px;
    border-radius: 10px;
    height: 250px;
}

#formDataSendContactUs .form_data_send__caption_title {
    color: #000;
}

#formDataSendContactUs .wpcf7-text {
    background: #EAEAEA;
}

#formDataSendContactUs .wpcf7-textarea {
    background: #EAEAEA;
}

/*
 * ----------------------------------------------------
 * Estilos para el pie de pagina 
 * ----------------------------------------------------
*/

#colophon {
    background: #000 !important;
}

#footer-widgets .widget a {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#footer-widgets .widget h4 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
}


.sign-website {
    font-size: 14px;
}

/*
 * ----------------------------------------------------
 * WhatsApp Flotante
 * ----------------------------------------------------
*/

/* ── WhatsApp Floating Button ── */
.whatsapp-float {
    position: fixed;
	bottom: 100px;
    right: 15px;
    z-index: 9999;

    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 4px 12px rgba(37, 211, 102, 0.45),
        0 2px 6px rgba(0, 0, 0, .18);

    cursor: pointer;
    text-decoration: none;

    transition: transform .25s cubic-bezier(.34, 1.56, .64, 1),
        box-shadow .25s ease;

    animation: float-in .5s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes float-in {
    from {
        transform: scale(0) rotate(-20deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow:
        0 8px 24px rgba(37, 211, 102, 0.55),
        0 4px 10px rgba(0, 0, 0, .2);
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    transform: translateY(0) translateX(0);
    pointer-events: auto;
}

/* ── Pulse ring ── */
.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.35);
    animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    70% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ── WhatsApp SVG icon ── */
.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    position: relative;
    z-index: 1;
}

/* ── Tooltip ── */
.tooltip {
    position: absolute;
    right: calc(100% + 14px);
    bottom: 50%;
    transform: translateY(50%) translateX(6px);

    background: #111;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: .78rem;
    letter-spacing: .03em;
    white-space: nowrap;
    padding: 7px 12px;
    border-radius: 6px;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
	
	font-size: 14px !important;
    white-space: nowrap !important;
    font-family: 'Helvetica Neue', sans-serif;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #111;
}

/* ── Notification badge ── */
.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff3b30;
    color: #fff;
    font-family: "Manrope", sans-serif !important;
    font-size: .65rem;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5f0eb;
    z-index: 2;
    animation: badge-pop .4s .6s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes badge-pop {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.mobile-nav-frame ul li a.link {
    text-align: center !important;
    border-radius: 30px !important;
    width: 100% !important;
    padding: 10px 0px !important;
}

.mobile-nav-frame .title {
    background: #000 !important;
}

.mobile-nav-frame ul {
    background: #000;
}

.mobile-nav-frame {
    background: #000;
}

/*
 * ----------------------------------------------------
 * Estilos responsive
 * ----------------------------------------------------
*/

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero_section {
        padding-top: 150px;
    }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra Extra Large Devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* 4K and Ultra-wide screens (1920px and up) */
@media (min-width: 1920px) {}