body{
    /*background-image:url("../img/fnd.jpg");	*/
    background-repeat:repeat-x;
    background-color:white;
}

.topo{
    background-color:#141544;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.21);
}


.side_bar .fb-like.fb_iframe_widget {
    position: absolute !important;
}


.rede_sociais{  height:100px;}
.content{
    padding-top:20px;
}
input[type="text"], input[type="password"], select{
    height:35px;
}
.botao_enviar{
    margin-top:20px;
    height: 70px;
}
.logo{
    padding:10px 0px;;
}
.formulario{
    background-color:#141544;
    padding:20px;
    color:white;
    border-radius:10px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.21);

}
.formulario h3{
    padding:0px;
    margin:0px;
}
.formulario p{
    font-size:14px;
    color:white;
}
.formulario label {
    color: white;
    font-style: italic;
    font-weight: 0;
    font-size: 12px;
}
.formulario fieldset{
    margin-top:25px;
}
.conteudo_produto p{
    text-align:center;
}
.descricao_produto {
    font-size:20px;
    text-align:justify;
    margin-top:60px;
}
.descricao_produto p{
    text-align:left;
}
.descricao{
    background-color:white;


}
.descricao_produto p {
    text-align: left;
    font-size: 16px;
}
h2 {
    font-size: 20px;
    color: #949494;
    font-weight: normal;
    padding:0px;
    margin:0px;
}


.navbar-fixed-top{
    position:relative !important;
}
@media (max-width: 767px){
    body{
        padding-right: 10px;
        padding-left: 10px;

    }
    .logo{
        margin-left:20px;
    }
}


/******************* SOCIAL PAGE *****************/

.formulario h4{
    text-align:center;
}

/****************** Thank you page******************/

.fundo{
    width:100%;
    background-color:rgba(128, 128, 128, 0.1);
}
button.tk_botao_enviar.btn.btn-warning.btn-large {
    width: 230px;
}

.produto figure p{
    text-align:center;
}
.produto figure img{
    max-height:160px;
}
.produto{
    margin-top:0px;
    background-color:rgba(128, 128, 128, 0.1);
    border-radius:10px;
    opacity:0.7;
    transition: 0.3s ease-in-out ;
}

.produto:hover{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
    opacity:1;

}

.produto figure figcaption {
    color: black;
}

.produto h6{
    color:gray;
}


@media (max-width: 767px){
    .produto{
        padding:5px 0px;
        margin:10px 0px;
    }

}

.side_bar .fb-like.fb_iframe_widget {
    position: absolute !important;
}