:root {
  --primary-color: #D1241F;
  --secundary-color: #1d1d1b;
  --tertiary-color: #8A8D8F;
  --bg-color: #ffffff;

}

@font-face {
  font-family: 'Circular';
  src: url('../fonts/circular-std-medium-500.ttf');

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'Circular', sans-serif;
}

nav {
  display: flex;
  width: 100%;
  min-width: 320px;
  height: 50px;
  background-image: linear-gradient(120deg,
      hsl(2deg 74% 47%) 59%,
      hsl(6deg 70% 54%) 86%,
      hsl(8deg 74% 60%) 94%,
      hsl(9deg 78% 66%) 97%,
      hsl(10deg 83% 72%) 99%,
      hsl(10deg 89% 78%) 100%,
      hsl(10deg 94% 84%) 101%,
      hsl(10deg 100% 89%) 101%,
      hsl(11deg 100% 95%) 100%,
      hsl(0deg 0% 100%) 100%);

}

body {
  background-color: #f5f5f5;
}


.nav-logo {
  width: 50%;
  height: 60px;
}

.nav-logo img {
  width: 60px;
  height: 60px;
}



.up-main {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  min-width: 320px;
  background-color: white;
  margin-top: 0;
}

.up-main--title {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
}

.up-main--title img {
  width: auto;
  height: 250px;
}


.up-main--title h1 {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: 'Circular', sans-serif;
}

.grid-right-img {
  width: 40%;
  height: 400px;
}

.grid-right-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.down-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-img {
  width: 100%;
  height: 300px;

}

.grid-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.planes-bait-gallery{
  display:flex;
  flex-wrap:wrap;
  gap:4rem;          /* separación entre tarjetas */
  justify-content:center;
  align-items:flex-start;
  
}

.plan-link{
  display:block;
  width:190px;       /* ajusta al mismo ancho de las imágenes (≈ 190 px) */
  transition:transform .2s ease;
}

.plan-link img{
  width:100%;
  height:auto;
  display:block;
  border-radius:8px;
}

.plan-link:hover{
  transform:translateY(-4px) scale(1.03);
}

@media(max-width:480px){
  .plan-link{width:100%}  /* en pantallas muy pequeñas cada tarjeta a ancho completo */
}

.titulo-seccion-bait {
  text-align: center;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.titulo-seccion-bait h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.titulo-seccion-bait .subrayado {
  width: 200px;
  height: 6px;
  background-color: #ffd600; /* Amarillo BAIT */
  border-radius: 3px;
  margin: 0.4rem auto 0;
}

@media (max-width: 480px) {
  .planes-bait-gallery .plan-link {
    width: 150px;   /* antes ~190 px; ajústalo a tu gusto */
  }
}

.cta-bait-equipos{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:1rem 1.5rem;
  background:#001489;          /* Azul Bait */
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
  text-align:center;
  margin-top: 20px;
}

.cta-bait-equipos .cta-text{
  margin:0;
  font-size:1.2rem;
  line-height:1.4;
}
.cta-text .destacado {
  color: #ffd600;
  font-size: 1.4rem;
  font-weight: 600;
}

.cta-bait-equipos .cta-text .separator{
  margin:0 .5rem;
  color:#ffd600;               /* Amarillo */
}

.btn-scroll{
  padding:.55rem 1.4rem;
  background:#ffd600;
  font-size: 1.4rem;
  color:#000;
  font-weight:700;
  border-radius:1.7rem;
  text-decoration:none;
  transition:opacity .2s;
  margin-left: 20px;
}

.btn-scroll:hover{opacity:.85}

/* Responsive: apila texto y botón en móvil */
@media(max-width:575.98px){
  .cta-bait-equipos{
    flex-direction:column;
  }
}

.credit-section {
  display: flex;
  background-color: #f5f5f5;
  /* background-image: linear-gradient(to right, #434343 0%, black 100%); */
  width: 100%;
  height: auto;
  padding-top: 80px;
  margin: 40px auto;

}

.credit-section--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  font-size: 3.5rem;
  font-weight: 400;
  color: black;
  text-align: center;
}

.credit-section--title p {
  padding: 15px;
  margin-bottom: 20px;
}

.credit-section-img {
  display: flex;
  width: 50%;
  height: auto;
  /* justify-content: flex-end; */

}

.credit-section-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.contact-button {
  background-color: var(--primary-color);
  width: 180px;
  height: 40px;
  border: none;
  border-radius: 12px;
  box-shadow: 7px 6px 12px -3px rgba(0, 0, 0, 0.75);
  position: relative;
  min-width: 48px;
  min-height: 48px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 2rem;
  font-weight: 400;
  color: var(--bg-color);
  font-family: Circular, sans-serif;
}



.contact-button:hover {
  color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 16px rgb(68, 68, 68);
  transition: all 0.2s ease;
}

.contact-button--link {
  text-decoration: none;


}



.pasos-container {
  background-color: #f5f5f5;
  padding: 60px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  margin: 40px auto;
}

.pasos-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

@media (min-width: 1024px) {
  .pasos-grid {
    grid-template-columns: 1fr 1fr;
    /* 2 columnas fijas en desktop */
  }
}

.pasos-intro {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 60px 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paso-box {
  background-color: #1f1f1f;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paso-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
}

.paso-numero {
  position: absolute;
  top: -18px;
  left: -18px;
  background-color: #df2424;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.paso-box h3 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.paso-box p {
  font-size: 18px;
  color: #ccc;
  margin-top: 10px;
  line-height: 1.5;
}

.galeria-sucursales-seccion {
  padding: 40px 20px;
  background-color: #f5f5f5;
  text-align: center;
  margin: 40px 0;
}

.galeria-titulo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

/* Galería horizontal con scroll */
.galeria-sucursales {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 20px;
  scrollbar-width: thin;
  scrollbar-color: #d32f2f #e0e0e0;
}

.galeria-sucursales::-webkit-scrollbar {
  height: 8px;
}

.galeria-sucursales::-webkit-scrollbar-thumb {
  background-color: #d32f2f;
  border-radius: 4px;
}

.galeria-sucursales::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Tarjetas de sucursal */
.sucursal-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  /* 🟢 esto hace que se centre */
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 280px;
  text-align: center;
  transition: transform 0.3s ease;
}

.sucursal-card:hover {
  transform: translateY(-5px);
}

.sucursal-card h3 {
  font-size: 20px;
  color: #d32f2f;
  margin-bottom: 10px;
}

.sucursal-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.direccion {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
}

.botones a,
.botones button {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-mapa {
  background-color: #ffffff;
  color: #d32f2f;
  /* rojo fuerte */
  border: 2px solid #d32f2f;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-mapa:hover {
  background-color: #d32f2f;
  color: white;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.btn-contacto {
  background-color: #d32f2f;
  /* rojo base */
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-contacto:hover {
  background-color: #b71c1c;
  /* rojo más oscuro */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  /* efecto de elevación */
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  position: relative;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.cerrar:hover {
  color: #e60000;
  /* Rojo al pasar el mouse */
}

.sucursal-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 280px;
  text-align: center;
  transition: transform 0.3s ease;
}

.sucursal-card:hover {
  transform: translateY(-6px);
}

.sucursal-card h3 {
  font-size: 20px;
  color: #d32f2f;
  margin-bottom: 35px;
}

.sucursal-card img {
  width: 100%;
  height: 160px;
  /* altura fija */
  object-fit: cover;
  /* recorta y ajusta sin deformar */
  border-radius: 10px;
  margin-bottom: 30px;
}

.sucursal-card .direccion {
  font-size: 14px;
  color: #333;
  margin-top: 18px;
  margin-bottom: 35px;
  height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sucursal-card .botones a,
.sucursal-card .botones button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.btn-mapa {
  background-color: #d32f2f;
  color: #fff;
  border: none;
}

.btn-mapa:hover {
  background-color: #b71c1c;
}

.btn-contacto {
  background-color: #000;
  color: #fff;
  border: none;
}

.btn-contacto:hover {
  background-color: #333;
}




.aliance-section {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  margin: 40px auto;
}



.aliance-section div {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 20px;
  color: var(--tertiary-color);
}

.partner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 25%;
    height: 200px; */
  padding: 20px;
}

.logo {
  width: 150px;
  height: 80px;
  object-fit: contain;
}

.aliance-section--partners {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  width: 100%;
  height: auto;
  justify-content: space-evenly;
  
}

.providers-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--tertiary-color);
  font-size: 2.5rem;
  font-weight: 400;
  /* margin-top: 20px; */
  background-color: #f5f5f5;
}

.providers-card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  width: 100%;
  height: auto;
  justify-content: space-evenly;
}

.providers-card-container div {
  margin: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}



.catalogo {
  max-width: 100vw;
  margin: 60px auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px;
  background-color: #f5f5f5;
  ;
}

.titulo-catalogo {
  text-align: center;
  font-size: 28px;

  padding-top: 40px;
  padding-bottom: 40px;
  color: #333;
}

.lista-productos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.producto {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 250px;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.producto h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #333;
}

.producto:hover {
  transform: translateY(-5px);
}

.producto img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.4s ease;
  display: block;
}

.producto:hover img {
  transform: scale(1.1);
}

.precio {
  font-weight: bold;
  color: #0056b3;
  /* Azul más oscuro */
  font-size: 13px;
  /*font-size: 16px; podria mejhorar la accesibilidad*/
}

.boton-ver {
  margin-top: 10px;
  background-color: #f11716;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.boton-ver:hover {
  background-color: #0056b3;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

#modalTitulo {
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}

#modalDescripcion {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.descripcion-lista {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  color: #444;
  font-size: 16px;
}

.descripcion-lista li {
  margin-bottom: 5px;
}

.enganche-destacado {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 15px;
  text-align: center;
}

.modal-contenido {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.modal-cerrar {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-cerrar:hover {
  color: black;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}


.carousel-wrapper {
  text-align: center;
  padding-top: 30px;
  background-color: #f5f5f5;
  margin-bottom: 0;

}

.carousel-title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

/* Texto descriptivo promos */
.promo-text-dynamic {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #f11716;
  transition: opacity 0.3s ease;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* padding-bottom: 20px; */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 500px;
  /* Ajusta según tus imágenes */
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Mantiene la forma cuadrada */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Asegura que la imagen no se deforme ni recorte */
  border-radius: 10px;
}

.carousel-dots {
  text-align: center;
  margin-top: 10px;
}

.carousel-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dots .active {
  background-color: #f11716;
}

/* 🔽 MEDIA QUERY para dispositivos pequeños */
@media (max-width: 480px) {
  .carousel-wrapper {
    padding-top: 20px;
  }

  .carousel-title {
    font-size: 22px;
  }

  .promo-text-dynamic {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .carousel-container {
    max-width: 95%;
    padding-bottom: 0px;
    height: auto;
  }
}

@media (max-width:930px) {
  .up-main--title {
    width: 100%;
    font-size: 2rem;
  }

  .up-main--title h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .credit-section {
    flex-direction: column;
  }

  .credit-section--title {
    width: 100%;
    padding: 10px;

  }

  .credit-section--title h2 {
    margin-top: 20px;
  }

  .credit-section-img {
    width: 100%;
    height: 280px;
    justify-content: flex-end;
    margin-top: 40px;
  }

  .credit-section-img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: bottom;
  }

  .grid-img--cero {
    display: none;
  }

  .down-main {

    grid-template-columns: 1fr 1fr;
    width: 100%;
  }


  .grid-right-img {
    width: 50%;
  }

  .store-card--container::-webkit-scrollbar {
    display: none;
  }

  /*MAnejando estilos para tablet y movil*/

  .documents-card {
    width: 250px;
  }

  .documents-card .main-card-title {
    font-size: 2rem;
    font-weight: 800;
  }
}

.banner-graduacion {
  background: linear-gradient(90deg, #4a90e2, #6dd5ed);
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  z-index: 1000;
  animation: slideIn 0.6s ease;
}

.banner-graduacion a {
  color: #ffe600;
  font-weight: bold;
  text-decoration: underline;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.custom-footer {
  background-color: #f5f5f5;
  color: #333;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border-top: 2px solid #e0e0e0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.footer-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #c2183f;
  /* color institucional */
}

.footer-card p,
.footer-card a {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
}

.footer-icons a {
  color: #333;
  font-size: 20px;
  margin-right: 12px;
  transition: color 0.3s ease;
}

.footer-icons a:hover {
  color: #1877f2;
  /* color azul Facebook */
}

.footer-legal {
  margin-top: 40px;
  font-size: 0.8rem;
  color: #777;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 30px;
  padding: 0 15px;
  line-height: 1.5;
}


.portabilidad-section {
  background-color: #fffbe6;
  padding: 40px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
}

.portabilidad-titulo {
  font-size: 75px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.portabilidad-titulo span {
  color: #ffd100;
  font-weight: bold;
  text-decoration: underline;
}

.portabilidad-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  height: 100%;
  margin: 0 auto;
}

.portabilidad-img-left,
.portabilidad-img-right,
.portabilidad-texto {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* Que se expandan a todo el alto del contenedor */
  text-align: center;
}


.portabilidad-img-left img,
.portabilidad-img-right img {
  max-height: 80%;
  /* Ajusta esto según lo que necesites */
  max-width: 100%;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  margin: 0 100px;
}

.circulo-decorativo {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.circulo-decorativo::before,
.circulo-decorativo::after {
  content: '';
  position: absolute;
  background-color: #0489d7;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}

.circulo-decorativo::before {
  width: 120px;
  height: 120px;
  top: -30px;
  left: -30px;
}

.circulo-decorativo::after {
  width: 80px;
  height: 80px;
  bottom: -20px;
  right: -20px;
}


/* Difuminado izquierdo */
.portabilidad-img-left img {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0));
}

.portabilidad-texto {
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  /* background-color: #fffbe6; */
}

.portabilidad-texto h2 {
  font-size: 45px;
  color: #222;
  margin-bottom: 10px;
}

.portabilidad-texto p {
  font-size: 45px;
  margin-bottom: 20px;
  color: #333;
}

.btn-portabilidad {
  background-color: #ffd500;
  color: #000;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.3s ease;
  width: 230px;
  height: 60px;
  font-size: 18px;
}

.btn-portabilidad:hover {
  background-color: #ffe83b;
}

@media (max-width: 1024px) {
  .portabilidad-container {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
  }

  .portabilidad-img-left img,
  .portabilidad-img-right img {
    width: 250px;
  }

  .portabilidad-texto {
    max-width: 90%;
    padding: 20px 0;
  }

  .portabilidad-titulo {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .btn-portabilidad {
    padding: 10px 20px;
    font-size: 14px;
    width: 180px;
    height: 45px;
  }
}

@media (max-width: 768px) {

  .portabilidad-img-left img,
  .portabilidad-img-right img {
    width: 140px;
  }

  .portabilidad-titulo {
    font-size: 24px;
  }

  .portabilidad-texto p {
    font-size: 16px;
  }
}