/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2025 | 18:01:10 */
a {
	text-decoration: none;
}

.aviso {
	color: #f60;
	font-weight: bold;
	font-size: 18px;
}

.desc {
	color: #112337;
	font-size: 18px;
}

.desactivado input {
	pointer-events: none;
}

h2 {
	margin-bottom: 5px;
	color: #1C5178;
}

h3 {
	margin-bottom: 5px;
	color: #1C5178;
}

h4 {
	margin: 0px;
	color: #1C5178;
	font-weight: bold;
}

hr {
	display: block;
  	height: 1px;
  	border: 0;
  	border-top: 2px solid #1C5178;
  	margin: 0;
  	padding: 0;
}

p {
	margin-bottom: 5px;
}

ul {
	margin-top: 0px;
}

ul li {
	font-size: 18px;
}

input#gform_submit_button_1 {
	background-color: #1C5178;
	font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gchoice.is-hidden { 
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all .3s ease;
}