/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 02:47:15 */
/* Body*/
body {
    overflow-x: hidden !important;
}

/* Boton solid coral */ 

.btn-solid-coral .elementor-button svg {
    font-size: 20px;
    z-index: 5;
	transition: 0.3s ease-out;
}

.btn-solid-coral .elementor-button svg path{
    fill: #ffffff;
    /* stroke: #D7F551 !important;*/
	transition: 0.3s ease-out;
}

.btn-solid-coral .elementor-button-content-wrapper
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-solid-coral .elementor-button:hover svg path {
  fill: #ffffff !important;
  transition: 0.2s ease-out;
}

.btn-solid-coral .elementor-button:active svg path {
  fill: #ffffff !important;
  transition: 0.2s ease-out;
}

.btn-solid-coral .elementor-button:focus svg path {
  fill: #ffffff !important;
  transition: 0.2s ease-out;
}


