.boton {
    background-color: #D9D0C7 !important;
    display: inline-block;
    padding: 10px 40px 10px 40px !important;
    border-radius: 10px;
}

p, 
.regular,
.titulo-baner {
    font-family: 'vastago_groteskregular' !important;
} 

b,
h1, 
h2, 
h3, 
h4 {
    font-family: 'vastago_groteskbold' !important;
}

.boton:hover {
    background-color: #BFB2A5 !important;
}

.bg_glass {
    background-color: rgba(0, 0, 0, 0.384) !important;
}

.mt-10 {
    margin-top: 20%;
}

.regina {
    background-color: #D9D0C7;
}

.areas {
    background-color: #1E1E1E;
}

.decoraciones {
    background: rgb(152, 158, 151);
    background: linear-gradient(90deg, rgba(152, 158, 151, 1) 1%, rgba(192, 204, 188, 1) 100%);
}

.img-mosaico {
    width: 100%;
    height: 100%;
}

.bg-card {
    background-color: #FFFFFF !important;
}

.custom-hr {
    opacity: 1;
    border: 1px solid #fff; /* Remove the default border */
}

.redonded {
    border-radius: 15px;
}