 html {
        scroll-behavior: smooth;
      }

      body {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .custom-modal {
        max-width: 100%;
        width: 1200px;
      }
      



      .modal-header {
        border-bottom: none !important;
      }
      .form-card {
        width: 100% !important;
        max-width: auto;
        margin: 0 auto;
        background-color: #eeeeee;
        padding: 40px 26px;
        border: none;
      }

      .modal-header h5 {
        color: #0f5e8b;
        text-align: center;
        font-family: "Inter";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: auto !important;
      }

      .modal-header button {
        margin: 0 !important;
      }

      .modal-body iframe {
        height: 100%;
      }

      .vh_100 {
        height: 90vh !important;
      }

      .navbar-wrapper {
        background-color: #0f5e8b;
        display: flex;
        width: 100%;
        justify-content: space-between;
      }

      .navbar-wrapper nav {
        max-width: 1440px;
        margin: 0 auto;

        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
      }

      .icono {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        top: 20px;
      }

      .logo img {
        height: 36px;
      }

      .navbar {
        z-index: 1500;
      }

      .nav-links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }

      .nav-links li {
        margin-left: 20px;
        text-align: center;
      }

      .nav-links a:hover {
        color: #96e4ff;
        text-decoration: none;
        font-weight: 500;
      }

      .nav-links a:active {
        color: #96e4ff;
        text-decoration: none;
        font-weight: 500;
      }

      .nav-links button {
        text-decoration: none;
        border: none;
        background-color: transparent;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .nav-links button:hover {
        color: #96e4ff;
        text-decoration: none;
        font-weight: 500;
      }

      .nav-links button:active {
        color: #96e4ff;
        text-decoration: none;
        font-weight: 500;
      }

      .nav-links a {
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .burger-menu {
        display: none;
        cursor: pointer;
      }

      .bar {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
      }

      
      .contact {
        text-align: center;
      }

      .contact-title {
        font-family: "Inter";
        font-size: 20px;
        font-weight: 400;
        line-height: 23.44px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        margin-bottom: 50px;
        max-width: 800px;
      }

      .botones a {
        font-size: 18px;
        margin: 5px 10px;
        padding: 8px 25px;
        background: #000;
        border-radius: 0;
        color: #fff;
        transition: 0.3s;
        width: 226px;
      }

      .botones a:hover {
        background-color: #e5e5e5 !important;
        color: black;
      }

      .botones a:first-child:hover {
        background-color: #96e4ff !important;
        color: black;
      }

      .botones a:first-child {
        background: #0f5e8b !important;
        border-radius: 0;
        width: 158px;
      }

      .card {
        width: 384px;
        background-color: #eeeeee !important;
        padding: 40px 26px;
        border: none !important;
        text-align: center;
      }

      .card p {
        margin: 40px 0;
        border: none;
        text-align: center;
      }

      .card-body {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        font-family: "Inter";
        font-size: 17px;
      }

      .card img {
        width: 74px;
        margin: 0 auto;
      }

      .card-title {
        color: #000;
        text-align: center;
        font-family: "Playfair Display", Times New Roman, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 26.564px;
      }

      .icon-container {
        background-color: #e0e0e0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .icon-container img {
        width: 30px;
        height: 30px;
      }

      .title {
        font-size: 1.5rem;
        margin-bottom: 10px;
      }

      .description {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 20px;
      }

      .card-button-wrapper {
        margin-top: auto;
      }

      .card-button-wrapper button {
        border: #0f5e8b solid 1px;
        font-family: "Inter";
        color: #0f5e8b;
        border-radius: 0;
        padding: 12px 18px;
        margin-top: auto;
        transition: 0.3s;
      }

      .card-button-wrapper button:hover {
        background-color: #0f5e8b;
        color: #fff;
      }

      .card-container {
        width: 100%;
        margin: 100px 0px;
        gap: 24px;
        justify-content: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }

      .certifications-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: "Inter";
        background-color: #f3f3f3;
      }

      .certification-list {
        gap: 36px;
        display: flex;
        flex-direction: column;
        padding: 50px;
        list-style: none;
      }

      .certification-list li {
        color: #000;
        font-family: "Inter";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background-repeat: no-repeat;
        background-position: 0 left;
        text-align: left;
        padding-left: 60px;
      }

      .certification-list li::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        left: -40px;
        top: 15px;
        background-image: url('../logo/verificacion.png');
        background-repeat: no-repeat;
        background-position: 0 left;
        background-size: cover;
        margin-right: -30px;
      }

      .big-title {
        text-align: center;
        font-family: "Playfair Display";
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
      }

      .certifications-header {
        background-color: #0f5e8b;
        padding: 60px 196px;
        text-align: center;
        color: #fff;
      }

      .certifications-header p {
        font-size: 20px;
        font-family: "Inter";
        padding-top: 20px;
      }

      .certifications {
        display: flex;
        margin-top: 16px;
        margin-bottom: 36px;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: #f3f3f3;
      }

      .certification {
        flex: 1 1 40%;
        text-align: center;
        padding: 15px;
      }

      .line {
        border-right: 1px solid #666;
      }

      .certification-details h3 {
        margin-top: 0;
      }

      .certification img {
        max-width: 100%;
        height: auto;
        max-height: 170px;
        margin-bottom: 10px;
        margin-top: 40px;
      }

.politics-alignment-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 40px auto;
  min-height: 80px;
}

/* Estilo general del botón */
.policy-button {
  background-color: #96e4ff;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding: 12px 20px;
  max-width: 480px;
  position: absolute;
  transition: background-color 0.3s ease;
}

.policy-button:hover {
  background-color: #79d8f5;
}

.policy-button img {
  width: 28px;
  height: 28px;
}

.policy-button a {
  margin-left: 12px;
  color: #0f5e8b;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}

/* Posiciones exactas en desktop */
.policy-button.gestion {
  left: 0;
  top: 0;
}

.policy-button.derechos {
  left: 600px; /* Ajusta este valor según tu línea negra */
  top: 0;
}



      .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 90px;
      }

      .container h2 {
        margin-bottom: 60px;
      }

    .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  justify-items: center; /* centra horizontalmente el contenido */
  align-items: center;   /* centra verticalmente (si las alturas difieren) */
}

     .grid img {
  width: 100%;
  max-width: 180px;
  height: auto;
}


      .form-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 20px;
      }

      .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
      }

      .tabs button {
        width: 100%;
        color: #0f5e8b;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 44px;
        padding: 18px 15px;
        font-style: normal;
        font-weight: 700;
        cursor: initial;
        line-height: normal;
      }

      .tab {
        padding: 10px 15px;

        border: none;
        background-color: #fff;
        outline: none;
        border: 4px solid transparent;
      }

      .tab.active {
        background-color: #fff;
        color: #0f5e8b;
        border-bottom: 4px solid #0f5e8b;
        outline: none;
        transition: 0.3s;
      }

      .tab-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
      }

      .tab-content form input {
        width: 100%;
        padding: 12px 30px;
        margin: 18px 0;
        border: 2px solid #0f5e8b;
      }

      .tab-content form p {
        margin-top: 80px;
        margin-bottom: 40px;
        color: #000;
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .file-selector {
        color: #979797;
      }

      .file-selector::file-selector-button {
        background-color: #0f5e8b;
        color: white;
        border: none;
        padding: 3px 10px;
        margin-right: 10px;
        transition: 0.3s;
        border: 1px solid transparent;
      }

      .file-selector::file-selector-button:hover {
        border: 1px solid #0f5e8b;
        background-color: white;
        color: #0f5e8b;
      }

      .tab-content form button {
        display: block;
        padding: 20px 116px;
        justify-content: center;
        align-items: center;
        align-self: flex-end;
        border: none;
        gap: 10px;
        margin-left: auto;
        margin-right: 0;
        background-color: #0f5e8b;
        color: #fff;
        text-align: center;
        font-family: "Inter";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: 1px solid transparent;
        transition: 0.3s;
      }

      .tab-content form button:hover {
        border: 1px solid #0f5e8b;
        background-color: white;
        color: #0f5e8b;
      }

      .tab-content form input::placeholder {
        color: #979797;
      }

      .tab-content form textarea {
        width: 100%;
        padding: 12px 30px;
        margin: 18px 0px;
        min-height: 52px;
        max-height: 450px;
        border: 2px solid #0f5e8b;
      }

      .tab-content form textarea::placeholder {
        color: #979797;
      }

      .tab-content > div {
        display: none;
        gap: 36px;
      }

      .tab-content .active {
        display: block;
      }

      .footer-wrapper {
        width: 100%;
        background-color: #0f5e8b;
        display: flex;
        justify-content: center;
      }

      .footer-container {
        max-width: 1200px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 38px 0px;
      }

      .footer-left-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }

      .footer-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #fff;
      }

      .footer-left-info img {
        width: 195px;
      }

      .footer-text {
        color: #fff;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
      }

      .map {
        padding-left: 40px;
        padding-bottom: 26px;
      }

      .contact-link {
        padding-top: 15px;
      }

      .contact-link a {
        color: #fff;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
        padding-left: 12px;
      }

      .contact-link a:hover {
        color: #fff !important;
      }

      .footer-tyc {
  display: flex;
  flex-direction: column; /* apila los links verticalmente */
  gap: 10px; /* separación uniforme */
  margin-top: 20px; /* espacio desde la sección de la izquierda */
}

.footer-tyc a {
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  margin: 0; /* eliminamos top/position que rompe el mobile */
}

.footer-tyc a:hover {
  color: #fff;
}


      .footer-contact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }

      .footer-contact-left {
        display: flex;
        flex-direction: row;
        gap: 46px;
      }
      
      .leyenda {
        padding: 7%;
        color: #fff;
        font-size: 1.2rem;
      }
      .leyenda1 {
        width: 35%;
      }

      .footer-contact-right {
        display: flex;
        gap: 28px;
      }

      .footer-contact-right img {
        width: 28px;
        margin-top: 14px;
      }


      #form1 iframe,
      #form2 iframe {
        min-height: 700px;
      }

 .dropup .dropdown-item {
  background-color: transparent !important; /* fondo del item transparente */
  padding: 5px; /* ajustar padding si querés */
}

.dropup .dropdown-menu {
  min-width: auto !important;  /* elimina el mínimo */
  width: auto !important;      /* ancho ajustado al contenido */
  align-items: center;         /* centrado de íconos */
  padding: 5px;
  background-color: #0f5e8b !important; /* tu azul corporativo */
  border: none;                        /* opcional, quitar borde */
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);                      
  border-radius: 8px;                   /* opcional, bordes redondeados */
}
#carouselExampleIndicators {
  width: auto; /* 100% del ancho de la ventana */
  margin: 0 auto; /* centrar por si acaso */
}


.container-fluid {
  padding-left: 0;
  padding-right: 0;
}




      /* Aumentar el ancho de la card */
      .form-wrapper .card {
        max-width: 100% !important;
        width: 100% !important;
      }

      /* Ajustar el padding del cuerpo de la tarjeta */
      .form-wrapper .card-body {
        padding: 1rem !important; /* p-3 aproximadamente */
      }

      /* Reducir altura del textarea */
      .form-wrapper textarea {
        height: 100px !important;
      }

      /* Reducir espacio entre campos */
      .form-wrapper .mb-3,
      .form-wrapper .mb-2 {
        margin-bottom: 0.5rem !important;
      }

      /* MEDIA QUERIES */

      @media screen and (max-width: 1440px) {
        .footer-container {
          padding-left: 50px;
          padding-right: 50px;
        }

        .navbar-wrapper nav {
          padding-left: 50px;
          padding-right: 50px;
        }
      }

      @media screen and (max-width: 1080px) {
        .certifications-header {
          padding: 60px 140px;
        }
        .politics-alignment-container {
    min-height: auto; /* Dejamos que se adapte en altura */
  }

  .policy-button {
    position: static; /* Quitar posicionamiento absoluto */
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    clip-path: none; /* Opcional: quitar clip para mejor visual en móvil */
  }

        .burger-menu {
          display: block;
        }

        .nav-links {
          display: none;
          flex-direction: column;
          position: absolute;
          top: 50px;
          width: 100%;
          right: 0;
          background-color: #f0f0f0;
          padding: 10px;
        }

        .nav-links.active {
          display: flex;
          z-index: 1000;
          background-color: #0f5e8b;
          gap: 15px;
          width: 100%;
          padding-top: 30px;
        }

        .navbar-wrapper nav {
          padding-left: 15px;
          padding-right: 15px;
        }
      }
      

      @media screen and (max-width: 768px) {
        .dropup-container {
          flex-direction: row;
          align-items: flex-start;
          right: 0;
        }

        .dropup-content.show {
          display: flex !important;
          position: absolute;
          right: 50px;

          bottom: 3px;
        }

        .dropup-btn {
          padding: 10px 0;
        }

        .dropup-content {
          flex-direction: row !important;
          position: absolute;
          right: 0;
          bottom: 0;
          width: auto;
          gap: 10px;
          animation: none;
        }

        .footer-left-info {
          flex-direction: column;
        }

        .contenedor-redes {
          position: absolute;
          padding: 7px;
          gap: 7px;
          bottom: 0;
          width: auto;
          height: auto;
          flex-direction: column;
          z-index: 950;
        }

        .map {
          padding-left: 0px;
          padding-top: 30px;
        }

        .contact {
          margin: 0 30px;
        }

        .logo img {
          height: 25px;
        }

        .certification {
          flex: 1 1 100%;
        }

        .line {
          border-right: none;
          width: 450px;
          border-bottom: 1px solid #666;
        }

        .container h2 {
          margin-bottom: 30px;
        }

        .card-group {
          flex-direction: column;
        }

        .certifications :first-child {
          border: none !important;
        }

        .certifications-header {
          padding: 60px 90px;
        }

        .certifications-header p {
          font-size: 18px;
        }

        .big-title {
          font-size: 36px;
        }

        .tab-content form p {
          text-align: center;
        }

        .container {
          margin-top: 60px !important;
        }

        .footer-contact {
          flex-direction: column;
          text-align: center;
          justify-content: center;
          align-items: center;
        }
         .footer-info {
    flex-direction: column; /* apila logo/mapa + links */
    gap: 20px;
  }

  .footer-tyc {
    flex-direction: row; /* puedes ponerlos en fila si quieres */
    flex-wrap: wrap; /* que se ajusten si son largos */
    gap: 10px;
    margin-top: 10px;
  }
        .politics-alignment-container {
    flex-direction: column;  /* botones uno debajo del otro */
    align-items: center;     /* centrados también en mobile */
    gap: 12px;
  }

  .policy-button {
    width: 100%;     /* ocupan todo el ancho disponible */
    max-width: 400px; /* opcional: no más anchos de 400px en móvil */
    clip-path: none; /* opcional: rectos en móvil */
  }
      }
      .slider-container {
    aspect-ratio: 16 / 9;   /* móvil: más alto */
    max-height: none;
  }
      

      @media screen and (max-width: 500px) {
        .footer-info {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
        }
        .politics-alignment-container {
    min-height: auto; /* Dejamos que se adapte en altura */
  }

  .policy-button {
    position: static; /* Quitar posicionamiento absoluto */
    max-width: 100%;
    width: auto;
    margin-bottom: 20px;
    clip-path: none; /* Opcional: quitar clip para mejor visual en móvil */
  }

        .footer-tyc {
          margin-bottom: 26px;
        }

        .footer-tyc a {
          position: inherit;
        }

        .line {
          width: 300px;
        }

        .footer-contact-left {
          flex-direction: column;
          gap: 00px;
        }

        .certifications-header {
          padding: 60px 20px;
        }

        .certifications-header p {
          font-size: 16px;
        }

        .footer-container {
          padding-left: 25px;
          padding-right: 25px;
        }

        .big-title {
          font-size: 26px;
        }

        .container {
          margin-top: 30px !important;
        }

        .container h2 {
          margin-bottom: 15px;
        }

        .slider-container {
          z-index: 1000 !important;
        }
      }

      @media (max-width: 400px) {
        .card {
          width: 300px !important;
        }

        .tab-content form button {
          display: block;
          padding: 20px 66px;
        }
      }

      @keyframes slideUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }

        to {
          opacity: 1;
          transform: translateY(0px);
        }
      }

      @keyframes slidedown {
        from {
          opacity: 0;
          transform: translateY(0px);
        }

        to {
          opacity: 1;
          transform: translateY(-30px);
        }
      }

      .icono {
        width: 40px;
        margin: 12px 0;
      }