
/* ESTRUCTURA GENERAL*/
  html, body {
  height: 150vh; 
  margin: 0;

}

body {
    background-color: #F5F5F0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: flex;
    flex-direction: column;
    }
    
header {
    margin-top: 61px;     
    }

main {
  flex: 1; 
}
/* TERMINA ESTRUCTURA GENERAL*/

/* BOTÓN SELECTOR DE GARITAS*/


.dropdown-conteiner {
  position: relative;
  width: 100%;
  margin-right: 20px;
  padding-top: 37px;
  margin-bottom: 27px;
  justify-content: left;
  display: flex;

  
}

/* Botón principal */
.dropdown {
  background-color: white;
  border: 1px solid black;
  width: 50%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  max-width: 500px;
}

.dropdown:hover {
  background-color: #f0f0f0;
}

/* Texto del botón */
.buttondrop {
  font-size: 1.125rem;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  text-align: center;
  color: black;
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}

/* Menú desplegable */
.dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid black;
  width: 50%;
  z-index: 10;
  text-align: center;
  max-width: 500px;
}

.dropdown-menu a {
  text-decoration: none;
  color: black;
  padding: 10px;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 1.125rem;
  border-bottom: 1px solid #000000;
  transition: background-color 0.2s ease;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: black;
  color: white;
}




/* TERMINA BOTÓN SELECTOR DE GARITAS*/
    
.titulo {
    font-size:  1.5rem;
    font-family: 'Archivo Black', Arial, sans-serif;
    text-align: left;
    line-height: 0.9; /* valor menor = menos espacio */
    margin-bottom: 0.2em;
    color: transparent;               /* sin relleno */
    -webkit-text-stroke: 1px #000;    /* grosor y color del borde */
    font-weight: bold;
    
    }

.subtitulo {
    font-size:  0.75rem;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    text-align: left;
    color:black;
    font-weight: 500;
      line-height: 0.9; /* valor menor = menos espacio */
  margin-bottom: 0.2em;
    }





          .garitas-main-conteiner {
        height:auto;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40%;

         }



    .fuente-garitas {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; /* regular */
    font-size:  1.75rem;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 6px;
    text-align: left;
    }

    .fuente-lineas-abiertas {
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 0.625rem;
    padding: 0;
    margin-top: -4px;
    text-align: left;

    }



    .flecha {
    margin-right: 0.4rem;
    }

    .icono-caminando {
      height: 42px;
      width: 42px;
    }

      .icono-carro {
      height: 62px;
      width: 62px;
    }

       .icono-ready-lane {
      height: 32px;
      width: 63px;
      margin-top: 10px;
    }

        .icono-sentri-logo {
      height: 32px;
      width: 54px;
      margin-top: 4px;
      
    }


     .main-garita-unit{
       height: 72px;
       background-color: white;
       border: 1px solid black;
       display: flex;
       width: 100%;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       gap: 5vw;
       max-width: 500px;
    }

     .inside-main-garita-unit {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30%;
    }

         .big-API {
      display: flex;
      justify-content: left;
      align-items: left;
      width:40%;
    }

       .API {
      display: flex;
      flex-direction: column;
      height: auto;
      width: auto;
      align-items: left;
      justify-content: center;
    }

    .boton-footer {
  display: inline-block;
  background-color: #F5F5F0;
  color: #C4C4C4;
  text-decoration: none;
  transition: background 0.3s;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size:  1.125rem;
  border: 1px solid #C4C4C4;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 3px;
  padding-bottom: 3px;

}

.boton-footer:hover {
  background-color: #C4C4C4;
  color: #F5F5F0;
}

.botones {
  display: flex;
  flex-wrap: wrap;         
  gap: 11px;               
  justify-content: center; 
  align-items: center;
  
}

footer {
  padding-right: 12px;
  padding-left: 12px;
  height: auto;
  margin-top: 150px;
}

.disclaimer {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size:  0.625rem;
  color: #C4C4C4;
  margin-top: 1.1875rem;
  text-align: center;
}

.copyright {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 0.75rem;
  color: #C4C4C4;
  text-align: center;
  margin-top: 0.1rem;
}

.version-info {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 0.75rem;
  color: #C4C4C4;
  text-align: center;
  margin-top: 0.5rem;
}

.titulo-about {
    font-size:  1rem;
    font-family: 'Archivo Black', Arial, sans-serif;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 44px;
}


.parrafo-padding{
  padding-left: 14px;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: left;
  margin-top: 29px;
}

.parrafo-padding-second{
  padding-left: 14px;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: center;
  margin-top: 29px;
}

.parrafo-padding-third{
  padding-left: 14px;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: center;
  margin-top: 29px;
}

.hipervinculos {
  color: black; /* Cambia el color del texto */
}

.hipervinculos:hover {
  color: #00356e; /* Cambia el color al pasar el mouse */
  text-decoration: underline; /* O puedes subrayarlo de nuevo */
}

.modal {
  display: none; /* oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  max-width: 350px;
  text-align: center;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
}


h2 {
  font-family: 'Archivo Black', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #424242;
}




































@media screen and (min-width: 768px) {
  
/* ESTRUCTURA GENERAL*/
  html, body {
  height: auto; 
  margin: 0;

}

body {
    background-color: #F5F5F0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: flex;
    flex-direction: column;
    }
    
header {
      
    display: flex;
    align-items: center;
    flex-direction: column;
    
    
    }

main {
  flex: 1; 
}
/* TERMINA ESTRUCTURA GENERAL*/

/* BOTÓN SELECTOR DE GARITAS*/


.dropdown-conteiner {
  position: relative;
  width: 100%;
  margin-right: 20px;
  padding-top: 37px;
  margin-bottom: 27px;
  justify-content: center;
  display: flex;

  
}

/* Botón principal */
.dropdown {
  background-color: white;
  border: 1px solid black;
  width: 20%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  max-width: 400px;
}

.dropdown:hover {
  background-color: #f0f0f0;
}

/* Texto del botón */
.buttondrop {
  font-size: 0.9rem;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  text-align: center;
  color: black;
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}

/* Menú desplegable */
.dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 39.95%;
  background-color: white;
  border: 1px solid black;
  width: 20%;
  z-index: 10;
  text-align: center;
  max-width: 400px;
}

.dropdown-menu a {
  text-decoration: none;
  color: black;
  padding: 10px;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 0.9rem;
  border-bottom: 1px solid #000000;
  transition: background-color 0.2s ease;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: black;
  color: white;
}




/* TERMINA BOTÓN SELECTOR DE GARITAS*/
    
.titulo {
    font-size:  1.2rem;
    font-family: 'Archivo Black', Arial, sans-serif;
    text-align: left;
    line-height: 0.9; /* valor menor = menos espacio */
    margin-bottom: 0.1em;
    color: transparent;               /* sin relleno */
    -webkit-text-stroke: 1px #000;    /* grosor y color del borde */
    font-weight: bold;
    
    }

.subtitulo {
    font-size:  0.6rem;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    text-align: left;
    color:black;
    font-weight: 500;
      line-height: 0.9; /* valor menor = menos espacio */
  margin-bottom: 0.2em;
    }





          .garitas-main-conteiner {
        height:auto;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10%;

         }



    .fuente-garitas {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; /* regular */
    font-size:  1.5rem;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 6px;
    text-align: left;
    }

    .fuente-lineas-abiertas {
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 0.6rem;
    padding: 0;
    margin-top: -4px;
    text-align: left;

    }



    .flecha {
    margin-right: 0.4rem;
    }

    .icono-caminando {
      height: 32px;
      width: 32px;
      
    }

      .icono-carro {
      height: 45px;
      width: 45px;
   
    }

       .icono-ready-lane {
      height: 28px;
      width: 58px;
      margin-top: 10px;
    }

        .icono-sentri-logo {
      height: 27px;
      width: 49px;
      margin-top: 4px;
      
    }

            .icono-general {
      height: 27px;
      width: 49px;
      margin-top: 2px;
      
    }




     .main-garita-unit{
       height: 50px;
       background-color: white;
       border: 1px solid black;
       display: flex;
       width: 100%;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       gap: 2.5vw;
       max-width: 400px;
    }

     .inside-main-garita-unit {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30%;
    }

         .big-API {
      display: flex;
      justify-content: left;
      align-items: left;
      width:40%;
    }

       .API {
      display: flex;
      flex-direction: column;
      height: auto;
      width: auto;
      align-items: left;
      justify-content: center;
    }

    .boton-footer {
  display: inline-block;
  background-color: #F5F5F0;
  color: #C4C4C4;
  text-decoration: none;
  transition: background 0.3s;
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size:  0.9rem;
  border: 1px solid #C4C4C4;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 3px;
  padding-bottom: 3px;

}

.boton-footer:hover {
  background-color: #C4C4C4;
  color: #F5F5F0;
}

.botones {
  display: flex;
  flex-wrap: wrap;         
  gap: 11px;               
  justify-content: center; 
  align-items: center;
  
  
}

footer {
  padding-right: 12px;
  padding-left: 12px;
  height: auto;
  margin-top: 150px;
  
  
}

.disclaimer {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size:  0.625rem;
  color: #C4C4C4;
  margin-top: 0.5rem;
  text-align: center;
}

.copyright {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 0.75rem;
  color: #C4C4C4;
  text-align: center;
 
}

.version-info {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  font-size: 0.75rem;
  color: #C4C4C4;
  text-align: center;
  margin-top: 0.1rem;
}

.titulo-about {
    font-size:  1rem;
    font-family: 'Archivo Black', Arial, sans-serif;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 44px;
}


.parrafo-padding{
  padding-left: 35%;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: left;
  margin-top: 29px;
  max-width: 400px;

  

}

.parrafo-padding-second{
  padding-left: 14px;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: center;
  margin-top: 29px;
}

.parrafo-padding-third{
  padding-left: 14px;
  padding-right: 14px;
  font-size:  0.9375rem;
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 400; /* Regular */
  text-align: center;
  margin-top: 29px;
}
.hipervinculos {
  color: black; /* Cambia el color del texto */
}

.hipervinculos:hover {
  color: #00356e; /* Cambia el color al pasar el mouse */
  text-decoration: underline; /* O puedes subrayarlo de nuevo */
}

.modal {
  display: none; /* oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  max-width: 350px;
  text-align: center;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
}


h2 {
  font-family: 'Archivo Black', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #424242;
}
}


