/*
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/
*/

/* =========================================================
   GOOGLE FONTS
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* =========================================================
   DESIGN
   ========================================================= */
:root {
    /* Colores principales */
    --color-navy: #293749;
    --color-gold: #B2A87F;
    --color-steel: #8292AF;
    --color-white: #FFFFFF;
    --color-black: #000000;

    /* Variantes con opacidad */
    --color-navy-90: rgba(41, 55, 73, 0.90);
    --color-navy-dark: #2F3F54;
    --color-steel-15: rgba(130, 146, 175, 0.15);
    --color-white-30: rgba(255, 255, 255, 0.30);

    /* Tipografía */
    --font-heading: 'Raleway', sans-serif;
    --font-body: 'Inter', sans-serif;

    --fs-hero-title: clamp(2rem, 4vw, 3.75rem);
    /* 60px → Departamentos */
    --fs-hero-sub: clamp(1.5rem, 3vw, 3.125rem);
    /* 50px → en Bucerías, Nayarit */
    --fs-price: clamp(1.25rem, 2.5vw, 2.1875rem);
    /* 35px */
    --fs-section-title: clamp(1.5rem, 3vw, 2.8125rem);
    /* 45px */
    --fs-card-title: clamp(1.125rem, 2vw, 1.875rem);
    /* 30px */
    --fs-card-sub: clamp(1rem, 1.5vw, 1.5625rem);
    /* 25px */
    --fs-body: clamp(0.875rem, 1.5vw, 1.375rem);
    /* 22px */
    --fs-meta: clamp(0.875rem, 1.25vw, 1.25rem);
    /* 20px */
    --fs-nav: clamp(0.875rem, 1.25vw, 1.625rem);
    /* 26px */
    --fs-btn: 1.875rem;
    /* 30px */
    --fs-label: 1.375rem;
    /* 22px */

    --ls-wide: 0.14em;
    /* 2.25px @ 16px base = ~5 Figma */
    --ls-medium: 0.09em;
    --ls-tight: 0.08em;

    /* Espaciado */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    --spacing-section: 6rem;

    /* Layout */
    --container-max: 1920px;
    --container-inner: 1280px;

    /* Bordes */
    --border-btn: 5px solid var(--color-gold);
    --border-btn-steel: 5px solid var(--color-steel);
    --border-btn-width: 5px;
    --radius-sm: 4px;
    --radius-badge: 10px;

    /* Sombras */
    --shadow-pin: 0px 2px 4px 3px rgba(0, 0, 0, 0.25);
    --shadow-badge: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   RESET / BASE
   ========================================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: var(--fs-body);
    color: var(--color-navy);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.entry-content p {
    font-size: 18px;
    margin: .5em 0;
    color: #293749 !important;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.entry-content h2 {
    font-size: 3.5em;
    margin: .5em 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #293749 !important;
}

.entry-content h3 {
    font-size: 2em;
    text-transform: uppercase;
    color: #8292AF;
    margin: .5em 0;
}

.button {
    display: inline-block;
    padding: 15px 35px !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
    border-radius: 30px !important;
    border: unset !important;
    font-size: 16px !important;
}

.button-primary {
    background: #B2A87F !important;
    color: #FFF !important;
}

.button-secondary {
    background: #8292AF !important;
    color: #FFF !important;
}

#colophon {
    background: #293749;
}

#colophon img {
    width: 50%;
}

#colophon a {
    color: #FFF !important;
    font-size: 14px !important;
}

#colophon h3 {
	color: #FFF;
}

div#site-info {
    display: none;
}

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

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

#masthead .site-navigation .logo-in-menu-wrapper {
    display: none;
}

#masthead .site-navigation.sticky .logo-in-menu-wrapper {
    display: block;
}

.main-navigation {
    background: transparent;
    position: absolute;
    width: 100%;
}

.main-navigation ul li a {
    font-size: 16px;
    color: #FFF;
	font-family: 'Raleway', sans-serif;
}

.main-navigation.sticky {
    background: #293749;
}

#masthead.masthead-logo-in-menu .logo > img {
    max-width: 50%;
}

.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: transparent !important;
}

.hero {
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2026/06/jacana-edificio-exterior-bucerias1.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 5rem 0px;
}

.hero__panel {
    border-radius: 25px;
    background: rgba(4, 27, 57, 0.9);
    background-blend-mode: multiply, color;
    padding: 4rem 2rem;
}

.hero__title {
    font-size: clamp(3rem, 4vw, 3.75rem);
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.hero__price {
    font-size: clamp(2rem, 2.5vw, 2.1875rem);
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.hero__subtitle {
    font-size: clamp(1.5rem, 1.5vw, 1.5rem);
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.hero__delivery {
    border-top: 2.5px solid #B2A87F;
    padding: 10px 0px;
    border-bottom: 2.5px solid #B2A87F;
    text-align: center;
}

.hero__delivery_time {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.hero__delivery_status {
    color: #B2A87F;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 2.25px;
}

.hero__form_header {
    color: #8292AF;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.66px;
    text-align: center;
}

.hero__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-bottom: 10rem;
}

.hero__image img {
    width: 60%;
}

.feature {
    padding: 5rem 0px;
    background: #293749;
    border-bottom: solid 10px #B2A87F;
}

.feature__sep {
    display: block;
    height: 5px;
    background: #8292AF;
    width: 50%;
    margin: auto;
}

.feature__item {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.as_card__sepa {
    width: 20%;
    display: block;
    height: 5px;
    background: #B2A87F;
}

.as_card__image_image {
    width: 250px;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}

.as_card__list {
    list-style: unset !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 14px;
    color: #293749;
    font-weight: 300;
}

p.weekend_description {
    background: #B2A87F;
    color: #FFF !important;
    font-weight: 600;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

img.weekend_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}

.weekend_benefits {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.weekend_benefits__image {
    width: 80%;
}

h3.weekend_benefits__title {
    color: #293749;
    font-weight: 600;
    margin-top: 0;
}

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

.form-label-cf7 {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-control-cf7 {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    border-radius: 0px !important;
    height: 40px !important;
    color: #FFF !important;
    font-size: 14px !important;
}

.button-primary-cf7 {
    width: 80% !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    border-radius: 30px !important;
    background: #B2A87F !important;
    color: #FFF !important;
    font-size: 16px !important;
    border: none !important;
    margin: auto !important;
    display: block;
}

/* =========================================================
   MEDIA QUERIES (de menos a mayor)
   ========================================================= */

/* Extra pequeño: móviles muy pequeños / portrait (<= 360px) */
@media (min-width: 360px) {
    /* reglas específicas para <=360px */
}

/* Pequeño: móviles (<= 480px) */
@media (min-width: 480px) {
    /* reglas específicas para <=480px */
}

/* Mediano: tablets pequeñas (<= 768px) */
@media (min-width: 768px) {
    /* reglas específicas para <=768px */
}

/* Mediano grande: tablets / laptops pequeñas (<= 1024px) */
@media (min-width: 1024px) {
    .hero {
        padding: 10rem 0px;
    }

    .hero__image img {
        width: 50%;
    }

    .hero__panel {
        padding: 4rem 5rem;
    }

    img.weekend_image {
        height: 800px;
    }

    .weekend_benefits__image {
        width: 50%;
    }
	
	.model_card__image img {
		width: 85% !important;
	}
}

/* Grande: pantallas de escritorio medianas (<= 1280px) */
@media (min-width: 1280px) {
    /* reglas específicas para <=1280px */
}

/* Extra grande: pantallas grandes (>= 1281px) */
@media (min-width: 1281px) {
    /* reglas específicas para >=1281px */
}