body {
	font-family: 'Barlow Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow Condensed', sans-serif;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

strong {
    font-weight: bold;
}

/* font weights 
300 - light
400 - regular
600 - semibold
*/

.add-to-cart-block-button-more {
    display: none;
}


/* ------------ HOME ------------- */

@media (min-width: 768px) {
    div#content-wrap {
        padding-top: 110px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    div#content-wrap {
        padding-top: 80px;
        padding-bottom: 0;
    }
    p.product.woocommerce.add_to_cart_inline a.added_to_cart.wc-forward {
        right: 5.5rem !important;
    }
}


/* Banner Home */

#banner-home {
    text-align: left;
}

#banner-home h1 {
	font-weight: 600;
    font-size: 34px;
    color: #232323;
    letter-spacing: 1.7px;
    line-height: 33px;
}

#banner-home p {
	font-weight: 300;
    font-size: 17px;
    color: #232323;
    letter-spacing: 0.85px;
    line-height: 28px;
}

@media (min-width: 768px) {
    #banner-home .carousel-caption {
        bottom: 30%;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #banner-home .carousel-caption {
        bottom: 12px;
        text-align: left;
        text-align: center;
    }
}




/* Destaques Home */

#home-products {
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-title h2{
    font-weight: 600;
    font-size: 30px;
    color: #232323;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.hprod-image {
    margin-bottom: 20px;
    height: 265px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.hprod-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hprod-text h4{
    font-weight: 600;
    font-size: 23px;
    color: #89c45e;
}

.hprod-text p{
    font-weight: 400;
    font-size: 17px;
    color: #666666;
}

.hprod-text p.price{
    font-weight: 600;
    font-size: 23px;
    color: #37c0d1;
}

.show-all-products-btn {
    text-align: center;
    padding-top: 40px;
}




/* Como funciona Home */

#how-it-works {
    position: relative;
}

#how-it-works .container {
    padding: 50px;
    background: #d0f9ff;
    border-radius: 20px 0 0 80px;
}

#how-it-works .container:after {
    content:"";
    background-color:#d0f9ff;
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#how-it-works h2 {
    padding-bottom: 35px;
}

#how-it-works h3{
    background: #b4e88f;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-weight: 500;
    font-size: 65px;
    color: #232323;
    letter-spacing: 3.25px;
    line-height: 50px;
}

#how-it-works p {
    font-weight: 400;
    font-size: 17px;
    color: #232323;
    letter-spacing: 0.85px;
    line-height: 25px;
}

@media (min-width: 768px) {
    #how-it-works p {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    #how-it-works p {
        margin-bottom: 30px;
    }
}



/* Depoimentos */

#testmonials {
    padding-top: 50px;
    padding-bottom: 70px;
}

#testmonials h2{
    font-weight: 600;
    font-size: 28px;
    color: #232323;
    text-align: center;
}

.testmonial-item {
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    border: solid 1px #95e5ef;
    margin: 0 5px;
}

.testmonial-item .test-author p {
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 5px;
}

.testmonial-item .test-author .rating img {
    max-width: 85px;
}


/* Home Lower Content block */

@media (min-width: 768px) {
    #home-lower-content {
        background: #CCF8FE;
        margin-top: 120px;
        margin-bottom: 120px;
    }

    #home-lower-content img {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: -120px;
        margin-bottom: -120px;
    } 
}
@media screen and (max-width: 767px) {
    #home-lower-content {
        background: #CCF8FE;
        margin-top: 120px;
        margin-bottom: 0;
    }

    #home-lower-content img {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: -120px;
    } 

    .home-lower-content-text {
     margin-bottom: 60px; 
 }
}

#home-lower-content h2 {
    font-weight: 600;
    font-size: 30px;
    color: #37C0D1;
}

#home-lower-content p {
    font-weight: 300;
    font-size: 17px;
    color: #232323;
    letter-spacing: 0.85px;
    line-height: 28px;
}





/* FOOTER */

footer {
    background: #f2fff1;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (min-width: 768px) {
}
@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .col-md-2 {
        margin-bottom: 35px;
    }
}

footer ul,
footer p {
    font-weight: 400;
    font-size: 17px;
    color: #232323;
    letter-spacing: 0.85px;
    line-height: 30px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer .social-list li{
    display: inline-block;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom img {
    float: right;
}

@media screen and (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom p {
        /* margin-bottom: 30px; */
    }

    .footer-bottom img {
        display: none;
    }
}

p.product.woocommerce.add_to_cart_inline {
    margin-bottom: 0;
    display: inline;
} 
p.product.woocommerce.add_to_cart_inline a {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
p.product.woocommerce.add_to_cart_inline a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
} 
p.product.woocommerce.add_to_cart_inline a.added_to_cart.wc-forward {
    position: absolute;
    right: 7.5rem;
    color: #212531;
    font-size: 16px;
}

/*Button Voltar para a Loja*/
.back-btn {
    text-align: left;
    margin-top: 30px;
}

.back-btn-top {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

.back-btn__btn {
    font-weight: 400;
    font-size: 15px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: transparent;
    text-transform: uppercase;
    border-color: #89c45e;
    color: #89c45e;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

.back-btn__btn:hover {
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
}

/*Resumo do Carrinho*/
#body {
    transition: margin-right .5s;
}
#cart-resume {
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #f2fff1;
    position: fixed;
    z-index: 1032;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}
#cart-resume a.resume-close {
    margin-left: 0;
    cursor: pointer;
}
#cart-resume a.resume-close svg {
    margin-left: 25px;
    width: 25px;
}
#cart-items-resume {
    padding: 25px 25px 0 25px;
    width: 359px;
}
.cart-item {
    display: flex;
    justify-content: space-between;
    color: #232323;
    margin-bottom: 10px;
}
.cart-item .name-product {
    font-weight: 500;
    width: 117px;
}
.cart-item .image-product img {
    width: 80px;
    height: auto;
}
.qtd-itens {
    text-transform: uppercase;
}
.qtd-total {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
}
.cart-checkout {
    text-align: center;
    width: 359px;
}
.cart-checkout a {
    color: #fff;
    outline: none;
}



/* Fale Conosco
----------------------------*/
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form label{
    width:100%;
}
.wpcf7-form textarea{
    height: 100px;
}
.wpcf7-form input,
.wpcf7-form textarea{
    padding: 7px 15px;
}
.wpcf7-form {
    width: 600px;
    margin: 30px auto;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
    width: 200px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: #89c45e;
    color: #fff;
    border-color: #89c45e;
    margin: 0 auto;
    display: block;
}

/*Página Sobre*/

.banner-sobre{
    margin-top: 50px;
}

.banner-sobre img,
.banner-como-funciona img{
    border-radius: 15px;
}

.align-center{text-align: center;}
span.bold-sobre{font-weight: 600; font-size: 14px;}

.icon-space{
    margin-top: 30px;
}

#product-intructions .instructions-title h2,
#product-intructions .instructions-title p {
    text-align: right;
}

#product-intructions .bg-full-50 {
    padding: 50px;
    background: #F8FFE1;
    border-radius: 20px 0 0 80px;
    position: relative;
}

#product-intructions .bg-full-50:after {
    content:"";
    background-color:#F8FFE1;
    position: absolute;
    height: 100%;
    width: 100%;
    right: -50%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.como-funciona h3{
    background: #b4e88f;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-weight: 500;
    font-size: 65px;
    color: #232323;
    letter-spacing: 3.25px;
    line-height: 50px;
}

.como-funciona p{
    font-size: 15px;
}

span.bold-como-funciona{font-weight: 600;}




















