
.tpor {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}


a {
    text-decoration: none;
    color: black;
}

.tpor:hover {
    color: red;
}

h1, h2, h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 25px;
}

h4 {
    font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

p {
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hidden {
    display: none;
}

.separador {
    border-right: 3px solid black;
}

.darkened-image {
    filter: brightness(50%); /* Ajusta el porcentaje para oscurecer más o menos */
}

.redesfoot {
    justify-content: end;
}








@media only screen and (max-width: 767px) {
    .separador {
        border-right: 0px solid black;
    }

    .filtitu {
        display: none;
    }
  }

  @media only screen and (max-width: 515px) {
    .redesfoot {
        justify-content: center;
    }

    
  }