/* BLOCOS PRINCPAIS */
.header{
    background: #161616; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #161616 13%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(13%,#161616), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #161616 13%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #161616 13%,#000000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #161616 13%,#000000 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #161616 13%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 20px 0;
}
.footer{
    background-color: #202020;
    padding-top: 10px;
    padding-bottom: 3px;
}
/* LOGO */
.logo img{
}
.img-logo{
    line-height: 200px;
}
#mapa{
    height: 400px;
}
/*TITULOS*/
.titulo-logo{
    font-size: 0px;
    display: none;
}
.txt-endereco-topo{
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size: 1.2em;
}
.titulo-campanha{
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
}
/* COLORS */
.bg-bege{
    background-color: #ffd099; 
}
.bg-grey-light{
    background-color: #dedede; 
}

/* box */
.box-titulo-campanha{
    -webkit-box-shadow: 0 5px 5px 0 #CFCFCF;
    box-shadow: 0 7px 5px 0 #CFCFCF;
}
.box-fotos-campanha{
    -webkit-box-shadow: 0 0 15px 0 #CFCFCF;
    box-shadow: 0 0 15px 0 #CFCFCF;
    border-radius: 5px;
}
.box-fotos-produtos{
    margin-top: 5px;
    margin-bottom: 5px;
}
.endereco{
    background-color: #ffead1;
    font-family: 'Dancing Script', cursive;
}
.titulo-endereco-1{
    background-color: #ffead1;
    font-family: 'Dancing Script', cursive;
    font-size: 3.5em;
    border-bottom: 1px solid #c9a070;
}
.titulo-endereco-2{
    background-color: #ffead1;
    font-family: 'Dancing Script', cursive;
}
.titulo-endereco-3{
    background-color: #ffead1;
    font-family: 'Dancing Script', cursive;
}
/* CAPTION */
.caption{
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* COPY RIGHT */
.copy-right{
    color: #fff;
    line-height: 30px;
}
.developer{
    color: #fff;
    line-height: 30px;
    text-align: right;
}
.developer a{
    color: #fffce0;
}
/* TESTE */
.teste{
    background-color: red;
}
@media(max-width: 640px){
    .copy-right{
        color: #fff;
        text-align: center;
    }
    .developer{
        color: #fff;
        text-align: center;
    }
}