@import url("theme/theme.min.css");
@import url("styles/header.min.css");
@import url("styles/phoneMobile.min.css");
@import url("styles/footerForm.min.css");
@import url("styles/footer.min.css");
@import url("styles/convertiaTerms.min.css");

.banner__empy{
    min-height: 200px;
}

.title__legales{
    background-color: #e4e4e4;
    color: #3b4559;
    padding: 12px;
    margin-bottom: 25px;
}

.legales__h3{
    font-family: Roboto;
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
}

.legales__body{
    font-family: Roboto;
    font-weight: 300;
}

.mb-0{
    margin-bottom: 10px;
}

.mt-2{
    margin-top: 50px;
}

.mt-3{
    padding-top: 60px;

}

@media (max-width:767px) {
    .banner__empy{
        min-height: 90px;
    }
}