@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

html,
body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #171717;
    background: #fff
}

body {
    padding-top: 70px
}

a,
a:hover,
a:focus {
    text-decoration: none
}

.btn-danger {
    background: #e51e25;
    border-color: #e51e25;
    border-radius: 2px;
    font-weight: 700
}

.btn-danger:hover {
    background: #bf1117;
    border-color: #bf1117
}

.navbar-inverse {
    height: 90px;
    background: #050505;
    border: 0;
    margin: 0
}

.navbar-brand {
    height: 70px;
    padding: 9px 15px
}

.navbar-brand img {
    height: 75px;
    width: auto;
    max-width: none;
    object-fit: contain;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    color: #eee;
    font-size: 12px;
    padding: 25px 16px 22px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: transparent;
    color: #e51e25;
    border-bottom: 2px solid #e51e25
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #e51e25
}

.navbar-nav .telefone-menu a {
    background: #e51e25 !important;
    color: #fff !important;
    margin: 14px 0 0 18px;
    padding: 12px 18px !important;
    border-bottom: 0 !important
}

.hero {
    height: 600px;
    position: relative;
    background: url('../img/banner.jpg') center center/cover no-repeat;
    color: #fff;
    border-bottom: 3px solid #e51e25;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .67) 45%, rgba(0, 0, 0, .42) 100%)
}

.hero-content {
    position: relative;
    padding-top: 115px;
    height: 100%
}

.hero h1 {
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: .98;
    margin: 0 0 20px;
    font-size: 62px
}

.hero h1 span,
.hero h1 strong {
    display: block
}

.hero h1 strong {
    color: #e51e25;
    font-weight: 700
}

.hero p {
    font-size: 17px;
    line-height: 1.55;
    max-width: 430px;
    margin-bottom: 30px
}

.hero .btn {
    padding: 13px 25px;
    font-size: 13px
}

.hero-benefits {
    position: absolute;
    bottom: 45px;
    left: 15px;
    right: 15px
}

.hero-benefits i {
    display: block;
    color: #e51e25;
    font-size: 42px;
    margin-bottom: 10px
}

.hero-benefits b {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.25
}

.whatsapp-fixo {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}

.whatsapp-fixo:hover,
.whatsapp-fixo:focus {
    background-color: #1ebe5d;
    color: #fff;
    text-decoration: none;
    transform: scale(1.08);
}

.section {
    padding: 58px 0
}

.section-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 38px;
    position: relative;
    padding-bottom: 14px
}

.section-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    background: #e51e25
}

.section-title span {
    color: #e51e25
}

.service-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    min-height: 385px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    margin-bottom: 25px
}

.service-card>img {
    width: 100%;
    height: 190px;
    object-fit: cover
}

.service-icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    background: #e51e25;
    color: #fff;
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 158px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff
}


.service-card {
    overflow: hidden;
}

.service-card img {
    transition: transform 0.4s ease;
}

.service-card:hover img {
    transform: scale(1.10);
}

.service-body {
    text-align: center;
    padding: 42px 20px 20px
}

.service-body h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-height: 45px
}

.service-body p {
    color: #666;
    line-height: 1.5
}

.vantagens {
    background: radial-gradient(circle at 50% 50%, #202020, #0d0d0d);
    color: #fff
}

.section-title.dark h2 {
    color: #fff
}

.vantagem {
    min-height: 190px
}

.vantagem>i {
    font-size: 42px;
    color: #e51e25;
    margin-bottom: 10px
}

.vantagem h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    line-height: 1.15
}

.vantagem p {
    color: #bbb;
    line-height: 1.55;
    max-width: 240px
}

.no-gutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.sobre-text {
    min-height: 405px;
    background: #fff
}

.content-limit {
    max-width: 550px;
    margin-left: auto;
    padding: 58px 65px 45px 30px
}

.sobre-text p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px
}

.sobre-text .btn {
    padding: 12px 28px
}

/* SOBRE NÓS */

.sobre .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.sobre .row {
    margin-left: 0;
    margin-right: 0;
}

.sobre .no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sobre-text {
    height: 490px;
    background: #fff;
}

.content-limit {
    max-width: 550px;
    margin-left: auto;
    padding: 58px 65px 45px 30px;
}

.sobre-img {
    height: 490px;
    overflow: hidden;
}

.sobre-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-strip {
    background: #171717;
    color: #fff;
    padding: 24px 0
}

.contact-strip h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 4px
}

.contact-strip h2 span {
    color: #e51e25
}

.contact-strip p {
    margin: 0;
    color: #ccc
}

.contact-item {
    padding-top: 18px;
    font-weight: 500
}

.contact-item i {
    font-size: 24px;
    color: #e51e25;
    margin-right: 7px;
    vertical-align: middle
}

.contact-item.whatsapp i {
    color: #18b853
}

.contact-strip .btn {
    margin-top: 5px;
    font-size: 13px;
    padding: 14px 25px
}

footer {
    background: #050505;
    color: #aaa;
    padding-top: 35px
}

footer h4 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px
}

.footer-logo {
    height: 58px;
    max-width: 190px;
    object-fit: contain;
    margin-bottom: 15px
}

.footer-links li {
    margin-bottom: 8px
}

.footer-links a {
    color: #aaa
}

.footer-links a:hover {
    color: #e51e25
}

footer i {
    color: #e51e25;
    margin-right: 8px
}

.social i {
    font-size: 22px;
    color: #fff
}

.footer-bottom {
    margin-top: 25px;
    border-top: 1px solid #191919;
    padding: 16px 0;
    font-size: 11px
}

@media(max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 11px
    }

    .navbar-nav .telefone-menu {
        display: none
    }

    .hero {
        height: 570px
    }

    .hero h1 {
        font-size: 52px
    }

    .hero-benefits .col-sm-offset-5 {
        margin-left: 33.333%
    }

    .content-limit {
        max-width: none;
        padding: 45px
    }

    .contact-strip {
        text-align: center
    }

    .contact-strip .text-right {
        text-align: center
    }
}

@media(max-width:767px) {
    body {
        padding-top: 60px
    }

    .navbar-inverse {
        height: 60px
    }

    .navbar-brand {
        height: 60px;
        padding: 7px 15px
    }

    .navbar-brand img {
        height: 66px
    }

    .navbar-toggle {
        margin-top: 13px
    }

    .navbar-collapse {
        background: #080808;
        border: 0
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 12px 20px;
        border-bottom: 1px solid #161616
    }

    .navbar-inverse .navbar-nav>.active>a {
        border-bottom: 1px solid #161616
    }

    .hero {
        height: 610px
    }

    .hero-content {
        padding-top: 80px
    }

    .hero h1 {
        font-size: 43px
    }

    .hero p {
        font-size: 15px
    }

    .hero-benefits {
        bottom: 25px
    }

    .hero-benefits .col-sm-offset-5 {
        margin-left: 0
    }

    .hero-benefits i {
        font-size: 31px
    }

    .hero-benefits b {
        font-size: 10px
    }

    .section {
        padding: 42px 0
    }

    .service-card {
        max-width: 390px;
        margin: 0 auto 25px
    }

    .vantagem {
        text-align: center;
        min-height: 170px
    }

    .vantagem p {
        margin-left: auto;
        margin-right: auto
    }

    .sobre-img {
        min-height: 300px
    }

    .content-limit {
        padding: 40px 25px
    }

    .contact-item {
        padding: 10px 0
    }

    .contact-strip .btn {
        margin-top: 15px
    }

    footer {
        text-align: center
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto
    }
}