/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* Floating Whatsapp button */
.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#128c7e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:32px;
	-webkit-box-shadow: 13px 10px 41px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 13px 10px 41px -5px rgba(0,0,0,0.75);
	box-shadow: 13px 10px 41px -5px rgba(0,0,0,0.75);
  	z-index:100;
	display: flex; /* Usar flexbox para centrar */
	justify-content: center; /* Centrado horizontal */
	align-items: center; /* Centrado vertical */
}

@media (min-width: 768px) {
	.servicios-wrapper .stk--fit-content>.stk-block-column, .stk--flex>.stk-block-column {
		flex: var(--stk-flex-grow, 1) 1 calc(32% - var(--stk-column-gap, 0px)* 2 / 3) !important;
	}
}