/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header__menu-item {
  padding-bottom: 0;
}

.homep {
  text-align: center; 
  font-size: 20px;
  padding: 20px 240px;
}
@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: flex;
  }
}
.homep {
  text-align: center; 
  font-size: 16px;
  padding: 20px;
}

#hs_cos_wrapper_dnd_area-module-3 .button-wrapper {
  align-items: flex-start!i


.hero_op::before {
  background-color: transparent !important; /* Elimina el color del overlay */
  content: none !important; /* Elimina el pseudo-elemento si existe */
}

.hero_op {
  background-color: transparent !important; /* Asegúrate de que no tenga color de fondo */
}



footer .submitted-message {
  border: 1px none #ffffff;
  padding: 0;
  background-color: transparent;
  border-radius: 6px;


}