/*
Theme Name: Ascimex
Author: Urano Publicidad & Medios
Version: 1.0
*/

/* Base */
body {
	margin: 0;
	padding: 0;
	background: #fafafa;
	font-family: "Exo 2", sans-serif!important;
}

p, .wp-singular, ul li, a, .ascimex-list li, .ascimex-list a {
    font-size: 20px;
    color: #272727 !important;
}
.footer p, .footer a {
     font-size: 20px;
    color: #fff !important;
}





h1, h2, h3, h4 {
    font-family: "Exo 2", sans-serif!important;
    font-optical-sizing: auto;
    font-style: normal;
}
.amarillo {
    background-color:#212121;
    min-height:30px;
}

/* Tokens */
:root {
	--ascimex-accent: #1f358e;
	/* hover/activo del menú */
}

/* Topbar */
.topbar {
    font-size: .95rem;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
}

.topbar .topbar-link {
	color: #fff;
	text-decoration: none
}

.topbar .topbar-link:hover {
	text-decoration: none;
	color:rgb(253,184,25);
}

.brand-logo {
	height: 90px;
	width: auto;
	display: block
}

.helpline {
	font-weight: 100;
	font-size: 1.2em;
}
.helpline a {
	color:#1f358e;
	text-decoration:none;
	font-weight: 700;
}

/* ===== Menú ===== */
.bg-darkmenu {
	background-color: var(--ascimex-dark) !important;
}

/* asegura el color */
.ascimex-menu {
	gap: 1rem;
	padding: .5rem 0;
}

.ascimex-menu li {
	list-style: none
}

.ascimex-menu a {
	display: block;
	padding: .6rem 1.2rem;
	text-decoration: none;
	color: #fff;
	border-radius: .35rem;
	font-weight: 600;
	transition: all .2s ease-in-out;
}

.ascimex-menu .current-menu-item>a,
.ascimex-menu a:hover,
.ascimex-menu a:focus {
	background-color: var(--ascimex-accent);
	color: #000;
}

/* Botón hamburguesa (limpio) */
.navbar-toggler {
	border: none
}

.navbar-toggler:focus {
	box-shadow: none
}

/* ===== Hero fijo desde el header ===== */
.hero-featured {
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	text-transform:uppercase;
}

.hero-inner {
	height: 350px
}

/* Título de página */
.page-title {
	margin-top: 2rem;
	color:#fff;
}

.menu {
	background-color: #f4f4f4 !important;
	height: 60px;
	margin-bottom: -16px;
}

.hero-inner{
  height:350px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  padding:0 1rem;
}
.hero-title{ 
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom:.25rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.hero-subtitle{
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 500;
  opacity:.95;
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* ===== Hero fijo desde el header ===== */
.hero-featured{
  position: relative;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  text-transform: uppercase;
  box-shadow: 0 22px 32px -18px rgba(0,0,0,.45);
}

/* Capa oscura uniforme (debajo del texto) */
.hero-featured::before{
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,.50);
  pointer-events: none;
  z-index: 0;
}

/* Degradado inferior (debajo del texto) */
.hero-featured::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0; height:70px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.50) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Contenido del hero */
.hero-inner{
  position: relative;
  z-index: 2;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  color: #fff; 
  padding: 0 1rem;
}

/* Logos grayscale */
.logos img.vce-single-image{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:.95;
  transition: filter .25s ease, -webkit-filter .25s ease, opacity .25s ease;
}

.logos a:hover img.vce-single-image,
.logos a:focus img.vce-single-image{
  -webkit-filter: none;
  filter: none;
  opacity:1;
}

.logos .vce-single-image-figure-inner:hover img.vce-single-image{
  -webkit-filter: none;
  filter: none;
  opacity:1;
}

@media (prefers-reduced-motion: reduce){
  .logos img.vce-single-image{ transition:none; }
}

.logos img.vce-single-image{
  max-height:64px;
  height:auto;
  width:auto;
  object-fit:contain;
}

/* Botón leer más */
.leer-mas {
  display: inline-block;
  background-color: #1f358e;
  color: #fff!important;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  text-transform:uppercase;
}

.leer-mas:hover {
  background-color: #e4a700;
  color: #000 !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  text-shadow: none;
}

.titulob {
    font-size:22px!important;
    margin-bottom:15px!important;
}

.ascimex-list {
  list-style: none !important;
  padding-left:30px !important;
  margin-left: 0 !important;
  font-size:1.15em;
  font-weight:bold;
}

.ascimex-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: inherit;
}

.ascimex-list i {
  color: #1f358e;
  margin-right: 8px;
  font-size: 8px;
  width: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.ascimex-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ascimex-list a:hover {
  color: #1f358e;
  text-decoration: underline;
}

/* Evita saltos en megamenú */
#main-menu .dropdown-menu li a,
.mega-menu .menu-item a {
  white-space: nowrap !important;
}

#main-menu .dropdown-menu,
.mega-menu .sub-menu {
  min-width: 260px !important;
}

/* Footer */
.footer {
    background-color:#999!important;
    min-height:50px;
    padding:25px;
    color:#fff;
    margin-bottom:-50px;
}
.footer a {
    color:inherit;
    text-decoration:none;
}

h1, h2, h3 {
  color: #1f358e;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
}


.hero-title {
    color:#fff!important;
}

.footer {
  background: linear-gradient(180deg, #2b2b2b 0%, #1f1f1f 100%);
  color: #dcdcdc;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
  margin-top: 40px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer p {
  margin-bottom: 0;
  line-height: 1.6;
}

.fa-solid, .fa-brands {
    font-size:1.2em!important;
    margin-right:1.1em!important;
}

.ascimex-list a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.ascimex-list a:hover {
  color: var(--bs-danger);
  text-decoration: underline;
}

.ascimex-list a {
    cursor: pointer!important;
    transition: transform .15s ease;
}

.ascimex-list a:hover {
    transform: scale(1.5)!important; /* da efecto visual de cursor grande */
}

#logos p a {
	color:#1f358e!important;
	margin-bottom:-20px!important;
}












/* Contenedor fullwidth y sin espacios extra */
.urano-carousel-clientes {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Quitamos gap y usamos padding en columnas para el espacio */
.urano-carousel-clientes .row.g-3 {
    margin-left: -4px;
    margin-right: -4px;
}

.urano-carousel-item {
    padding-left: 4px;
    padding-right: 4px;
}

/* Wrapper: controla el zoom y las esquinas redondeadas */
.urano-carousel-img-wrapper {
    overflow: hidden;
    border-radius: 12px; /* esquinas redondeadas elegantes */
}

/* Imagen: saturación 30%, sin acolchado extra */
.urano-carousel-img {
    width: 100%;
    display: block;
    object-fit: cover;          /* que llenen bien el cuadro */
    filter: saturate(0.3);      /* 30% de saturación por defecto */
    -webkit-filter: saturate(0.3);
    transition: transform 0.35s ease, filter 0.35s ease;
    padding: 0;                 /* que no cree bordes internos */
}

/* Hover: zoom ligero + saturación 110% */
.urano-carousel-img-wrapper:hover .urano-carousel-img {
    transform: scale(1.05);
    filter: saturate(1.1);
    -webkit-filter: saturate(1.1);
}

/* Controles discretos */
#urano-carousel-clientes .carousel-control-prev-icon,
#urano-carousel-clientes .carousel-control-next-icon {
    background-size: 30px 30px;
    outline: none;
}

#urano-carousel-clientes .carousel-control-prev,
#urano-carousel-clientes .carousel-control-next {
    width: 5%;
}

/* Responsivo fino para móviles */
@media (max-width: 767.98px) {
    .urano-carousel-clientes {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .urano-carousel-item {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.urano-carousel-item {
    padding-left: 2px;
    padding-right: 2px;
}
.urano-carousel-img-wrapper {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.contact-logo-label {
    margin-top: 4px;
    font-size: 0.8rem;
    text-align: center;
    color: #0d6efd;              /* azul tipo link */
    text-decoration: underline;
    opacity: 0.9;
    text-
}

@media (max-width: 767.98px) {
    .contact-logo-label {
        margin-top: 6px;
        font-size: 0.85rem;
    }
}

/* Grid de 5 columnas en desktop */
.urano-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* CINCO COLUMNAS */
    gap: 35px;
    padding: 25px 0;
    text-align: center;
}

/* Cada item */
.urano-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Nombre */
.urano-logo-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem;
}

.urano-logo-title a {
    color: #333;
    text-decoration: none;
}

.urano-logo-title a:hover {
    color: #0d6efd;
}

/* Logo */
.urano-logo-item img {
    max-width: 180px; /* AJUSTA EL TAMAÑO VISUAL */
    width: 100%;
    height: auto;
}

/* Texto inferior */
.urano-logo-visit {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6c757d;
    display: block;
    opacity: 0.95;
}

/* Hover */
.urano-logo-item a:hover + .urano-logo-visit {
    opacity: 1;
    color: #495057;
}

/* Móvil: 1 por columna */
@media (max-width: 700px) {
    .urano-logos-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 por fila */
    }
}

@media (max-width: 480px) {
    .urano-logos-grid {
        grid-template-columns: 1fr; /* 1 por fila */
    }
}

/* Logo: tamaño razonable */
.brand-logo {
    max-width: 260px;
    height: auto;
}

/* Teléfono */
.helpline-link {
    font-weight: 600;
    white-space: nowrap;
    font-size: 0.95rem;
}

/* Topbar en mobile: texto algo más chico */
.topbar .topbar-link {
    font-size: 0.85rem;
}

/* Nav: que el menú no se pegue tanto al logo al abrir */
#menuPrincipal .ascimex-menu > li {
    margin: 0 0.75rem;
}

#menuPrincipal .ascimex-menu > li > a {
    padding: 0.35rem 0;
}

/* Mobile: logo un poco más pequeño, mostrar teléfono abajo si quieres */
@media (max-width: 767.98px) {
    .brand-logo {
        max-width: 200px;
    }

    .helpline-link {
        font-size: 0.9rem;
    }

    /* Si quieres mostrar el teléfono también debajo del logo,
       podríamos duplicarlo en otra zona, pero así ya viaja arriba a la derecha. */
}

/* Opcional: hacer visible el ícono del toggler si tu navbar no tiene tema */
.navbar .navbar-toggler {
    border-color: rgba(0,0,0,0.2);
}
.navbar .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}
.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after,
.navbar .navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
    margin: auto;
}
.navbar .navbar-toggler-icon::before {
    top: 0.35rem;
}
.navbar .navbar-toggler-icon::after {
    bottom: 0.35rem;
}
.navbar .navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
}


/* Topbar: link correo centrado */
.topbar-link {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
}
.topbar-link:hover {
    text-decoration: underline;
}

/* Logo: centrado, ocupa ancho disponible sin pasarse */
.brand-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;  /* ajusta si lo quieres más grande/pequeño */
    height: auto;
}

/* Teléfono debajo del logo */
.helpline-link {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0d6efd;
    text-decoration: none;
}
.helpline-link:hover {
    text-decoration: underline;
}

/* Botón Menú */
.navbar-toggler {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.3rem 0.9rem;
    background-color: #ffffff;
}
.navbar-toggler-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
}

/* Menú items */
.ascimex-menu > li {
    margin: 0 0.75rem;
}
.ascimex-menu > li > a {
    padding: 0.3rem 0;
}

/* --- Desktop ajustes --- */
@media (min-width: 768px) {
    .navbar {
        flex-direction: row;
        align-items: center;
    }

    .navbar-brand,
    .helpline-link,
    .navbar-toggler {
        width: auto;
        margin-bottom: 0;
    }

    .navbar-brand {
        margin-right: 1.5rem;
    }

    .helpline-link {
        margin-left: auto;
        margin-right: 1rem;
    }

    .navbar-toggler {
        display: none; /* si quieres ocultar el botón Menú en desktop */
    }

    #menuPrincipal {
        margin-top: 0 !important;
    }
}


/* Topbar: email centrado */
.topbar-link {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
}
.topbar-link:hover {
    text-decoration: underline;
}

/* Logo centrado, ancho controlado */
.brand-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px; /* ajusta si lo quieres más grande/chico */
    height: auto;
}

/* Teléfono debajo del logo */
.helpline-link {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0d6efd;
    text-decoration: none;
}
.helpline-link:hover {
    text-decoration: underline;
}

/* Botón "Menú ☰" personalizado */
.ascimex-menu-toggle {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.4rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

/* Iconito ☰ */
.ascimex-menu-icon {
    font-size: 1.05rem;
}

/* Hover del botón */
.ascimex-menu-toggle:hover {
    background: #f1f1f1;
    border-color: #999;
}

/* Solo ocultamos el icono default de Bootstrap, no el botón */
.navbar-toggler-icon {
    display: none !important;
}

/* Menú items */
.ascimex-menu > li {
    margin: 0 0.75rem;
}
.ascimex-menu > li > a {
    padding: 0.3rem 0;
}

/* Desktop: puedes ajustar distribución si quieres */
@media (min-width: 768px) {
    .navbar {
        flex-direction: row;
        align-items: center;
    }

    .navbar-brand {
        width: auto;
        margin-right: 1.5rem;
        margin-bottom: 0 !important;
    }

    .helpline-link {
        width: auto;
        margin-left: auto;
        margin-right: 1rem;
        margin-bottom: 0 !important;
    }

    .ascimex-menu-toggle {
        display: none; /* si NO quieres verlo en desktop */
    }

    #menuPrincipal {
        margin-top: 0 !important;
    }
}

/* ======== CORRECCIÓN MOBILE HEADER ASCIMEX ======== */
@media (max-width: 767.98px) {

    /* --- 1) EMAIL CENTRADO --- */

    /* Ocultamos columna izquierda vacía */
    .topbar .row.align-items-center .col-6:first-child {
        display: none !important;
    }

    /* Convertimos la segunda columna en 100% width y centrada */
    .topbar .row.align-items-center .col-6.text-end {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }


    /* --- 2) LOGO (50%) + TELÉFONO (50%) EN LA MISMA FILA --- */

    /* El contenedor que tenía justify-between */
    .mainbar .row.align-items-center > .col-md-12.d-flex {
        display: flex;
        flex-direction: row !important;    /* juntos horizontalmente */
        justify-content: center !important;
        align-items: center !important;
        gap: 0;
    }

    /* Logo ocupa el 50% */
    .brand {
        width: 50% !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    .brand-logo {
        max-width: 150px !important; /* ajustable */
        height: auto;
    }

    /* Teléfono ocupa el 50% */
    .helpline {
        width: 50% !important;
        text-align: center !important;
        margin-left: 0 !important;
    }

    .helpline-link {
        font-size: 1rem;
        white-space: nowrap;
        display: inline-block;
    }
}

/* ======== LAYOUT MOBILE FINAL: EMAIL / LOGO / TELÉFONO EN COLUMNAS ======== */
@media (max-width: 767.98px) {

    /* 1) EMAIL CENTRADO A 100% */
    .topbar .row.align-items-center .col-6:first-child {
        display: none !important;
    }

    .topbar .row.align-items-center .col-6.text-end {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }

    /* 2) LOGO Y TELÉFONO APILADOS (CADA UNO SU ROW, 100%) */

    /* Columna que contiene logo + teléfono */
    .mainbar .row.align-items-center > .col-md-12.d-flex.align-items-center.justify-content-between {
        display: flex;
        flex-direction: column !important;      /* de fila → columna */
        align-items: center !important;         /* centrados */
        justify-content: center !important;
    }

    /* Logo: 100% de ancho del contenedor, centrado */
    .brand {
        width: 100% !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        margin-bottom: 0.4rem;
    }

    .brand-logo {
        max-width: 500px!important;   /* súbele si lo quieres más grande (ej. 280, 300) */
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    /* Teléfono: debajo del logo, 100% ancho, centrado */
    .helpline {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    .helpline-link {
        display: inline-block;
        font-size: 1.05rem;
        font-weight: 700;
        white-space: nowrap;
    }
}

/* ======== EMAIL SUPERIOR MÁS GRANDE (MÓVIL Y DESKTOP) ======== */

.topbar-link {
    font-size: 1.35rem !important;    /* antes ~0.9rem → ahora ~1.5× */
    display: inline-flex;
    align-items: center;
    gap: 8px;                          /* espacio entre emoji y texto */
}

.topbar-link span:first-child {
    font-size: 1.6rem !important;      /* emoji del sobre más grande */
    line-height: 1;
}

/* ======== TELÉFONO MÁS GRANDE (MÓVIL Y DESKTOP) ======== */

.helpline-link {
    font-size: 1.35rem !important;  /* antes ~1rem → ahora igual que el email */
    display: inline-flex;
    align-items: center;
    gap: 8px;                       /* separación entre emoji y texto */
    color: #1f358e !important;
    font-weight: 700 !important;
}

.helpline-link::before {
    content: "📞";
    font-size: 1.6rem !important;   /* emoji grande, igual al de email */
    line-height: 1;
    margin-right: 6px;
}


/* =============================
   FORMULARIO CLIENTESURANO
   Estilo moderno, limpio y elegante
============================= */

/* --- Contenedor general --- */
.wpcf7 form {
    max-width: 700px;
    margin: 0 auto;
}

/* --- Inputs y textarea --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 18px;
    background: #ffffff;
    border: 2px solid #e2e2e2;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    transition: all .25s ease;
}

/* Placeholder elegante */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9c9c9c;
    opacity: 0.9;
    font-size:1em;
}

/* --- Hover y Focus --- */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #713771; /* tu morado corporativo */
    box-shadow: 0 0 0 3px rgba(113, 55, 113, 0.15);
    background: #fff;
    outline: none;
}

/* --- Textarea más suave --- */
.wpcf7 textarea {
    min-height: 50px!important; /* antes 150px */
    resize: vertical;
}
/* --- Botón Enviar --- */
.wpcf7 input[type="submit"] {
    background: #df1b38;       /* corporativo */
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all .25s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background: #053f6c;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Active click */
.wpcf7 input[type="submit"]:active {
    transform: translateY(0px);
    box-shadow: none;
}

/* --- Mensajes de validación --- */
.wpcf7-not-valid-tip {
    color: #c62828 !important;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Correcto */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2e7d32;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #c62828;
}

/* --- Loading spinner más bonito --- */
.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
    zoom: 1.4;
}


/* Quitar altura mínima heredada del theme */
.wpcf7 textarea {
    min-height: 0 !important;
    height: auto !important;
    line-height: 1.3em; /* ajusta si quieres más compacto */
}

/* Ajuste real para 5 rows */
.wpcf7 textarea[name="comentarios-581"] {
    height: calc(1.3em * 5 + 14px) !important;
}

/* Hover y active en blanco */
#mega-menu-menu-principal a.mega-menu-link:hover,
#mega-menu-menu-principal li.mega-current-menu-item > a.mega-menu-link {
    color: #ffffff !important;
}

/* Hover en blanco */
#mega-menu-menu-principal a.mega-menu-link:hover {
    color: #ffffff !important;
}

/* Topbar: link siempre blanco */
.topbar .topbar-link {
    color: #ffffff !important;
    text-decoration: none;
}

/* Hover en color #1f358e */
.topbar .topbar-link:hover {
    color: #dd1e37 !important;
}
.topbar .topbar-link {
    transition: color .25s ease;
}


/* Mantener el color actual (no lo cambiamos), quitar subrayado y agregar transición */
.helpline .helpline-link {
    text-decoration: none !important;
    transition: color .25s ease;
}

/* Hover rojo */
.helpline .helpline-link:hover {
    color: #e60000 !important; /* rojo */
}

.vce-single-image-wrapper figcaption {
    font-style: italic;
    margin-top: 10px;
    text-align:center;
    
}