:root {
        --ink: #0d2b68;
}
a {
    text-decoration: none;
}
.d-none {
    display: none!important;
}
.mt-3 {
    margin-top: 1rem !important;
}
ul.decimal {
    list-style: decimal;
}
ul.disc {
    list-style: disc;
}
header {
    max-width: 1200px;
    margin: 0 auto;
}
.index .content {
    max-width: 1200px;
    margin: 0 auto;
}
.head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}
.bhead {
    display: flex;
    justify-content: space-between;
}
.bhead .options {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
}
.bhead .access svg {
    color:#ffffff
}
.bhead .access {
    padding: 5px 5px 0 0;
}
.title-ap {
    font-family: 'Cormorant Garamond', serif;
    /*font-size: clamp(2.1rem, 1.1rem + 2.5vw, 4.2rem);*/
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.02;
    color: #e3bd5e;
    text-wrap: balance;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
h1 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(2.1rem, 1.1rem + 2.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.02;
    color: #e3bd5e;
    text-wrap: balance;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.5rem, 1rem + 1.4vw, 2.25rem);
    font-weight: 800;
    color: #fff;
}
.hero-divider {
    height: 1px;
    /*margin: 18px 0 22px;*/
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .45), rgba(255, 255, 255, .06));
}
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(44, 44, 44, .12), rgba(0, 0, 0, 0));
    margin: 20px 0 18px;
}
.sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.btnsolicitar-visible .btn-float {
    display: none;
}
.btn-float {
    position: fixed;
    bottom: 25px;
    right: 20px;
    background: linear-gradient(180deg, #285abf 0%, #123f9a 52%, #08245c 100%);
    padding: 5px 10px;
    border-radius: 20px;
    border: 5px solid #fff;
    z-index: 10;
    transition: all .5s ease-out;
}
.btn-float a {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.main .head-aside {
    text-align: center;
    padding: 1rem 2rem;
}
.btn-gold {
    color: #fff5da;
    background: linear-gradient(180deg, #f0c34b 0%, #c58c12 65%, #9d6802 100%);
}
.btn-blue {
    color: #fff;
    background: linear-gradient(180deg, #285abf 0%, #123f9a 52%, #08245c 100%);
}
.btn-wsp {
    color: #fff;
    background: linear-gradient(135deg, #25D366 0%, #1ebe5b 55%, #128C7E 100%);
}
.btn {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .28);
    font-size: clamp(1.05rem, .96rem + .5vw, 1.7rem);
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .38);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    text-align: center;
}
.backblue {
     /*background-color:#1A2A42;*/
     background-image: linear-gradient(to bottom, #07183f 0%, #06235f 60%, #103787 100%);
}
.cta-stack {
    display: grid;
    gap: 12px;
    max-width: 100%;
    margin: 0 auto;
}
.section-intro .head-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.section-title {
    margin: 0 0 8px;
    color: var(--ink);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(2rem, 1.2rem + 2vw, 3.6rem);
    font-weight: 700;
    line-height: 1.05;
}
.section-intro {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}
.section-intro p {
    margin: 0;
    font-size: clamp(1.05rem, .95rem + .55vw, 1.6rem);
    color: #22396e;
}
.gold-banner {
    width: min(100%, 460px);
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    padding: 12px 24px;
    color: #1f1200;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 1rem + 1vw, 2.3rem);
    font-style: italic;
    font-weight: 700;
    border-radius: 6px;
    background: linear-gradient(90deg, #b47a06 0%, #f0c44d 45%, #e9ba37 55%, #be830d 100%);
    border: 2px solid rgba(118, 72, 0, .55);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .4);
}
.hero-visual {
    position: relative; border: 1px solid rgba(36,31,27,.08); border-radius: 1.5rem; background: linear-gradient(180deg, var(--color-surface), #efe7df);
    padding: clamp(1rem, 3vw, 1.6rem); box-shadow: var(--shadow-md); overflow: hidden;
}
.hero-visual::after {
    content: ""; position: absolute; inset: auto -10% -20% auto; width: 12rem; height: 12rem; border-radius: 50%;
    background: radial-gradient(circle, rgba(141,116,93,.15), transparent 70%);
}
.phone-card {
    margin-left: auto; width: min(100%, 21rem); background: rgba(252,250,247,.92); border: 1px solid rgba(36,31,27,.08);
    border-radius: 1.6rem; padding: 1rem; box-shadow: 0 20px 40px rgba(36,31,27,.08);
}
.phone-card video {
    max-width: 95%;
}
.floating-card {
    position: absolute; left: 1rem; bottom: 1rem; width: min(11rem, 56%); background: rgba(252,250,247,.96);
    border: 1px solid rgba(36,31,27,.08); border-radius: 1rem; padding: .95rem; box-shadow: var(--shadow-sm);
    font-family: 'Inter';
}
.floating-card p { font-size: var(--text-sm); color: var(--color-text-muted); }
.floating-card strong { display: block; margin-bottom: .35rem; }
.floating-card img {
    max-width: 100%;
}
.section-caracteristicas {
    font-family: 'Inter';
}
.section-caracteristicas .section-title {
    text-align: center;
    padding: 0 1rem 0.5rem 1rem;
}
.section-caracteristicas .feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
 }
.section-caracteristicas .feature-card {
    /*min-height: 14rem;*/
    display: grid;
    align-content: start;
    background: var(--color-surface);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(36, 31, 27, 0.08);
    border-image: initial;
    border-radius: 1.1rem;
    padding: 1.2rem;
    gap: 0.9rem;
}
.section-caracteristicas .two-c {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}
.section-caracteristicas img {
    display: block;
    max-width: 100%;
}
.section-caracteristicas h3 {
    margin: 0.5rem 0;
}
.section-caracteristicas p {
    margin-top: 0;
}
.section-testimonios {
    margin-bottom: 2rem;
}
.section-testimonios .section-title {
    text-align: center;
    padding: 0 1rem 0.5rem 1rem;
}
.section-testimonios .testimonials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.section-testimonios .testimonial {
    position: relative;
    background: linear-gradient(180deg, #f6edd8, #f1e8d4);
    border: 1px solid rgba(95, 78, 40, .18);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    padding: 16px 18px 12px;
    /*min-height: 112px;*/
}
.section-testimonios .testimonial p {
    margin: 0 0 12px;
    color: #2b230f;
    font-size: clamp(1rem, .95rem + .4vw, 1.35rem);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
}
.section-testimonios .testimonial strong {
    display: block;
    text-align: right;
    color: var(--ink);
    font-size: clamp(1rem, .92rem + .3vw, 1.25rem);
}
.section-testimonios .testimonial::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 26px;
    width: 24px;
    height: 24px;
    background: inherit;
    border-left: 1px solid rgba(95, 78, 40, .18);
    border-bottom: 1px solid rgba(95, 78, 40, .18);
    transform: rotate(-45deg);
}
.section-valor .section-title {
    text-align: center;
    padding: 0 1rem 0.5rem 1rem;
}
.section-valor p {
    margin: 0;
    font-size: clamp(1.05rem, .95rem + .55vw, 1.6rem);
    color: #22396e;
    text-align: center;
    margin-bottom: 1rem;
}
.section-valor .cta-stack-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer {
    max-width: 1200px;
    margin: 0 auto;
}
.footer {
    margin-top: 2rem;
    border-top: 1px solid #e1dbd3;
    padding: 1.5rem 0.5rem 1.5rem;
    color: #6f675f;
    font-size: 1rem;
    font-family: 'Inter', system-ui, sans-serif;
}
.footer .foot {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}
.footer .title-ap {
    font-size: 1.5rem;
}
footer .lnks a {
    /*border-left: 2px solid #fff;*/
    padding-left: 3px;
    margin-bottom: 10px;
    display: block;
    line-height: 1rem;
    color: #fff;
    display: flex;
    gap: 0.5rem;    
}
.footer .cm {
    display: flex;
    justify-content: center;
}

/* cookie banner*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.2);
    font-family: sans-serif;
}
.cookie-text h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
}
.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-left: 20px;
    flex-shrink: 0; /* Evita que los botones se achiquen en móviles */
}
.cookie-buttons button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: opacity 0.2s;
}
.cookie-buttons button:hover {
    opacity: 0.8;
}
.btn-primary {
    background-color: #4CAF50;
    color: white;
}
.btn-secondary {
    background-color: #666666;
    color: white;
}

/* Diseño responsivo para celulares */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        gap: 15px;
    }
    .cookie-buttons {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

/*
.footer .menu {
    display: flex;
    justify-content: space-between;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
}
*/
@media (max-width: 720px) {
    .head {
        flex-direction: column;
    }
    .title-ap {
        font-size: 1.8rem;
    }
    .head img {
        /*width: 50px;*/
    }
    .bhead {
        flex-direction: column-reverse;
    }
    .sides {
        grid-template-columns: 1fr;
    }
    .phone-card video {
        max-width: 95%;
    }
    .section-caracteristicas .feature-grid {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr;
    }  
    .section-testimonios .testimonials {
        grid-template-columns: 1fr;
        gap: 2rem;
    }  
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col {
    flex: 1 0 0%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

/* CONTACTO */
.contacto .content {
    max-width: 1200px;
    margin: 0 auto;
}
.contacto form label {
    font: normal normal bold .9rem / 1 'Inter';
}

.contacto .fs-5 {
    font-size: 1.25rem !important;
}
.contacto form input, .contacto form textarea {
    background-color: #efefef;
    box-shadow: 0 3px 6px #0000001A;
    border-radius: 10px;
    border: none;
    min-height: calc(1.5em + (.5rem + 2px));
    font-size: .875rem;
    width: 100%;
}
.contacto input[type="checkbox"] {
    width: 20px;
}
.contacto form textarea.form-control-sm {
    min-height: calc(3.5em + (.5rem + 2px));
}
.contacto .mb-1 {
    margin-bottom: 1rem;
}
.contacto .content-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.contacto button {
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .28);
    font-size: clamp(1.05rem, .96rem + .5vw, 1.7rem);
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .38);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #285abf 0%, #123f9a 52%, #08245c 100%);
    cursor: pointer;
}
.contacto .msg:not(:empty) {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 2rem;
}
.contacto .col.politica {
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/*Sobre Nosotros*/
.sobre-nosotros .content-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.sobre-nosotros .section-title h2 {
    color: var(--ink);
}
.sobre-nosotros .section-title p {
    font-family: 'Inter', system-ui, sans-serif;
    color: #000;
    font-style: normal;
    font-size: 1.5rem;
}
/*Politica de Privacidad*/
.politica-de-privacidad .content-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.politica-de-privacidad h1 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 2rem;
    font-style: normal;
    text-shadow: none;
}
.politica-de-privacidad h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    text-shadow: none;
}
.politica-de-privacidad h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    text-shadow: none;
}
.politica-de-privacidad p {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.politica-de-privacidad ul {
    margin: 0.5rem 0;
}
.politica-de-privacidad li {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
/*quienes somos*/
.quienes-somos .content-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.quienes-somos h1 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 2rem;
    font-style: normal;
    text-shadow: none;
}
.quienes-somos h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    text-shadow: none;
}
.quienes-somos h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    text-shadow: none;
}
.quienes-somos p {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
/*preguntas-frecuentes*/
.preguntas-frecuentes .content-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.preguntas-frecuentes h1 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 2rem;
    font-style: normal;
    text-shadow: none;
}
.preguntas-frecuentes h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    text-shadow: none;
}
.preguntas-frecuentes h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.3rem;
    font-style: normal;
    text-shadow: none;
}
.preguntas-frecuentes p {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.preguntas-frecuentes ul {
    margin: 0.5rem 0;
}
.preguntas-frecuentes li {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.nuestros-productos .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.nuestros-productos footer {
    margin-top: 0;
    border-top: none;
}