/*
Theme Name: Grupo Marti
Theme URI: https://www.garajedoce.es  
Version: 1.0
Description: Tema hijo para Grupo Martí
Author: garajedoce
Author URI: https://www.garajedoce.com
Template: Divi
*/


.btn-flotante {
	font-size: 12px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 0px; /* Espacio entre letras */
	background-color: #F83C1D; /* Color de fondo */
	padding: 15px 20px; /* Relleno del boton */
	position: fixed;
	bottom: 30px;
	right: 110px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.btn-flotante:hover {
	background-color: #232D4C; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 12px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}

/* Efecto hover para los enlaces del footer */

footer .widget_text a {
	transition: ALL 0.6s ease;
}

#footer-widgets .footer-widget a:hover {
	color: #F83C1D;
}

/* Efecto hover para los botones a redes sociales del footer */

#footer-bottom .et-social-icon a:hover {
	color: #F83C1D;
}