/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: NDC
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

#mi-telefono-flotante{
	position: fixed;
    z-index: 2;
    bottom: 108px;
    right: 28px;
}


#mi-telefono-flotante a{
	background: white; 
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    border: 4px solid #622886;
}

#mi-telefono-flotante a img{
	width: 30px;
	height: 30px; 
}

@media (max-width: 480px) {
	#mi-telefono-flotante{
		bottom: 84px;
		right: 14px;
	}
}
