:root{
	font-size: 16px;
	font-family: Poppins, sans-serif;
 	--color-primary: #091991;
 	--color-secondary: #24650D;
 	--color-third: #212529;
	--color-fourth: #6c757d;
	--color-celeste: #0E7AE5;
	--color-verde: #144D17;
	--color-naranja: #E26F38;
	--color-azul: #113E7D;
	--color-verdeclaro: #5EB337;
	--color-verdeoscuro: #3C7A2D;
	--color-azul-oscuro: #041633;
}
@font-face{
	font-family: 'Poppins';
	src: url("../../../fonts/poppins/POPPINS-REGULAR.cd6b896a19b4.TTF") format('truetype');
	font-weight: normal;
}
@font-face{
	font-family: 'Poppins';
	src: url("../../../fonts/poppins/POPPINS-BOLD.124cd57d8f41.TTF") format('truetype');
	font-weight: bold;
}
body{
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}
.header{
	display: flex;
}
.herobanner-img{
	width: 100%;
}
.flex{
	display: flex;
}
.flex-info{
	width: 60%;
	display: flex;
	justify-content: center;
}
.flex-margin{
	width: 80%;
}
.margin-top{
	margin-top: 50%;
}
.info-title{
	display: flex;
	font-size: 1.5rem;
	color: var(--color-azul-oscuro);
	margin: 1.5rem 0;
	padding: 1rem 0;
	align-items: center;
	gap: .5rem;
}
.info-sub{
	font-weight: bold;
	color: var(--color-azul-oscuro);
	font-size: 1.3rem;
}
.info-schedule{
	font-size: 1rem;
	display: grid;
	margin-bottom: 2rem;
	grid-template-columns: 8rem 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 0;
	grid-row-gap: .1rem;
}
.schedule-hour{
	color: #5656e5;
	font-weight: bold;
	grid-area: 1 / 1 / 2 /2;
}
.schedule-topic{
	color: var(--color-azul-oscuro);
	font-weight: bold;
	grid-area: 1 / 2 / 2 / 3;
}
.schedule-sub{
	font-size: .8rem;
	color: var(--color-fourth);
	grid-area: 2 / 2 / 3 / 3;
}
.gifts{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.gifts-text{
	display: flex;
	align-items: center;
	color: white;
	font-size: .9rem;
	margin: .5rem 0;
	gap: .5rem;
}
.gifts-bold{
	font-weight: bold;
}
.veritas-wrapper{
	display: flex;
	align-items: center;
}
.flex-form{
	width: 39%;
	display: flex;
	flex-direction: column;
}
.form-title{
	font-size: 1.2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	color: #404040;
	font-weight: bold;
	margin-top: 1.5rem;
	padding: 1rem 0;
}
.title-span{
	font-size: 1.9rem;
	color: #525999;
}
.form-sub{
	width: 70%;
	font-size: 1rem;
	text-wrap: wrap;
	text-align: center;
	color: #404040;
	margin: 1rem auto 4rem;
}
.contact-form{
	width: 60%;
	zoom: 75%;
	/*position: sticky;*/
	margin-top: 5rem;
	top: 1rem;
	padding: 2rem 1.5rem 1rem;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: .5rem solid #adadc5;
  /*box-shadow: -7px 5px 11px 4px rgba(0,0,0,0.54);
  -webkit-box-shadow: -7px 5px 11px 4px rgba(0,0,0,0.54);
  -moz-box-shadow: -7px 5px 11px 4px rgba(0,0,0,0.54);*/
}
.input{
	display: grid;
	margin-bottom: .9rem;
}
.form_label{
	margin: 0;
  font-weight: 400;
  font-size: .8rem;
  text-transform: uppercase;
	color: var(--color-fourth);
}
.form_field{
	color: var(--color-third);
  height: 1.5rem;
  font-size: 1rem;
}
.registro{
	display: none;
	text-align: center;
	margin-top: 7rem;
	height: 50vh;
	padding: 0 16px;
}
.registro>p{
	font-weight: 600;
	font-size: 1.2rem;
}
.form-acreditation{
	width: 60%;
	text-wrap: balance;
	text-align: center;
	font-size: .8rem;
	color: white;
	line-height: 1.2;
}
.veritas-img{
	margin: 1rem auto;
	text-align: center;
}
.policy-text{
	text-align: right;
	margin: 0;
	padding-top: 0;
	font-size: .8rem;
}
footer{
	display: flex;
	flex-direction: column;
}
footer>p{
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 0;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 0;
	font-weight: bold;
}
.footer-organiza{
	background: #0d3466;
	color: white;
	gap: 4rem;
}
.footer-colabora{
	color: #0d3466;
}
.politica-acuerdo{
	font-size: .9rem;
}
@media (max-width: 1024px){
	.margin-top{
		margin-top: 60%;
	}
}
@media only screen and (max-width: 768px){
	.form{
		width: 90%;
		position: relative;
		top: 2rem;
	}
	.contact-form{
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.flex{
		flex-direction: column;
	}
	.flex-info{
		width: 100%;
	}
	.flex-form{
		width: 100%;
	}
	.flex-margin{
		width: 95%;
	}
	.main_hero{
		height: 60vh;
	}
	.margin-top{
		margin-top: 55%;
	}
	.gifts{
		margin-top: 3rem;
		margin-bottom: 0;
		line-height: 1.2;
	}
	.gifts-text{
		font-size: .7rem;
	}
	.gifts-text>img{
		width: 30px;
	}
	.veritas-wrapper{
		font-size: .7rem;
	}
	.veritas-img{
		height: 50px;
		width: auto;
	}
	.contact-form{
		margin-top: 0;
	}
	footer>p>img{
		height: 28px;
	}
	.footer-organiza{
		gap: 1rem;
	}
}