:root {
	--base: #f8f1f1;
	--primario: #1b6ab5;
	--secundario: #8ac96f;
	--terciario: #71b100;
}
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
body {
	font-size: 1.6rem;
	font-family: Lato, sans-serif;
	background-color: var(--base);
}
h1 {
	font-size: 3.8rem;
}
h2 {
	font-size: 3.4rem;
}
h3 {
	font-size: 3rem;
}
a {
	text-decoration: none;
}
.container {
	max-width: 120rem;
	margin: 0 auto;
}
.navbar {
	background-color: var(--primario);
}
.navbar-brand img {
	height: 5.5rem;
}
.nav-link {
	font-size: 1.8rem;
	color: var(--base);
}
.nav-link:hover {
	color: var(--secundario);
}
li.nav-item {
	padding-right: 3rem;
}
li.nav-item:last-of-type {
	padding-right: 0;
}
@media only screen and (max-width: 992px) {
	li.nav-item {
		padding-right: 0;
	}
}
header {
	background-image: linear-gradient(rgba(248, 241, 241, 0.8), rgba(248, 241, 241, 0.8)),
		url(../images/header.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
}
.elementos-header img {
	width: 50rem;
	padding-bottom: 3rem;
}
.elementos-header h1 {
	color: var(--secundario);
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	padding-bottom: 3rem;
	border-bottom: 0.3rem solid var(--primario);
}
@media only screen and (max-width: 720px) {
	.elementos-header img {
		width: 26.5rem;
	}
	.elementos-header h1 {
		font-size: 1.8rem;
		padding-bottom: 2.2rem;
	}
}
@media only screen and (max-height: 450px) {
	.elementos-header img {
		width: 26.5rem;
	}
	.elementos-header h1 {
		font-size: 1.8rem;
		padding-bottom: 2.2rem;
	}
}
.tipo-financiamiento {
	padding: 0.86rem;
}
.tipo-financiamiento img {
	height: 7rem;
}
.tipo-financiamiento h3 {
	color: var(--terciario);
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.titulo-servicios {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 720px) {
	.tipo-financiamiento {
		padding: 2rem;
	}
	.tipo-financiamiento h3 {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 360px) and (max-width: 492px) {
	.tipo-financiamiento {
		padding: 3.5rem;
	}
	.tipo-financiamiento h3 {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
}
.boton {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;
	padding: 0.7rem 3rem;
	margin-top: 1rem;
}
.boton:hover {
	color: #fff;
	cursor: pointer;
}
.boton-azul {
	margin-bottom: 1rem;
	background-color: #1b6ab5;
}
.card-body h3 {
	color: var(--terciario);
}
h2.titulo {
	font-weight: 300;
}
.logos-oferta {
	height: 10rem;
}
h3.my-5 {
	font-weight: 700;
	color: var(--secundario);
}
.nosotros {
	background-image: linear-gradient(rgba(248, 241, 241, 0.8), rgba(248, 241, 241, 0.8)),
		url(../images/nosotros.jpg);
	background-size: cover;
	background-position: center center;
	height: 40rem;
}
.elementos-nosotros h2 {
	color: #1b6ab5;
	font-weight: 700;
}
.elementos-nosotros p {
	font-size: 1.8rem;
	color: #000;
	line-height: 2;
}
@media only screen and (max-width: 720px) {
	.elementos-nosotros h2 {
		color: #1b6ab5;
		font-size: 2.5rem;
		font-weight: 700;
	}
	.elementos-nosotros p {
		font-size: 1.4rem;
		line-height: 2;
		text-align: justify;
	}
}
input:not([type="submit"]),
textarea {
	border: 0.16rem solid #1b6ab5;
	width: 100%;
}
.boton-verde {
	background-color: #71b100;
	border: #71b100;
}
footer {
	background-color: var(--primario);
}
.header-requisitos {
	padding-top: 9rem;
	height: calc(100vh - 7px);
}
@media only screen and (max-width: 770px) {
	.header-requisitos {
		height: auto;
	}
}
.header-requisitos img {
	width: 100%;
}
.requisitos h1 {
	font-size: 2rem;
	color: var(--primario);
	border-bottom: 0.3rem solid var(--terciario);
}
.lista-requisitos {
	line-height: 3;
}
@media only screen and (max-width: 770px) {
	.lista-requisitos {
		line-height: 2;
	}
	.requisito {
		padding: 0.8rem;
	}
}
.lista-requisitos li {
	color: var(--primario);
}
.ubicaciones {
	padding-top: 9rem;
}
.titulo-tarjeta {
	display: flex;
	align-items: center;
	padding-left: 2rem;
	padding-top: 2rem;
}
.titulo-tarjeta h2 {
	color: #1b6ab5;
	font-size: 2rem;
	font-weight: 700;
}
.tarjeta p {
	padding: 0 3rem;
	line-height: 1.5;
}
.tarjeta p:first-of-type {
	margin-top: 0.5rem;
}

@media (min-width: 769px) {
	#contactanos {
		width: 60%;
	}
}
