@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');    
    font-weight: 900;
}

.slide-imagenes{
    background-color: black;
}

.areas{
    background-image: url("../img/areas.webp");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areas-img{
    max-width: 400px;
}

.gris{
    background-color: rgb(179, 179, 179);
}

.azul{
    background-color: rgb(0 52 122);
}

.areas-text{
    font-family: 'Montserrat';
}

.back-areas{
    background-image: url("../img/Background.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-blue{
    color: rgb(0 52 122);
}

.quienes{
    background-image: url("../img/Background-quienes.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactenos{
    background-image: url("../img/Background-contactenos.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.espacio{
    margin-left: 30px;
}

.disclaimer{
    background-color: black;
    color: white!important;
}

.negro{
    background-color: black;
}

.margin-negative{
    margin-top: -150px;
}

.margin-positive{
    margin-top: 150px;
}

.text-servicios{
    font-size: 30px;
}