.navbar,
.btn-danger,
.bg-main {
    background-color: #b20000db;
    /*background-color: #00115edb;*/
    color: whitesmoke;
}

.navbar-collapse {
    flex-grow: unset;
}

textarea.form-control {
    min-height: 200px !important;
}

#page-servicios .carousel-item {
    max-height: 500px;
    object-fit: contain;
}

.title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-style: normal;
}

body, form * {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
