/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1749536908
Updated: 2025-06-10 06:28:28

*/
/*MENU PC*/
ul.dsm-menu li a {
  font-weight: 400;
}
ul.dsm-menu li a:hover, ul.dsm-menu li.current-menu-item a  {
  font-weight: 600;
  text-decoration: underline;
}
/*MENU RESPONSIVE*/
.menu-overlay-active, .menu-toggle.menu-open .icon-hamburguesa, .icon-cerrar {
  	display: none;
}
.menu-toggle.menu-open .icon-cerrar {
  	display: inline;
}
.icon-hamburguesa, .icon-cerrar {
	transition: all 0.3s ease;
	/*position: absolute;
	top: -7vh;
	right: 0;*/
}
body.menu-open-block {
  	overflow: hidden;
}
/*hasta aqui*/





/*LANDING*/
.form-landing, .form-landing .et_contact_bottom_container, .form-landing .et_pb_contact_submit.et_pb_button {
	width: 100%;
	text-align: center;
}
.aviso-concurso {
  	font-size: 14px;
  	color: #9e0713;
  	padding: 3%;
  	font-weight: 400;
  	line-height: 1.1em;
	text-align: left;
}
.form-landing .et_pb_contact_field_checkbox {
  text-align: left;
}
/*formulario - textarea*/
#et_pb_contact_mensaje_0 {
  background-image: url('/wp-content/uploads/Rectangle-21.png');
}
/*link cookies (banner preferencias)*/
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #9e0713 !important;
  background: transparent;
}