/*
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
-------------------------------------------------------------- */
@import url('/wp-content/themes/vantage-child/fonts/fonts.css');


/* = Generales
-------------------------------------------------------------- */
body {
    background-color: #fff !important;
}

span.question-open {
    display: inline-block;
    transform: rotate(180deg) translateY(4px);
}


/* = Navegación
-------------------------------------------------------------- */
#masthead {
    background: transparent;
    position: absolute;
    width: 100%;
}

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

#masthead.masthead-logo-in-menu .logo>img {
    max-height: 45px;
}

.main-navigation {
    transition: background-color 0.6s ease;
    background-color: rgba(217, 217, 217, 0.20);
}

nav.main-navigation.sticky {
    background-color: #233E65;
}

.main-navigation ul li a {
    font-weight: 100;
    font-size: 16px;
    font-family: 'Glowstore', sans-serif !important;
}

.main-navigation ul ul li {
    background: #233E65;
}

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

.main-navigation ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 20%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #233E65;
}

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

.item-navigation-alternative a {
    color: #F4B04E;
}

.mobile-nav-frame .title h3 {
    opacity: 0;
}

.mobile-nav-frame .title {
    background: #F4B04E !important;
    border: unset !important;
}

.mobile-nav-frame .title .close {
    display: flex !important;
}

.mobile-nav-frame {
    background: #233E65 !important;
}

.mobile-nav-frame ul {
    background: #233E65 !important;
    border: unset !important;
    box-shadow: unset !important;
}

/* = Componentes
-------------------------------------------------------------- */
.boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Aspira", sans-serif;
    font-weight: 200 !important;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    background: rgba(242, 242, 242, 0.10);
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10); */
    line-height: 1;
    letter-spacing: 2px;
}

.boton-principal {
    color: #F4B04E !important;
}

.boton-secundario {
    color: #FFF !important;
}

.text-blue {
    color: #233E65 !important;
}

.bg-blue {
    background-color: #233E65 !important;
}

.text-orange {
    color: #F4B04E !important;
}

.text-terracotta {
    color: #AA4F26 !important;
}

.text-green {
    color: #039F68 !important;
}

ul.section__list {
    font-family: "Aspira", sans-serif;
    font-size: 16px;
    color: #233E65;
    font-weight: 300;
    margin: 0;
    list-style: outside;
}

.hero.hero-call-to-action {
    min-height: 450px;
}

.hero {
    background: url(/wp-content/uploads/2026/07/banner-principal-verment.jpg);
    background-size: cover !important;
    background-position: 75% 100% !important;
    height: 90vh;
    display: flex;
    align-items: center;
	min-height: 690px;
}

h1.hero__title {
    color: #FFF;
    margin: 0;
}

span.hero__title-1 {
    font-family: 'Glowstore', sans-serif;
    font-size: 4rem;
    display: block;
}

span.hero__title-2 {
    font-family: "Aspira", sans-serif;
    font-weight: 100;
    opacity: 0.7;
    font-size: 2.4rem;
    letter-spacing: 3px;
}

p.hero__description {
    font-family: "Aspira", sans-serif;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 300;
}

.hero__separator {
    height: 1.5px;
    background: #039F68;
    width: 10%;
}

.section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
}

.section__title {
    font-family: 'Glowstore', sans-serif;
}

span.section__title_1 {
    color: #AA4F26;
    font-family: 'Glowstore', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    letter-spacing: 1px;
}

span.section__title_2 {
    font-family: "Aspira", sans-serif;
    color: #233E65;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

p.section__description {
    font-family: "Aspira", sans-serif;
    font-size: 16px;
    color: #233E65;
    font-weight: 300;
}

.section__separator {
    height: 2px;
    background: #039F68;
    width: 50%;
}

/* = Pie de pagina
-------------------------------------------------------------- */
div#site-info {
    display: none !important;
}

#colophon {
    background: #FFF !important;
}

a.colophon__link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #233E65 !important;
    font-family: 'Glowstore', sans-serif;
}

a.colophon__link.colophon__link--alternative {
    color: #AA4F26 !important;
    font-size: 12px;
    text-transform: capitalize;
    font-family: "Aspira", sans-serif;
    font-weight: 600;
}

.colophon__separator {
    height: 1px;
    background: #AA4F26;
    margin: 10px 0px;
}

li.colophon__list_item {
    padding-bottom: 20px !important;
}

h3.colophon__title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #233E65 !important;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Glowstore', sans-serif;
}

label.colophon__label {
    display: block;
    color: #AA4F26 !important;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

a.colophon__link.colophon__link--contact {
    text-decoration: none;
    text-transform: lowercase;
    margin-bottom: 10px;
    display: block;
    font-family: "Aspira", sans-serif;
}

img.colophon__logo {
    margin: auto;
    display: block;
    margin-bottom: 50px;
    width: 50%;
}

a.colophon__link.colophon__link--social {
    font-size: 20px;
}

/* = Inicio
-------------------------------------------------------------- */
.section_about_us {
    background: url('/wp-content/uploads/2026/07/Background-Nosotros-Verment.jpg');
}

.services__item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid #039F68;
}

.section_services .services__item:last-child {
    border-bottom: 1px solid #039F68;
}

.services__icon {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
}

.services__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.services__content {
    flex: 1 1 auto;
    min-width: 0;
}

h3.services__title {
    margin: 0 0 12px 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #233E65;
    letter-spacing: 1px;
}

.hero_home_call_to_action {
    height: 70vh;
    background: url('/wp-content/uploads/2026/07/background-cta.jpg');
}

.services__description {
    margin: 0;
    font-style: italic;
    font-family: "Aspira", sans-serif;
    font-size: 16px;
    color: #233E65;
    font-weight: 300;
    line-height: 1.5;
}

.services__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

a.services__link {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 14px;
    color: #039F68;
    font-family: "Aspira", sans-serif;
}

a.services__link:hover {
    color: #233E65;
}

p.experience_card__text {
    font-family: "Aspira", sans-serif;
    font-size: 14px;
    color: #233E65;
    font-weight: 600;
    margin-top: 0px;
    font-style: italic;
}

h3.experience_card__title {
    color: #039F68;
    font-family: 'Glowstore', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    margin: 0px !important;
}

img.experience_card__icon_icon {
    width: 50px;
    height: auto;
}

.experience_card {
    display: flex;
    gap: 15px;
}

/* section.section.section--cfo-as-a-service {
    background: url('/wp-content/uploads/2026/07/background-cfo-as-a-service.jpg');
    background-position: center 0% !important;
} */


/* = Nuestro ADN
-------------------------------------------------------------- */
section.hero.hero_nuestro_adn {
    height: 100vh;
    background: url('/wp-content/uploads/2026/07/banner-principal-nuestro-adn-verment.jpg')
}

section.hero.hero_nuestro_adn_call_to_action {
    height: 70vh;
    background: url('/wp-content/uploads/2026/07/background-cta.jpg');
}

/* = CFO as a Service & Evaluación de proyectos & Valuación de empresas
-------------------------------------------------------------- */
.hero_service_cfo_as_a_service {
    height: 100vh;
    background: url('/wp-content/uploads/2026/07/banner-cfo-as-a-service.jpg');
}

.hero_service_evaluacion_de_proyectos {
    height: 100vh;
    background: url('/wp-content/uploads/2026/07/banner-evaluacion-de-proyectos.jpg');
}

.hero_service_valuacion_de_empresas {
    height: 100vh;
    background: url('/wp-content/uploads/2026/07/banner-VALUACION-DE-EMPRESAS-Y-MARCAS.jpg');
}

.section_cfo_as_a_service_benefits__item img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    display: block;
}

.section_cfo_as_a_service_benefits__item h3 {
    font-family: "Aspira", sans-serif;
    font-size: 16px;
    color: #233E65;
    text-align: center;
    font-weight: 800;
}

section.hero.hero_service_cfo_as_a_service_call_to_action {
    height: 70vh;
    background: url('/wp-content/uploads/2026/07/background-cta.jpg');
}

/* d */

section.section.section--cdm-one {
    background: url(/wp-content/uploads/2026/07/background-cfo-as-a-service.jpg);
}

section.hero.hero_respaldo {
    background: url(/wp-content/uploads/2026/07/background-cfo-as-a-service.jpg);
    background-position: 100% !important;
}

section.section.section_respaldo_one {
    background: url(/wp-content/uploads/2026/07/background-respaldo.jpg);
}

h3.testimonial_card__title {
    font-size: 18px;
    color: #FFF;
    font-family: "Aspira", sans-serif;
    opacity: 0.6;
    font-weight: 100;
    text-align: center;
}

p.testimonial_card__text {
    font-family: "Aspira", sans-serif;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    font-weight: 100;
}

.testimonial_card {
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
}

section.hero.hero_nuestro_enfoque {
    background: url(/wp-content/uploads/2026/07/banner-nuestro-enfoque-verment-2.jpg);
    background-position: 100% 80% !important;
}

.form-control-cf7 {
    width: 100%;
    height: 40px;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 10px 1px rgba(35, 62, 101, 0.15);
    border: unset !important;
    font-family: "Aspira", sans-serif;
    font-size: 14px !important;
    color: #233E65 !important;
    padding-left: 10px;
}

label.form-label {
    margin-bottom: 0.5rem;
    color: #233E65;
    font-family: "Aspira", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

input.form-control-submit {
    background: #233E65 !important;
    color: #FFF !important;
    font-family: "Aspira", sans-serif !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 300;
    padding: 10px 40px;
    text-align: end;
}

span.wpcf7-spinner {
    display: none;
}

/* Responsive: apilar en móvil */
@media (max-width: 600px) {
    .services__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .services__footer {
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    img.colophon__logo {
        margin: 0 !important;
        width: 100%;
    }

    .hero {
        height: 70vh;
    }

    /* inicio */
    section.hero.hero_home_call_to_action {
        height: 45vh;
    }

    /* nuestro adn */
    section.hero.hero_nuestro_adn {
        height: 70vh;
    }

    section.hero.hero_nuestro_adn_call_to_action {
        height: 45vh;
    }

    /* cfo as a service */
    section.hero_service_cfo_as_a_service {
        height: 70vh;
    }

    section.hero.hero_service_cfo_as_a_service_call_to_action {
        height: 45vh;
    }

    /* evaluación de proyectos */
    section.hero_service_evaluacion_de_proyectos {
        height: 70vh;
    }

    /* valuación de empresas y marcas */
    section.hero_service_valuacion_de_empresas {
        height: 70vh;
    }

    section.hero.hero_respaldo {
        height: 45vh;
    }

    section.hero.hero_nuestro_enfoque {
        height: 50vh;
    }
}

@media (min-width: 1440px) {}


/* WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 50px;
    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;
}

.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-float i {
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 30px;
}

.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;
}

.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);
    }
}