.Home_SwingFunKids {
    background-image: url("../images/background/SwingFunKids_Desktop.png");
}

.CoverWelcome .SaibaMais_SwingFunKids {
	background: #eb3f57;
    border: 2px solid #eb3f57;
	color: white;
}

.CoverWelcome .SaibaMais_SwingFunKids:hover {
	color: black;
}

.CoverWelcome .Catalogo_SwingFunKids {
	border: 2px solid #eb3f57;
	color: #eb3f57;
}

.CoverWelcome .Catalogo_SwingFunKids:hover {
	border: 2px solid black;
	color: black;
}







.Produtos_SwingFunKids .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_SwingFunKids .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_SwingFunKids .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_SwingFunKids .Card:hover {
    border: 1px solid rgba(0,0,0,0.15);
}

.Produtos_SwingFunKids .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;
}

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

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

.Produtos_SwingFunKids .Card .Card_Conteudo .TituloCores {
    background: #f1f1f1;
    padding: 8px;
}

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





.MapaOndeEncontrar .OndeEncontrarMiraflex:hover {
	color: #eb3f57;
}







.FaleConosco .BtnEnviar_Miraflex {
    background-color: #EB3F57;
    color: #f5f5f5!important;
}
.FaleConosco  .BtnEnviar_Miraflex:hover {
    background-color: #b41b31;
}


















