@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2{
    font-family: "Montserrat", serif;
}

body {
    overflow-x: hidden;
}

/* slide */

#home .section-blue {
    background: linear-gradient(45deg, black, #33332B);
}

.text-area {
    position: relative;
    width: 100%;
    margin: auto;
    bottom: 50px;
}

.title-area h1 {
    font-size: 3.5em;
    color: #fbfbfb;
    font-weight: 800;
}

.desc-area p {
    font-size: 20px;
}

.btn-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.btn-area a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(0deg, #fff98c, #fff100);
    padding: 20px 20px;
    border-radius: 15px;
}

i.fas.fa-arrow-down:before {
    content: "\f063";
    filter: invert(1);
}

i.fas.fa-arrow-down {
    margin-left: 5px;
    background: #000;
    border-radius: 20px;
    padding: 6px;
}

.text-area:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #fff80c, transparent);
    width: 20%;
    height: 7px;
    top: -20px;
    border-radius: 10px;
}

.desc-area {
    padding: 0px 10px;
}
/* <----------> */

/* sec-empresa */
#empresa h2 {
    margin-bottom: 10px !important;
}
/* <---> */

/* sec-produtos */

.desc-produtos {
    margin-bottom: 50px;
}

.desc-produtos p {
    font-size: 18px;
    color: #000;
}

#servicos.section-blue {
    background-color: #f9f6f6;
    padding: 90px 0;
}

section#servicos h2 {
    color: #000 !important;
}

.img-produtos img {
    position: relative;
    width: 80%;
    top: 8px;
    filter: drop-shadow(2px 4px 6px #33333359);
}

.card-white-produtos {
    background: #ffffff;
    height: 370px;
    border-radius: 20px;
    box-shadow: 0 8px 27px -20px #333;
    padding: 0px 10px;
}

.img-produtos {
    text-align: center;
}

.card-grey-produtos {
    position: absolute;
    width: 230px;
    margin: 0px 20px;
    height: 40%;
    top: 15px;
    left: 7px;
    border-radius: 20px;
    background: #f4f4f4;
}

.title-card-white {
    text-align: center;
}

.title-card-white h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat';
}

.title-produtos {
    margin-bottom: 20px;
}

.title-produtos h1 {
    color: #35363a;
    font-weight: 700;
}

.desc-card-white p {
    color: #000;
    font-size: 17px;
}

.desc-card-white {
    text-align: center;
}

.title-card-white h3 {
    margin-top: 10px;
}
/* <----------> */

/* sec-contato */

.title-loja h1 {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 2.9em;
    opacity: .3;
}

.desc-horarios h2 {
    color: #000;
}

.desc-horarios p {
    color: #000;
    font-size: 25px;
    line-height: 1.5;
}

.desc-horarios p:hover {
    color: #007bff;
    text-decoration: underline;
}

.loja-pvc {
    text-align: center;
}

.loja-mdf {
    text-align: center;
}

.loja-pvc h3 {
    color: #9c9ea1;
    font-weight: 800;
    font-family: 'Montserrat';
}

.loja-mdf h3 {
    color: #9c9ea1;
    font-family: 'Montserrat';
    font-weight: 800;
}

.loja-pvc iframe {
    border-radius: 15px;
    box-shadow: 6px 3px 18px -11px #333333bf;
}

.loja-mdf iframe {
    border-radius: 15px;
    box-shadow: 6px 3px 18px -11px #333333bf;
}

/* sec-solucoes */
#construtora.custom-icon-box-style-1.residencial {
    position: relative;
    background: url(/images/segmentos/construtora.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border: 2px solid #fff;
}

#construtora:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#construtora:hover:before {
    background: #000000bd;
}

#designer {
    position: relative;
    background: url(/images/segmentos/designer-interior.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

#designer:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#designer:hover:before {
    background: #000000bd;
}

#residencia {
    position: relative;
    background: url(/images/segmentos/cosumidor-final.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border: 2px solid #fff;
}

#residencia:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#residencia:hover:before {
    background: #000000bd;
}

#empresas {
    position: relative;
    background: url(/images/segmentos/escritorio.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

#empresas:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#empresas:hover:before {
    background: #000000bd;
}

#lojas {
    position: relative;
    background: url(/images/segmentos/loja.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border: 2px solid #fff;
}

#lojas:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#lojas:hover:before {
    background: #000000bd;
}

#vantagens {
    background: #000;
}

#marcenaria {
    position: relative;
    background: url(/images/segmentos/marceneiro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border: 2px solid #fff;
}

#marcenaria:before {
    position: absolute;
    content: "";
    background: #000000e6;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

#marcenaria:hover:before {
    background: #000000bd;
}
/* <---------> */

/* faq */
button.btn.btn-link.btn-block.text-left.collapsed {
    text-decoration: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    white-space: normal;
}

.card .btn-link{
    color: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: normal;
}

.card-body {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 10px;
}

.card-body p{
    color: #000000;
}

#faq button:not(.collapsed){
    background-color: #ffffff;
}

.btn-link:hover:not(.collapsed){
    background-color: #fff;
}

i.fas.fa-plus:before {
    position: relative;
    content: "\f067";
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    top: 0;
}

i.fas.fa-plus {
    position: absolute;
    top: 17px;
    left: -26px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
}

button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-plus:not(.collapsed){
    transform: rotate(0deg);
}

.titulo {
    margin-bottom: 40px;
}

.titulo h2 {
    font-size: 60px;
    
}

#faq .row {
    justify-content: center;
}
/* <-------> */

/* sec-depoimentos */
.icon-depoimento img {
    position: absolute;
    width: 6% !important;;
    right: 10px;
    top: 10px;
}
/* <----> */

/* btn-whatsapp */
i.fab.fa-whatsapp:before {
    content: "\f232";
    font-weight: 100;
    font-size: 20px;
}
/* <---> */

/* footer */
.footer:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    left: 0;
    right: 0;
    top: 30px;
    background: #ffffff1a;
    margin: auto;
}
/* <---> */

#bnt-produtos.btn-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

#btn-cta.btn-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

#servicos .fas.fa-arrow-down {
    transform: rotate(219deg);
}
#html-cta .fas.fa-arrow-down {
    transform: rotate(219deg);
}

.tel-info {
    display: flex;
    justify-content: center;
}

.info-loja-1 {
    margin-right: 25px;
}

#produto1 img {
    position: relative;
    top: 15px;
    width: 75%;
    margin-bottom: 15px;
}

.logo-footer img {
    width: 100%;
}

@media screen and (max-width:720px){
    .loja-pvc iframe {
        width: 100%;
    }
    
    .loja-mdf iframe {
        width: 100%;
    }

    .text-area {
        margin: auto;
        bottom: 0;
        padding: 10px;
    }

    .title-area h1 {
        font-size: 2.5em;
    }

    .desc-area p {
        font-size: 18px;
    }

    .btn-area {
        align-items: center;
        justify-content: center;
    }

    .btn-area a {
        font-size: 15px;
    }

    i.fas.fa-plus {
        left: unset;
        right: 1px;
    }

    .card-white-produtos {
        margin-bottom: 40px;
        height: auto;
    }

    .card-grey-produtos {
        position: absolute;
        width: 85vw;
    }

    .img-produtos {
        width: 70vw;
        margin: auto;
    }

    .img-produtos img {
        width: 100%;
    }

    .custom-icon-box-style-1 h3 {
        font-size: 1.6em;
    }

    .title-loja h1 {
        font-size: 2.7em;
    }

    .titulo h2 {
        font-size: 53px;
    }

    .section__title h2 {
        font-size: 40px;
    }

    #empresa .row {
        flex-direction: column-reverse;
    }
}