@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');
:root {
  --darkgreen: #005361;
  --white: #fff;
  --black: #000;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-weight: 0;
}
.gloock-regular {
  font-family: "Gloock", serif;
  font-weight: 200;
  font-style: normal;
}

.darker-grotesque-<uniquifier> {
  font-family: "Darker Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#equipo{
	background-image: url("../img/servicios-bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 20rem;	
}

#equipo-look{
 	position: relative;
	background-color: #fff;
	width: 100%;
	padding-top: 3rem;
}

p,li{
   font-family: "Raleway", serif;
	letter-spacing: 0.7px;
	color: #151515;
	line-height: 1.25;
}
a{
   font-family: "Raleway", serif;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	line-height: 1.25;
}
.team-member h4 {
margin-bottom: 5px;
font-size: 1.4rem;
color: #151515;
}

.team-member p {
font-size: 16px;
color: #2B2B2B;
}

.btn,
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Gloock", sans-serif;
  letter-spacing: 1px;
}

h1{
	font-size: 2.5rem;
}

h2{
	font-size: 2rem;
	color: black;
	font-weight: 100;
}

btn{
	color:black;
	font-size: 2rem;
	font-weight: 100;
}

ul {
margin-top: 0;
margin-bottom: 1rem;
}

.logo {
  max-height: 3.5rem;
  width: auto;
}

.page-section {
padding: 1% 0 3% 0;
}
