body {
    font-family: "Calibri";
}
p {
    margin: 0px !important;
}
div.espacamento {
    height: 70px;
}
div.banners {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #ceb8a8;
}
div.banners .img-banner {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin: auto;
}
div.box-legenda {
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 0;
}
.banners-legenda {
    color: #fff;
    font-size: 24px;
    width: 1140px;
    margin: auto;
    padding: 15px;
}
.banners-legenda p {
    text-align: right;
    margin: 0;
    line-height: 1.2;
}
.texto-padrao {
    color: #656565;
    font-size: 16px !important;
    font-family: "Calibri";
    letter-spacing: 1px;
    line-height: 1.3;
}
.transition3 {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

@media (max-width: 767.98px) {
    .texto-padrao {
        padding: 15px;
    }
}
