/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2023 | 15:59:04 */
html, body{
	overflow-x: hidden;
}

/*=============================================================*/
/*Header*/
/*=============================================================*/

.header-section.elementor-sticky--effects{
   background-color: rgba(255,255,255,0.8)!important
}

.header-section{
   transition: background-color 4s ease !important;
}

.header-section.elementor-sticky--effects >.elementor-container{
   min-height: 80px;
}

.header-section > .elementor-container{
   transition: min-height 1s ease !important;
}

/*==================================================================*/
/*Formularios Gravity*/
/*==================================================================*/

.gf_progressbar_percentage.percentbar_blue{
	background-color: #081831 !important;
}

div#gform_wrapper_1 .button{
	display: flex !important;
	margin:20px auto !important;
	background-color: #081831 !important;
	border: solid 1px #081831 !important;
}

div#gform_wrapper_1 .button:hover{
	background-color: #FFFFFF !important;
	color: #081831 !important;
}


/*==================================================================*/
/*JoinChat*/
/*==================================================================*/
.joinchat__button{
	background: #081831 !important;
}