:root {
    --verde: #194733;
}
@font-face{
    font-family: microgramma;
    src:url(../fonts/microgramma_dbol_ext_regular.ttf?t=1590207869815);
}
.font-microgramma {
    font-family: microgramma, Roboto, sans-serif !important;
}
.text-green {
    color: var(--verde) !important;
}
html,
html * {
    font-family: 'Roboto' !important;
}

.error-page h2 {
    font-size: 6em;
}

.cta-wrap.style1 {
    background-image: url('/theme/Site/img/slide1.jpg');
}

.titulo-secao {
    color: var(--verde);
}

.breadcrumb-wrap-small {
    padding: 65px 0;
}
.breadcrumb-wrap-small li.fs-2 {
    font-size: 1.25rem !important;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #f5f5f5;
}

.content-wrapper {
    margin-top: 130px;
}

.header-wrap .header-top .header-top-right .social-profile {
    border-left: none;
}

.header-wrap .header-top .header-top-right .social-profile:before {
    content: none;
}

@media (max-width: 767px) {
    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

.section-title.style3 span.bl-text {
    right: 0;
}

.hero-wrap.style2 .hero-slide-item:after {
    background: rgba(0, 0, 0, 0.4);
}

.hero-wrap.style2 .hero-slide-item .hero-content h1 {
    text-transform: uppercase;
}

.hero-wrap.style2 .hero-slide-item .hero-content span {
    color: rgba(255, 255, 255, 0.8);
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    background-color: #194733;
}

.footer-wrap .link.style1 {
    color: #B4BEC0 !important;
}

.footer-wrap .link.style1:after {
    background: #B4BEC0 !important;
}

.footer-bottom .copyright-text a:hover {
    text-decoration: none;
}

/* .footer-bottom .social-profile li a {
    background-color: #B4BEC0;
} */

.footer-bottom .social-profile li a i {
    color: #B4BEC0;
}



.content-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 15px;
    z-index: 99999;
}
.content-message .alert:last-of-type {
    margin: 0 !important;
}

.error-message {
    display: inline;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

@media only screen and (min-width: 1600px) {
    .content-wrapper .container {
        max-width: 1520px;
    }
    .promo-wrap {
        max-width: 75%;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-wrap {
        max-width: 75%;
    }
}
.promo-wrap.style2 .promo-card {
    padding: 40px 25px;
}

.header-wrap.sticky .environment-alert {
    display: none;
}

.page-nav li a {
    line-height: 56px;
}
@media only screen and (max-width: 767px) {
    .page-nav li a {
        line-height: 36px;
    }
}

.page-nav li.active a {
    color: #fff !important;
    opacity: 1;
    background-color: #194733;
}

.page-nav li.active a i {
    color: #fff !important;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    color: #B4BEC0;
    font-weight: bold;
}
.breadcrumb-title .breadcrumb-menu li > a,
.breadcrumb-title .breadcrumb-menu li::after {
    font-size: inherit !important;
}

@media (min-width: 768px) {
    .owl-item-h100 .owl-stage, .owl-item-h100 .owl-stage .owl-item {
        height: 100%;
    }
}

.theme-dark .modal .bg-albastor .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.header-wrap .navbar .navbar-nav .nav-item a {
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    .mobile-bar-wrap,
    .header-wrap .header-bottom .container {
        flex-wrap: nowrap;
    }

    .header-wrap .navbar-brand img {
        max-width: 225px;
        width: 100%;
    }
}

.about-three-image {
    max-width: 500px;
    position: relative;
}
.about-two-image:before, .about-three-image:before {
    content: '';
    z-index: -1;
    left: -45px;
    bottom: 80px;
    position: absolute;
    width: 130px;
    height: 100px;
    background: url(../img/bg-dots.png) no-repeat;
}
.about-three-image img {
    width: 67%;
    border-radius: 0.25rem;
}
.about-three-image img:last-child {
    margin: -33% 0 0 33%;
}
.br-1 {
    background-image: url(../img/breadcrumb/breadcrumb-3.png);
}
.breadcrumb-wrap:after {
    content: unset;
}
.switch-theme-mode {
    top: 170px;
}
.hero-slide-item {
    height: 610px;
}
.blog-info h3 {
    min-height: 65px;
}
