

* {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
}

a{
    text-decoration: none;
}

body{
    background-color: #F9F9F9;
}


ul{ padding: 0px; margin: 0px; }
ul li{ list-style: none; }

.head{
    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.50) 47%, rgba(0, 0, 0, 0.50) 100%);
    background-blend-mode: screen;
}

.logo img{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: block
}

.titles{
    padding-top: 20px;
    margin-bottom: 30px;
}

.titles h2{
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
}

.titles p{
    font-size: 22px;
}

.top-alert{
    padding-top: 20px;
}

.top-alert p{
    text-align: center;
    background-color: #F70000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    display: table;
    margin: 0px auto;
    font-weight: bold;
}

.services-item{
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.services-item .image{
    margin-bottom: 20px;
}

.services-item .contents{
    margin-bottom: 10px;
    padding: 10px;
}

.services-item .bt-whatsapp{
    width: 100%;
    display: block;
    background-color: #52c33a;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}




.tecnicas-item{
    background-color: #f1f1f1;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tecnicas-item h3{
    font-weight: 300;
}

.tecnicas-item .ciclo{
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 50%;
}


.differences{
    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;
    padding: 20px 0px;
}


.differences ul li h3{
    font-size: 22px;
    font-weight: 400;
}



.faq{
	padding: 50px 0px;
    background-color: #ffffff;
    background: url('../images/bg-header.jpg') top center no-repeat #fff;
}

.testimony{
    padding: 50px 0px;
}

.brands{
    padding: 50px 0px;
}

.brands .marca{
    text-align: center;
}

.depoimentos{
    padding: 0px 30px;
}

.depoimentos .depoimento{
    overflow: hidden;
    border-radius: 20px;
    margin: 15px;
    padding: 20px;
    background: url('../images/bg-depoimentos.jpg') center top no-repeat;
    background-size: cover;
}

.owl-carousel .owl-item img{
    max-width: 250px;
    margin: 0px auto;
    display: table;
}

.owl-nav button span {
    width: 38px;
    height: 38px;
    overflow: hidden;
    font-size: 50px;
    padding: 0px;
    background-color: #e4c169;
    border-radius: 50%;
    line-height: 0.7em;
    display: block; 
}

.owl-nav button:hover span {
    color: #fff;
    background-color: #000000;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-carousel .owl-nav button{ 
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -40px;
}

.brands .owl-nav{
    display: none;
}


.about-us{
    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;
    padding: 20px 0px;
}

.about-us .text p, .about-us .text p b{
    font-size: 22px;
}

.about-us .image{
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.until-you{ 
    padding: 5px 10px;
    background-color: #F70000;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    font-weight: 500;
}

@media (max-width: 767px) {

    body.body-whatsapp{
        background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    }
    
    body.body-whatsapp .head{
        background: none;
    }

    body.body-whatsapp .head .logo{
        margin-bottom: 30px;
    }

    body.body-whatsapp .head h1{
        font-weight: 400;
        font-size: 26px;
    }

    .head h1{
        font-weight: 400;
        font-size: 26px;
    }

    .head h2{
        font-weight: 300;
        font-size: 24px;
    }

    .titles h2{
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .titles p{
        line-height: 1em;
    }

}