
@font-face {
    font-family: 'humanst521';
    src: url('/fonts/humanst521-webfont.woff2') format('woff2'), url('/fonts/humanst521-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

input[type=checkbox]{

        margin: 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 15px;
    height: 15px;
    font-size: 18px;
}

ul li {
position: relative;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.navbar-collapse.in {
overflow: hidden!important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

li a:link {
  color: white;
}

li {
	color: white;
}

li:hover a:hover{
	 background-color: #c15fcc;
}

li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}


li:hover ul { display: block; }

.error p {
    font-size: 14px !important;
    color: #fff;
    background: #8c0d03;
    padding: 10px;
}

.sucesso p {
    font-size: 14px !important;
    color: #fff;
    background: #53be85;
    padding: 10px;
}

.breadCrumbs {
    margin: 20px 0;
    color: #303030;
    /*background: #f5f5f5;
    padding: 10px;*/
}

.breadCrumbs a{    
    color: #303030;
}

.breadCrumbs a:hover{    
    text-decoration: underline;
}

.breadCrumbs a.clique{    
     text-decoration: underline;
}


/*--------bg transparente do banner---------*/
.carousel-content {
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

#main-slider .slider-inner h2 {
    padding: 15px 15px 5px 15px;
}

#main-slider p {
    padding: 0px 15px 15px 15px;
}
/*--------bg transparente do banner---------*/

#main-menu.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    font-size: 14px;
}

.media-left, .media-right, .media-body {
    padding-top: 0px;
}


#header .logoDesktop {
    display: block !important;
}

#header .logoMobile {
    display: none !important;
}

p {
    /*font-size: 18px !important;*/
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 15px !important;
    font-size: 16px !important;
}

.header #menu2 .dropdown [class*="sub-menu"]{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 230px;
    z-index: 7;
    background: #670d71;
    box-sizing: border-box;
    padding: 5px;
}

.header #menu2 .li {
    position: relative;
    display: inline-block;
}


#main-slider p {
    font-size: 24px !important;
    /*line-height: 35px !important;*/
    text-shadow: 1px 1px 10px #000 !important;
    margin-top: 50px;
    padding: 30px;
}

#main-slider .item {
    height: 480px !important;
}

.GaleriaPrecos {
    display: block !important;
}

.listagemPrecos {
    display: block !important;
}

#main-slider .owl-pagination {
    display: none !important;
}

#main-slider .owl-theme .owl-controls {
    margin-top: 0px !important;
}

#contact .container-wrapper {
    background: rgba(70, 74, 70, 0.5) !important;
}

/*#contact .contact-form {
    background: rgba(255, 255, 255, 0.95)!important;

}*/

#header .menuMobile {
    display: none !important;
}

#header .menuDesktop {
    display: block !important;
}

.media.service-box {
    clear: both;
    padding-bottom: 0px;
    min-height: 140px;
    margin-bottom: 0px !important;
}

#footer .botaoConsulte {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    margin-bottom: 0px;
}

    #footer .botaoConsulte a:hover {
        color: #fff;
    }

#footer .btn-primary {
    padding: 14px 20px 10px 20px;
    font-weight: bold;
}



/*----------servicoes-----------*/
#services {
    background: #f5f1da;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}

    #services .section-header .section-title {
        color: #ccba21;
    }

.sentimento {
    background: #8cbcac;
    min-height: 640px;
    
}

.essencias_formulas {
    background: #96abcc;
    min-height: 640px;
}

.onde_comprar {
    background: #8cbcac;
    margin-bottom: 20px;
    min-height: 560px;
}

#services .row h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 30px 10px 10px 10px;
    font-weight: 100;
}

#services .row img {
    width: 100%;
}

#services .padding {
    padding: 10px 15px;
}

#services .form-encontre {
    background: #fff;
    border: 0;
    padding: 9px 12px;
    color: #999999 !important;
    width: 100%;
}

#services .btn.btn-primary {
    background-color: #fff !important;
    border-color: #bd151b;
}

#services .btnSentimento:hover {
    background: #2f7d63 !important;
    color: #fff;
}

#services .btn {
    margin-top: 20px;
    border-width: 0;
    border-bottom-width: 0px;
    border-radius: 0px;
    padding: 10px 20px;
}

#services .btnSentimento {
    color: #599a84;
    box-shadow: 2px 2px 4px #599a84;
}

#services .btn_essencias_formulas {
    color: #809ac4;
    box-shadow: 2px 2px 4px #6280b0;
}

    #services .btn_essencias_formulas:hover {
        background: #385a91 !important;
        color: #fff;
    }

#services p {
    color: #fff;
    font-weight: 100 !important;
    margin: 0 !important;
}

#services .maisProcurados {
    margin-top: 35px;
}

    #services .maisProcurados p:first-child {
        font-size: 22px !important;
    }

    #services .maisProcurados a {
        color: #fff;
    }

        #services .maisProcurados a:hover {
            text-decoration: underline;
        }

    #services .maisProcurados .verTodos {
        margin: 2px 0 !important;
    }

        #services .maisProcurados .verTodos a {
            text-decoration: underline;
        }

            #services .maisProcurados .verTodos a:hover {
                color: #000;
            }


#services .linkRepresentantes {
    margin: 20px auto;
    padding: 30px;
    text-align: center;
}




#services .linkRepresentantes a {
    color: #fff!important;
    font-size: 16px;
    text-decoration: underline;
	line-height: 20px;
    
    
}


#services .linkRepresentantes a:hover {
    color: #17684d!important;

}

/*#services .btn.btn-primary {
    background: #fff;
    border-color: none!important;
    border-radius: 0px;
    color: #8cbcac;
}*/

/*-----------------------------*/

/*--------------CTA O Crossfit----------*/
#cta {
    background: #fff;
}

    #cta .section-header .section-title {
        font-size: 40px;
        color: #8e6aa5;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

    #cta .section-header p {
        font-size: 24px !important;
        color: #838383;
        line-height: 28px;
        text-align: justify;
    }

        #cta .section-header p span {
            font-weight: bold;
        }

    #cta img {
        max-width: 100%;
    }

    #cta .para_quem .tit {
        text-align: center;
        color: #000 !important;
        font-size: 24px !important;
        padding-bottom: 10px;
        font-weight: bold;
    }

    #cta .content {
        background-color: rgba(0,0,0,.8);
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100% !important;
        margin: 0 !important;
    }

        #cta .content p {
            color: #fff !important;
            font-weight: bold;
            padding-top: 11px;
        }


 

/*--------------------------------------*/




/*---#features---*/
#features .section-header {
    margin-bottom: 0px;
}

#features {
    padding: 100px 0 50px 0 !important;
    background: #f5f5f5;
}
/*---final #features---*/

/*---#meet-team---*/
#meet-team .team-member {
    /*min-height: 350px !important;*/
    margin-bottom: 10px;
}

#meet-team {
    padding: 0px 0 30px 0 !important;
    background: #c0d4e0;
    margin-top: 5px;
}

    #meet-team h2 {
        color: #2b6c93;
    }

    #meet-team .team-info h3 {
        font-size: 18px !important;
        color: #ca2c32;
    }



    #meet-team .section-header a {
        color: #000;
    }

        #meet-team .section-header a:hover {
            text-decoration: underline;
        }

    #meet-team .section-header {
        margin-bottom: -40px;
        margin-top: 40px;
    }

        #meet-team .section-header p {
            color: #4e8db3;
            font-size: 20px !important;
        }


    #meet-team .todosCursos {
        margin-top: 60px;
    }

    #meet-team .boxCurso {
        background: #fff;
        margin-bottom: 10px;
        padding: 10px 20px;
        box-shadow: 2px 2px 0px #a5bfce;
        overflow: hidden;
    }

        #meet-team .boxCurso h2 {
            text-align: center;
            color: #2b6c93;
            font-size: 22px;
            border-bottom: 1px solid #2b6c93;
            padding-bottom: 25px;
        }

        #meet-team .boxCurso .datas {
            margin-left: -40px;
        }

        #meet-team .boxCurso .descricao {
            text-align: justify;
            color: #767571;
            font-size: 18px !important;
            font-weight: 100 !important;
        }

            #meet-team .boxCurso .descricao a {
                color: #2b6c93;
                text-decoration: underline;
            }

                #meet-team .boxCurso .descricao a:hover {
                    color: #000;
                }

        #meet-team .boxCurso ul {
            color: #767571;
            font-size: 18px;
            list-style: none;
        }

            #meet-team .boxCurso ul li {
                padding: 5px;
            }

    #meet-team .btn {
        margin-top: 20px;
        border-width: 0;
        border-bottom-width: 0px;
        border-radius: 0px;
        padding: 10px 20px;
    }

    #meet-team .btn_essencias_formulas {
        color: #000;
        box-shadow: 2px 2px 4px #6280b0;
    }

    #meet-team .btn.btn-primary {
        background-color: #fff !important;
        color: #2b6c93;
        box-shadow: 2px 2px 4px #93b2c4;
        padding: 15px 20px;
    }

        #meet-team .btn.btn-primary:hover {
            background: #385a91 !important;
            color: #fff;
        }


/*---final #meet-team---*/

/*------------------contact--------------*/
.dadosContato {
    background: #683b84;
    padding: 30px 0;
    margin-top: 5px;
}


    .dadosContato .form-group {
        margin-bottom: 5px;
        border: 0px;
    }

    .dadosContato .form-control {
        display: block;
        width: 100%;
        /*height: 38px;*/
        padding: 25px 12px !important;
        font-size: 14px;
        line-height: 1.42857143;
        color: #000 !important;
        background-color: #fff;
        background-image: none;
        border: 0px solid #ccc;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .dadosContato .botao {
        text-align: center;
        margin: 10px 0;
    }

    .dadosContato .section-header {
        margin-bottom: 30px;
    }

        .dadosContato .section-header .section-title {
            font-size: 44px;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 20px;
            margin: 10px 0 20px;
        }

    .dadosContato .infos {
        color: #fff;
    }



        .dadosContato .infos h2 {
            color: #fff;
            font-size: 26px;
        }

        .dadosContato .infos .emails .subTitulo {            
            font-size: 16px;
        }

        .dadosContato .infos .endereco p {            
            font-size: 19px;
        }

        .dadosContato .infos a {            
            color: #fff;
        }

        .dadosContato .infos a:hover {            
         text-decoration: underline;
        }

        .dadosContato .infos .emails .descricao {            
            font-size: 18px;
            background: #a48ab5;
            padding: 7px 7px;
            margin-top: 10px;
        }

        .dadosContato .infos .emails ul {
                    padding: 0;
            margin: 0;
        }

        .dadosContato .infos .emails li {            
            list-style: none;
            float: left;
            margin-right: 50px;
        }

        .dadosContato .logos {                        
            text-align: center;
            padding-top: 40px
            
        }


    /*

        .dadosContato .infos .email a {
            margin: 30px 0;
            color: #fff;
            overflow: hidden;
            float: left;
        }

            .dadosContato .infos .email a:hover {
                text-decoration: underline;
            }

        .dadosContato .infos p {
            padding: 0 10px;
            color: #fff;
        }

    .dadosContato .telefones p {
        color: #fff;
        font-size: 32px !important;
        line-height: 40px;
    }

    .dadosContato .endereco {
        clear: both;
        padding-bottom: 15px;
    }

        .dadosContato .endereco a {
            color: #fff;
            font-size: 18px !important;
        }*/

    .dadosContato .btn.btn-primary {
        background-color: #fff !important;
        color: #2b6c93;
        box-shadow: 2px 2px 4px #93b2c4;
        padding: 15px 20px;
    }

        .dadosContato .btn.btn-primary:hover {
            background: #385a91 !important;
            color: #fff;
        }



/*----------------------------------------*/

/*---------MIOLO------*/
.miolo {
    margin-top: 55px;
}

/*---------------------*/

@media (max-width: 1200px) {
    .redesSociaisApp {
        display: none !important;
    }
}

@media (max-width:767px) {
    #cta .section-header .section-title {
        padding-top: 15px;
    }

    .dadosContato .col-sm-12 {
        clear: both;
    }

    .topoContatos {
        display: block !important;
    }

    #header .menuMobile {
        display: block !important;
    }

    #header .menuDesktop {
        display: none !important;
    }

    .listagemPrecos {
        display: none !important;
    }

    /*.GaleriaPrecos {
        display: block !important;
    }*/



    #main-slider .item {
        height: 550px !important;
    }

    #main-slider .slider-inner h2 {
        font-size: 40px !important;
        margin-top: 80px !important;
    }

    #main-slider p {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    #features {
        display: none;
    }

        #features .dadosCanaBrava {
            display: none;
        }

    #testimonial .h2Opinioes {
        display: none;
    }

    #testimonial {
        padding: 0px 0 20px 0 !important;
        display: block;
    }

    #header .logoDesktop {
        display: none !important;
    }

    #header .logoMobile {
        display: block !important;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 20px !important;
    }

    .navbar.navbar-default .navbar-brand {
        padding: 10px !important;
    }

    #features .media.service-box:first-child {
        margin-top: 20px !important;
    }

    #meet-team {
        padding: 0px 0 20px 0 !important;
    }

        #meet-team .section-header p {
            font-size: 18px !important;
            margin-bottom: 50px;
        }

    .section-header .section-title {
        font-size: 26px !important;
    }

    #footer .col-sm-6 {
        min-height: 50px;
    }


    .redesSociaisApp {
        display: none !important;
    }

    #meet-team .section-header p {
        color: #4e8db3 !important;
    }

    #pricing ul.pricing {
        min-height: 450px;
    }

        #pricing ul.pricing li {
            margin-bottom: 15px;
        }

    body {
        padding-top: 20px !important;
    }

    #pricing ul.pricing li:last-child {
        margin-bottom: 5px;
        bottom: 0;
        position: inherit !important;
        margin-left: 0px !important;
        padding-bottom: 30px !important;
        text-align: center;
    }

    #services .media-body p {
        min-height: unset !important;
    }

    #services .col-sm-6 {
        min-height: 0px !important;
    }

    #cta {
        padding-top: 50px !important;
    }

    #main-slider {
        display: none;
    }

    /*.dadosContato .telefones p {
        color: #fff;
        font-size: 28px !important;
        line-height: normal !important;
    }*/

    .dadosContato .telefones a {
        color: #fff !important;
    }

    #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

.simplePopup {
    display: none;
    position: fixed;
    border: 4px solid #808080;
    background: #fff;
    z-index: 3;
    padding: 12px;
    width: 70%;
    min-width: 70%;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
}

.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
#cta .section-header p {
    font-size: 18px !important;
	padding-top: 20px;
}
	}

