/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.body{
	font-family:tahoma;
}

 #header a {
    color: #FFFFFF;
}

#header a:hover {
    color: #00375E;
}
#header {
    background: #e6b200;
   color: #003A5D
}
#header .header-nav {
	background: #e6b200;
    max-height: 50px;
    margin-bottom: 30px;
	border-bottom: 0px solid #f1f1f1
}

#header .header-nav .container {
  background:#e6b200; 
}

#header .header-banner {
  background:#e6b200; 
}  


#header .header-top a{
   color: #00375E
}

#header .header-top a.dropdown-item:hover{
   color: #ffffff
}

#header .header-top div.contact-link.a:hover{
   color: #ffffff
}

#header .header-top a:hover{
   color: #00375E
}
#header .header-top a[data-depth="0"] {
   color: #00375E
}
	
#header .header-nav .blockcart {
    background: #e6b200;
    color: #F1F1F1;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap
}

 
 
#footer .footer-container {
    background: #F2C732;
    color: #00375E;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.3)
}

#footer .footer-container li a {
    color: #00375E;
    cursor: pointer;
    font-size: .875rem
}

#footer .footer-container li a:hover {
    color: #ffffff
}
#footer .footer-container a.dropdown:hover {
    color: #ffffff
}


#footer .footer-container .links ul>li a {
        color: #00375E
}
#footer .footer-container .links ul>li a:hover {
        color: #00375E
}


#footer .footer-container .links ul>li a {
        color: #00375E
}
#footer .footer-container .links ul>li a:hover {
        color: #ffffff
}

#footer .footer-container a.text-uppercase {
        color: #00375E
}
#footer .footer-container p.h3.hidden-sm-down {
        color: #00375E
}
#footer .footer-container p.h4.text-uppercase.block-contact-title {
        color: #00375E
}

#footer .footer-container div.h4.text-uppercase.block-contact-title {
        color: #00375E
}
#footer .footer-container .block-contact {
    color: #ffffff;
    font-size: .875rem
}

#footer .footer-container .block-contact a {
    color: #ffffff
}


















/* =========================================
   LANDING MERCAZULEJO (AISLADO)
========================================= */
.mz-landing, .mz-landing * { box-sizing: border-box; }

.mz-landing {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #444;
}

.mz-landing section { display: flow-root; }

.mz-landing .mz-container{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.mz-landing .mz-sec{
  padding: 80px 0;
}

.mz-landing .mz-title{
  color:#0f3257;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 18px;
  line-height: 1.15;
}

.mz-landing .mz-subtitle{
  color:#0f3257;
  font-size: 15px;
  font-weight: 800;
  margin: 16px 0 8px;
}

.mz-landing .mz-text{
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.mz-landing img{
  width: 100%;
  height: auto;
  display:block;
  border-radius: 6px;
  object-fit: cover;
}

.mz-landing .mz-btn{
  display:inline-block;
  background:#e6c23d;
  color:#0f3257;
  font-weight: 800;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration:none;
  transition: .25s ease;
}

.mz-landing .mz-btn:hover{ background:#d4b22f; }

.mz-landing .mz-link{
  color:#0f3257;
  font-weight: 800;
  text-decoration: underline;
  transition: .25s ease;
}

.mz-landing .mz-link:hover{ color:#e6c23d; }

/* Grid 2 columnas reusable */
.mz-landing .mz-2col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   1) HISTORIA
========================= */
.mz-landing .mz-historia{ background:#fff; }

.mz-landing .mz-historia-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
}

.mz-landing .mz-historia-img{ position: relative; }

.mz-landing .mz-exp-badge{
  position: absolute;
  left: 36%;
  bottom: 18px;
  background: #fff;
  border: 3px solid #e6c23d;
  border-radius: 6px;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  width: 150px;
}

.mz-landing .mz-exp-num{
  display:block;
  color:#0f3257;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
}

.mz-landing .mz-exp-text{
  display:block;
  color:#0f3257;
  font-weight: 700;
  font-size: 13px;
  margin-top: 6px;
}

.mz-landing .mz-historia-logo img{
  width: 140px;
  margin-top: 18px;
  border-radius: 0;
  object-fit: contain;
}

/* =========================
   2) BENEFICIOS (FIX TOTAL)
========================= */
.mz-landing .mz-beneficios{
  background:#fff;
  padding: 70px 0 110px; /* más aire antes de Compromiso */
}

.mz-landing .mz-beneficios-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 70px; /* separación como la original */
  align-items: start;
}

/* Cada item: número + contenido alineado siempre */
.mz-landing .mz-beneficio{
  position: relative;
  padding-left: 58px;
}

.mz-landing .mz-beneficio::before{
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: 900;
  color: #e6c23d;
  line-height: 1;
}

/* Título y texto estilo WP */
.mz-landing .mz-beneficio-title{
  color:#0f3257;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.2;
}

.mz-landing .mz-beneficio-text{
  font-size: 13px;
  margin: 0;
  line-height: 1.65;
}

/* CTA centrada */
.mz-landing .mz-beneficios-cta{
  text-align:center;
  margin-top: 40px;
}

/* =========================
   3) COMPROMISO (FIX ESPACIO)
========================= */
.mz-landing .mz-compromiso{
  background:#f7f8fa;
  padding: 95px 0 140px; /* 🔥 más aire abajo para que no se pegue */
}

/* Blindaje adicional: si el tema te “recorta” paddings/márgenes */
.mz-landing .mz-compromiso{ margin-bottom: 0 !important; }
.mz-landing .mz-compromiso + .mz-exposicion{ margin-top: 0 !important; }

.mz-landing .mz-compromiso .mz-title{ margin-bottom: 18px; }
.mz-landing .mz-compromiso .mz-text{ margin-bottom: 18px; }

/* =========================
   4) EXPOSICIÓN
========================= */
.mz-landing .mz-exposicion{
  background:#e9d380;
  padding: 110px 0 90px; /* 🔥 un poco más arriba para “separar visualmente” */
}

.mz-landing .mz-expo-align{ align-items: start; }

.mz-landing .mz-mapa iframe{
  width:100%;
  height: 240px;
  border:0;
  border-radius: 6px;
  display:block;
}

.mz-landing .mz-exposicion-media{
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.mz-landing .mz-expo-thumbs{
  display:flex;
  gap: 12px;
}

.mz-landing .mz-expo-thumbs img{
  width: calc(33.333% - 8px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px){
  .mz-landing .mz-historia-grid,
  .mz-landing .mz-2col{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mz-landing .mz-exp-badge{
    position: static;
    width: 170px;
    margin: 14px auto 0;
  }

  .mz-landing .mz-beneficios-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 40px;
  }
}

@media (max-width: 600px){
  .mz-landing .mz-sec{ padding: 60px 0; }

  .mz-landing .mz-beneficios{
    padding: 55px 0 80px;
  }

  .mz-landing .mz-compromiso{
    padding: 70px 0 95px;
  }

  .mz-landing .mz-exposicion{
    padding: 85px 0 70px;
  }

  .mz-landing .mz-beneficios-grid{
    grid-template-columns: 1fr;
  }

  .mz-landing .mz-beneficio{
    padding-left: 50px;
  }

  .mz-landing .mz-mapa iframe{
    height: 260px;
  }
}
