@font-face {
  font-family: intertight;
  src: url(InterTight-VariableFont_wght.ttf);
}

body {
  background-image: url('backround_top.png'), url('backround_bottom.png');
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}

header {
  padding-bottom: 6%;
}

footer {
  padding-top: 9%;
}

p, ul, ol, h3{
  font-family: intertight; 
}

p, ul, ol {
  line-height: 1.5;
}

h1 {
  font-family: intertight;
  text-align: center;
}

h2 {
  font-family: intertight; 
  line-height: 1.5;
  /*text-decoration: underline;*/
}

h3 {
    text-decoration: underline;
}

.cajita {
    display: flex;
    flex-direction: row;
}

.cajita div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.difi{
    font-weight: bold;
}

button {
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color:#fff7a9;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: intertight;
    font-size: 14px;
}

textarea {
  border: 2px solid rgb(0, 0, 0);
  font-family: intertight;
  font-size: small;
  padding-left: 5px;
  margin-bottom: 2%;
}

input {
  border: 2px solid rgb(0, 0, 0);
  margin-left: 3px;
  margin-right: 3px;
  font-family: intertight;
  font-size: small;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

div {
  margin: auto;
}
label {
  font-family: intertight;
  font-weight: normal;  
  font-size: 14px;     
  color: rgb(25, 22, 22);         
}
.filtro-container {
  display: flex;
  flex-direction: column; /* pone el label arriba y el select debajo */
  align-items: center;    /* centra horizontalmente ambos */
  margin: 1rem auto;      /* margen vertical y centrado */
}

.filtro-container label {
  font-family: intertight;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 6px; /* separa el texto del menú */
}

.filtro-container select {
  font-family: intertight;
  font-size: 14px;
  border: 2px solid black;
  padding: 4px 8px;
}

