body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background-color: #172a48;
}

#sobre {
    margin-top: 120px;
    margin-bottom: 120px;
    /* background-image: url('../img/icone-slim.png');
    background-repeat: no-repeat;
    background-position: bottom right; */
}

.navbar-light .navbar-nav .nav-link {
    color: #172a48;
    font-family: 'aharonibold';
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-light {
    transition: all 0.5s ease;
    background-color: #fff;
}

.navbar-light.active {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 9;
    width: 100%;
}

;
.color1 {
    color: #d61741;
}

.color2 {
    color: #9d1d42;
}

.color3 {
    color: #172a48;
}

.sublinhado1 {
    border-bottom: 2px solid #d61741;
    margin-bottom: 10px;
}

#servicos {
    margin-bottom: 60px;
}

#servicos .card {
    padding: 10px;
    border-color: #9d1d424a;
    min-height: 510px;
    max-height: 510px;
}

#parceiros {
    margin-top: 80px;
    margin-bottom: 80px;
}

.font-aharoni {
    font-family: 'aharonibold';
}

#newslatter {
    background-color: #172a48;
    padding: 50px 0px;
    color: #ffffff;
}

#newslatter button {
    background-color: #ffffff;
    color: #172a48;
}

#newslatter button:hover {
    color: #d61741;
}

#contato {
    margin-top: 60px;
}

.btn-1 {
    background-color: #172a48;
    color: #ffffff;
}

.btn-1:hover {
    background-color: #d61741;
    color: #172a48;
}

#contato p i {
    color: #d61741;
}

#contato p {
    color: #172a48;
    width: 100%;
}

#contato a {
    color: #172a48;
    text-decoration: none;
}

#contato #mapa {
    width: 100%;
    height: 250px;
}

footer {
    background-color: #172a48;
    padding: 10px;
    color: #ffffff;
}

footer img {
    width: 20%;
}

#contato label.error {
    color: red;
    font-weight: 600;
}

.processing {
    font-size: 22px;
    color: #d71d45;
}

#vitrine {
    margin-top: 70px;
}

@media (max-width: 575.98px) {
    #contato p {
        margin-bottom: 20px;
        width: 100%;
    }
    #contato .info {
        padding: 15px;
    }
    #servicos .card {
        margin-bottom: 15px;
    }
    #sobre {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* preloader */

#preloader {
    width: 100%;
    height: 200rem;
    background-color: #172a48;
    position: absolute;
    top: 0;
    z-index: 9999999;
    overflow: hidden;
}

#preloader img {
    margin-top: 15%;
}

.whats {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 20px;
}

.whats i {
    color: #34af23;
    font-size: 70px;
}