body * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.background-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.porque-ser-agente {
  position: relative;
  background: url("https://via.placeholder.com/1600x600?text=Fondo+Cards")
    center/cover no-repeat;
  padding: 5rem 0;
}

/* Línea amarilla que atraviesa la sección */
.porque-ser-agente .separator-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background-color: #fab02d;
  transform: translateY(-50%);
  z-index: 1;
}

.card-custom {
  position: relative;
  z-index: 2;
  background: transparent;
  border-radius: 0.75rem;
  padding: 2.5rem 1rem 2rem;
  overflow: visible;
  height: 100%;
}

/* 1) Icono: ancho menor */
.icon-wrapper {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  color: #fab02d;
}

/* Espaciado personalizado para radio buttons */
.custom-radio-gap {
  gap: 4rem; /* 64px - Puedes modificar este valor a tu gusto */
}

/* Estilo personalizado para preguntas del formulario */
.form-question {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  /* padding-bottom: 10px; */
}

/* Estilos personalizados para SweetAlert2 */
.janem-popup {
  border-radius: 15px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
  border: 3px solid #fab02d !important;
}

.janem-title {
  color: #13405f !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}

.janem-content {
  color: #666 !important;
  font-size: 1rem !important;
}

.janem-button {
  background: linear-gradient(135deg, #fab02d 0%, #f39c12 100%) !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 15px rgba(250, 176, 45, 0.3) !important;
  transition: all 0.3s ease !important;
}

.janem-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(250, 176, 45, 0.4) !important;
}

.janem-cancel-button {
  background: #6c757d !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 12px 30px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.janem-cancel-button:hover {
  background: #5a6268 !important;
  transform: translateY(-1px) !important;
}

/* Animaciones personalizadas para SweetAlert2 */
.swal2-popup.swal2-show {
  animation: slideInDown 0.3s ease-out !important;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Iconos personalizados para SweetAlert2 */
.swal2-icon.swal2-warning {
  border-color: #fab02d !important;
  color: #fab02d !important;
}

.swal2-icon.swal2-error {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}

.swal2-icon.swal2-success {
  border-color: #28a745 !important;
  color: #28a745 !important;
}

/* Responsive para SweetAlert2 */
@media (max-width: 768px) {
  .janem-popup {
    margin: 20px !important;
    max-width: calc(100% - 40px) !important;
  }
  
  .janem-title {
    font-size: 1.3rem !important;
  }
  
  .janem-content {
    font-size: 0.9rem !important;
  }
}

.agente-form .btn {
  background-color: #fab02d;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* 2) Título: un poco más ancho */
.title-wrapper {
  width: 90%;
  margin: 0 auto;
  background: #fab02d;
  color: #003366;
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 0.25rem;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

/* 3) Descripción: igual ancho que icono */
.desc-wrapper {
  width: 85%;
  margin: 0 auto 0;
  text-align: center;
  color: #666;
  line-height: 1.5;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 10px 10px !important;
}

.hero-section {
  height: 690px;
}

.section-values {
  position: relative;
  background-color: #fab02d;
  padding: 6rem 0;
  overflow: visible;
}

/* Header centrado */
.section-values .header {
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}

.section-values .header .header-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.section-values .header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

/* Cada valor: icono + texto */
.section-values .value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.section-values .value-item .icon-wrapper {
  flex: 0 0 3.5rem;
  height: 3.5rem;
  background: inherit;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003366;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.section-values .value-item .icon-wrapper img {
  width: 50px;
}

.section-values .value-item .text-wrapper h5 {
  margin: 0 0 0.25rem;
  color: #003366;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.section-values .value-item .text-wrapper p {
  margin: 0;
  color: #fff;
  opacity: 0.9;
  line-height: 1.4;
  font-size: 0.9rem;
}

/* La sección porque-ser-agente SIN z-index específico - igual que las otras secciones */
.porque-ser-agente {
  position: relative;
  /* SIN z-index para no crear contexto de apilamiento */
}

/* Contenedor sin z-index específico */
.porque-ser-agente .container {
  position: relative;
  /* SIN z-index específico */
}

/* Paraguas flotante - CONFIGURACIÓN EXACTA del index.html principal */
.porque-ser-agente .umbrella {
  position: absolute;
  top: 70%; /* Posicionado en el medio de la sección para que se extienda a la siguiente */
  right: 0;
  max-width: 1920px;
  z-index: 9999; /* Z-index muy alto para flotar sobre todo */
  width: 400px;
}

/* La sección formulario-agente SIN z-index específico - igual que section-values */
.formulario-agente {
  position: relative;
  /* SIN z-index para no crear contexto de apilamiento */
}

/* El contenido del formulario con z-index bajo - igual que section-values */
.formulario-agente .container {
  position: relative;
  z-index: 2; /* Mismo valor que en index.html */
}

.team-section {
  position: relative;
  background: url("https://via.placeholder.com/1600x900?text=Fondo+Equipo");
  color: #fff;
  min-height: 80vh;
  padding-top: 6rem;
  padding-bottom: 0;
  overflow: hidden;
}

.team-section .container {
  position: relative;
  z-index: 2;
}

.team-section .header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.team-section .header .header-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.team-section .header h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
}

.team-section .team-text {
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.team-section .team-text p {
  margin-bottom: 1.25rem;
}

/* Imagen inferior */
.team-section .team-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 40%;
  /* ocupará el 40% de la altura de la sección */
  z-index: 1;
  top: 61%;
}

.team-section .team-image img {
  width: 100%;
  display: block;
}

.section-achievements {
  position: relative;
  background: url("https://via.placeholder.com/1600x600?text=Stripes") repeat;
  padding: 5rem 0;
  color: #003366;
}

.section-achievements .container {
  position: relative;
  z-index: 1;
}

/* Encabezado */
.section-achievements .header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-achievements .header .header-icon {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 0.5rem;
}

.section-achievements .header h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  color: #003366;
}

/* Cada logro */
.achievement-item {
  text-align: center;
}

.contact-item .icon {
  font-size: 3rem;
  color: #fab02d;
  margin-bottom: 1rem;
  display: inline;
}

.achievement-item h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.achievement-item p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9rem;
}

/* Opcional: figura de fondo grande (el 3 detrás de los items) */
.section-achievements::before {
  content: "3";
  position: absolute;
  font-size: 20rem;
  color: rgba(255, 193, 7, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-recognition {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  color: #fff;
}

/* Overlay oscuro para mejorar contraste */
.section-recognition::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-recognition .container {
  position: relative;
  z-index: 1;
}

/* Encabezado centrado */
.section-recognition .header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-recognition .header .header-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.section-recognition .header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.section-recognition .header .subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-top: 0.5rem;
}

/* Galería de imágenes */
.section-recognition .row img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.section-contact {
  position: relative;
  background: url("https://via.placeholder.com/1600x600?text=Fondo+Contacto")
    center/cover no-repeat;
  /* altura total arbitraria; luego el contenido blanco ocupa el 50% inferior */
  /* min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; */
}

.contact-content {
  position: absolute;
  bottom: 0;
  /* top: 80%; */
  width: 100%;
  background: transparent;
}

.section-contact .contact-content {
  /* background-color: #fff; */
  padding: 0 0 0;
}

.contact-item {
  /* text-align: center; */
  margin-bottom: 2rem;
}

.contact-item .icon {
  font-size: 3.5rem;
  color: #fab02d;
  margin-bottom: 0.5rem;
}

.contact-item .titulo-contact {
  font-weight: bold;
  color: #003366;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 24px;
}

.contact-color-text {
  color: gray;
}

.contact-item p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Social */
.social-icons {
  text-align: center;
  margin-top: 2rem;
}

.social-icons a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: #fab02d;
  color: #003366;
  margin: 0 0.5rem;
  font-size: 1.25rem;
}

.footer-section {
  background-color: #01385f;
  border-bottom: 0.75rem solid #fab02d;
}

.footer-section .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.footer-section .footer-content img {
  height: 40px;
  /* ajusta según tu logo */
}

.footer-section .footer-text {
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
}

.footer-section .footer-legal-title {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.footer-section .footer-legal-link {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-section .footer-legal-link:last-child {
  margin-bottom: 0;
}

.footer-section .footer-legal-link:hover,
.footer-section .footer-legal-link:focus {
  color: #fab02d;
  text-decoration: underline;
}

.col-md-8.position-relative {
  min-height: 350px;
  position: relative;
  /* Asegura que las imágenes se posicionen respecto a este contenedor */
}

.about-section {
  position: relative;
  overflow: hidden;
}

.porque-ser-agente .row > [class^="col-"] {
  display: flex;
}

.card-custom {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  /* Ajusta según lo que necesites */
  justify-content: stretch;
}

.card-custom .desc-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item .nav-link {
  color: #fff !important;
}

.first-header-content .fas,
.fa {
  color: #fab02d !important;
  font-size: 16px;
}

.first-header-content .fab {
  color: #fab02d !important;
  font-size: 16px;
}

.team-text p {
  font-size: 10px;
  /* Por defecto para pantallas >= 1080px */
}

/* Desktop/PC convencional (1200px en adelante) */
@media (min-width: 1500px) {
  .team-text p {
    font-size: 14px;
    /* Tamaño de fuente para laptops y tablets */
  }

  .img-team {
    width: 70%;
    /* Tamaño para pantallas de escritorio grandes */
  }

  .img-point-contact {
    margin-top: 5%;
  }

  .contact-content {
    position: absolute;
    bottom: -40px;
    padding-bottom: 50px;
  }

  .social-icons {
    margin-top: 0;
  }
}

/* Laptops/Tablets landscape (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1499px) {
  .team-text p {
    font-size: 16px;
    /* Tamaño de fuente para laptops y tablets */
  }

  .img-team {
    width: 85%;
    /* Tamaño para laptops y tablets en horizontal */
  }

  .img-point-contact {
    margin-top: 5%;
  }
}

/* Tablets portrait y móviles grandes (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .img-team {
    width: 85%;
    /* Tamaño para tablets en vertical */
  }
}

/* Móviles (hasta 480px) */
@media (max-width: 480px) {
  .team-text p {
    font-size: 16px;
  }
  .img-team {
    width: 100%;
    /* Tamaño completo para móviles */
  }
}

/* ===== Intro JANEM (entre home y quienes-somos) ===== */
.intro-janem {
  height: 1130px;
  position: relative;
  color: #003366;
  display: flex;
  align-items: center;
}
.intro-logo {
  width: 240px;
  height: auto;
}

.intro-heading {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
}
.intro-highlight {
  background: #fab02d;
  color: #fff;
  padding: 0.1rem 0.4rem;
}

.intro-paragraph {
  color: rgb(150, 150, 150);
  font-size: 16px;
  font-weight: 540;
}

.intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.4rem 0;
  color: rgb(0, 92, 155);
  font-size: 16px;
  font-weight: 550;
}
.intro-list .li-ico {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.intro-small {
  color: rgb(150, 150, 150);
  font-size: 14px;
  font-weight: 540;
  margin-left: 35px;
}
.intro-small-2 {
  color: rgb(150, 150, 150);
  font-size: 14px;
  font-weight: 540;
  margin-left: 35px;
}

.intro-janem-main-img {
  transform: translateX(-10%);
}

/* Imagen derecha sobrepuesta 10% hacia el área del texto */
.intro-figure {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  /* width: 60%; */
  transform: translateX(
    -10%
  ); /* se “mete” 10% hacia la izquierda (sobre el texto) */
  z-index: 1; /* queda por debajo del texto (que está z-2) */
}
.intro-figure img {
  width: 1180px;
  height: 1110px;
  object-fit: contain;
}

/* Responsivo: en móviles quitamos la sobreposición y dejamos fluir */
@media (max-width: 991.98px) {
  .intro-janem {
    height: auto;
    padding: 3rem 0;
  }
  .intro-figure {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: 2rem;
  }
  .intro-logo {
    width: 200px;
  }
}

/* AGENTES */
/* ===== Sección Agentes - equipo JANEM ===== */
.agentes-section {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* Títulos */
.agentes-section h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

/* Subtítulos (parte 2) */
.agentes-section p.fw-semibold {
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
}

/* Descripción (parte 3) */
.agentes-section p.fw-normal {
  font-size: 1rem;
  color: #e6e6e6;
  max-width: 750px;
  margin: 0 auto;
}

/* Colores de fondo para fragmentos */
.highlight-blue {
  background-color: #2a74b9;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

.highlight-yellow {
  background-color: #fab02d;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

/* Responsivo */
@media (max-width: 768px) {
  .agentes-section h1 {
    font-size: 1.8rem;
  }
  .agentes-section p {
    font-size: 0.95rem;
  }
}

/* ===== Sección Qué hace Janem por ti ===== */
.que-hace-janem {
  position: relative;
  color: #003366;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  background-size: cover !important;
  background-position: center !important;
  height: 750px;
}

/* Título */
.que-hace-janem h2 {
  font-size: 2.2rem;
  color: #fab02d;
  font-weight: 70;
}

/* Lista con íconos */
.que-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: #005c9b;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.que-list .li-ico {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

/* Textos pequeños */
.que-small {
  color: #858585;
  font-size: 0.95rem;
  font-weight: 700;
  max-width: 90%;
}

/* Imagen decorativa (lado derecho) */
.que-hace-img {
  max-width: 100%;
  width: 90%;
  height: auto;
  object-fit: contain;
}

/* Responsivo */
@media (max-width: 991px) {
  .que-hace-janem {
    text-align: center;
  }
  .que-list {
    padding-left: 0;
  }
  .que-small {
    margin: 0 auto;
  }
  .que-hace-img {
    margin-top: 2rem;
    width: 100%;
  }
}

/* ===== Sección: Porque ser agente ===== */
.porque-ser-agente {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 6rem 0 8rem;
  color: #fff;
  overflow: visible;
}

.porque-logo {
  width: 60px;
}

.porque-ser-agente h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.icon-box {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 200px;
}

.icon-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  flex-shrink: 0;
  margin-top: 0;
}

.icon-box p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

/* Alinear columnas de iconos desde arriba */
.porque-ser-agente .row {
  align-items: flex-start;
}

/* Imagen del hombre en esquina inferior izquierda */
.man-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 650px;
  height: auto;
  z-index: 10;
}

.umbrella-bottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 300px;
  z-index: 10;
}

/* ===== Sección: Formulario Agente ===== */
.formulario-agente {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 8rem 0 10rem;
  color: #fff;
  overflow: hidden;
}

.umbrella-top {
  position: absolute;
  top: -120px;
  right: 0;
  width: 300px;
  z-index: 2;
}

.agente-form {
  /* background: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(6px); */
  /* border-radius: 10px; */
  padding: 2rem;
  max-width: 50%;
  z-index: 2;
  position: relative;
}

.agente-form p {
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-bottom: 10px;
}

.agente-form select,
.agente-form input[type="text"] {
  margin: 0;
  width: 80%;
  padding: 0.6rem;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.agente-form select option {
  background: #003366;
  color: #fff;
}

.agente-form select:focus,
.agente-form input[type="text"]:focus {
  outline: none;
  border-color: #fab02d;
  background: rgba(255, 255, 255, 0.1);
}

.agente-form input[type="checkbox"],
.agente-form input[type="radio"] {
  accent-color: #87CEEB;
  width: 18px;
  height: 18px;
}

/* Estilo personalizado para radio buttons que se vean como checkboxes */
.agente-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.agente-form input[type="radio"]:checked {
  background: #87CEEB;
  border-color: #87CEEB;
}

.agente-form input[type="radio"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.agente-form label {
  color: #fff;
  font-weight: 500;
}

/* Espaciado personalizado para radio buttons */
.custom-radio-gap {
  gap: 50%; /* 64px - Puedes modificar este valor a tu gusto */
}

.agente-form .btn {
  background-color: #fab02d;
  border: none;
  transition: transform 0.2s;
}
.agente-form .btn:hover {
  transform: scale(1.05);
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/* Imágenes flotantes (12, 13) */
.persona-izquierda,
.persona-derecha {
  position: absolute;
  bottom: 0;
  width: 450px;
  z-index: 0;
}

.persona-izquierda {
  left: 0;
}

.persona-derecha {
  right: 0;
}

@media (max-width: 992px) {
  .persona-izquierda,
  .persona-derecha {
    width: 180px;
  }
  .agente-form {
    padding: 1.5rem;
  }
}

.btn-warning {
  background-color: rgb(254, 177, 45) !important;
  border: none;
  color: #fff;
}

.porque-ser-agente p{
  color: #fff;
  font-weight: 700;
}

.fs-12{
  font-size: 12px !important;
}
.fs-11{
  font-size: 11px !important;
}

.fs-10{
  font-size: 10px !important;
}

.fs-8{
  font-size: 8px !important;
}

.instagram-media{
  width: 99% !important;
  max-width: 99% !important;
  min-width: 99% !important;
}
.instagram-media .instagram-media-rendered{
  width: 99% !important;
  max-width: 99% !important;
  min-width: 99% !important;
}