#menu-item-693 {
	background-color: #032DA5;
	padding: 0px 25px;
	border-radius: 6px;
}

/* Botón y label del form */
.wpcf7-submit {
	background-color: #0042FF !important;
	color: #fff !important;
	font-weight: 600;
	padding: 9px 25px;
	border-radius: 6px;
	border: none;
}
.wpcf7-submit hover {
	background-color: #0042FF !important;
}

.wpcf7-form label {
	color: #2C3338;
	font-weight: 600;
	line-height: 28px;
}

.wpcf7-form textarea {
   height: 130px;
}


.aiowps-captcha-equation {
	/* display: inline-block; */
  	width: 40% !important;
	float: left;
}

.wpcf7-submit {
	/* display: inline-block; */
	width: 40% !important;
	float: right;
	margin-top: 24px;
}


/* sombra header */
#header-nav {
    margin-bottom: 0;
    /* border-radius: 0; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0); /* Sombra inicial invisible */
    transition: box-shadow 0.5s ease; /* Animación para la sombra */
  }
.sombra-activa {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12) !important; /* Sombra visible */
}