*,
html {
    scroll-behavior: smooth !important;
    /* overflow: hidden !important; */
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 !important;
    background-color: #2d2d2d;
}

.nav-link {
    color: #fff;
    font-size: 1rem !important;
}

.nav-link,
.navbar-brand {
    margin-right: 4rem;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-brand img {
    height: 5rem;
}

.navbar-toggler {
    margin-right: var(--bs-gutter-x, 0.75rem);
}

.navbar-collapse {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}



.nav-link-maps {
    background-color: #fff;
    ;
    color: #2d2d2d !important;
    border-radius: .5rem;
    font-weight: 700;
    padding: 1rem 2rem;
    font-size: .9rem !important;
}

section {
    width: 100vw;
    height: auto;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#home {
    background-image: url("img/hero.png");
    height: 100vh;
    padding-bottom: 0;
    background-size: cover;
}

#home h1 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #b32229;
}

#home h2 {
    color: #fff;
    font-size: 1.5rem;
    ;
}

.text-home {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.5rem;
    text-align: justify;
}

.div-content-home {
    width: 40%;
}



.btn-primary {
    background-color: #b32229;
    border-color: #b32229;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #b32229;
    border-color: #b32229;
    opacity: 0.8;
}

.title-section {
    display: inline;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #b32229;
}

.fale-conosco {
    padding: 1rem 3rem;
}

.text-white {
    color: #fff;
}

.text-primary {
    color: #b32229 !important;
}

.content-section {
    padding-top: 4rem;
}

#galeria {
    background-image: url("img/banner-1.png");
}

#galeria img,
#servicos img {
    width: 50vh;
    height: 50vh;
    object-fit: contain;
    border-radius: 8px !important;
}

.slick-slide {
    display: flex !important;
    justify-content: center !important;
}

.slick-arrow::before {
    color: #fff;
    font-size: 2rem;
}

#servicos {
    background-color: #fff;
    height: auto;
}

.rows-services {
    height: 120vh;
}

.text-service {
    font-size: 1.2rem;
    text-align: center;
}

#quemSomos {
    background-image: url("img/banner-2.png");


}

.text-about {
    padding: 1rem 2rem;
    text-align: justify;
}

#depoimentos {
    background-image: url("img/banner-1.png");
}

.depoimentos-box {
    width: 300px;
    height: 300px;
}

.depoimentos-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-testimonial {
    padding-left: 1rem;
    text-align: justify;
    width: 80%;
    border-left: 1px solid #b32229;
}

#contato {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.5)),
        url("img/banner-4.png");
}

.logo-contact img,
.logo-about img {
    width: 24rem;
}

.social-contact {
    width: 24rem;
}

.row-contact-hours {
    padding-top: 8rem;
}

footer {
    background-color: #b32229;
    padding: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.btn-hero {

    padding-top: 1rem;
}



.informations-testimonial {
    padding: 1rem 0;
}

.img-informations-testimonial {
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    #home {
        background-image: linear-gradient(rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.5)),
            url("img/hero-mobile.png");
        background-size: cover;
        text-align: center;
    }

    .logo-contact img,
    .logo-about img {
        width: 20rem;
    }

    .navbar {
        padding: 1rem !important;
    }

    .nav-link-maps {
        text-align: center !important;
    }

    .btn-hero {
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }

    .navbar-brand img {
        height: 4rem;
    }

    #home h2 {
        color: #fff;
    }

    .div-content-home {
        width: 40%;
    }

    .title-home {
        font-size: 2rem;
        font-weight: 600;
        color: #b32229;
    }

    .text-home {
        font-size: .9rem;
        color: #fff;
        margin-bottom: 0.5rem;
        text-align: justify;
    }

    .btn-primary {
        background-color: #b32229;
        border-color: #b32229;
        transition: 0.3s;
    }

    .div-content-home {
        width: 100%;
    }

    .slick-arrow::before {
        display: none;
    }

    .rows-services {
        height: auto;
        gap: 2rem;
    }

    .rows-services img {
        padding: 1rem;
    }

    #quemSomos {
        background-image: url("img/banner-2.png");

        .text-about {
            width: 100%;
        }
    }

    .row-testimonials {
        padding: 1rem;
        gap: 2rem;
    }

    .img-informations-testimonial {
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .text-testimonial {
        width: 100%;
        border-left: none;
    }

    .row-contact-hours {
        padding: 2rem;
        gap: 2rem;
    }
}


.sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    right: 0;
}

.sbutton {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    text-decoration: none !important;
    outline: none;
}

.sbutton:hover {
    color: #fff;
}

.sbutton>i {
    font-size: 38px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
}

.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sbutton:not(:last-child) {
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    opacity: 0;
}

.sbutton:not(:last-child)>i {
    font-size: 25px;
    line-height: 60px;
    transition: all .3s ease-in-out;
}

.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
}

.sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

[tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 2px;
    background-color: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    bottom: 20%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

.sbutton.mainsbutton {
    background: #fff;
    color: #2d2d2d !important;
    border: 3px solid #b32229;
    ;
}

.sbutton.gplus {
    background: #F44336;
}

.sbutton.pinteres {
    background: #e60023;
}

.sbutton.twitt {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sbutton.fb {
    background: #3F51B5;
}

.sbutton.whatsapp {
    background: #00e676;
}