

* {
    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-color: #00032e;
}

.head h1{
    color: #ffffff;
    margin-bottom: 0px;
}

.head h2{ 
    color: #edbf6d;
    font-size: 1.8em;
}

.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;
}


.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;
}


.outher-services > h2{
    color: #262626;
    margin-bottom: 20px;
}

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

.other-services-item a{
    display: table;
    font-size: 1.2em;
    color: #000000;
    font-weight: 500;
    padding: 0 10px;
    width: 100%;
}

.other-services-item a.bt-whatsapp {
    width: 100%;
    display: block;
    background-color: #52c33a;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
    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-color: #00032e;
    padding: 20px 0px;
}


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

.differences *{
    color: #ffffff;
}


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

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

body.body-whatsapp{
    background-color: #262626;
}


@media (max-width: 767px) {

    body.body-whatsapp{
        background-color: #262626;
    }
    
    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;
    }

}