﻿.conteudo.banner
{
    height: 565px;
    background-color: #3C0000;
    background: url(../imagens/home_banner.jpg) no-repeat top center;
}

.rodape
{
    background: url(../imagens/rodape.jpg) repeat -1px -1px;
}

.rodape .corpo
{
    width: 990px;
    margin: auto;
}

.rodape .item.primeiro
{
    background: url(../imagens/rodape_item_primeiro_1280.png) no-repeat right -1px;
    width: 328px;
    height: 284px;
    float:left;
    margin-left: 0px;
}

.rodape .item
{
    background: url(../imagens/rodape_item_fundo_1280.png) no-repeat right -1px;
    width: 328px;
    height: 284px;
    float:left;
    margin-left: -108px;
}

.item h2
{
    float: right;
    width: 70%;
    text-align: center;
    margin: 21% 10% 5% 0;
}

.item div
{
    float: right;
    width: 55%;
    margin-right: 20%;
    font-size: 13px;
}

.item .titulo
{
    float: right;
    width: 70%;
    text-align: center;
    margin: 2% 8% 5% 0;
}

.item .noticias
{
    background: url(../imagens/rodape_noticias.png) no-repeat center top;
    width: 37px;
    height: 50px;
    float: left;
    margin: 4% 0 0 50%;
}

.primeiro .texto
{
    width: 53% !important;
    height: 40%;
    margin-bottom: 6%;
    overflow: hidden;
    float: right;
    text-align: left;
    margin-right: 27% !important;
}

.item .info_noticias
{
    float: right;
    width: 67%;
    margin-right: 25%;
    font-size: 13px;
    color: #FFFFFF;
}

.vinho_semana
{
    background: url(../imagens/rodape_vinhos.png) no-repeat center top;
    width: 32px;
    height: 54px;
    float: left;
    margin: 3% 15% 0 0 !important;
}

.item .enogastronomia
{
    background: url(../imagens/rodape_enogastronomia.png) no-repeat center top;
    width: 53px;
    height: 58px;
    float: left;
    margin: 2% 0 0 50%;
}

.home_vinhos
{
    width: 79% !important;
    height: 37%;
    float: right;
    margin-right: 13% !important;
    background: url(../imagens/home_vinhos.png) no-repeat right top;
}

.home_enogastronomia
{
    width: 79% !important;
    height: 37%;
    float: right;
    margin-right: 13% !important;
    background: url(../imagens/home_enogastronomia.png) no-repeat right top;
}

.item .info_vinho_semana, .item .info_enogastronomia
{
    float: right;
    width: 60%;
    margin-right: 25%;
    margin-top: 2%;
    padding-right: 5%;
    font-size: 13px;
}

.info_vinho_semana a, .info_enogastronomia a, .item .info_noticias a
{
    color: #FFFFFF;
}

.item input[type=text]
{
    width: 55%;
    margin: 3% 27% 0;
    float: right;
    -webkit-transform: skew(-20deg); 
    -moz-transform: skew(-20deg); 
    -o-transform: skew(-20deg); 
}

.item input[type=submit]
{
    background: transparent;
    border: 0px;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
    margin-right: 32%;
}

.item .email
{
    margin-right: 30% !important;
}

.validacao {
    float:right;
    font-size:10px;
    margin-right: 30% !important;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1280px)
{
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px)
{
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1023px) { }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }