/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2025 | 05:20:38 */
/* Body*/
body {
    overflow-x: hidden !important;
}

/* Boton Sky */ 

.btn-solid-sky .elementor-button svg {
    font-size: 16px;
    z-index: 5;
	transition: 0.3s ease-out;
}

.btn-solid-sky .elementor-button svg path{
    fill: #fff !important;
	transition: 0.3s ease-out;
}

.btn-solid-sky .elementor-button-content-wrapper
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-solid-sky:hover .elementor-button svg path {
  fill: #fff !important;
  transition: 0.2s ease-out;
}

/* Boton Green */ 

.btn-solid-green .elementor-button svg {
    font-size: 16px;
    z-index: 5;
	transition: 0.3s ease-out;
}

.btn-solid-green .elementor-button svg path{
    fill: #fff !important;
	transition: 0.3s ease-out;
}

.btn-solid-green .elementor-button-content-wrapper
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-solid-green:hover .elementor-button svg path {
  fill: #fff !important;
  transition: 0.2s ease-out;
}

/* Boton Borde Green */ 

.btn-borde-green .elementor-button svg {
    font-size: 16px;
    z-index: 5;
	transition: 0.3s ease-out;
}

.btn-borde-green .elementor-button svg path{
    fill: #166936 !important;
	transition: 0.3s ease-out;
}

.btn-borde-green .elementor-button-content-wrapper
 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-borde-green:hover .elementor-button svg path {
  fill: #fff !important;
  transition: 0.2s ease-out;
}




