@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none !important;
}
.form-control:focus{
	box-shadow: none;
	border-color: #ef7d01 !important;
}
.banner{
	background: url(../images/banner-image.jpg) no-repeat center center;
	padding: 60px 0 170px 0;
	background-size: cover;
}
.carlos-section p{
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	margin-top: 100px;
	width: 65%;
}
.carlos-section p b{
	font-weight: 600;
}
.carlos-section small{
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	margin-top: 30px;
}
.carlos-section .blue-btn{
	font-size: 16px;
	line-height: 20px;
	padding: 15px 60px;
	background-color: #35ABE2;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	margin-top: 50px;
}
.banner-form{
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 90px;
}
.banner-form .form-control{
	height: 55px;
	border-radius: 30px;
	background-color: #f0f0f0;
	border: 1px solid #cacaca;
	color: #cacaca;
	margin-bottom: 20px;
	padding-left: 30px;
}
.banner-form .recaptcha{
	margin-top: 20px;
}
.banner-form p{
	color: #727272;
}
.banner-form .form-check-label{
	color: #727272;
}
.banner-form .form-check-label-small{
	font-size: 15px;
}
.banner-form .form-check-label a{
	color: #ef7d01 !important;
	font-weight: normal;
}
.banner-form .btn{
	font-size: 16px;
	line-height: 20px;
	padding: 15px 60px;
	background-color: #ef7d01;
	color: #fff;
	border-radius: 30px;
	display: block;
	margin-top: 20px;
	width: 100%;
}
.event-section{
	padding: 60px 0;
}
.event-section h5{
	font-size: 26px;
	line-height: 31px;
	font-weight: 600;
	margin-bottom: 20px;
}
.event-section h6{
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
}
.horario{
	padding-left: 40px;
	border-left: 1px solid #000;
}
.horario p{
	margin-bottom: 20px;
}
.horario p b{
	font-weight: 600;
	display: block;
}
.horario small{
	font-size: 14px;
}
footer{
	padding: 25px 0;
	background-color: #16153d;
}
.footer-content{
	display: flex;
	justify-content: space-between;
}
.footer-content ul{
	display: flex;
	list-style-type: none;
	margin: 0;
}
.footer-content ul li a{
	margin-left: 8px;
}
.footer-content ul li a i{
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #0688dc;
	color: #1f1643;
	border-radius: 50%;
	text-align: center;
}
.footer-content ul li a:hover i{
	background-color: #ef7d01;
}
.footer-content p{
	color: #fff;
	margin: 0;
}