@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    overflow-x: hidden;
}

.home{
    background: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 150px;
    background-position: bottom;
    height: 100%;
}

a{
    cursor: pointer;
}

.apresentation .home img{
    width: 150px;
}

.apresentation.w-w .home{
    background: transparent;
}

.apresentation.w-w .infos{
    background: transparent;
}

.apresentation.w-w .infos .sociais i{
    background: #000;
    color: #fff;
}

.infos{
    background: #3d4a38;
    padding: 60px 100px;
}

.infos img{
    margin-top: 50px;
}

.infos .sociais{
    display: flex;
    gap: 20px;
    justify-content: end;
}

.infos .sociais i{
    color: #3d4a38;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    padding: 7px;
    transition: 0.3s ease-in-out;
}

.infos .sociais i:hover{
    transform: scale(1.1);
}

.infos p.title{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.infos p.desc{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.infos a.btn{
    background: #fff;
    padding: 17px !important;
    width: 100%;
    border-radius: 1px;
    color: #3d4a38;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    transition: 0.3s linear;
}

.infos a.btn i{
    font-size: 40px;
}

.infos a.btn span{
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.infos a.btn:hover{
    transform: scale(1.05);
}
.texts{
    margin-top: 90px;
    text-align: center;
}

.texts img{
    width: 300px;
}

.texts p.title{
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 0px;
    text-align: center;
    color: #3d4a38;
    text-transform: uppercase;
}

.texts p.text{
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    padding: 0 70px;
    font-weight: 400;
    text-align: center;
    line-height: 29px;
}

.texts a.btn{
    background: #3d4a38;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 50px!important;
    width: fit-content;
    margin: auto;
    justify-content: center;
    margin-top: 50px;
    transition: 0.4s ease-in-out;
}

.texts a.btn:hover{
    transform: scale(1.1);
    background: #2e382b;
}

.texts a.btn i{
    font-size: 35px;
}

.texts a.btn span{
    font-family: "PT Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.container-person{
    padding: 1% 8%;
}

.reviews{
    margin-top: 130px;
}

.reviews .review-card{
    margin: 0 30px;
}

.reviews .review-card .reviwer{
    display: flex;
    gap: 20px;
    align-items: center;
    align-self: center;
    margin-bottom: 10px;
}

.reviews .review-card .reviwer p.name{
    font-family: "PT Sans", sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0px;
}

.reviews .review-card .reviwer .stars{
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews .review-card .reviwer .stars i{
    color: #ecc30c;
    font-size: 20px;
}

.reviews .review-card p.review{
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.glider-track{
    align-items: start;
}

.glider-main{
    position: relative;
}

.faq{
    margin-top: 100px;
}

.faq p.title{
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.faq .accordion-item{
    border: none;
}

.faq .accordion-button{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 1.25rem;
}

.faq .accordion-button i{
    font-size: 30px;
    color: #292929;
    transition: 0.4s;
}

.faq .accordion-button.collapsed i{
    transform: rotate(180deg);
}

.faq .accordion-button span{
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #292929;
}

.faq .accordion-body{
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #292929;
    padding: 10px 70px;
}

.accordion-button:not(.collapsed)::after{
    display: none;
}

.contact{
    margin-top: 90px;
}

.contact p.title{
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 900 !important;
    line-height: 65px;
    text-transform: uppercase;
}

.contact p.text{
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 135px;
}

.contact a.btn{
    background: #3d4a38;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 50px!important;
    width: fit-content;
    justify-content: center;
    margin-top: 50px;
    transition: 0.3s;
}

.contact a.btn:hover{
    transform: scale(1.05);
    background: #2e382b;
}

.contact a.btn i{
    font-size: 35px;
}

.contact a.btn span{
    font-family: "PT Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.contact .contacts .txt{
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
    margin-bottom: 50px;
}

.contact .contacts .txt i{
    font-size: 50px;
    color: #000;
}

.contact .contacts .txt span{
    font-family: "DM Sans", sans-serif;
    color: #292929;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}

.contact .sociais{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.contact .sociais i{
    font-size: 30px;
    color: #fff;
    background: #000;
    padding: 8px;
    border-radius: 50%;
    transition: 0.4s;
}

.contact .sociais i:hover{
    transform: scale(1.1);
}

.footer{
    margin-top: 100px;
    padding: 50px 0;
    background: #292929;
}

.footer img{
    width: 70%;
}

.footer p.copy{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
}

.footer p.title{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.footer ul{
    padding: 0 !important;
    list-style: none;
}

.footer ul li{
    margin-top: 10px;
}

.footer ul li a{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
}


.button-wp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.button-wp::after{
    content: '1';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e382b;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.button-wp .button-content i {
    color: #fff;
    padding: 10px;
    font-size: 40px;
    border-radius: 50%;
    background: #1dd42c;
    transition: 0.3s;
    cursor: pointer;
}

.button-wp .button-content i:hover {
    box-shadow: 0px -2px 10px -4px #000;
    background: #19b826;
}

.button-wp .button-text {
    background: #fff;
    padding: 8px 25px !important;
    border-radius: 8px;
    box-shadow: 0px 0px 7px -3px #000;
    position: relative;
}

.button-wp .button-text span {
    font-family: "DM Sans", sans-serif;
    color: #555;
    font-weight: 400;
    font-size: 16px;
}

.button-wp .button-text::after {
    content: '';
    width: 16px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -16px;
    right: initial;
    transform: scale(-1, 1);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAMvSURBVHic7ZpPi9NAGMafbKtbd6vrrn8KXqTYo5dlv4D3epBC8SuIJ2/2c4i3eigFpVfBuyctpVePS0vBq4UeSui/vB6aMZPZzGTiip1J5wcvmSaTJc+T951MZgM4HA6HY3/xwpBB/+tCdkWaASK5MySrATy5MOM6BjCsNsIDcKDRT0eklUZ4AAqSYzJBaUKtMoI3gC+FJBHiPpVQa0woInkMSBsXiOuTJFZ1zCg8ADc0+lHGtuxc4+AzQLzrsjLwhDbr50nOke03AmaArAxEcWxLCeeIhlhBEfHHoFi7aXeVFy1uk/obhywDxDRnbVVZWGnCge/775vN5iG2mSALZpL4mzdPtjUbIqLVavW90+k8AXDCxZ0wbodRBnAM4AjALQAlAIcAbmL7JCmGUQgjySjzTKGQzWbzs9/vPwNwGsbdMJgZzAhdE1TZYgweEf2pSyKaj0aj17Va7QvXhyQRKI4Rdy6/heT37qCrBNPp9F2lUnkI4D6AewDOEGUFy4Yy1JlgRxYkGEBERPP5/HOj0XgM4AEiI0QT+HJQlYJ9BhARLZfLH+12+wJ6JtiZBSoDwsHx12AweAGAlQQrhxNcLYUkA8zOgjQDiIiCIFiMx+M3iDLhDOossKcMdAxgzGaz7vn5+SNEpSBmQZYyMIMsBhAR+b7/tdVq1RDPgrQyyI8BRETr9fqy2+0+RdyAY1hoQGwilIXFYvGtVCo9RzQhCoS2amIktneGzoqwDCMEXJe/MmCz2Vz2er1X3C7j7qw2bhDMQB4fg0WdTkS0nEwmb6vV6kekD24QjkHSxwhSx4AgCKbD4fBltVr9BL3XYLvGA1XK7/XL0D6/Du/VgkhsEKR/vyRmPuy27+uiqFsW933/Q71eP0UklI8y4sKziDf/7mN7UUeQX5z4TBcnP6olcJ2PLHZOEXERSR82qARaLR7YGhBA/kWHzAgdg2R/xyj4DFB9IKFa0LBr6ivADADUFy8TqSPeaFN4A9LIKjztmBEUkPz/fJ06tlo4g58K6wpME2eNeCCeASp0RFklnCH7TDYLVgpnaC2JSbBaOCOrAbkQzZNmQO4EOxwOh8MR8RsgtSyqPuIxtgAAAABJRU5ErkJggg==');
    background-size: 32px 32px;
}

.button-wp .button-text i{
    position: absolute;
    color: #000;
    font-size: 19px;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.termos{
    margin-top: 100px;
}

.termos p.title{
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.termos p.stitle{
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0px;
}


.termos p.text{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.scrollUp i{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #3d4a38;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.footer p.copy.fac{
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

.footer img.fac{
    width: 150px;
}

.products{
    margin-top: 100px;
}

.products .product-card{
    padding: 20px 0;
}

.products .product{
    background: #d9d9d9;
    padding: 10px;
    margin: 0 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.4s;
    min-height: 390px;
}

.products .product:hover{
    background: #3d4a38;
}

.products a{
    text-decoration: none;
}

.products .product img{
    width: 100%;
    transition: 0.4s;
    border-radius: 4px;
}

.products .product:hover img{
    transform: translateY(-30px);
}

.products .product p.name{
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: 0.4s;
}

.products .product:hover p.name,
.products .product:hover p.text,
.products .product:hover p.text2{
    color: #fff;
    transform: translateY(-30px);
}

.products .product p.text2{
    font-family: "DM Sans", sans-serif;
    color: transparent;
    user-select: none;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    transition: 0.4s;
    margin-bottom: 0px;
    margin-top: 6px;
}

.products .product p.text{
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    transition: 0.4s;
}

.products .text-more a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    color: #000;
}

.products .text-more i{
    font-size: 28px;
}

.products .text-more span{
    color: #000;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

.insta{
    background: #1e1e1e;
    margin-top: 60px;
}

.insta p.title{
    margin-bottom: 0px;
    font-size: 22px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.insta p.title2{
    margin-bottom: 0px;
    font-size: 40px;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.insta p.title2 b{
    text-decoration: underline;
}

.insta .posts-container{
    display: flex;
    gap: 10px;
    align-items: center;
    transform: translateY(70px);
}

.insta .posts-container .posts-container-content{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.insta .posts-container .posts-container-content .list-sociais{
    display: flex;
    gap: 25px;
    margin-bottom: 170px;
}

.insta .posts-container .posts-container-content .list-sociais a i{
    color: #1e1e1e;
    background: #fff;
    font-size: 35px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.4s;
}

.insta .posts-container .posts-container-content .list-sociais a i:hover{
    transform: scale(1.1);
}

.insta .insta-posts{
    display: flex;
    gap: 10px;
    align-items: center;
}

.view-product .home{
    background: var(--img);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 150px;
    background-position: bottom;
    height: 100%;
}

.view-product .infos{
    background: #3d4a38;
}

.view-product .infos p.title{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.view-product .infos p.desc{
    font-family: "DM Sans", sans-serif;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

.view-product .infos ul li{
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
}

.view-product .infos a.btn{
    width: fit-content;
    padding: 15px 40px !important;
}

.view-product .infos a.btn span{
    font-size: 20px;
}

.view-product .infos a.btn i{
    font-size: 30px;
}

.view-product-variations{
    margin-top: 80px;
}

.view-product-variations p.title{
    color: #3d4a38;
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.view-product-variations p.desc{
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.view-product-variations .product-card{
    padding: 20px 0;
}

.view-product-variations .product{
    background: #d9d9d9;
    padding: 10px;
    margin: 0 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    transition: 0.4s;
}

.view-product-variations .product:hover{
    background: #3d4a38;
}

.view-product-variations .product img{
    width: 100%;
    transition: 0.4s;
    border-radius: 4px;
}

.view-product-variations .product:hover img{
    transform: translateY(-30px);
}

.view-product-variations .product p.name{
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: 0.4s;
}


.view-product-variations .product:hover p.name{
    color: #fff;
    transform: translateY(-30px);
}