
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');

/* SECCIÓN HEADER */

header.h-desktop {
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
    z-index: 999999;
    border-bottom: 5px solid #ffa100;
}


.logo-ulpgc-ecoaqua {
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
	  justify-content: center;
    padding: 0 10px; /* Opcional: agrega algo de espacio en los lados */
}

.img-logo-ulpgc-ecoaqua {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}

.visor-title {
  /* position: absolute;        */
  height: 100%;
  margin: auto;
  width: 40%;
  font-family: 'Rubik', sans-serif;
  font-size: 3.5vh;
  color: #0066A1;
  font-weight: 700;

  /* Centrado del texto dentro de la caja */
  display: flex;
  align-items: center;  /* Centra el texto verticalmente */
  justify-content: center;  /* Centra el texto horizontalmente */
  text-align: center;  /* Asegura que el texto se alinee de forma centrada */
  line-height: 1.2;  /* Controla la altura de la línea de texto */
}

.visor-language {
  display: flex;
  flex-flow: row;
  flex: 1 1;
  justify-content: flex-end;
  margin-right: 1rem;
  opacity: 1;
  position: relative;
  cursor: pointer;
  width: 20%;
}

.visor-language > span {
  color: #0066A1;
  cursor: pointer;
  margin-right: 0.25rem;
  font-size: 14px;
}

.visor-language .lang-selected {
    margin-right: 10px;
    font-weight: 700;
    font-size: 15px;
}

.visor-help {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0066A1;
    justify-content: flex-end;
    margin-right: 1rem;
}


/* SECCIÓN OVER MAP */

.overmapj-class {
    height: 90%;
}

/* Estilos generales del footer */
footer {
  border-top: 5px solid #ffa100;  
  color: #FFFFFF; 
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  font-family: 'Rubik', sans-serif;
}

footer .footer-section {
    flex: 1 1 250px; /* Flexibilidad para que ocupe el espacio disponible */
    padding: 1px 20px;
}