body { margin: 0; font-family: 'Signika-Light'; font-size: 16px; color: #666666; line-height: 22px;}


.container { width: 1130px; margin: 0 auto; position: relative}
.nomarge { margin: 0}

.rosa {color: #EF88B5}
.azul { color: #7CC7E7}
figure.foto { float: left; margin: 0 20px 18px 0;}
/************************************
    TOPO
************************************/
header#topo {
    background: url(../imagens/bg_topo.jpg) left top repeat-x;
    height: 208px;
    min-width: 1130px;
}
header#topo .busca {
    width: 250px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 45px;
    background: url(../imagens/bg-formulario.png) no-repeat;
}
header#topo .audio {
    position: absolute;
    left:  15px;
    top: 45px;
    width: 260px;
    height: 38px;
    padding-left: 38px;
    padding-top: 4px;
    background: url(../imagens/bg-audio.png) no-repeat;
}
header#topo .audio audio {
    max-width: 218px;
    opacity: 0.8;
}
header#topo .busca input {
    border: 0;
    vertical-align: top;
}
header#topo .busca input[type="text"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Signika-Light';
    font-size: 15px;
    color: #AAAAAA;
    padding: 5px 8px;
    min-width: 194px;
}
header#topo nav {
    margin-top: 132px;
    background: url(../imagens/bg_menu.png) center top no-repeat;
}
header#topo nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
header#topo nav ul li {
    font-family: 'ShadowsIntoLightTwo-Regular';
    font-size: 20px;
    line-height: 66px;
    display: inline-block;
    margin: 0 26px;
}
header#topo nav ul li.logo {
    margin: 0;
}
header#topo nav ul li a {
    color: #D0AA7F;
}
header#topo nav ul li h1 {
    width: 275px;
    height: 75px;
    margin: 0;
    display: inline-table;
    position: relative
}
header#topo nav ul li h1 img {
    position: absolute;
    top: -148px;
    left: 0;
    z-index: 1000;
}

/************************************
    HOME
************************************/
div#destaque {
    width: 1100px;
    height: 440px;
    margin-bottom: 20px;
}
.destaque {
    margin-bottom: 24px;
}
.tt {
    width: 100%;
    margin-bottom: 16px;
    background: url(../imagens/line.gif) left center repeat-x;
}
.tt h1, 
.tt h2 {
    font-family: 'ShadowsIntoLightTwo-Regular';
    font-size: 50px;
    color: #9BD8EB;
    line-height: 77px;
    margin: 0;
    float: left;
    background-color: #FFF;
    padding-right: 28px;
}
.titulo {
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #DAEFF8;
}
.titulo h1, 
.titulo h2 {
    padding: 0 18px;
    background-color: #DAEFF8;
    font-family: 'ShadowsIntoLightTwo-Regular';
    font-size: 20px;
    color: #7CC7E7;
    margin: 0;
    float: left;
    line-height: 30px;
}
#conteudo {
    width: 730px;
    float: left;
    margin-bottom: 40px;
}
#conteudo .produtos {
    border-bottom: 1px solid #DAEFF8;
    padding: 0 35px;
}
#conteudo .produtos .box-produto {
    width: 180px;
    margin: 0 auto;
}
#conteudo .produtos .box-produto figure {
    width: 180px;
    height: 186px;
    overflow: hidden;
    margin: 0;
}
#conteudo .produtos .box-produto h3 {
    font-family: 'Signika-Semibold';
    font-size: 20px;
    color: #7CC7E7;
    margin: 20px 0;
}
#conteudo .box-item {
    margin-bottom: 20px;
}
#conteudo .box-item .item {
    position: relative;
    border: 1px solid #9BD8EB;
    text-align: center;
    cursor: pointer;
}
#conteudo .box-item .check {
    width: 18px;
    height: 18px;
    border: 1px solid #9BD8EB;
    background-color: #FFF;
    position: absolute;
    left: 12px;
    top: 11px;
}
#conteudo .item:hover .check,
#conteudo .item.ativo .check {
    background: url(../imagens/bg_check.gif) no-repeat;
    background-size: 100% auto;
    border: 0;
}
#conteudo .box-item figure {
    width: 252.5px;
    height: 188px;
    overflow: hidden;
    text-align: center;
    margin: 0;
}
#conteudo .box-item h2 {
    font-family: 'Signika-Semibold';
    font-size: 20px;
    color: #7CC7E7;
    margin: 20px 0;
}

#conteudo .total {
    font-family: 'Signika-Semibold';
    font-size: 28px;
    color: #EF88B5;
    margin: 20px 0;
}
#conteudo .checkbox {
    font-family: 'Signika-Semibold';
    font-size: 16px;
    color: #7CC7E7;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
}
#conteudo .carrinho {
    font-family: 'Signika-Semibold';
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 12px;
}
#conteudo .carrinho.qtd {
    padding-top: 0;
}
#conteudo .carrinho input {
    text-align: center;
}
#conteudo .carrinho a {
    display: inline-block;
    padding: 6px 14px;
}

.form-control {
    text-align: left !important;
    margin-bottom: 14px;
    margin-top: 4px;
}
.btn-enviar {
    background-color: #7CC7E7;
    text-transform: uppercase;
    padding: 9px 30px;
    color: #FFF;
    border: 0;
}
.btn-enviar2 {
    font-family: 'Signika-Semibold';
    font-size: 20px;
    background-color: #7CC7E7;
    text-transform: uppercase;
    padding: 18px 90px;
    margin: 30px auto;
    color: #FFF;
    border: 0;
    display: inherit;
}

#audio { display: none}

#lateral {
    width: 344px;
    float: left;
    margin-left: 26px;
    margin-bottom: 40px;
}
#lateral .box-media {
}
#lateral .box-media .link {
    font-family: 'ShadowsIntoLightTwo-Regular';
    font-size: 20px;
    line-height: 29px;
    height: 30px;
    padding: 0 18px;
    color: #FCE6EF;
    background-color: #EF88B5;
}
#lateral .box-media .link.ativo {
    color: #F296BF;
    background-color: #FCEBF3;
}
#lateral .box-media .box-imagem {
    padding: 9px;
    background-color: #FCEBF3;
    width: 344px;
    height: 270px;
}
.redes {
    width: 435px;
    float: left;
}
.redes .icon-rede {
    margin-left: 1px;
}
.newsletter {
    background-color: #DAEFF8;
    padding:16px 32px 20px 32px;
    color: #7CC7E7;
    margin-top: 4px;
}
.newsletter input {
    border: 0;
    float: left;
    padding: 5px 12px;
    width: 300px;
    margin: 0
}
.newsletter button {
    float: left;
    border: 0;
    color: #FFF;
    line-height: 30px;
    margin: 0;
    width: 70px;
    background-color: #7CC7E7;
}
.enxoval {
    width: 630px;
    height: 262px;
    float: left;
    margin-left: 35px;
    background: url(../imagens/bg-enxoval.jpg) no-repeat;
}
.enxoval .newsletter {
    margin-top: 194px;
    background-color: transparent;
}
.enxoval .newsletter input {
    width: 238px;
}
.enxoval .newsletter button {
    background-color: #EF88B5;
    width: 90px;
}


/************************************
    RODAPÉ
************************************/
footer#rodape {
    min-width: 1130px;
    padding-top: 125px;
    margin-top: 100px;
    background: url(../imagens/bg_rodape.png) center 58px no-repeat #E7F5FA;
}
footer#rodape .logo {
    width: 197px;
    position: absolute;
    left: 62px;
    top: -183px;
}
footer#rodape .cegonha {
    position: absolute;
    left: 284px;
    top: -183px;
}
footer#rodape .enderecos {
    width: 714px;
    margin-left: 195px;
    font-size: 14px;
    line-height: 18px;
    height: 156px;
}
footer#rodape .enderecos .box1 {
    width: 351px;
    float: left;
}
footer#rodape .enderecos .box2 {
    width: 358px;
    float: left;
    text-align: center;
}
footer#rodape .enderecos .box3 {
    width: 223px;
    float: left;
    text-align: right;
}
footer#rodape .enderecos span {
    font-family: 'Signika-Bold';
    color: #555555;
    font-size: 15px;
    display: block;
    line-height: 22px;
}
footer#rodape .corpiring {
    border-top: 4px solid #DAEFF8;
    background: url(../imagens/bg_corpiring.gif) repeat;
    line-height: 96px;
    color: #B8937A;
}
footer#rodape .tacitus {
    float: right;
}