@font-face {
    font-family: "Futura Std";
    font-style: normal;
    src: url("../fonts/FuturaStd-Medium.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Futura Std";
    font-style: normal;
    src: url("../fonts/FuturaStd-Bold.otf") format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: "Futura Std";
    font-style: normal;
    src: url("../fonts/FuturaStd-Heavy.otf") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Futura Std";
    font-style: italic;
    src: url("../fonts/FuturaStd-MediumOblique.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Futura Std";
    font-style: normal;
    src: url("../fonts/FuturaStd-Heavy.otf") format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Futura Std";
    font-style: normal;
    src: url("../fonts/FuturaStd-Book.otf") format("opentype");
    font-weight: 300;
}


html {
    height: 100%;
}

body{
    color: #262626 !important;
    display: grid;
}

body.page {
    font-family: "Futura Std" !important;
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    height: auto !important;
    background-color: #f5f5f5;
}
body > footer {
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

body .text-white,
body .text-white h1 {
    color: #131313 !important;
}
body .text-white h1 {
    margin-bottom: 0;
}
body .text-white p {
    color: #131313 !important;
}
body.page .text-white,
body.page .text-white h1 {
    color: #b69100 !important;
}
body.page .text-white h1 {
    margin-bottom: 0;
}
body.page .text-white p {
    color: #fafafa !important;
}
body.page .whats-icon {
    position: fixed;
    right: 30px;
    bottom: 125px;
    z-index: 9999;
}
body.page .whats-icon:hover {
    opacity: 0.7;
}
body.page h1 {
    color: #b69100;
    font-size: 32px;
    font-weight: 700;
}
body.page h5 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.3px;
}

body .btn-black {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #b69100;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
}
body .btn-black:hover {
    background-color: #fff;
    color: #b69100;
    border-color: #b69100;
}
body .bg-black {
    height: 490px;
    background-color: #131313;
    color: #131313;
}

body.page .navbar-nav .nav-item .nav-link {
    color: #b69100;
}
body.page .navbar-nav .nav-item.active .nav-link {
    color: #b69100;
}

.nav-header {
    font-weight: 700;
    height: 100px;
    background-color: #f5f5f5 !important;
    color: #808080;
    font-size: 16px;
    font-weight: 700;
    font-style: bold;
    text-align: center;
    max-width: 100%;
    z-index: 99;
    color: #fff;
}

.conta_wha_btn{
    cursor: pointer;
}


body .header-logo {
    width: 150px;
}

body .header-logo >img {
    height: 55px;
}

.carousel-item > a >div{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),var(--cover-photo-uri);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px;
}

.conteiner-home-icons{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.conteiner-home-icons > .items-conteine {
    background-color: #fff;
    flex-direction: column;
    text-align: center;
    width: 32%;
    padding: 12px;
    border-radius: 20px;
}
.conteiner-home-icons > .items-conteine >div>img{
    width: 32px;
    height: 32px;
}
.conteiner-home-icons > .items-conteine >h4{
    color: #b69100;
    font-weight: 600;
    margin-top: 12px;
}

.empresa-home{
    padding-top: 50px;
    margin-bottom: 50px;
}

.empresa-home h4{
    font-weight: 700;
    color: #b69100;
}

.empresa-home >div .border-empresa{
    border: 3px solid #84c68f;
    margin-bottom: 25px;
}

.empresa-home .descricao-empresa{
    width: 95%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.empresa-home .descricao-empresa > div{
    width: 50%;
    align-items: center;
    display: flex;
}

.empresa-home .descricao-empresa > .empresa-img > img{
    border-radius: 20px;
}

.empresa-img{
    position: relative;
}

.empresa-img > div{
    position: absolute;
    background-color: #fff;
    width: 65%;
    border-radius: 20px;
    padding: 16px;
    top: 65%;
    left: 10%;
}


.container-footer h4{
    font-weight: 700;
    color: #b69100;
}

.footer-divs{
    background-color: #131313;
    padding-top: 50px;
}

footer .footer-img {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
}

.footer-img img {
    width: 180px;
}

 footer{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-color: #131313;
}

.footer-descricao {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.footer-descricao div{
    width: 33%;
    color: rgb(231, 231, 231);
}

.footer-descricao div:nth-child(2) img{
    width: 145px;
}

.footer-font{
    color: #fff;
}

footer h3 p {
    color: #fff !important;
}

.card-produtos{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.card-produtos > .card-item{
    padding: 0;
    margin: 1%;
    cursor: pointer;
    width: 23%;
    max-width:300px;
}

.card-item img{
    width: 300px;
}

.card{
    border-radius: 20px !important;
    border: none !important;
    padding: 12px
}

.titulo-produto{
    text-align: center;
    line-height: 17px;
    font-weight: 600;
}

.subtitulo-produto{
    text-align: center;
    line-height: 17px;
    color: #4e4e4e;
    font-weight: 100;
    padding-top: 6px;
    font-size: 0.8rem;
}

.valor-produto{
    text-align: center;
    line-height: 17px;
    font-weight: 600;
    padding-top: 11px;
    color: #b69100 !important;
    font-size: 1.3rem !important;
}

.btn-ver-todos{
    background-color: #00aa63;
   
    padding: 10px 30px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.btn-ver-todos:hover{
    background-color: #00834c;
    border: 1px solid #00aa63;
    
}

.btn-ver-todos a{
    color: #fff !important;
}

.btn-ver-todos a:hover{
    color: #00aa63 !important;
}

@media screen and (max-width: 995px) {

    .carousel-item > a >div{
        padding: 95px !important;
    }

    .conteiner-home-icons{
        display: block;
    }

    .conteiner-home-icons > .items-conteine{
        width: 100%;
        margin-bottom: 20px;
    }

    .conteiner-home-icons > div:nth-child(3){
        margin-bottom: 0;
    }

    .empresa-home .descricao-empresa{
        width: 100%;
        display: block;
    }

    .empresa-home .descricao-empresa > div{
        width: 100%;
    }

    .empresa-home .descricao-empresa > .empresa-img > img{
        width: 100%;
    }

    .empresa-img > div {
        width: 100%;
        padding: 12px;
        top: 57%;
        left: 4%;
        font-size: 0.9rem;
    }

    .conteiner-certificado{
        padding-top: 60px;
    }

    .card-produtos > .card-item{
        width: 48.2%;
    }

    .card-produtos > .card-item:nth-child(2n+1) {
        margin-left: 0;
    }

    footer .footer-img {
        display: block;
        text-align: center;
    }

    .footer-img img {
        width: 175px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .footer-img img:nth-child(3){
        margin-bottom: 0 !important;
    }

    .footer-descricao{
        flex-direction: column;
    }

    .footer-descricao div{
        width: 100%;
    }

    /* MENU */
    .nav-header .page-menu ul {
        text-align: center;
        max-width: 100%;
        z-index: 99;
        border-radius: 20px;
    background-color: #f5f5f5;
    }

    /* .nav-header .page-menu > ul {
    width: calc(100% - 30px);
    overflow-y: auto;
    height: 100%;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #000;
    right: 0;
    top: 0;
    margin: 0;
    margin-left: auto;
    margin-right: 0 !important;
    position: relative;
} */

}

.detalhes-product-image {
    background-color: #fff;
    border-radius: 20px;
}
.btn-enviar-whats{
    text-align: center;
}
.btn-enviar-whats>button{
    background-color: #00aa63;
    padding: 10px 30px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    border: none;
    width: 65%;
}
