/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/















.enlace-icono a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
} 

.enlace-icono a:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #54b3d6;;
}




.tu-clase-imagen:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}



.sube svg:hover  {
  transition: all .2s ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-behavior: normal;
}	
		

.sube:hover  {
  transition: all .2s ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-behavior: normal;
}	
		
