@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Work+Sans:wght@200&display=swap');

a {
	text-decoration: none;
}

hr {
	background-color: #070707;
	opacity: 1;
}

.mt-100 {
	margin-top: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.full-width {
	width: 100%;
}

.imagen-oscura {
	position: relative;
}

.imagen-oscura:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.imagen-oscura h2 {
	font-size: 72px;
	color: #ffffff;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
	font-family: 'Questrial';
}

.navbar-brand {
	padding: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #212121;
}

.container-padding {
	padding: 30px 60px;
}

.header-logo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.boton {
	background-color: #0776B8;
	color: #ffffff;
	padding: 14px 26px;
	font-family: 'Work Sans';
	font-size: 18px;
	transition-duration: 0.5s;
	font-weight: bold;
}

.boton:hover {
	background-color: #6AADD4;
	color: #ffffff;
	text-decoration: none;
}

.linea {
	border-top: 1px solid #070707;
	margin-left: 10px;
}

.slider {
	width: 100%;
}

.slider .carousel-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.seccion-titulo h1 {
	color: #0776B8;
	line-height: 1.2em;
	font-size: 88px;
	font-family: 'Questrial';
	font-weight: bold;
	margin-bottom: 30px;
}

.seccion-titulo p {
	color: #070707;
	line-height: 1.375em;
	font-size: 28px;
	font-family: 'Questrial';
	font-weight: bold;
	max-width: 780px;
	margin: 0 auto;
}

.seccion-quienes-somos {
	margin-bottom: 50px;
}

.quienes-somos-texto p {
	color: #070707;
	line-height: 1.67em;
	font-size: 20px;
	font-family: 'Work Sans';
	font-weight: bold;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 33px;
}

.titulo-gris {
	background-color: #f4f7f7;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 120px 10px;
}

.titulo-gris h2 {
	line-height: 1.2em;
  font-size: 88px;
  color: #0776B8;
  font-family: 'Questrial';
}

.bloque {
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 80px;
}

.bloque .imagen {
	flex: 50%;
	z-index: 1;
	margin-right: -60px;
}

.bloque .texto {
	flex: 50%;
	z-index: 2;
	background-color: #ffffff;
	border: 1px solid #070707;
	padding: 60px;
	box-sizing: border-box;
  height: max-content;
}

.bloque .texto a:first-child {
	line-height: 1.33em;
	font-family: 'Questrial';
	font-size: 30px;
	color: #070707;
	transition-duration: 0.5s;
}

.bloque .texto a:first-child:hover {
	color: #454545;
	opacity: 0.6;
}

.bloque .texto hr {
	margin-bottom: 24px;
}

.bloque .texto .boton {
	display: inline-block;
	padding: 10px 26px;
}

.nuestro-equipo {
	background-color: #f4f7f7;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 120px 10px;
}

.nuestro-equipo h2 {
	line-height: 1.2em;
  font-size: 72px;
  color: #0776B8;
  font-family: 'Questrial';
  margin-bottom: 80px;
}

.imagen-redonda {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.imagen-texto {
	margin: 80px 0;
}

.imagen-texto h3 {
	line-height: 1.35em;
  font-size: 40px;
  color: #0776B8;
  font-family: 'Questrial';
  font-weight: bold;
  margin-bottom: 30px;
}

.imagen-texto h4 {
	line-height: 1.44em;
  font-size: 22px;
  color: #070707;
  font-family: 'Questrial';
  font-weight: bold;
  margin-bottom: 30px;
} 

.imagen-texto p {
	line-height: 1.67em;
  font-size: 20px;
  color: #070707;
  font-family: 'Work Sans';
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 540px;
}

.div-programas {
	background-image: url('../img/programas.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0;
}

.div-programas:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.div-programas .card {
	max-width: 540px;
	background-color: transparent;
	color: #ffffff;
}

.div-programas .card .flex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 1.8rem 1rem;
}

.div-programas .card .flex i {
	font-size: 40px;
}

.div-programas .card .card-title {
	margin-bottom: 60px;
	line-height: 1.35em;
	font-size: 40px;
	font-family: 'Questrial';
  font-weight: bold;
}

.div-contacto {
	padding: 80px;
}

.div-contacto .flex {
	display: flex;
	flex-direction: row;
	background-color: #f4f7f7;
}

.div-contacto .flex .inner {
	width: 50%;
}

.div-contacto .flex .imagen {
	background-image: url('../img/contacto.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.div-contacto .flex .div-formulario {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 125px 20px;
}

.div-contacto .flex .div-formulario .formulario {
	max-width: 500px;
	width: 100%;
	text-align: center;
}

.div-contacto .flex .div-formulario .formulario h2 {
  line-height: 1.25em;
  font-size: 72px;
  color: #0776B8;
  font-family: 'Questrial';
}

.div-contacto .flex .div-formulario .formulario p, 
.div-contacto .flex .div-formulario .formulario a {
	line-height: 1.67em;
	font-size: 20px;
	color: #070707;
	font-family: 'Work Sans';
	margin-bottom: 14px;
	display: block;
}

.div-contacto .flex .formulario .redes {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.div-contacto .flex .formulario form {
	text-align: left;
}

.boton-negro {
	background-color: #070707;
	border: none;
	color: #ffffff;
	padding: 14px 26px;
	font-family: 'Work Sans';
	font-size: 18px;
	transition-duration: 0.5s;
	width: 100%;
}

.boton-negro:hover {
	background-color: rgba(7, 7, 7, 0.6);
	color: #ffffff;
	text-decoration: none;
}

.form-label {
	color: #070707;
	font-size: 15px;
	font-family: 'Questrial';
}

.div-clientes {
	margin: 100px 0;
	background-color: #f4f7f7;
	padding: 100px 0;
}

.div-clientes .container {
	max-width: 980px;
}

.div-clientes h2 {
	line-height: 1.2em;
  font-size: 72px;
  color: #0776B8;
  font-family: 'Questrial';
  margin-bottom: 80px;
}

.div-clientes .cliente {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 80px 0;
}

.div-clientes .cliente img {
	width: 140px;
}

.div-clientes .cliente h3 {
	line-height: 1.35em;
	font-size: 40px;
  color: #0776B8;
  font-family: 'Questrial';
  font-weight: bold;
  margin-left: 20px;
}

.div-suscripcion {
	margin-bottom: 100px;
	margin-top: 50px;
}

.div-suscripcion .container {
	max-width: 980px;
}

.div-suscripcion p, .div-suscripcion a{
	color: #070707;
	line-height: 1.875em;
  font-size: 15px;
  font-family: 'Questrial';
  margin-bottom: 10px;
  display: block;
}

.div-suscripcion h4 {
	color: #070707;
	font-family: 'Questrial';
}

.form-suscripcion {
	display: flex;
	flex-direction: row;
}

.boton-negro2 {
	background-color: #070707;
	border: none;
	color: #ffffff;
	padding: 5px 26px;
	font-family: 'Work Sans';
	font-size: 18px;
	transition-duration: 0.5s;
}

.boton-negro2:hover {
	background-color: rgba(7, 7, 7, 0.6);
	color: #ffffff;
	text-decoration: none;
}

.div-copyright {
	background-color: #f4f7f7;
}

.div-copyright .container {
	max-width: 980px;
}

.div-copyright p {
	line-height: 1.79em;
	font-size: 14px;
	margin: 10px 0;
	font-family: 'Questrial';
}

.div-nosotros .div-texto {
	padding: 150px 20px;
}

.div-nosotros .div-texto {
	max-width: 460px;
	margin: 0 auto;
}

.div-nosotros h2 {
	color: #0776B8;
	line-height: 1.25em;
	font-size: 72px;
	font-family: 'Questrial';
	margin-bottom: 30px;
}

.div-nosotros p {
	line-height: 1.67em;
  font-size: 20px;
	font-family: 'Work Sans';
	color: #070707;
  font-weight: bold;
}

.div-nosotros .flex .inner .div-texto p:last-of-type {
	margin-bottom: 60px;
}

.div-nosotros .flex {
	display: flex;
	flex-direction: row;
	background-color: #f4f7f7;
}

.div-nosotros .flex .inner {
	width: 50%;
}

.div-nosotros .flex .imagen {
	background-image: url('../img/nosotros.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .div-clientes .cliente {
  	justify-content: center;
  }

  .div-clientes .cliente h3 {
  	font-size: 28px;
  }

  .div-contacto {
  	padding: 25px;
  }

  .div-contacto .flex {
  	flex-direction: column;
  }

  .div-contacto .flex .inner {
		width: 100%;
	}

	.div-contacto .flex .div-formulario .formulario h2 {
		font-size: 40px;
	}

	.div-nosotros .flex {
  	flex-direction: column;
  }

  .div-nosotros .flex .inner {
		width: 100%;
	}
}