.Home_VistaKids {
    background-image: url("../images/background/VistaKids_Desktop.png");
}

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

.CoverWelcome .SaibaMais_Miraflex:hover {
	
}

.CoverWelcome .SaibaMais_VistaKids {
	background: rgb(2,72,112);
	background: linear-gradient(135deg, rgba(2,72,112,1) 0%, rgba(222,154,205,1) 100%);
	color: white;
	
    -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;
}

.CoverWelcome .SaibaMais_VistaKids:hover {
	background: rgb(2,72,112);
	background: linear-gradient(135deg, rgba(222,154,205,1) 0%, rgba(2,72,112,1) 100%);
	
    -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;
}

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

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

.CoverWelcome .Catalogo_VistaKids {
	border: 2px solid #de9acd;
	color: #de9acd;
	
    -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;
}

.CoverWelcome .Catalogo_VistaKids:hover {
	border: 2px solid #de9acd;
	background: #de9acd;
	color: #015788;
	
    -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_Miraflex .Card {
    background: white;
    border: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 30px;
	padding: 10px 0 65px 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;
}

.Produtos_Miraflex .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_Miraflex .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);
}

.Produtos_Miraflex .Card .ImagemCard {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}

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

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

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

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

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

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

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

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

.BtnFiltro_Ativo {
    color: black!important;
    background: #eca920!important;
    pointer-events: none;
}

.Produtos_Miraflex .NaoAparece {
    display: none;
}




.CoresMiraflex p {
    margin-top: 8px;
    line-height: 15px!important;
}

.CoresMiraflex .col-6 {
    margin-bottom: 15px;
}



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







.FaleConosco .BtnEnviar_VistaKids {
    background-color: #de9acd;
    color: #005687!important;
}
.FaleConosco  .BtnEnviar_VistaKids:hover {
    background-color: #f5bbe7;
}


















