@import url('https://fonts.googleapis.com/css?family=Rajdhani:400');
@import url('https://fonts.googleapis.com/css?family=Teko');
a {
   color: #444;
   font-family: 'Rajdhani', sans-serif;
   text-transform: uppercase;
   font-size: 17px;
}
p {
   color: #444;
   font-family: 'Rajdhani', sans-serif;
}

a:hover{
   color: #8d7c55;
}
.titulo{
    font-family: 'Teko', sem serifa;
    text-transform: uppercase;
    font-size: 40px;
    color: #444;
    padding-bottom: 2px;
    border-bottom: 3px solid #8d7c55;
}
.subtitulo h2{
    font-family: 'Teko', sem serifa;
    font-size: 40px;
    color: #8d7c55;
}
.nav-header-top {

    background-color: #080808;
    color: wheat;
    box-shadow: 0px 2px 5px rgba(100,100,100,.5);
}

.nav-header-top a{
    color: wheat;
}

.nav-header-top .dropdown-menu {
    background: black;
}

.nav-header-top .dropdown-menu a{
    color: wheat;
}
.nav-header-top .dropdown-menu a:hover{
    color: black;
}
.nav-header-top .dropdown-item:focus, .dropdown-item:hover{
    background: wheat;
}

.carousel-inner img{
    width: 100%;
}

.ic{
   font-size: 25px; margin: 0 10px; 
}


.botao{
    background-color: #8d7c55;
    color: #fff;
    font-family: 'Teko', sem serifa;
    font-size: 30px;
    cursor: pointer;
    width: 150px;
    z-index: 500;
}
.botao1{
    background-color: #8d7c55;
}

.painel{
    background-color: #fff;
    border: 1px solid white;
    padding: 40px 5px 5px;
    transition: 0.5s;
    margin: auto 0 0 0;
}
@media(max-width:600px){
    .painel{
        border: 1px solid #ccc;
    }
}
.painel:hover{
    transition: 0.5s;
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #ccc;
}
.main{
    padding: 50px;
}
.comprar{
    background-color: #080808;
    color: wheat;
    font-family: 'Teko', sem serifa;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s;
}
.comprar:hover{
    background-color: wheat;
    color: black;
}
.carrinho{
    position: fixed;
}

