.roboto-<uniquifier> {
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 100;
 font-style: normal;
 font-variation-settings: "wdth" 100;
}
p{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
}
header{
    background-color: white;
}
footer{
    background-color: #0b0545;
    color: white;
}
footer h5{
    color: #48b7f5;
}
h1{
    font-family: "Roboto", sans-serif;
    font-size: 50px !important;
}
h2{
    font-family: "Roboto", sans-serif;
    font-size: 35px !important;
    font-weight: bold !important;
}
h3{
    font-family: "Roboto", sans-serif;
    font-size: 40px !important;
    font-weight: bold !important;
}
h4{
    font-family: "Roboto", sans-serif;
    font-size: 20px !important;
    font-weight: bold !important;
}
h5{
    font-family: "Roboto", sans-serif;
    font-size: 32px !important;
    font-weight: bold !important;
}
h6{
    font-family: "Roboto", sans-serif;
    font-size: 30px !important;
}

.hero-section {
    background: url('../images/header.jpg') no-repeat center center/cover;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* oscurecer fondo */
}
.hero-content {
    position: relative;
    z-index: 2;
}

label{
    font-weight: bold;
}

.nav-item a {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #0b0545;
}

.footericon{
    font-size: 30px;
}