/* SOBRE A AON */
.text-sobre-aon {
    color: #636466;
}

.text-sobre-aon h1 {
    font-family: 'montserrat', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #E33130;
    text-transform: uppercase;
}

.text-sobre-aon h2 {
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    color: #007585;
    text-transform: uppercase;
}

.color-arrow-bottom {
    color: #0d4472;
}

.new-banner-aon {
    height: 40vh;
    min-height: 330px;
    max-height: 400px;
    background: #E5EFF2;
}

.new-bg-sobre-aon {
    width: 100%;
    height: 100%;
    background-image: url(../../img/banners/bg-sobre-aon.jpg);
    background-size: cover;
    background-position: center;
}

.text-new-banner-aon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-new-banner-aon h1 {
    font-family: 'montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.alt-medium {
    font-size: 18px !important;
}

.alt-text {
    font-size: 15px !important;
}

.semibold {
    font-weight: 600;
}

.ff-montserrat {
    font-family: 'montserrat', sans-serif;
}

.text-grey {
    color: #636466;
}

.top-red {
    border-top: 3px solid #EB0017;
    padding-top: 15px;
    font-size: 30px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .new-banner-aon {
        height: 30vh;
        min-height: 250px;
        max-height: 300px;
    }
    .text-new-banner-aon h1 {
        font-size: 25px;
    }
    .top-red {
        padding-top: 5px;
        font-size: 20px;
    }
}