/* Títulos del Encabezado */
.titulo-seccion-ventajas {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: none; /* Asegura que no esté todo en mayúsculas */
}

.subtitulo-seccion-ventajas {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Estilo de la Tarjeta (Card) */
.card-ventaja {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03); /* Sombra muy suave */
    text-align: left;
    transition: all 0.3s ease;
}

/* Efecto al pasar el mouse */
.card-ventaja:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Caja del Icono (Verde claro) */
.icon-ventaja-box {
    background-color: #f0fdf4; /* Verde muy pálido de fondo */
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

/* El icono en sí (Verde fuerte) */
.icon-ventaja-box i {
    color: #28a745; /* Verde corporativo de tu imagen */
    font-size: 26px;
}

/* Título de la Ventaja */
.card-ventaja h3 {
    font-size: 19px;
    
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Texto descriptivo de la Ventaja */
.card-ventaja p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive para Móviles */
@media (max-width: 767px) {
    .titulo-seccion-ventajas {
        font-size: 28px;
    }
    .card-ventaja {
        padding: 30px;
    }
}

/* Badge superior */
.badge-calidad {
    background-color: #f0fdf4;
    color: #28a745;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

/* Título y descripción */
.titulo-calidad {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.descripcion-calidad {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
}

/* Estilo de la lista con checks verdes */
.item-beneficio {
    font-size: 19px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #e2e8f0;
}

.item-beneficio i {
    color: #28a745; /* Color verde del check */
    margin-top: 3px;
}

/* Botón Azul */
.btn-primary-termoplus {
    background-color: #007bbd;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.btn-primary-termoplus:hover {
    background-color: #005a8c;
    color: white;
}

/* Imagen con bordes redondeados */
.rounded-4 {
    border-radius: 20px !important;
}

/* Ajustes Responsive */
@media (max-width: 991px) {
    .titulo-calidad { font-size: 26px; }
    .lista-beneficios .col-6 { width: 100%; } /* Una sola columna en móvil */
}

/* Tarjeta de Testimonio */
.card-testimonio {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Icono de Comillas (Verde suave) */
.quote-icon {
    color: #d1fae5; /* Verde muy claro como la imagen */
    font-size: 35px;
    margin-bottom: 15px;
}

/* Texto del testimonio */
.testimonio-txt {
    font-style: italic;
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    flex-grow: 1; /* Empuja el autor hacia abajo */
    margin-bottom: 25px;
}

/* Información del Autor */
.autor-info strong {
    display: block;
    font-size: 16px;
    color: #1e293b;
    font-weight: 700;
}

.autor-info span {
    font-size: 13px;
    color: #94a3b8;
}

/* Ajuste de espaciado en móviles */
@media (max-width: 768px) {
    .card-testimonio { padding: 25px; }
}

/* --- Estilos de Experiencia --- */
.titulo-principal {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.texto-descripcion {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-stat {
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    height: 100%;
}

.numero-verde {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #28a745; /* Verde de la marca */
    margin-bottom: 5px;
}

.etiqueta-stat {
    font-size: 17px;
    color: #64748b;
    font-weight: 500;
}

/* --- Estilos de Testimonios --- */
.card-testimonio {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quote-icon {
    color: #d1fae5; /* Verde pálido */
    font-size: 35px;
    margin-bottom: 15px;
}

.cuerpo-testimonio {
    font-style: italic;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
}

.autor-box span {
    display: block;
}

.autor-nombre {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

.autor-cargo {
    font-size: 13px;
    color: #94a3b8;
}

/* --- Utilidades --- */
.rounded-4 { border-radius: 20px !important; }

@media (max-width: 768px) {
    .titulo-principal { font-size: 26px; }
    .numero-verde { font-size: 30px; }
}

/* Elimina cualquier espacio lateral del mapa */
.mapa-full-width {
    width: 100%;
    overflow: hidden;
    line-height: 0; /* Elimina espacio blanco debajo del iframe */
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 0; 
    position: relative;
    height: 450px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    filter: grayscale(0.3) contrast(1.1); /* Opcional: estilo sutil para que combine con tu web */
}

/* Estilo para que el mapa se vea grisáceo hasta que el usuario pase el mouse */
.map-responsive iframe:hover {
    filter: grayscale(0);
    transition: 0.5s;
}