@media(min-width: 1200px) and (max-width: 1500px){
  .principal {
    width: 100%;
    height: 100vh;
    background: rgb(16, 184, 255);
    background: linear-gradient(
      0deg,
      rgba(16, 184, 255, 1) 4%,
      rgba(1, 61, 4, 0.616) 48%,
      #bddb6b 100%
    ), url(../images/DJI_0722nieve-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }
  .principal-title {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }
  
  .principal-title h1 {
    font-size: 6rem;
    font-weight: 700;
    color: white;
  }
  .principal-title span {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
  }
  
      .principal-buttons {
        width: 100%;
        padding-top: 5%;
      }
      .principal-buttons button {
        width: 200px;
        height: 60px;
        font-weight: 600;
        border-style: none;
        color: white;
      }
      .principal-buttons a {
        text-decoration: none;
      }
      .form-btn{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
      }
      .form-btn button{
        width: 100%;
        height: 50px;
        font-size: 1rem;
        font-weight: 600;
        border-style: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .form-btn i{
        font-size: 1rem;
        padding-right: 10px;
      }
      .postula-btn button{
        background-color: #bddb6b;
        color: #062735;
      }
      .principal-img {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
      }
      .principal-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        z-index: 2;
      }
      .principal-square {
        width: 300px;
        height: 300px;
        position: absolute;
        border-radius: 60px;
        transform: rotate(45deg);
        background: rgba(255, 255, 255, 0.295);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.568);
      }
      .separador {
        width: 100%;
        height: 250px;
        position: relative;
      }
      
      .secondary {
        width: 100%;
        height: 750px;
      }
      
      .secondary-content-1 {
        width: 100%;
        height: 500px;
        padding-left: 10%;
        padding-right: 10%;
        display: flex;
        align-items: center;
      }
      .secondary-content-1 strong {
        color: #10b8ff;
      }
      .secondary-img {
        width: 400px;
        height: 400px;
        overflow: hidden;
      }
      .secondary-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }
      .secondary-info {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .secondary-info p {
        font-size: 1.8rem;
        color: #062735;
      }
      
      .terciary {
        width: 100%;
        height: 700px;
        background: linear-gradient(0deg, #0627358c 90%, #06273500 10%),
          url(../images/secondary-img.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .terciary-content {
        width: 100%;
        height: 200px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
      }
      .terciary-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .terciary-title h2 {
        color: white;
        font-size: 2.5rem;
        text-align: center;
        font-weight: 600;
      }
      .fourth {
        width: 100%;
        height: auto;
      }
      .fourth-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .req {
        width: 100%;
        background-color: #ffffff;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas: "icon info";
        padding-left: 10%;
        padding-right: 10%;
      }
      .icon {
        grid-area: icon;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .icon i {
        color: #062735;
        font-size: 6rem;
      }
      .info {
        grid-area: info;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 20px;
      }
      .info h3 {
        color: #062735;
        font-weight: 700;
        font-size: 2.2rem;
      }
      .info p {
        font-size: 1.6rem;
      }
      .requisito-1 {
        background-color: #eaffb167;
      }
      .requisito-2 {
        background-color: #eaffb1be;
      }
      .requisito-3 {
        background-color: #eaffb1;
      }

      .sixth {
        width: 100%;
        height: 1300px;
        background-color: #062735;
        display: flex;
      }
      .postular {
        width: 50%;
        height: 100%;
        background: #062735;
        padding-left: 10%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: white;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 200px 700px 200px;
        grid-template-areas:
          "post-title"
          "post-info"
          "post-btn";
        gap: 20px;
      }
      .post-title {
        width: 100%;
        grid-area: post-title;
      }
      .post-title h3 {
        font-size: 3rem;
        font-weight: 700;
      }
      .post-info {
        width: 100%;
        grid-area: post-info;
      }
      .post-info p {
        font-size: 1.5rem;
      }
      .post-info span {
        font-size: 1.6rem;
      }
      .post-info li {
        font-size: 1.2rem;
      }
      .post-btn {
        width: 100%;
        grid-area: post-btn;
      }
      .post-btn button {
        width: 100%;
        height: 80px;
        border-radius: 50px;
        border-style: none;
        color: #062735;
      }
      .post-btn a {
        font-size: 1.5rem;
      }
      .votar {
        width: 50%;
        height: 100%;
        background: #bddb6b;
        padding-left: 5%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: #062735;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 200px 700px 200px;
        grid-template-areas:
          "vote-title"
          "vote-info"
          "vote-btn";
        gap: 20px;
      }
      .vote-title {
        width: 100%;
        grid-area: vote-title;
      }
      .vote-title h3 {
        font-size: 3rem;
        font-weight: 700;
      }
      .vote-info {
        width: 100%;
        grid-area: vote-info;
      }
      .vote-info p {
        font-size: 1.5rem;
      }
      .vote-info span {
        font-size: 1.6rem;
      }
      .vote-info li {
        font-size: 1.2rem;
      }
      .vote-btn {
        width: 100%;
        grid-area: vote-btn;
      }
      .vote-btn button {
        width: 100%;
        height: 80px;
        border-radius: 50px;
        border-style: none;
        background-color: #062735;
        color: white;
      }
      .vote-btn a {
        font-size: 1.5rem;
      }
      
      .seventh {
        width: 100%;
        height: auto;
        background-image: radial-gradient(#10b8ff 1px, transparent 1px);
        background-size: 100px 100px;
        background-color: rgba(188, 131, 199, 0);
        background-color: #1a2e36;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
      }
      .seventh-title {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .seventh-title h2 {
        color: white;
        font-size: 2.5rem;
      }
      .seventh-faqs{
        width: 100%;
        height:auto;
        background-color: #06273500;
      }
      
      
      /* Estilo general para el acordeón */
      .accordion {
        border-color: #10b8ff;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      
      /* Estilo para cada ítem del acordeón */
      .accordion-item {
        border-radius: 50px;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-item:last-child {
        border-bottom: none; /* Quitar el borde del último ítem */
      }
      
      /* Estilo para los encabezados */
      .accordion-header {
        background-color: #062735; /* Fondo claro */
        padding: 10px 15px; /* Espaciado */
        font-size: 1.1rem; /* Tamaño de fuente */
        font-weight: bold; /* Negrita */
      }
      
      /* Estilo para los botones del acordeón */
      .accordion-button {
        background-color: #06273500; /* Fondo azul */
        color: #ffffff; /* Texto blanco */
        font-size: 1.3rem; /* Tamaño del texto */
        padding: 20px; /* Espaciado interno */
        border: none; /* Sin bordes */
        border-radius: 0; /* Quitar esquinas redondeadas */
        transition: background-color 0.3s ease, transform 0.2s ease; /* Transiciones suaves */
      }
      
      .accordion-button:hover {
        background-color: #ffffff00; /* Color más oscuro al pasar el ratón */
        color: white;
      }
      
      
      /* Mantener el mismo color cuando el ítem está activo */
      .accordion-button:focus {
        box-shadow: none !important; /* Eliminar el borde o sombra azul del foco */
        background-color: #0057b300 !important; /* Mantener el color activo */
        color: white !important; /* Asegurar que el texto sea visible */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-button:not(.collapsed):focus {
        background-color: #0057b300 !important; /* Fondo del ítem activo */
        color: white !important;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Prevenir cambios de color al hacer clic fuera */
      .accordion-button:not(.collapsed) {
        background-color: #0057b300 !important; /* Fondo activo */
        color: white !important; /* Color del texto */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Opcional: Si quieres un estilo diferente para el foco */
      .accordion-button:focus-visible {
        outline: none; /* Eliminar el contorno por defecto */
        box-shadow: none !important; /* Sin sombra */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      
      /* Contenido del acordeón */
      .accordion-body {
        background-color: #ffffff; /* Fondo blanco */
        padding: 15px; /* Espaciado interno */
        font-size: 1.2rem; /* Tamaño de fuente */
        line-height: 1.5; /* Altura de línea */
        color: #333; /* Color del texto */
      }
      
      /* Ajustes opcionales para dispositivos móviles */
      @media (max-width: 768px) {
        .accordion {
          margin: 10px; /* Añadir margen alrededor del acordeón */
        }
      
        .accordion-header {
          font-size: 1rem; /* Reducir tamaño de fuente */
        }
      
        .accordion-button {
          font-size: 0.9rem; /* Ajustar tamaño del texto */
          padding: 8px; /* Reducir espaciado */
        }
      }
}
@media(min-width: 900px) and (max-width: 1200px){
  .principal {
    width: 100%;
    height: 100vh;
    background: rgb(16, 184, 255);
    background: linear-gradient(
      0deg,
      rgba(16, 184, 255, 1) 4%,
      rgba(1, 61, 4, 0.616) 48%,
      #bddb6b 100%
    ), url(../images/DJI_0722nieve-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }
  .principal-title {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }
  
  .principal-title h1 {
    font-size: 5rem;
    font-weight: 700;
    color: white;
  }
  .principal-title span {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
  }
  
      .principal-buttons {
        width: 100%;
        padding-top: 5%;
      }
      .principal-buttons button {
        width: 200px;
        height: 60px;
        font-weight: 600;
        border-style: none;
        color: white;
      }
      .principal-buttons a {
        text-decoration: none;
      }
      .form-btn{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
      }
      .form-btn button{
        width: 100%;
        height: 50px;
        font-size: 1rem;
        font-weight: 600;
        border-style: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .form-btn i{
        font-size: 1rem;
        padding-right: 10px;
      }
      .postula-btn button{
        background-color: #bddb6b;
        color: #062735;
      }
      .principal-img {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
      }
      .principal-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        z-index: 2;
      }
      .principal-square {
        width: 250px;
        height: 250px;
        position: absolute;
        z-index: 1;
        border-radius: 60px;
        transform: rotate(45deg);
        background: rgba(255, 255, 255, 0.295);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.568);
      }
      .separador {
        width: 100%;
        height: 250px;
        position: relative;
      }
      
      .secondary {
        width: 100%;
        height: 750px;
      }
      
      .secondary-content-1 {
        width: 100%;
        height: 500px;
        padding-left: 10%;
        padding-right: 10%;
        display: flex;
        align-items: center;
      }
      .secondary-content-1 strong {
        color: #10b8ff;
      }
      .secondary-img {
        width: 400px;
        height: 400px;
        overflow: hidden;
      }
      .secondary-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }
      .secondary-info {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .secondary-info p {
        font-size: 1.5rem;
        color: #062735;
      }
      
      .terciary {
        width: 100%;
        height: 600px;
        background: linear-gradient(0deg, #0627358c 90%, #06273500 10%),
          url(../images/secondary-img.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .terciary-content {
        width: 100%;
        height: 200px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
      }
      .terciary-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .terciary-title h2 {
        color: white;
        font-size: 2.1rem;
        text-align: center;
        font-weight: 600;
      }
      .fourth {
        width: 100%;
        height: auto;
      }
      .fourth-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .req {
        width: 100%;
        background-color: #ffffff;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas: "icon info";
        padding-left: 10%;
        padding-right: 10%;
      }
      .icon {
        grid-area: icon;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .icon i {
        color: #062735;
        font-size: 5rem;
      }
      .info {
        grid-area: info;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 20px;
      }
      .info h3 {
        color: #062735;
        font-weight: 700;
        font-size: 2rem;
      }
      .info p {
        font-size: 1.2rem;
      }
      .requisito-1 {
        background-color: #eaffb167;
      }
      .requisito-2 {
        background-color: #eaffb1be;
      }
      .requisito-3 {
        background-color: #eaffb1;
      }
      .content-box h3,.content-box p{
        padding: 0;
        font-size: 1.5rem;
      }
      .number-box{
        width: 60px;
        height: 60px;
        font-size: 2rem;
      }
      .icon-box{
        width: 60px;
        height: 60px;
      }
      .circle{
        display: none;
      }
      .sixth {
        width: 100%;
        height: 1000px;
        background-color: #062735;
        display: flex;
      }
      .postular {
        width: 50%;
        height: 100%;
        background: #062735;
        padding-left: 10%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: white;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 700px 200px;
        grid-template-areas:
          "post-title"
          "post-info"
          "post-btn";
        gap: 20px;
      }
      .post-title {
        width: 100%;
        grid-area: post-title;
      }
      .post-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .post-info {
        width: 100%;
        grid-area: post-info;
      }
      .post-info p {
        font-size: 1.2rem;
      }
      .post-info span {
        font-size: 1.3rem;
      }
      .post-info li {
        font-size: 1rem;
      }
      .post-btn {
        width: 100%;
        grid-area: post-btn;
      }
      .post-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        color: #062735;
      }
      .post-btn a {
        font-size: 1rem;
      }
      .votar {
        width: 50%;
        height: 100%;
        background: #bddb6b;
        padding-left: 5%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: #062735;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 700px 200px;
        grid-template-areas:
          "vote-title"
          "vote-info"
          "vote-btn";
        gap: 20px;
      }
      .vote-title {
        width: 100%;
        grid-area: vote-title;
      }
      .vote-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .vote-info {
        width: 100%;
        grid-area: vote-info;
      }
      .vote-info p {
        font-size: 1.2rem;
      }
      .vote-info span {
        font-size: 1.3rem;
      }
      .vote-info li {
        font-size: 1rem;
      }
      .vote-btn {
        width: 100%;
        grid-area: vote-btn;
      }
      .vote-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        background-color: #062735;
        color: white;
      }
      .vote-btn a {
        font-size: 1rem;
      }
      
      .seventh {
        width: 100%;
        height: auto;
        background-image: radial-gradient(#10b8ff 1px, transparent 1px);
        background-size: 100px 100px;
        background-color: rgba(188, 131, 199, 0);
        background-color: #1a2e36;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
      }
      .seventh-title {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .seventh-title h2 {
        color: white;
        font-size: 2rem;
      }
      .seventh-faqs{
        width: 100%;
        height:auto;
        background-color: #06273500;
      }
      
      
      /* Estilo general para el acordeón */
      .accordion {
        border-color: #10b8ff;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      
      /* Estilo para cada ítem del acordeón */
      .accordion-item {
        border-radius: 50px;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-item:last-child {
        border-bottom: none; /* Quitar el borde del último ítem */
      }
      
      /* Estilo para los encabezados */
      .accordion-header {
        background-color: #062735; /* Fondo claro */
        padding: 10px 15px; /* Espaciado */
        font-size: 1rem; /* Tamaño de fuente */
        font-weight: bold; /* Negrita */
      }
      
      /* Estilo para los botones del acordeón */
      .accordion-button {
        background-color: #06273500; /* Fondo azul */
        color: #ffffff; /* Texto blanco */
        font-size: 1.3rem; /* Tamaño del texto */
        padding: 20px; /* Espaciado interno */
        border: none; /* Sin bordes */
        border-radius: 0; /* Quitar esquinas redondeadas */
        transition: background-color 0.3s ease, transform 0.2s ease; /* Transiciones suaves */
      }
      
      .accordion-button:hover {
        background-color: #ffffff00; /* Color más oscuro al pasar el ratón */
        color: white;
      }
      
      
      /* Mantener el mismo color cuando el ítem está activo */
      .accordion-button:focus {
        box-shadow: none !important; /* Eliminar el borde o sombra azul del foco */
        background-color: #0057b300 !important; /* Mantener el color activo */
        color: white !important; /* Asegurar que el texto sea visible */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-button:not(.collapsed):focus {
        background-color: #0057b300 !important; /* Fondo del ítem activo */
        color: white !important;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Prevenir cambios de color al hacer clic fuera */
      .accordion-button:not(.collapsed) {
        background-color: #0057b300 !important; /* Fondo activo */
        color: white !important; /* Color del texto */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Opcional: Si quieres un estilo diferente para el foco */
      .accordion-button:focus-visible {
        outline: none; /* Eliminar el contorno por defecto */
        box-shadow: none !important; /* Sin sombra */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      
      /* Contenido del acordeón */
      .accordion-body {
        background-color: #ffffff; /* Fondo blanco */
        padding: 15px; /* Espaciado interno */
        font-size: 1rem; /* Tamaño de fuente */
        line-height: 1.5; /* Altura de línea */
        color: #333; /* Color del texto */
      }
      
      /* Ajustes opcionales para dispositivos móviles */
      @media (max-width: 768px) {
        .accordion {
          margin: 10px; /* Añadir margen alrededor del acordeón */
        }
      
        .accordion-header {
          font-size: 1rem; /* Reducir tamaño de fuente */
        }
      
        .accordion-button {
          font-size: 0.9rem; /* Ajustar tamaño del texto */
          padding: 8px; /* Reducir espaciado */
        }
      }
      footer {
        width: 100%;
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        background-color: #062735;
        position: relative;
        z-index: 33333;
      }
      .footer-container {
        width: 100%;
        background-color: #00aebe00;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .footer-social {
        width: 100%;
        height: 100px;
        position: relative;
        z-index: 1;
      }
      .footer-social p {
        display: none;
      }
      .social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
      }
      .social-icon {
        width: 40px;
        height: 40px;
        background-color: white;
        margin: 10px;
        border-radius: 10px;
        padding: 5px;
        display: flex;
        align-items: center;
      }
      #btn-back-to-top {
        position: fixed;
        bottom: 120px;
        right: 40px;
        display: none;
        background-color: #062735;
        border-color: #062735;
        border-radius: 50%;
      }
    
      .gtranslate_wrapper {
        position: absolute;
        z-index: 3;
        bottom: 90px;
      }
}
@media(min-width: 700px) and (max-width: 900px){
  .principal {
    width: 100%;
    height: 100vh;
    background: rgb(16, 184, 255);
    background: linear-gradient(
      0deg,
      rgba(16, 184, 255, 1) 4%,
      rgba(1, 61, 4, 0.616) 48%,
      #bddb6b 100%
    ), url(../images/DJI_0722nieve-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }
      .principal-title {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        position: relative;
        z-index: 2;
      }
      .principal-title h1 {
        font-size: 5rem;
        color: white;
      }
      .principal-title span {
        font-size: 1.2rem;
        color: white;
      }
      .principal-buttons {
        width: 100%;
        padding-top: 5%;
      }
      .principal-buttons button {
        width: 200px;
        height: 60px;
        font-weight: 600;
        border-style: none;
        color: white;
      }
      .principal-buttons a {
        text-decoration: none;
      }
      .form-btn{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
      }
      .form-btn button{
        width: 100%;
        height: 50px;
        font-size: 1rem;
        font-weight: 600;
        border-style: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .form-btn i{
        font-size: 1rem;
        padding-right: 10px;
      }
      .postula-btn button{
        background-color: #bddb6b;
        color: #062735;
      }
      .principal-img {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        display: none;
      }
      .principal-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        z-index: 2;
      }
      .principal-square {
        width: 250px;
        height: 250px;
        position: absolute;
        z-index: 1;
        border-radius: 60px;
        transform: rotate(45deg);
        background: rgba(255, 255, 255, 0.295);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.568);
      }
      .separador {
        width: 100%;
        height: 250px;
        position: relative;
      }
      
      .secondary {
        width: 100%;
        height: 550px;
      }
      
      .secondary-content-1 {
        width: 100%;
        height: 200px;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
      }
      .secondary-content-1 strong {
        color: #10b8ff;
      }
      .secondary-img {
        width: 200px;
        height: 200px;
        overflow: hidden;
      }
      .secondary-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }
      .secondary-info {
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .secondary-info p {
        font-size: 1.2rem;
        color: #062735;
      }
      
      .terciary {
        width: 100%;
        height: 500px;
        background: linear-gradient(0deg, #0627358c 90%, #06273500 10%),
          url(../images/secondary-img.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .terciary-content {
        width: 100%;
        height: 200px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
      }
      .terciary-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .terciary-title h2 {
        color: white;
        font-size: 2rem;
        text-align: center;
        font-weight: 600;
      }
      .fourth {
        width: 100%;
        height: auto;
      }
      .fourth-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .req {
        width: 100%;
        background-color: #ffffff;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas: "icon info";
        padding-left: 10%;
        padding-right: 10%;
      }
      .icon {
        grid-area: icon;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .icon i {
        color: #062735;
        font-size: 4.5rem;
      }
      .info {
        grid-area: info;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 20px;
      }
      .info h3 {
        color: #062735;
        font-weight: 700;
        font-size: 1.8rem;
      }
      .info p {
        font-size: 1.2rem;
      }
      .requisito-1 {
        background-color: #eaffb167;
      }
      .requisito-2 {
        background-color: #eaffb1be;
      }
      .requisito-3 {
        background-color: #eaffb1;
      }
      .content-box h3,.content-box p{
        padding: 0;
        font-size: 1rem;
      }
      .number-box{
        width: 60px;
        height: 60px;
        font-size: 1rem;
        border-radius: 50%;
        display: none;
      }
      .icon-box{
        width: 60px;
        height: 60px;
      }
      .timeline-item:nth-child(odd) .number-box {
        border-radius: 50%;
      }
      .circle{
        display: none;
      }
      .sixth {
        width: 100%;
        height: 1500px;
        background-color: #062735;
        display: flex;
        flex-direction: column;
      }
      .postular {
        width: 100%;
        height: 50%;
        background: #062735;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: white;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 400px 100px;
        grid-template-areas:
          "post-title"
          "post-info"
          "post-btn";
        gap: 20px;
      }
      .post-title {
        width: 100%;
        grid-area: post-title;
      }
      .post-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .post-info {
        width: 100%;
        grid-area: post-info;
      }
      .post-info p {
        font-size: 1.2rem;
      }
      .post-info span {
        font-size: 1.3rem;
      }
      .post-info li {
        font-size: 1rem;
      }
      .post-btn {
        width: 100%;
        grid-area: post-btn;
      }
      .post-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        color: #062735;
      }
      .post-btn a {
        font-size: 1rem;
      }
      .votar {
        width: 100%;
        height: 50%;
        background: #bddb6b;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: #062735;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 400px 100px;
        grid-template-areas:
          "vote-title"
          "vote-info"
          "vote-btn";
        gap: 20px;
      }
      .vote-title {
        width: 100%;
        grid-area: vote-title;
      }
      .vote-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .vote-info {
        width: 100%;
        grid-area: vote-info;
      }
      .vote-info p {
        font-size: 1.2rem;
      }
      .vote-info span {
        font-size: 1.3rem;
      }
      .vote-info li {
        font-size: 1rem;
      }
      .vote-btn {
        width: 100%;
        grid-area: vote-btn;
      }
      .vote-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        background-color: #062735;
        color: white;
      }
      .vote-btn a {
        font-size: 1rem;
      }
      
      .seventh {
        width: 100%;
        height: auto;
        background-image: radial-gradient(#10b8ff 1px, transparent 1px);
        background-size: 100px 100px;
        background-color: rgba(188, 131, 199, 0);
        background-color: #1a2e36;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
      }
      .seventh-title {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .seventh-title h2 {
        color: white;
        font-size: 2rem;
      }
      .seventh-faqs{
        width: 100%;
        height:auto;
        background-color: #06273500;
      }
      
      
      /* Estilo general para el acordeón */
      .accordion {
        border-color: #10b8ff;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      
      /* Estilo para cada ítem del acordeón */
      .accordion-item {
        border-radius: 50px;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-item:last-child {
        border-bottom: none; /* Quitar el borde del último ítem */
      }
      
      /* Estilo para los encabezados */
      .accordion-header {
        background-color: #062735; /* Fondo claro */
        padding: 10px 15px; /* Espaciado */
        font-size: 1rem; /* Tamaño de fuente */
        font-weight: bold; /* Negrita */
      }
      
      /* Estilo para los botones del acordeón */
      .accordion-button {
        background-color: #06273500; /* Fondo azul */
        color: #ffffff; /* Texto blanco */
        font-size: 1.3rem; /* Tamaño del texto */
        padding: 20px; /* Espaciado interno */
        border: none; /* Sin bordes */
        border-radius: 0; /* Quitar esquinas redondeadas */
        transition: background-color 0.3s ease, transform 0.2s ease; /* Transiciones suaves */
      }
      
      .accordion-button:hover {
        background-color: #ffffff00; /* Color más oscuro al pasar el ratón */
        color: white;
      }
      
      
      /* Mantener el mismo color cuando el ítem está activo */
      .accordion-button:focus {
        box-shadow: none !important; /* Eliminar el borde o sombra azul del foco */
        background-color: #0057b300 !important; /* Mantener el color activo */
        color: white !important; /* Asegurar que el texto sea visible */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-button:not(.collapsed):focus {
        background-color: #0057b300 !important; /* Fondo del ítem activo */
        color: white !important;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Prevenir cambios de color al hacer clic fuera */
      .accordion-button:not(.collapsed) {
        background-color: #0057b300 !important; /* Fondo activo */
        color: white !important; /* Color del texto */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Opcional: Si quieres un estilo diferente para el foco */
      .accordion-button:focus-visible {
        outline: none; /* Eliminar el contorno por defecto */
        box-shadow: none !important; /* Sin sombra */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      
      /* Contenido del acordeón */
      .accordion-body {
        background-color: #ffffff; /* Fondo blanco */
        padding: 15px; /* Espaciado interno */
        font-size: 1rem; /* Tamaño de fuente */
        line-height: 1.5; /* Altura de línea */
        color: #333; /* Color del texto */
      }
      
      /* Ajustes opcionales para dispositivos móviles */
      @media (max-width: 768px) {
        .accordion {
          margin: 10px; /* Añadir margen alrededor del acordeón */
        }
      
        .accordion-header {
          font-size: 1rem; /* Reducir tamaño de fuente */
        }
      
        .accordion-button {
          font-size: 0.9rem; /* Ajustar tamaño del texto */
          padding: 8px; /* Reducir espaciado */
        }
      }
      footer {
        width: 100%;
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        background-color: #062735;
        position: relative;
        z-index: 33333;
      }
      .footer-container {
        width: 100%;
        background-color: #00aebe00;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .footer-social {
        width: 100%;
        height: 100px;
        position: relative;
        z-index: 1;
      }
      .footer-social p {
        display: none;
      }
      .social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
      }
      .social-icon {
        width: 40px;
        height: 40px;
        background-color: white;
        margin: 10px;
        border-radius: 10px;
        padding: 5px;
        display: flex;
        align-items: center;
      }
      #btn-back-to-top {
        position: fixed;
        bottom: 120px;
        right: 40px;
        display: none;
        background-color: #062735;
        border-color: #062735;
        border-radius: 50%;
      }
    
      .gtranslate_wrapper {
        position: absolute;
        z-index: 3;
        bottom: 90px;
      }
}
@media(min-width: 500px) and (max-width: 700px){
  .principal {
    width: 100%;
    height: 100vh;
    background: rgb(16, 184, 255);
    background: linear-gradient(
      0deg,
      rgba(16, 184, 255, 1) 4%,
      rgba(1, 61, 4, 0.616) 48%,
      #bddb6b 100%
    ), url(../images/DJI_0722nieve-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }
      .principal-title {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        position: relative;
        z-index: 2;
      }
      .principal-title h1 {
        font-size: 4rem;
        color: white;
      }
      .principal-title span {
        font-size: 1.2rem;
        color: white;
      }
      .principal-buttons {
        width: 100%;
        padding-top: 5%;
      }
      .principal-buttons button {
        width: 150px;
        height: 50px;
        font-weight: 600;
        border-style: none;
        color: white;
        font-size: 0.8rem;
      }
      .principal-buttons a {
        text-decoration: none;
      }
      .form-btn{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
      }
      .form-btn button{
        width: 100%;
        height: 50px;
        font-size: 1rem;
        font-weight: 600;
        border-style: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .form-btn i{
        font-size: 1rem;
        padding-right: 10px;
      }
      .postula-btn button{
        background-color: #bddb6b;
        color: #062735;
      }
      .principal-img {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        display: none;
      }
      .principal-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
        z-index: 2;
      }
      .principal-square {
        width: 250px;
        height: 250px;
        position: absolute;
        z-index: 1;
        border-radius: 60px;
        transform: rotate(45deg);
        background: rgba(255, 255, 255, 0.295);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.568);
      }
      .separador {
        width: 100%;
        height: 250px;
        position: relative;
      }
      
      .secondary {
        width: 100%;
        height: 800px;
      }
      
      .secondary-content-1 {
        width: 100%;
        height: 600px;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: start;
      }
      .secondary-content-1 strong {
        color: #10b8ff;
      }
      .secondary-img {
        width: 200px;
        height: 200px;
        overflow: hidden;
      }
      .secondary-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }
      .secondary-info {
        width: 100%;
        height: 300px;
        padding: 40px;
      }
      .secondary-info p {
        font-size: 1.2rem;
        color: #062735;
      }
      
      .terciary {
        width: 100%;
        height: 450px;
        background: linear-gradient(0deg, #0627358c 100%, #06273500 10%),
          url(../images/secondary-img.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .terciary-content {
        width: 100%;
        height: 200px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10%;
      }
      .terciary-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .terciary-title h2 {
        color: white;
        font-size: 2rem;
        text-align: center;
        font-weight: 600;
      }
      .fourth {
        width: 100%;
        height: auto;
      }
      .fourth-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .req {
        width: 100%;
        background-color: #ffffff;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas: "icon info";
        padding-left: 10%;
        padding-right: 10%;
      }
      .icon {
        grid-area: icon;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .icon i {
        color: #062735;
        font-size: 4.5rem;
      }
      .info {
        grid-area: info;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 20px;
      }
      .info h3 {
        color: #062735;
        font-weight: 700;
        font-size: 1.5rem;
      }
      .info p {
        font-size: 1rem;
      }
      .requisito-1 {
        background-color: #eaffb167;
      }
      .requisito-2 {
        background-color: #eaffb1be;
      }
      .requisito-3 {
        background-color: #eaffb1;
      }
      .content-box h3,.content-box p{
        padding: 0;
        font-size: 1rem;
      }
      .number-box{
        width: 60px;
        height: 60px;
        font-size: 1rem;
        border-radius: 50%;
        display: none;
      }
      .icon-box{
        width: 60px;
        height: 60px;
      }
      .timeline-item:nth-child(odd) .number-box {
        border-radius: 50%;
      }
      .circle{
        display: none;
      }
      .sixth {
        width: 100%;
        height: 1800px;
        background-color: #062735;
        display: flex;
        flex-direction: column;
      }
      .postular {
        width: 100%;
        background: #062735;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: white;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 500px 100px;
        grid-template-areas:
          "post-title"
          "post-info"
          "post-btn";
        gap: 20px;
      }
      .post-title {
        width: 100%;
        grid-area: post-title;
      }
      .post-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .post-info {
        width: 100%;
        grid-area: post-info;
      }
      .post-info p {
        font-size: 1.2rem;
      }
      .post-info span {
        font-size: 1.3rem;
      }
      .post-info li {
        font-size: 1rem;
      }
      .post-btn {
        width: 100%;
        grid-area: post-btn;
      }
      .post-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        color: #062735;
      }
      .post-btn a {
        font-size: 1rem;
      }
      .votar {
        width: 100%;
        background: #bddb6b;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        color: #062735;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 500px 100px;
        grid-template-areas:
          "vote-title"
          "vote-info"
          "vote-btn";
        gap: 20px;
      }
      .vote-title {
        width: 100%;
        grid-area: vote-title;
      }
      .vote-title h3 {
        font-size: 2rem;
        font-weight: 700;
      }
      .vote-info {
        width: 100%;
        grid-area: vote-info;
      }
      .vote-info p {
        font-size: 1.2rem;
      }
      .vote-info span {
        font-size: 1.3rem;
      }
      .vote-info li {
        font-size: 1rem;
      }
      .vote-btn {
        width: 100%;
        grid-area: vote-btn;
      }
      .vote-btn button {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border-style: none;
        background-color: #062735;
        color: white;
      }
      .vote-btn a {
        font-size: 1rem;
      }
      
      .seventh {
        width: 100%;
        height: auto;
        background-image: radial-gradient(#10b8ff 1px, transparent 1px);
        background-size: 100px 100px;
        background-color: rgba(188, 131, 199, 0);
        background-color: #1a2e36;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
      }
      .seventh-title {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
      }
      .seventh-title h2 {
        color: white;
        font-size: 2rem;
      }
      .seventh-faqs{
        width: 100%;
        height:auto;
        background-color: #06273500;
      }
      
      
      /* Estilo general para el acordeón */
      .accordion {
        border-color: #10b8ff;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      
      /* Estilo para cada ítem del acordeón */
      .accordion-item {
        border-radius: 50px;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-item:last-child {
        border-bottom: none; /* Quitar el borde del último ítem */
      }
      
      /* Estilo para los encabezados */
      .accordion-header {
        background-color: #062735; /* Fondo claro */
        padding: 10px 15px; /* Espaciado */
        font-size: 1rem; /* Tamaño de fuente */
        font-weight: bold; /* Negrita */
      }
      
      /* Estilo para los botones del acordeón */
      .accordion-button {
        background-color: #06273500; /* Fondo azul */
        color: #ffffff; /* Texto blanco */
        font-size: 1.3rem; /* Tamaño del texto */
        padding: 20px; /* Espaciado interno */
        border: none; /* Sin bordes */
        border-radius: 0; /* Quitar esquinas redondeadas */
        transition: background-color 0.3s ease, transform 0.2s ease; /* Transiciones suaves */
      }
      
      .accordion-button:hover {
        background-color: #ffffff00; /* Color más oscuro al pasar el ratón */
        color: white;
      }
      
      
      /* Mantener el mismo color cuando el ítem está activo */
      .accordion-button:focus {
        box-shadow: none !important; /* Eliminar el borde o sombra azul del foco */
        background-color: #0057b300 !important; /* Mantener el color activo */
        color: white !important; /* Asegurar que el texto sea visible */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      .accordion-button:not(.collapsed):focus {
        background-color: #0057b300 !important; /* Fondo del ítem activo */
        color: white !important;
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Prevenir cambios de color al hacer clic fuera */
      .accordion-button:not(.collapsed) {
        background-color: #0057b300 !important; /* Fondo activo */
        color: white !important; /* Color del texto */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      /* Opcional: Si quieres un estilo diferente para el foco */
      .accordion-button:focus-visible {
        outline: none; /* Eliminar el contorno por defecto */
        box-shadow: none !important; /* Sin sombra */
        border-bottom: none !important; /* Elimina el borde inferior */
      }
      
      
      /* Contenido del acordeón */
      .accordion-body {
        background-color: #ffffff; /* Fondo blanco */
        padding: 15px; /* Espaciado interno */
        font-size: 1rem; /* Tamaño de fuente */
        line-height: 1.5; /* Altura de línea */
        color: #333; /* Color del texto */
      }
      
      /* Ajustes opcionales para dispositivos móviles */
      @media (max-width: 768px) {
        .accordion {
          margin: 10px; /* Añadir margen alrededor del acordeón */
        }
      
        .accordion-header {
          font-size: 1rem; /* Reducir tamaño de fuente */
        }
      
        .accordion-button {
          font-size: 0.9rem; /* Ajustar tamaño del texto */
          padding: 8px; /* Reducir espaciado */
        }
      }
      footer {
        width: 100%;
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        background-color: #062735;
        position: relative;
        z-index: 33333;
      }
      .footer-container {
        width: 100%;
        background-color: #00aebe00;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .footer-social {
        width: 100%;
        height: 100px;
        position: relative;
        z-index: 1;
      }
      .footer-social p {
        display: none;
      }
      .social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
      }
      .social-icon {
        width: 40px;
        height: 40px;
        background-color: white;
        margin: 10px;
        border-radius: 10px;
        padding: 5px;
        display: flex;
        align-items: center;
      }
      #btn-back-to-top {
        position: fixed;
        bottom: 120px;
        right: 40px;
        display: none;
        background-color: #062735;
        border-color: #062735;
        border-radius: 50%;
      }
    
      .gtranslate_wrapper {
        position: absolute;
        z-index: 3;
        bottom: 90px;
      }
}
@media(min-width: 300px) and (max-width: 500px){
  .header {
    display: none;
  }
  /* Estilos para el logo */
  .navbar-brand img {
    height: 40px; /* Ajusta el tamaño según sea necesario */
    padding: 0;
  }
  .container-fluid {
    padding-left: 0;
  }
  .navbar {
    position: fixed;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 1050;
    background-color: #062735;
    display: block;
  }
  /* Espacio para compensar la barra de navegación fija */
  .content-spacing {
    padding-top: 70px; /* Ajusta este valor según la altura de la barra de navegación */
  }
  .collapse {
    background-color: #062735;
  }
  .navbar-nav {
    background-color: #062735;
  }
  .text-body-emphasis {
    background-color: #062735;
  }
  .nav-menu {
    padding-top: 80px;
    padding-bottom: 10px;
    padding-left: 10%;
    background-color: #062735;
  }
  .principal {
    width: 100%;
    height: 100vh;
    background: rgb(16, 184, 255);
    background: linear-gradient(
      0deg,
      rgba(16, 184, 255, 1) 4%,
      rgba(1, 61, 4, 0.616) 48%,
      #bddb6b 100%
    ), url(../images/DJI_0722nieve-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }
  .principal-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .principal-title h1 {
    font-size: 3rem;
    color: white;
  }
  .principal-title span {
    font-size: 1rem;
    color: white;
  }
  .principal-buttons {
    width: 100%;
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .principal-buttons button {
    width: 100%;
    height: 50px;
    font-weight: 600;
    border-style: none;
    border-radius: 20px;
    background-color: #0627356b;
    color: white;
    font-size: 0.7rem;
  }
  .principal-buttons a {
    text-decoration: none;
  }
  .form-btn{
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .form-btn button{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    font-weight: 600;
    border-style: none;
    border-radius: 20px;
    background-color: #062735;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-btn i{
    font-size: 1rem;
    padding-right: 10px;
  }
  .postula-btn button{
    background-color: #bddb6b;
    color: #062735;
  }
  .principal-img {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    display: none;
  }
  .principal-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }
  .principal-square {
    width: 250px;
    height: 250px;
    position: absolute;
    z-index: 1;
    border-radius: 60px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.295);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.568);
  }
  .separador {
    width: 100%;
    height: 150px;
    position: relative;
  }
  
  .secondary {
    width: 100%;
    height: 800px;
  }
  
  .secondary-content-1 {
    width: 100%;
    height: 500px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: start;
  }
  .secondary-content-1 strong {
    color: #10b8ff;
  }
  .secondary-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
  .secondary-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .secondary-info {
    width: 100%;
    height: 300px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .secondary-info p {
    font-size: 1rem;
    color: #062735;
    text-align: start;
  }
  
  .terciary {
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, #0627358c 100%, #06273500 10%),
      url(../images/secondary-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .terciary-content {
    width: 100%;
    height: 200px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
  }
  .terciary-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .terciary-title h2 {
    color: white;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
  }
  .fourth {
    width: 100%;
    height: auto;
  }
  .fourth-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .req {
    width: 100%;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "icon""info";
    padding-left: 5%;
    padding-right: 5%;
  }
  .icon {
    grid-area: icon;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
  }
  .icon i {
    color: #062735;
    font-size: 3rem;
  }
  .info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .info h3 {
    color: #062735;
    font-weight: 700;
    font-size: 1rem;
  }
  .info p {
    font-size: 0.8rem;
  }
  .requisito-1 {
    background-color: #eaffb167;
  }
  .requisito-2 {
    background-color: #eaffb1be;
  }
  .requisito-3 {
    background-color: #eaffb1;
  }
  .content-box h3,.content-box p{
    padding: 0;
    font-size: 1rem;
  }
  .number-box{
    width: 60px;
    height: 60px;
    font-size: 1rem;
    border-radius: 50%;
    display: none;
  }
  .icon-box{
    width: 60px;
    height: 60px;
  }
  .timeline-item:nth-child(odd) .number-box {
    border-radius: 50%;
  }
  .circle{
    display: none;
  }
  .sixth {
    width: 100%;
    height: 1800px;
    background-color: #062735;
    display: flex;
    flex-direction: column;
  }
  .postular {
    width: 100%;
    background: #062735;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 650px 100px;
    grid-template-areas:
      "post-title"
      "post-info"
      "post-btn";
    gap: 20px;
  }
  .post-title {
    width: 100%;
    grid-area: post-title;
    padding-top: 10%;
  }
  .post-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .post-info {
    width: 100%;
    grid-area: post-info;
  }
  .post-info p {
    font-size: 1rem;
  }
  .post-info span {
    font-size: 1rem;
  }
  .post-info li {
    font-size: 1rem;
  }
  .post-btn {
    width: 100%;
    grid-area: post-btn;
  }
  .post-btn button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border-style: none;
    color: #062735;
  }
  .post-btn a {
    font-size: 1rem;
  }
  .votar {
    width: 100%;
    background: #bddb6b;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #062735;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 600px 100px;
    grid-template-areas:
      "vote-title"
      "vote-info"
      "vote-btn";
    gap: 20px;
  }
  .vote-title {
    width: 100%;
    grid-area: vote-title;
    padding-top: 10%;
  }
  .vote-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .vote-info {
    width: 100%;
    grid-area: vote-info;
  }
  .vote-info p {
    font-size: 1rem;
  }
  .vote-info span {
    font-size: 1rem;
  }
  .vote-info li {
    font-size: 1rem;
  }
  .vote-btn {
    width: 100%;
    grid-area: vote-btn;
  }
  .vote-btn button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border-style: none;
    background-color: #062735;
    color: white;
  }
  .vote-btn a {
    font-size: 1rem;
  }
  
  .seventh {
    width: 100%;
    height: auto;
    background-image: radial-gradient(#10b8ff 1px, transparent 1px);
    background-size: 100px 100px;
    background-color: rgba(188, 131, 199, 0);
    background-color: #1a2e36;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
  }
  .seventh-title {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .seventh-title h2 {
    color: white;
    font-size: 1.5rem;
    text-align: center;
  }
  .seventh-faqs{
    width: 100%;
    height:auto;
    background-color: #06273500;
  }
  
  
  /* Estilo general para el acordeón */
  .accordion {
    border-color: #10b8ff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  /* Estilo para cada ítem del acordeón */
  .accordion-item {
    border-radius: 50px;
    border-bottom: none !important; /* Elimina el borde inferior */
  }
  
  .accordion-item:last-child {
    border-bottom: none; /* Quitar el borde del último ítem */
  }
  
  /* Estilo para los encabezados */
  .accordion-header {
    background-color: #062735; /* Fondo claro */
    padding: 10px 15px; /* Espaciado */
    font-size: 1rem; /* Tamaño de fuente */
    font-weight: bold; /* Negrita */
  }
  
  /* Estilo para los botones del acordeón */
  .accordion-button {
    background-color: #06273500; /* Fondo azul */
    color: #ffffff; /* Texto blanco */
    font-size: 1.3rem; /* Tamaño del texto */
    padding: 20px; /* Espaciado interno */
    border: none; /* Sin bordes */
    border-radius: 0; /* Quitar esquinas redondeadas */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Transiciones suaves */
  }
  
  .accordion-button:hover {
    background-color: #ffffff00; /* Color más oscuro al pasar el ratón */
    color: white;
  }
  
  
  /* Mantener el mismo color cuando el ítem está activo */
  .accordion-button:focus {
    box-shadow: none !important; /* Eliminar el borde o sombra azul del foco */
    background-color: #0057b300 !important; /* Mantener el color activo */
    color: white !important; /* Asegurar que el texto sea visible */
    border-bottom: none !important; /* Elimina el borde inferior */
  }
  
  .accordion-button:not(.collapsed):focus {
    background-color: #0057b300 !important; /* Fondo del ítem activo */
    color: white !important;
    border-bottom: none !important; /* Elimina el borde inferior */
  }
  
  /* Prevenir cambios de color al hacer clic fuera */
  .accordion-button:not(.collapsed) {
    background-color: #0057b300 !important; /* Fondo activo */
    color: white !important; /* Color del texto */
    border-bottom: none !important; /* Elimina el borde inferior */
  }
  
  /* Opcional: Si quieres un estilo diferente para el foco */
  .accordion-button:focus-visible {
    outline: none; /* Eliminar el contorno por defecto */
    box-shadow: none !important; /* Sin sombra */
    border-bottom: none !important; /* Elimina el borde inferior */
  }
  
  
  /* Contenido del acordeón */
  .accordion-body {
    background-color: #ffffff; /* Fondo blanco */
    padding: 15px; /* Espaciado interno */
    font-size: 0.8rem; /* Tamaño de fuente */
    line-height: 1.5; /* Altura de línea */
    color: #333; /* Color del texto */
  }
  
  /* Ajustes opcionales para dispositivos móviles */
  @media (max-width: 768px) {
    .accordion {
      margin: 10px; /* Añadir margen alrededor del acordeón */
    }
  
    .accordion-header {
      font-size: 1rem; /* Reducir tamaño de fuente */
    }
  
    .accordion-button {
      font-size: 0.9rem; /* Ajustar tamaño del texto */
      padding: 8px; /* Reducir espaciado */
    }
  }
  footer {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: #062735;
    position: relative;
    z-index: 33333;
  }
  .footer-container {
    width: 100%;
    background-color: #00aebe00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-social {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
  }
  .footer-social p {
    display: none;
  }
  .social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  #btn-back-to-top {
    position: fixed;
    bottom: 120px;
    right: 37px;
    display: none;
    background-color: #062735;
    border-color: #062735;
    border-radius: 50%;
  }
  .modal-content {
    background-color: #fff;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
    position: relative;
  }
  .gtranslate_wrapper {
    position: absolute;
    z-index: 3;
    bottom: 90px;
  }
}