/* Laterales azules para la sección del mapa */
.map-side-bar {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: transparent;
    border-radius: 30px;
}
.direccion-mapa {
    font-size: 1.1rem;
}
.map-banner-wrap {
    min-height: 270px;
}
.map-banner-bg {
    height: 120px;
    background: #ADD8E6;
    border-radius: 40px;
    z-index: 1;
    opacity: 0.18;
}
.savings-desc {
    margin-bottom: 1.2rem;
}
.savings-desc-text {
    font-size: 1.05rem;
    color: #e6f0fa;
    line-height: 1.4;
    display: block;
    text-align: left;
    font-weight: 400;
}
.savings-title {
    font-size: 1.18rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 700;
    text-align: left;
}
.savings-label-big {
    font-size: 1.05rem !important;
    margin-bottom: 0.15rem !important;
    text-align: left;
}
.savings-value {
    font-size: 1.35rem !important;
    margin-bottom: 0.3rem !important;
    color: #e6f0fa !important;
    text-align: left;
}
.savings-footnote {
    font-size: 0.95rem !important;
    color: #e6f0fa;
    text-align: left;
    margin-top: 0.7rem;
}
.savings-title {
    font-size: 1.25rem !important;
    margin-bottom: 0.3rem !important;
    font-weight: 700;
}
.savings-label-big {
    font-size: 1.1rem !important;
    margin-bottom: 0.2rem !important;
}
.savings-value {
    font-size: 1.5rem !important;
    margin-bottom: 0.3rem !important;
    color: #e6f0fa !important;
}
/* Sección de ahorros compacta y balanceada */
.bg-primary.py-5 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.savings-logo-side {
    max-width: 420px;
    min-width: 200px;
    width: 100%;
    max-height: 240px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.savings-title {
    font-size: 0.7rem !important;
    margin-bottom: 0.1rem !important;
    font-weight: 700;
}
.savings-label-big {
    font-size: 0.65rem !important;
    margin-bottom: 0.05rem !important;
}
.savings-value {
    font-size: 0.8rem !important;
    margin-bottom: 0.1rem !important;
}
.savings-value-main {
    font-size: 1.1rem !important;
    color: #e6f0fa !important;
}
/* Imagen de certificado a la izquierda, ancha pero no alta */
.savings-logo-side {
    max-width: 220px;
    width: 90%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
/* Sección de ahorros mejorada */
.savings-title {
    font-size: 1.2rem;
}
.savings-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
    height: auto;
}
.savings-label-big {
    font-size: 1rem;
}
.savings-value {
    font-size: 1.5rem;
    font-weight: bold;
}
.savings-footnote {
    font-size: 1.5rem;
    color: #e6f0fa;
}
/* Imagen Ventajas y Certificaciones centrada y grande */
.vyc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}
/* Logo UPDM más separado de la izquierda */
.logo-updm {
    margin-left: 18px;
}
/* Marca UPDM (clase heredada conservada para compatibilidad) */
.protecall-brand {
    font-size: 1.05rem;
}

/* Hero principal */
.hero-section {
    background: #222;
    min-height: 350px;
}
.hero-bg-img {
    object-fit: cover;
    opacity: 0.4;
    min-height: 350px;
}
.hero-content {
    min-height: 350px;
}
.hero-center {
    min-height: 350px;
}
.hero-title {
    letter-spacing: 2px;
}
.hero-hr {
    width: 120px;
    height: 4px;
    border: none;
    margin: 1rem auto;
}
.hero-lead {
    max-width: 600px;
}

/* Sección de ahorros */
.savings-label {
    font-size: 0.9rem;
}
/* estilos.css - Personalización mínima, usa Bootstrap como base */

body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.03);
}

.navbar {
    margin-bottom: 0rem;
}

/* Anulando el color primario de Bootstrap para la sección de ahorros */
.bg-primary {
    background-color: #4ab7e2 !important; /* ¡Cambia este color por el que prefieras! */
}

/* Anulando el color del botón primario */
.btn-primary {
    background-color: #4ab7e2 !important;
    border-color: #4ab7e2 !important;
}

/* Opcional: Cambiar el color cuando el ratón está encima */
.btn-primary:hover {
    background-color: #3096be !important; /* Un tono un poco más oscuro */
    border-color: #349ec8 !important;
}

/* En tu archivo estilos.css */

.bg-celeste {
  background-color: #4ab7e2; /* Este es el código para SkyBlue */
}

/* Personalizando el color de los enlaces de la barra de navegación */
.navbar .nav-link {
    color:  #4ab7e2 !important; /* Cambia este color por el que prefieras */
}

/* Estilos para integrar el formulario con la identidad de la empresa */
.company-form {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem;
    border-left: 6px solid #4ab7e2; /* acento de color de la marca */
}

.company-form .form-header {
    padding-bottom: 0.25rem;
}

.company-form .form-logo {
    width: 88px;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

/* Separador sutil */
.company-form hr {
    margin: 0.5rem 0 0.75rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* Ajustes responsive: en pantallas pequeñas el wrapper tendrá menos padding y sin offset */
@media (max-width: 992px) {
    .company-form {
        padding: 0.8rem;
        border-left-width: 4px;
    }
}

/* Si quieres cambiar el color de acento de la empresa, edita la variable aquí */
:root {
    --updm-accent: #4ab7e2;
}

/* Estilos específicos para cotización */
.cotizacion-hero {
    position: relative;
    background-image: url('inicio1.jpeg');
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.cotizacion-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,32,50,0.55), rgba(11,32,50,0.65));
    z-index: 0;
}
.cotizacion-hero .container { z-index: 1; }
.cotizacion-hero .hero-logo { filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45)); }
.cotizacion-hero .decor-sep{
    width: 120px;
    height: 6px;
    background: linear-gradient(90deg,var(--updm-accent),#2aa0d1);
    border-radius: 6px;
}

.contact-card { border-left: 6px solid var(--updm-accent); border-radius: 12px; }
.contact-list li { padding: 0.5rem 0; display: flex; align-items: center; }
.contact-list li i { font-size: 1.05rem; min-width: 28px; text-align: center; }
.contact-card .map-card iframe { border-radius: 8px; }

.company-form { background: linear-gradient(180deg,#ffffff, #fbfdff); box-shadow: 0 6px 22px rgba(10,24,40,0.08); }
.company-form .form-logo { border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #25D366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 26px rgba(37,211,102,0.22);
    z-index: 9999;
    text-decoration: none;
    transition: transform .12s ease-in-out;
}
.floating-whatsapp:hover { transform: translateY(-4px); }
.floating-whatsapp i { font-size: 1.35rem; }

/* Spacing tweaks for hero on smaller screens */
@media (max-width: 767px) {
    .cotizacion-hero .container { padding: 3rem 1rem; }
}

/* Videos apilados a la derecha del formulario */
.videos-stack {
    display: flex;
    flex-direction: column;
}
.videos-stack .ratio {
    width: 100%;
}

/* Asegurar que el iframe ocupe todo el contenedor ratio */
.videos-stack iframe {
    width: 100%;
    height: 100%;
}

/* Imagen final: más pequeña (centrada), sin sombras ni bordes */
.final-image {
    text-align: center;
}
.final-image img {
    width: 60%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
}

@media (max-width: 768px) {
    .final-image img {
        width: 80%;
        max-width: 420px;
    }
}

