body {
  background: #f8f9fa;
  margin-top:  0 !important;
  padding: 0 !important;
      margin-top: 0 !important;
    padding: 0 !important;
}

/* ============================= */
/* 🧭 MENÚ OVERLAY ANIMADO       */
/* ============================= */

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(img/fondo-menu.webp) no-repeat bottom center;
  z-index: 999999999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.95);
}

.component-section {
    padding: 0 !important;
    position: relative;
        margin-top: -5%;
}

.navbar-default {
    background: #ffffff;
    display: none !important;
}

.h1, h1 {
        font-size: 3.5rem;}

#tex1 {
  display: inline-block;
  width: 60% !important;
}

.erc-prueba  {
  margin-top: 0 !important;
}

.html-erc {
          max-width: 100% !important;
}


 .page-section-inner {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
}



  .fixed-top-margin {
    margin-top: 70px !important;
  }


  .az-titulo {
    display: inline-block;
    position: relative;
    color: #E34266;
    font-weight: 700;
    font-size: 1.14rem;
    margin-bottom: 12px;
    padding: 0 25px 0 60px;
  }
  /* Flecha después del primer y del segundo título SOLAMENTE */
  .col-lg-4:nth-child(1) .az-titulo::after,
  .col-lg-4:nth-child(2) .az-titulo::after {
content: "→";
    color: #E34266;
    font-size: 6.4rem;
    font-weight: bold;
    position: absolute;
    right: -109px;
    top: -45px;
  
}

.menu-principal-custom {

  padding: 32px 0 24px 0;
      margin-top: 10%;
}

.menu-wrap-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
    font-family: 'Mosvita', sans-serif !important;
}

.erc-img-left {

  object-fit: cover;
  height: 100%;

}


.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    font-weight: 900;
    color: #f03500;}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f03500 !important;
}

.erc-cover-left,
.erc-cover-right {
  height: 80vh;
  max-height: 800px; /* Limita el exceso en iPad Pro */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  text-align: left;
      padding: 5%;
}

.btn-card {
  align-self: flex-end;
  margin-top: auto;
}



.erc-cover-right {
  position: relative;
height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Fondo imagen de la derecha */
  background: url('img/Recurso 38.png');
  background-repeat: round;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}

.erc-cover-inner {
  width: 74%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.erc-cover-logo {
  max-width: 110px;
}

.erc-cover-title {
  font-weight: 900;
  font-size: 2.5rem;
  color: #F03500;
  margin-top: 12%;
  line-height: 1.1;
  margin-bottom: 14px;
  
}

.erc-cover-desc {
  color: #4B4B4B;
  font-size: 1.18rem;
  margin-top: 0;
  margin-bottom: 23px;
      margin-bottom: 0px !important;
  
}

.erc-cover-btn {
  background: linear-gradient(90deg, #FBBB41 0%, #FD7523 100%);
  color: #fff;
  border-radius: 28px;
  font-weight: 600;
  font-size: 1.07rem;
  padding: 12px 32px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 14px #fd752333;
  transition: background 0.16s;
}

.erc-cover-btn:hover {
  background: linear-gradient(90deg,#fdc368,#fd7523);
  color: #fff;
  text-decoration: none;
}

.erc-btn-icon svg {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 991px) {
  .erc-img-left {
    min-height: 180px;
    max-height: none;
  }
  .erc-cover-right {
    min-height: 180px;
    background-position: center 20px;
  }

  .erc-cover-inner {
    margin: 16px auto 16px auto;
    max-width: 99vw;
    padding: 18px 10px 18px 10px;
    border-radius: 18px;
  }

  .erc-cover-btn { font-size: 1rem; padding:10px 16px;}
}

.owl-carousel .item {
  padding: 0 5px;
}

.owl-dots {
  margin-top: 1em;
  text-align: center;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #eeb33e;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.owl-dot.active span {
  opacity: 1;
}


.btn-menu-top-custom {
  color: #404040;
  font-weight: 500;
  font-size: 1.33rem;
  background: #fff;
  border: none;
  border-radius: 32px;
  padding: 5px 36px;
  cursor: pointer;
  outline: none;
  transition: background .18s, color .18s, box-shadow .18s;
  position: relative;
  z-index: 1;
  
  /* Borde degradado con outline "truco" */
  border: 2px solid transparent; /* Para la propiedad border-box */
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #fcb415 0%, #fd7523 68%, #e62429 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: none;
}

.erc-cover-left {
  width: 111%;
}

/* Opcional: hover, sombra al pasar */
.btn-menu-top-custom:hover,
.btn-menu-top-custom:focus {
  background-image:
    linear-gradient(#fff8ef, #fff8ef),
    linear-gradient(90deg, #fcb415 0%, #fd7523 68%, #e62429 100%);
  color: #F03500;
  box-shadow: 0 2px 12px 0 rgba(253,117,35,0.08);
}
    .btn-menu-top {
      border: 1.5px solid #ef863e;
      color: #ef863e;
      background: #fff;
      font-weight: 600;
      border-radius: 20px;
      padding: 7px 28px;
      font-size: 1.13rem;
      margin: 0 8px;
      transition: background .2s,color .2s;
    }
    .btn-menu-top:hover {
      background: #ffeedc;
      color: #F03500;
    }
    .logo-main {
      max-width: 340px;
      margin: 24px auto 0 auto;
      display: block;
    }
    .banner-principal {
      margin-top: 20px;
      margin-bottom: 30px;
      gap: 2.5rem;
    }
    .banner-principal .card-banner {
      background: linear-gradient(143deg, #fa7813 0%, #ffdfa7 92%);
      border-radius: 32px;
      color: #fff;
      padding: 34px 38px 38px 38px;
      box-shadow: 0 7px 32px 0 rgba(0,0,0,.03);
      min-width: 300px;
      max-width: 420px;
       font-family: 'Mosvita', sans-serif !important;
    }
    .btn-test {
      background: #fc6e23;
      color: #fff;
      border: none;
      padding: 11px 36px;
      border-radius: 18px;
      font-size: 1.07rem;
      margin-top: 11px;
      font-weight: 600;
      box-shadow: 0 2px 17px 0 rgba(252,110,35,.12);
      transition: background .2s;
       font-family: 'Mosvita', sans-serif !important;
    }
    .btn-test:hover {
      background: #e04d12;
      color: #fff;
    }
    .gradient-bg {
      background: linear-gradient(90deg, #fa7813 20%, #fffdfa 100%);
      padding: 36px 0 36px 0;
      margin-bottom: 28px;
      border-radius: 30px;
    }
    .text-gradient-orange {
      color: #F03500;
      font-weight: bold;
      font-size: 2.4em;
font-family: 'coolvetica', sans-serif; line-height: 1.1;   }

    .btn-link-orange {
      color: #F03500;
      font-weight: 700;
    
      background: none;
      border: none;
      margin-left: 10px;
       font-family: 'Mosvita', sans-serif !important;
      text-align: left;
    }
    .test-btn {
      background: #fff;
      color: #F03500;
      border: solid 1.8px #F03500;
      border-radius: 24px;
      padding: 8px 32px;
       font-family: 'Mosvita', sans-serif !important;
      font-size: 1.07rem;
      font-weight: 600;
      transition: background .2s, color .2s;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }


.toggle-btn {

   background-color: #f03500;
    border: none;
    color: #fff;
    font-weight: 900;
    font-size: 20pt;
    border-radius: 60%;
    height: 2em;
    width: 2em;
    z-index: 999999;
    float: inline-end;
    margin-top: -19%;
    position: relative;
    cursor: pointer;

}


.extra-content {
  background-color: #f1f1f1;
    text-align: left;
    margin-top: -9% !important;
    z-index: 999;
    width: 100%;
    position: relative;
    border-radius: 25px !important;
}

.toggle-btn:hover {
  
    background-color: #f03500;
   opacity: 0.8;
   transition: 0.4s;}


.owl-theme .owl-nav {
  display: none !important; 
}

.toggle-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.toggle-btn.rotated .arrow {
  transform: rotate(180deg);
}

    .test-btn:hover {
      background: #fff4ea;
      color: #ff6600;
    }
    .three-steps-title {
      color: #F03500;
      font-size: 1.45rem;
      font-weight: bold;
         margin-bottom: 2% !important;
          margin-top: 6% !important;  
      display: flex;
      align-items: center;
      font-family: 'coolvetica', sans-serif; 
      gap: 16px;
    }
    .steps-bar {
      margin-bottom: 28px;
    }
    .steps-bar .step-btn {
      background: linear-gradient(90deg, #fd560f  0%, #ffb138 100%);
      color: #fff;
      font-weight: 700;
      font-size: 1.4rem;
      border: none;
      flex: 1 1 0;
      margin: 0 8px;
      padding: 9px 0;
      border-radius: 0 0 20px 20px;
      font-family: 'Mosvita', sans-serif !important;
      transition: background .2s;
      line-height: 1.1;
    }
    .steps-bar .step-btn.inactive {
      background: #fff;
      color: #fa7813;
      border: 1.5px solid #ff8017;
      font-weight: 600;
    }
    .steps-bar .step-btn:last-child {
      margin-right: 0;
    }
    .cards-steps img {
      border-radius: 11px 11px 0 0;
    }
    .cards-steps .card-title {
      color: #f67f16;
      font-weight: bold;
      font-size: 1rem;
      margin-top: 8px;
      margin-bottom: 0;
    }
    .section-cards .card {
      min-height: 380px;
      border-radius: 24px;
      box-shadow: 0 2px 17px 0 rgba(252,110,35,.08);
      margin-bottom: 32px;
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 0 0 10px 0;
      border: none;
    }
    .section-cards .card img {
      border-radius: 14px 14px 0 0;
      width: 100%;
      max-height: 148px;
      object-fit: cover;
    }
    .section-cards .btn-card {
      background: linear-gradient(90deg, #fd560f  0%, #ffb138 100%);
      font-family: 'Mosvita', sans-serif !important;
      color: #fff;
      border-radius: 18px;
      font-size: 1.4rem;
      border: none;
      padding: 7px 18px;
      margin-top: 12px;
      font-weight: 600;
      transition: background .2s;
    }
    .section-cards .btn-card:hover {
     opacity: 0.5;
     transition: 0.4s;
    }
    /* Footer */
    .footer-orange {
      background: linear-gradient(90deg, #fd560f  0%, #ffb138 100%);
      color: #fff;
      padding-top: 28px;
      margin-top: 40px;
      border-radius: 0 50px 0 0;
    }
    .footer-orange .footer-title {
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      margin-bottom: .5rem;
    }
    .footer-orange a, .footer-orange .small, .footer-orange .footer-links {
      color: #fff;
    }
    .footer-orange .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: .97rem;
    }
    .footer-orange .footer-links li {
      margin: 0 0 7px 0;
    }
    .footer-logos img {
      margin-right: 18px;
    }
    .footer-bottombar {
      background: #e44e17;
      color: #fff;
      font-size: .97rem;
      padding: 13px 0 8px 0;
    }
    .footer-orange .policy-btn {
      background: #fff;
      color: #F03500;
      border: none;
      padding: 7px 22px;
      border-radius: 16px;
      font-weight: bold;
      font-size: 1.06rem;
      margin-top: 13px;
    }
    .footer-orange .policy-btn:hover {
      background: #F03500;
      color: #fff;
    }





a:hover {

  opacity: 0.7;
  transition: 0.3s;
}
 


.bg-inicio  {
      padding-top: 14% !important;
        background: url(img/fondo-inicio.webp);
            background-size: contain;

}

.bg-diabetes  {
     
        background: url(img/fondo-diabetes.webp);
            background-size: cover;

}


.bg-cardiaca  {
     
       background: url(img/fondo-cardiaca.webp);
    background-size: 100%;
    padding: 6% ! IMPORTANT;
    background-position-y: 25% !important;
    background-position: center;

}

.bg-renal  {
     
            background: url(img/fondo-cardiaca.webp);
    background-size: 100%;
    background-position-y: 26% !important;
    background-position: right;

}


.bg-white {
     
 background: url(img/fondo-blanco.webp);
    background-size: cover;
    margin-top: -5%;
    background-color: #f0f8ff00 !important;
    padding-top: 9% !important;
    padding-bottom: 6% !important;

}

#col-ban{
  padding: 4% !important;
}

/* 1️⃣ Carga de la fuente Mosvita localmente */
@font-face {
  font-family: 'Mosvita';
  src: url('Mosvita-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}






/* ============================= */
/* 📲 TABLET (768px a 1200px)      */
/* ============================= */


@media (min-width: 768px) and (max-width: 1200px) {


  .erc-cover-left,
.erc-cover-right {
  height: 48vh;
  max-height: 800px; /* Limita el exceso en iPad Pro */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

    .erc-cover-title {
    font-size: 2.12rem;
  }

.erc-cover-right {
  position: relative;
  height: 100vh; /* o puedes dejar height: auto si prefieres */
  max-height: 41em; /* ✅ evita que en iPad Pro se dispare la altura */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(img/Recurso\ 38.png);
background-size: cover;
        background-position: initial;
        overflow: hidden;
        background-repeat: round;
        padding: 0;
}

  .erc-cover-left {
  width: 100%;
}

  .cont-rosa {
max-width: 100%;
padding: 0 !important;
  }

    .menu-link {
    font-size: 1.3rem;
  }

  .menu-content h2 {
    font-size: 1.6rem;
  }


  .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: url(img/fondo-menu.webp) no-repeat bottom center;
  z-index: 999999999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.95);
}


      .container, .container-md, .container-sm {
        max-width: 770px !important;
        padding-right: 0 !important;
    padding-left: 0 !important;}

.btn-footer {
    font-size: 0.5rem !important;
    padding: 8px 14px;
}

.gap-4 {
    gap: 0.5rem !important;
    align-items: center;
}

  .responsive-slide {
    min-height: 110vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }

  .slider-item img {
    max-height: 70vh;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

#tex1 {
  display: block;
  width: 100% !important ;
}

  .row.text-center {
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: center !important;
  }
  .col-lg-4.mb-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .az-titulo {
    display: inline-block;
    position: relative;
    color: #E34266;
    font-weight: 700;
    font-size: 1.14rem;
    margin-bottom: 12px;
    padding-right: 36px; /* espacio para la flecha */
    text-align: center;
    width: 100%;
  }
  /* Flecha después del primer y del segundo título SOLAMENTE */
  .col-lg-4:nth-child(1) .az-titulo::after,
  .col-lg-4:nth-child(2) .az-titulo::after {
    content: "→";
    color: #E34266;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    right: -32px; /* ajusta para centrar si es necesario */
    top: 0;
    transform: translateY(0);
    display: block;
  }



  .bg-inicio  {
      padding-top: 4% !important;
        background: url(img/fondo-inicio-mob.webp);
            background-size: cover;

}

.bg-diabetes  {
     
        background: url(img/fondo-diabetes-mob.webp);
             background-size: cover;
padding-top: 18% !important;
}


.bg-cardiaca  {
     
       background: url(img/fondo-cardiaca-mob.webp);
     background-size: cover;
    padding: 6% ! IMPORTANT;
    background-position-y: 25% !important;
    background-position: center;

}

.bg-renal  {
     
            background: url(img/fondo-cardiaca-mob.webp);
    background-size: cover;
    background-position-y: 26% !important;
    background-position: right;

}


.bg-white {
     
 background: url(img/fondo-blanco-mob.webp);
    background-size: cover;
    margin-top: -5%;
    background-color: #f0f8ff00 !important;
    padding-top: 30% !important;
    padding-bottom: 6% !important;

}


.slider-full-section {
  padding: 0;
  margin: 0;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  scroll-behavior: smooth;
  cursor: grab;
  height: auto !important;
}

.slider-track.grabbing {
  cursor: grabbing;
}

.slider-item {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: start;
}

/* Flechas dentro del slider */
.slider-arrows-inside {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 999999;
}

.slider-arrow.arrow-rounded {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background-color: white;
  color: #212529;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s;
}

.gap-4 {
    gap: 1.5rem ;
    align-items: center;
}

.slider-arrow.arrow-rounded:hover {
  background-color: #eaeaea;
}

/* ============================= */
/* ⬇️ FOOTER CON CURVA Y BOTONES */
/* ============================= */

 .footer-rosa {
    position: fixed !important;
    background: url(img/footer-fondo.png) no-repeat bottom center !important;
    background-size: cover !important;
    padding: 10% 0 3% 0 !important;
    margin-bottom: 0 !important;
  }

.btn-footer {
  background-color: #007b9e;
  color: white;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: bold;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      font-size: 13pt;
    text-decoration: underline;
}

.btn-footer:hover {
  background-color: #005f77;
}


.menu-list-horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.menu-btn-full {
  background-color: white;
  color: #d13057;
  font-size: 1.2rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 99%;
}

.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submenu-fixed {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.submenu-item {
  border: solid 1pt #fff;
  color: #fff;
  font-size: 1rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 23px;
  margin-top: -2%;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  color: #d13057;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s, color 0.3s;
}

.icon-circle:hover {
  background-color: #f3f3f3;
  color: #c0284c;
}

/* Opcional: si quieres darles un color especial */
.icon-circle.facebook i {
  font-size: 1.2rem;
}

.icon-circle.youtube i {
  font-size: 1.3rem;
} 
.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submenu-fixed {
  list-style: none;
  margin: 22px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8% !important;
}

.submenu-item {
  border: solid 1pt #fff;
  color: #fff;
  font-size: 1rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: -12%;
}


.footer .btn.btn-default {
    color: #ffffff;
    line-height: inherit;
    display: block;
    white-space: normal;
    border: 1px solid #9db0ac;
    border-radius: 2px;
}

.menu-content {
width: 90%;
  }
/* 2️⃣ H1–H3 utilizan Coolvetica desde Adobe Fonts */
h1, h2, h3, a, ul,button .btn-footer, div {
  font-family: 'coolvetica', sans-serif;
}

h1 {
  font-size: 2em !important;
}

/* 3️⃣ H4–H6 y párrafos utilizan Mosvita local */
h4, h5, h6, p, small {
  font-family: 'Mosvita', sans-serif;
}

.menu-overlay.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

.close-menu {
  z-index: 10001;
}


.slide-bg-1 {
  background-image: url('img/Fondo1.webp');
}
.slide-bg-2 {
  background-image: url('img/Fondo2.webp');
}
.slide-bg-3 {
  background-image: url('img/Fondo3.webp');
}
.slide-bg-4 {
  background-image: url('img/Fondo4.webp');
}
.slide-bg-5 {
  background-image: url('img/Fondo5.webp');
}





}









.menu-list-horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.menu-btn-full {
  background-color: white;
  color: #d13057;
  font-size: 1.2rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 99%;
}

.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submenu-fixed {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.submenu-item {
  border: solid 1pt #fff;
  color: #fff;
  font-size: 1rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 23px;
  margin-top: -2%;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  color: #d13057;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s, color 0.3s;
}

.icon-circle:hover {
  background-color: #f3f3f3;
  color: #c0284c;
}

/* Opcional: si quieres darles un color especial */
.icon-circle.facebook i {
  font-size: 1.2rem;
}

.icon-circle.youtube i {
  font-size: 1.3rem;
} 
.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submenu-fixed {
  list-style: none;
  margin: 22px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8% !important;
}

.submenu-item {
  border: solid 1pt #fff;
  color: #fff;
  font-size: 1rem;
  font-family: 'coolvetica', sans-serif;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: -12%;
}


.menu-content {
width: 90%;
  }
/* 2️⃣ H1–H3 utilizan Coolvetica desde Adobe Fonts */
h1, h2, h3, a, ul, .btn-footer {
  font-family: 'coolvetica', sans-serif;
}

/* 3️⃣ H4–H6 y párrafos utilizan Mosvita local */
h4, h5, h6, p {
  font-family: 'Mosvita', sans-serif;
}

.menu-overlay.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

.close-menu {
  z-index: 10001;
}


.slide-bg-1 {
  background-image: url('img/Fondo1.webp');
}
.slide-bg-2 {
  background-image: url('img/Fondo2.webp');
}
.slide-bg-3 {
  background-image: url('img/Fondo3.webp');
}
.slide-bg-4 {
  background-image: url('img/Fondo4.webp');
}
.slide-bg-5 {
  background-image: url('img/Fondo5.webp');
}

/* 🧩 Común para todos los slides con fondo */
.responsive-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hide-hamburger {
  display: none !important;
}

.menu-content ul li {
  margin: 15px 0;
}

.menu-link {
  font-size: 1.5rem;
  text-decoration: none;
  color: #212529;
  font-weight: bold;
  transition: color 0.3s ease;
}

.menu-link:hover {
  color: #0d6efd;
}

.social-icons a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}

.social-icons a:hover {
  text-decoration: underline;
}

/* ============================= */
/* 🎞️ SLIDER SIN MÁRGENES       */
/* ============================= */

.slider-full-section {
  padding: 0;
  margin: 0;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  scroll-behavior: smooth;
  cursor: grab;
      height: 84vh;
}

.slider-track.grabbing {
  cursor: grabbing;
}

.slider-item {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: start;
}

/* Flechas dentro del slider */
.slider-arrows-inside {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 999999;
}

.slider-arrow.arrow-rounded {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background-color: white;
  color: #212529;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s;
}

.card-text {
text-align: left !important;
font-size: 10pt !important;
}


.gap-4 {
    gap: 1.5rem ;
    align-items: center;
}

.slider-arrow.arrow-rounded:hover {
  background-color: #eaeaea;
}

/* ============================= */
/* ⬇️ FOOTER CON CURVA Y BOTONES */
/* ============================= */

.footer-rosa {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(img/footer-fondo.png) no-repeat bottom center;
    background-size: cover;
    z-index: 1000;
    padding: 9% 0 2% 0 !important;
    margin-bottom: 0%;
}
.btn-footer {
  background-color: #007b9e;
  color: white;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: bold;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      font-size: 13pt;
    text-decoration: underline;
}

.btn-footer:hover {
  background-color: #005f77;
}

/* ============================= */
/* 📱 CELULAR (menor a 576px)     */
/* ============================= */
@media (max-width: 575.98px) {

  .erc-cover-left,
.erc-cover-right {
  height: 40vh;
  max-height: 800px; /* Limita el exceso en iPad Pro */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

    .erc-cover-title {
    font-size: 1.5rem;
    margin-top: 20%;
  }

  .erc-cover-right {
  position: relative;
height: 20em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Fondo imagen de la derecha */
  background: url('img/Recurso 38.png');
  background-repeat: round;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}

  .erc-cover-left {
  width: 100%;
}


  .menu-wrap-custom {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0 8px;
  }
  .btn-menu-top-custom {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 2rem;
    border-radius: 30px;
    padding: 13px 0;
    display: block;
  }
.slider-track {
  display: flex;
  scroll-behavior: smooth;
  cursor: grab;
          height: 95vh;

}



#tex1 {
  display: none;
}

.bg-inicio  {
      padding-top: 116% !important;
        background: url(img/fondo-inicio-mob.webp);
            background-size: contain;
background-position-y: 10%;
}

.bg-diabetes  {
     
        background: url(img/fondo-diabetes-mob.webp);
            background-size: cover;
                    padding-top: 20% !important;

}


.bg-cardiaca  {
     
       background: url(img/fondo-cardiaca-mob.webp);
    background-size: 100%;
    padding: 6% ! IMPORTANT;
    background-position-y: 25% !important;
    background-position: center;

}

.bg-renal  {
     
            background: url(img/fondo-cardiaca-mob.webp);
        background-size: 120%;
        background-position-y: 76% !important;
        background-position: bottom;
        padding-top: 20% !important;

}


.bg-white {
     
background: url(img/fondo-blanco-mob.webp);
        background-size: cover;
        margin-top: -11%;
        background-color: #f0f8ff00 !important;
        padding-top: 29% !important;
        padding-bottom: 12% !important;

}

#col-ban{
  padding: 4% !important;
}


  .az-titulo {
    display: inline-block;
    position: relative;
    color: #E34266;
    font-weight: 700;
    font-size: 1.14rem;
    margin-bottom: 12px;
    padding: 0 25px 0 0;
  }
  /* Flecha después del primer y del segundo título SOLAMENTE */
  .col-lg-4:nth-child(1) .az-titulo::after,
  .col-lg-4:nth-child(2) .az-titulo::after {
    content: "→";
    color: #E34266;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    right: -35px;
    top: 0; 
  
}


 .az-titulo::after {
    content: none !important;
  }

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/fondo-menu.webp) no-repeat bottom center;
    z-index: 999999999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.95);
            overflow: scroll;
}




  .slider-arrows-inside {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
;
    gap: 20px;
    z-index: 999999;
}

  .footer-rosa {
             position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: url(img/footer-fondo-mob.png);
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 1000;
        background-position: left;
        top: 83%;
        height: 30em;
        padding-top: 29% !important;
}


.slide-bg-1 {
    background-image: url('img/Fondo1-mob.webp');padding-bottom: 35% !important;
  }

  .slide-bg-2 {
    background-image: url('img/Fondo2-mob.webp');padding-bottom: 35% !important;
  }

  .slide-bg-3 {
    background-image: url('img/Fondo3-mob.webp');padding-bottom: 35% !important;
  }

  .slide-bg-4 {
    background-image: url('img/Fondo4-mob.webp');padding-bottom: 35% !important;
  }

  .slide-bg-5 {
    background-image: url('img/Fondo5-mob.webp');padding-bottom: 35% !important;
  }
}


  .slider-item {
    padding: 0;
  }

  .arrow-rounded {
    font-size: 1.2rem;
    width: 42px;
    height: 42px;
  }

  .menu-link {
    font-size: 1.1rem;
  }

  .menu-content h2 {
    font-size: 1.3rem;
  }

  .social-icons a {
    display: block;
    margin: 8px 0;
  }

  .menu-content button {
    font-size: 1rem;
  }

  .btn-footer {
    font-size: 1.3rem;
    padding: 8px 14px;
  }
}
