/* INICIO CONTEÚDO SEM MARGENS p.ex. Banner home page */

.Div .ContentArea , .CategoryText ,  .CategoryText p{
margin: 0px !important;
padding: 0px !important;
}

.ContentAreaWrapper .Separator{
height: 0px;
}

/* FIM CONTEÚDO SEM MARGENS p.ex. Banner home page */


/*  INICIO Texto no Banner */

.CategoryBase .TextComplete:first-child {
height: 350px;
}


.TextComplete  p.Legenda{
position: absolute;
color: #FFF;
width: 245px;
text-align: right;
margin-left: 37px;
margin-top: 88px;
font-size: 26px;
line-height: 25px;
z-index: 10;
}

.BannerHomePage{
position: absolute;
z-index: 1;
}


/*  FIM Texto no Banner */



/* INICIO CATEGORIAS HOME PAGE */
/* Mostrar apenas 3 categorias , Esconder Ordenação produtos */
.ListItemCategoryTable  {
display: none;
}


.CategoryList > .CategoryList .ListItemCategory{
width: 308px;
float: left;
margin: 0;
}


.CategoryList > .CategoryList .ListItemCategory:nth-child(3) .InfoArea{
width: 318px;
float: left;
margin: 0 0 33px 0;
max-height: 400px;
height: 400px;
overflow-y: scroll;
overflow-x: hidden;
}

.CategoryList > .CategoryList .ListItemCategory .InfoArea h3 {
width: 300px;
height: 60px;
line-height: 62px;
padding-top: 8px;
padding-left: 22px;
}

.CategoryList > .CategoryList .ListItemCategory .InfoArea h3 a{
color: #fff !important;
font-size: 19px;
vertical-align: top;
}

.CategoryList > .CategoryList .ListItemCategory .InfoArea h4, .CategoryList > .CategoryList .ListItemCategory .InfoArea p, .CategoryList > .CategoryList .ListItemCategory .InfoArea h5{ 
padding-left: 22px;
}



.CategoryList > .CategoryList .ListItemCategory:nth-child(3) .InfoArea h3{
background: url("/WebRoot/Store/Shops/1032-140704/MediaGallery/design/fundo-titulo-preto.png") no-repeat scroll left top transparent !important;
}

.CategoryList > .CategoryList .ListItemCategory:nth-child(4){
margin: 0px 0px 0px 35px !important;
padding: 0px !important;
}

.CategoryList > .CategoryList .ListItemCategory:nth-child(4) .InfoArea h3{
background: url("/WebRoot/Store/Shops/1032-140704/MediaGallery/design/fundo-titulo-vermelho.png") no-repeat scroll left top transparent !important;
}


.CategoryList > .CategoryList .ListItemCategory:nth-child(3) .InfoArea h4 a{
font-weight: bold;
font-size: 16px;
}


.CategoryList > .CategoryList .ListItemCategory:nth-child(5){
float: right;
margin: 0px !important;
padding: 0px !important;
width: 322px;

}

.CategoryList > .CategoryList .ListItemCategory:nth-child(5) .InfoArea h3{
background: url("/WebRoot/Store/Shops/1032-140704/MediaGallery/design/fundo-titulo-verde.png") no-repeat scroll left top transparent !important;
}


.CategoryList > .CategoryList .ListItemCategory:nth-child(5) .InfoArea h6{
    margin-top: 12px;
    position: absolute;
    color: #FFF;
    text-align: right;
    width: 238px;
}

.CategoryList > .CategoryList .ListItemCategory:nth-child(5) .InfoArea h6 a{
text-transform: uppercase;
font-weight: bold;
    color: #FFF;
}


/* FIM CATEGORIAS HOME PAGE */


