.Home_Nannini {
    background-image: url("../images/background/Nannini_Desktop.png");
}

.CoverWelcome .SaibaMais_Nannini {
	background: #ef6130;
    border: 2px solid #ef6130;
	color: black;
}

.CoverWelcome .SaibaMais_Nannini:hover {
	color: white;
}

.CoverWelcome .Catalogo_Nannini {
	border: 2px solid #ef6130;
	color: #ef6130;
}

.CoverWelcome .Catalogo_Nannini:hover {
	border: 2px solid white;
	color: white;
}







.Produtos_Nannini {
	width: 100%;
	padding: 30px 0 100px 0;
	height: auto;
}
.Produtos_Nannini .ContainerProdutos {
    width: 75%!important;
}

.Produtos_Nannini .ContainerProdutos .PaddingMenor {
    padding-left: 10px;
    padding-right: 10px;
}

.Produtos_Nannini .Card {
    background: white;
    border: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 20px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Produtos_Nannini .Card:hover {
    border: 1px solid rgba(0,0,0,0.20);
    transform: scale(1.025);
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Produtos_Nannini .Card .Zoom {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 35px 0 0 15px;
    opacity: 0;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ZoomNannini {
    margin: 15px 0 0 15px!important;
    opacity: 1!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Produtos_Nannini .Card .Zoom .IconeZoom {
    width: 25px;
    height: auto;
    display: block;
}

.Produtos_Nannini .Card .Card_Conteudo {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0 25px 0 25px;
}

.Produtos_Nannini .Card .Card_Titulo {
    margin: 0 auto 0 auto;
    padding: 0 25px 0 25px;
}

.Produtos_Nannini .Card .Card_Titulo h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    }

.Produtos_Nannini .Card .Card_Conteudo .Comprar {
    width: 70%;
    display: block;
    margin: 20px auto 30px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: black;
    padding: 10px;
    letter-spacing: 1px;
    text-align: center;
    background: #ef6130;
    border-radius: 6px;
}


.Produtos_Nannini .LinhaH4 {
    background: #bc2e31;
}

.Produtos_Nannini h4 {
    font-family: 'Staatliches', cursive;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 3px;
	width: auto;
	color: #ef6130;
	margin: 0 auto 50px auto;
	text-align: center;
	display: table;
}

.Produtos_Nannini h4:after {
    display: block;
    bottom: 0;
    content: '';
    width: 30px;
    height: 3px;
    background: #ef6130;
    margin: 10px auto 0 auto;
}

.Produtos_Nannini .TituloNannini {
    width: 480px;
    height: auto;
    display: block;
    margin: -100px auto 0 auto;
}

.Produtos_Nannini .Comprar {
    width: 70%;
    display: block;
    margin: 20px auto 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: black;
    padding: 10px;
    letter-spacing: 1px;
    text-align: center;
    background: #ef6130;
    border-radius: 6px;
}

.Produtos_Nannini .Comprar:hover {
    color: white!important;
    background: #d55124!important;
}





.MapaOndeEncontrar .OndeEncontrarHunter:hover {
	color: #ef6130;
}







.FaleConosco .BtnEnviar_Hunter {
    background-color: #ef6130;
}
.FaleConosco  .BtnEnviar_Hunter:hover {
    background-color: #d95223;
}


















