.Home_Hunter {
    background-image: url("../images/background/Hunter_Desktop.png");
}

.CoverWelcome .SaibaMais_Hunter {
	background: #ef6130;
	color: black;
}

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

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

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






.Produtos_Hunter .Card {
    background: white;
    border: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 30px;
    
    -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_Hunter .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_Hunter .CardProdutos {
    -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;
    
    transform: translate3d(0px, 0px, 0px);
}

.OcultaProdutos1 {
    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;
}

.DisplayNoneProdutos1 {
    display: none!important;
}

.RealinhaCards {
    -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_Hunter .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;
}

.ZoomHunter {
    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_Hunter .Card .Zoom .IconeZoom {
    width: 25px;
    height: auto;
    display: block;
}

.Produtos_Hunter .Card .Card_Conteudo {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0 10px 30px 10px;
}

.Produtos_Hunter .Card .Card_Conteudo .Card_Titulo {
    padding: 0 15px 0 15px;
}

.Produtos_Hunter .Card .Card_Titulo h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    margin-left: 30px;
}

.Produtos_Hunter .Card .Card_Conteudo h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}


.Produtos_Hunter .BtnFiltro {
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    color: grey;
    background: #e6e6e6;
    padding: 8px 12px;
    margin: 0 6px;
}

.Produtos_Hunter .BtnFiltro:hover {
    background: #d6d5d5;
}

.BtnFiltro_Ativo {
    color: white!important;
    background: #bc2e31!important;
    pointer-events: none;
}

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

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





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







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


















