* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.div-btn-zap {
    position: fixed;
    z-index: 99;
    right: 2%;
    bottom: 2%;
}

.btn-zap-fixed {
    background-color: #028a48;
    transition: all 0.5s;
    color: white;
    width: 150px;
    height: 50px;
    font-size: 17.5px;
}

.btn-zap-fixed:hover {
    transform: scale(1.1);
}

header {
    width: 100vw;
    position: fixed;
    z-index: 99;
}

html {
    scroll-behavior: smooth;
}

.nav-link,
.navbar-brand {
    cursor: pointer;
}

.navbar {
    transition: all 0.5s;
}

.navbar a {
    color: white;
    transition: all 0.5s;
}

.navbar a:hover {
    color: #025782 !important;
}

.navbar img {
    height: 100px;
}

#section-home {
    width: 100%;
    height: 100vh;
    background-image: url(/assets/imagem-fundo-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s;
    transition-delay: 2s;
}

.div-section-home {
    background-image: linear-gradient(#00000075, #00000075);
}

.div-slogan-description{
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.div-buttons-home{
    height: 15%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-home{
    width: 25%;
    height: 50%;
    transition: all 0.5s;
}

.button-home:hover{
    background-color: #025782;
    color: white;
}

.slogan-home {
    color: white;
    font-size: 50px;
    letter-spacing: 6px;
    font-weight: bold;
}

.litle-description-home {
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
}

#section-products {
    width: 100%;
    height: 130vh;
}

.div-section-products {
    width: 100%;
    height: 100%;
}

.div-respiro {
    height: 30vh;
    background-color: #025782;
}

.div-text-respiro {
    font-size: 18 px;
    color: white;
    width: 70%;
}

.div-btn-saiba-mais {
    width: 30%;
}

.btn-saiba-mais-oxido,
.btn-saiba-mais-gesso {
    transition: all 0.5s;
    background-color: #028a48;
    color: white;
}

.btn-saiba-mais-oxido:hover,
.btn-saiba-mais-gesso:hover {
    transform: scale(1.1);
}

.div-products {
    height: 70vh;
    background-color: #dee2e6;
}

.div-title-select-products {
    width: 300px;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-title-respiro-servicos {
    height: 50%;
    color: white;
}
.div-text-respiro-servicos {
    height: 50%;
    color: white;
}

/* .item-servico {
    transition: all 0.5s;
    cursor: pointer;
}

.item-servico:hover {
    transform: scale(1.1);
} */

.div-carousel-products {
    height: 60%;
}

.swiper {
    margin: 0px 18px;
}

.swiper-prev {
    width: 30px;
    height: 200px;
}

.swiper-next {
    width: 30px;
    height: 200px;
}

.fa-chevron-right,
.fa-chevron-left {
    display: inline;
    font-size: 50px;
    color: #025782;
    transition: all 0.3s;
    cursor: pointer;
}

.fa-chevron-right:hover,
.fa-chevron-left:hover {
    transform: scale(1.1);
}

.item-carousel,
.item-produto {
    cursor: pointer;
    width: 200px;
    height: 200px;
    transition: all 0.5s;
}

.item-carousel img,
.item-produto img {
    width: 100%;
    height: 100%;
}

.title-item-carousel,
.title-item-produto {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    height: 30%;
    width: 100%;
    color: white;
    background-color: #02578280;
}

.item-produto {
    flex-shrink: 0;
    position: relative;
    font-size: 14px;
}

.item-carousel:hover,
.item-produto:hover {
    transform: scale(1.1);
}

.div-oxido,
.div-gesso {
    width: 100%;
    justify-content: center;
}

#section-quem-somos {
    width: 100%;
    height: 100vh;
}

.div-quem-somos {
    width: 100%;
    height: 100%;
}

.div-title-quem-somos {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.row-blocos-quem-somos {
    height: 40%;
    padding-top: 5vh;
}

.div-title-quem-somos hr {
    height: 2px;
    width: 150px;
    background-color: #025782;
}

.title-bloco-quem-somos {
    color: #025782;
    height: 20%;
}

.title-bloco-quem-somos hr {
    height: 2px;
    margin: 0px;
    width: 75px;
    background-color: #028a48;
}

.div-text-bloco-quem-somos {
    height: 80%;
}

.text-bloco-quem-somos {
    text-align: justify;
    width: 80%;
}

#section-fale-conosco {
    width: 100%;
    height: 70vh;
}

.div-section-fale-conosco {
    width: 100%;
    height: 100%;
    background-color: #025782;
}

.div-title-fale-conosco {
    height: 40%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-title-fale-conosco hr {
    height: 2px;
    width: 150px;
    background-color: #028a48;
}

.row-contatos {
    height: 40%;
}

.div-celular-contatos {
    width: 150px;
}

.div-contato a {
    color: #028a48;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}

.div-contato a:hover {
    transform: scale(1.1);
}

.title-col-fale-conosco {
    color: white;
}

.div-col-insta,
.div-col-face {
    background-color: white;
    height: 50px;
    width: 50px;
    font-size: 30px;
    border-radius: 999px;
}

.div-col-insta a,
.div-col-face a {
    color: #025782;
    display: inline-block;
    transition: all 0.5s;
}

.div-col-insta a:hover,
.div-col-face a:hover {
    transform: scale(1.1);
}

.btn-close-modal {
    background-color: #025782;
    transition: all 0.3s;
    color: white;
}

.btn-close-modal:hover {
    background-color: rgba(255, 0, 0, 0.85);
}

.modal-body {
    background-color: #dee2e6 !important;
}

.modal-header p {
    margin: 0;
    font-weight: 700;
    opacity: 0.5;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.div-respiro-section {
    width: 100%;
    height: 10vh;
}

.text-a-empresa{
    margin-top: 20px;
}

@media (max-width: 950px) {
    .navbar {
        background-color: #028a48 !important;
    }

    .slogan-home {
        font-size: 36px;
    }

    .litle-description-home {
        font-size: 18px;
    }

    .div-buttons-home{
        width: 100%;
    }

    .button-home{
        width: 28%;
        padding: 10px;
    }

    .div-respiro {
        height: 100vw;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .div-text-respiro {
        margin-left: 0px !important;
        width: 100%;
    }

    .title-div-respiro {
        font-size: 2rem;
    }

    .sub-title-div-respiro {
        font-size: 1.5rem;
    }

    .text-div-respiro {
        font-size: 1rem;
    }

    .div-btn-saiba-mais {
        width: 100%;
        margin-top: 20px;
    }

    .div-title-select-products {
        margin-left: 0px !important;
        width: 100%;
    }

    .select-categoria-produto {
        height: 55px !important;
        width: 100% !important;
        font-size: 20px;
    }

    .div-title-respiro-servicos,
    .div-text-respiro-servicos {
        margin-left: 0px !important;
    }

    .div-title-respiro-servicos {
        height: 40%;
        justify-content: center;
    }

    .col-servico {
        justify-content: flex-start !important;
    }

    .row-blocos-quem-somos {
        padding-top: 0vh !important;
        width: 100vw !important;
    }

    .div-title-quem-somos {
        height: 150px;
        justify-content: center;
    }

    .bloco-quem-somos {
        height: auto !important;
        font-size: 20px;
        margin-bottom: 50px;
        width: 100% !important;
    }

    .div-respiro-section {
        height: 0vh;
    }

    .title-bloco-quem-somos {
        height: 10%;
    }

    #section-quem-somos {
        height: auto;
    }

    #section-products {
        height: auto;
    }

    .div-title-fale-conosco {
        height: 25%;
    }

    .row-contatos {
        justify-content: space-between;
        height: 70%;
    }

    .title-col-fale-conosco {
        margin-bottom: 15px;
    }

    .col-cel-email {
        justify-content: start !important;
        padding-left: 15px !important;
        padding-bottom: 10px;
    }

    .div-contato {
        word-break: break-all;
    }

    .div-title-products {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .modal-body {
        font-size: 85%;
    }

    #section-fale-conosco {
        height: auto;
    }

    .div-title-fale-conosco {
        height: 200px;
    }

    .div-section-fale-conosco {
        padding: 20px !important;
    }

    .div-col-fale-conosco {
        margin-bottom: 20px !important;
    }

    .modal-body {
        flex-direction: column !important;
    }

    .btn-saiba-mais-gesso {
        margin-top: 20px;
    }
}

@media (min-width: 390px) and (max-width: 550px) {
    .div-respiro {
        height: 85vw;
    }
    .title-div-respiro {
        font-size: 2.2rem;
    }
    .sub-title-div-respiro {
        font-size: 1.7rem;
    }
    .text-div-respiro {
        font-size: 1.2rem;
    }
    .item-carousel {
        height: 250px !important;
    }

    .item-produto {
        width: 250px !important;
        height: 250px !important;
    }
    .modal-body {
        font-size: 100%;
    }
}

@media (min-width: 550px) and (max-width: 950px) {
    .navbar {
        font-size: 30px;
    }

    .navbar-brand {
        height: 20vh !important;
        align-items: center;
        display: flex;
    }

    .navbar-brand img {
        height: 80% !important;
    }

    .slogan-home {
        font-size: 60px;
    }

    .litle-description-home {
        font-size: 30px;
    }

    .btn-zap-fixed {
        width: 300px;
        height: 100px;
        font-size: 30px;
        border-radius: 999px;
    }

    .div-respiro {
        height: 45vh;
    }

    .title-div-respiro {
        font-size: 3.5rem;
    }

    .sub-title-div-respiro {
        font-size: 2rem;
    }

    .text-div-respiro {
        font-size: 1.5rem;
    }

    .div-btn-saiba-mais {
        width: 100%;
        margin-top: 50px;
    }

    .btn-saiba-mais-oxido,
    .btn-saiba-mais-gesso {
        width: 200px;
        height: 100px;
        font-size: 25px;
    }
    .select-categoria-produto {
        height: 100px !important;
        width: 100% !important;
        font-size: 1.5rem;
    }
    .div-title-select-products h2 {
        font-size: 3.5rem !important;
    }
    .item-carousel {
        height: 350px;
        font-size: 30px;
    }
    .swiper-prev,
    .swiper-next {
        height: 350px;
    }
    .item-produto {
        width: 350px !important;
        height: 350px !important;
        font-size: 25px;
    }
    .modal-body {
        height: 400px;
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 150%;
    }

    .btn-saiba-mais-gesso {
        width: 200px;
        height: 75px;
    }

    .modal-header p {
        font-size: 19px;
    }
    .modal-footer button {
        font-size: 19px;
    }

    .div-title-respiro-servicos h2 {
        font-size: 3.5rem !important;
    }

    .div-text-respiro-servicos {
        font-size: 1.5rem;
    }

    .div-text-bloco-quem-somos {
        margin-top: 35px !important;
    }

    #section-quem-somos span {
        font-size: 1.5rem !important;
    }

    #section-fale-conosco {
        font-size: 1.5rem;
    }

    .div-title-fale-conosco h2 {
        font-size: 3.5rem !important;
    }

    .div-celular-contatos {
        width: 100%;
    }

    .div-col-face,
    .div-col-insta {
        font-size: 50px;
        width: 75px;
        height: 75px;
    }

    .div-title-quem-somos h2 {
        font-size: 3.5rem !important;
    }
}
