:root 
{
    --azul:#0072AE;
    --turquesa:#00D3DA;
    --celeste:#00BFCF;
    --celeste_claro:#A4DFD9;
    --blanco:#fefefe;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body
{
  background-color: var(--azul);
}
.letra_subtitulo {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

.letra_menu {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.letra_parrafo {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.letra_titulo {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}