@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
       url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
       url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
       url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: 'Poppins', sans-serif;
}

.azul-primario {
	color: #00C3F3
}
.bg-primario {
	background-color: #00C3F3;
}

.azul-secundario {
	color: #2F3168
}

.bg-secundario {
	background-color: #2F3168;
}

.button-form {
  background-color: #00C3F3;
  color: #fff;
	padding: 5px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	border: solid 1px #00c3f3;
}

.button-form:hover {
	color: #2F3168;
	border-color: #2F3168;
}

.entrada {
	position: relative;
	overflow: hidden;
}

.entrada::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('../images/acceso-lateral.jpg') center/cover no-repeat;
	filter: blur(2px);
	z-index: 0;
}

.entrada::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle,rgba(0,0,0,0.592874649859944) 100%,rgba(0,0,0,0) 100%);
	z-index: 1;
}

.entrada > * {
	position: relative;
	z-index: 2;
}

.registrate-underline {
	text-decoration: underline;
	text-decoration-color: #00C3F3;
	text-underline-offset: 15px;
	text-decoration-thickness: 5px;
}

input {
	border-radius: 10px;
}

.underline-beneficios {
	text-decoration: underline;
	text-decoration-color: #2F3168;
	text-underline-offset: 15px;
	text-decoration-thickness: 5px;
}

.bg-beneficios {
	background-color: #0096e0;
}

.color-beneficios {
	color: #0096e0;
}

.bullets::before {
	content: '';
  background:url('/images/bullet.svg') no-repeat center center;
	width: 26px;
	height: 28px;
  display: inline-flex;
	margin-right: 10px;
}


.parque {
	background-image: 
	radial-gradient(circle,rgba(0, 0, 0, 0.350) 100%,rgba(0,0,0,0) 100%),
	url('../images/vista-conjunto.jpg');
}


.ubicados {
	color: #2F3168;
}

.registrate-button {
	background-color: #FFF;
	color: #00C3F3;
	padding: 10px 20px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	border: solid 1px #00C3F3;
	text-transform: uppercase;
}

.registrate-button:hover {
	color: #2F3168;
	border-color: #2F3168;
}

.pre-footer {
	background:
	linear-gradient(290deg, rgba(0, 0, 0, 0.350) 0%, rgba(255, 255, 255, 0.863) 80%),
	url('../images/fachadas-prototipo.jpg');
	background-size: cover;
	background-position: 10% 80%;
}