.font-family-outfit {
  font-family: "Outfit", Sans-serif !important;
}

.font-family-poppins {
  font-family: "Poppins", Sans-serif !important;
}

.titulo {
  background-color: #f4f8f9;
  padding: 100px 0;
}
.titulo h1 {
  font-family: "Outfit", Sans-serif;
}
.titulo h6 {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
}
.titulo p {
  font-family: "Poppins", Sans-serif;
  font-weight: 300;
}

.box_team {
  background-color: #fff;
  border: 1px solid rgba(167, 198, 208, 0.1294117647);
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: "Outfit", Sans-serif;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.box_team a {
  color: #eb8bd3;
}
.box_team h6 {
  font-size: 13px;
}
.box_team:hover {
  box-shadow: 0px 5px 9px #dfdede;
}

.entradas-team {
  padding: 100px 0;
}

.box-perfil {
  border: 1px solid rgba(167, 198, 208, 0.3607843137);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 25px;
  text-align: center;
  font-family: "Outfit", Sans-serif;
}
.box-perfil img {
  width: 250px;
  height: 250px;
}
.box-perfil h6 {
  font-weight: 300;
  font-size: 13px;
  font-family: "Poppins", Sans-serif;
}
.box-perfil a {
  color: #eb8bd3;
}
.box-perfil a:hover {
  color: #333;
  text-decoration: none;
}

.detalle-descripcion {
  border-left: 5px solid #3c5760;
  font-family: "Poppins", Sans-serif;
  font-weight: 300;
  padding-left: 30px;
  text-align: justify;
}
.detalle-descripcion p {
  margin-bottom: 0;
}
.detalle-descripcion h1, .detalle-descripcion h2, .detalle-descripcion h3, .detalle-descripcion h4, .detalle-descripcion h5, .detalle-descripcion h6 {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
}

.bg_rosa {
  background-color: #EEF4F6;
  padding: 100px 0;
}
.bg_rosa h4 {
  font-family: "Poppins", Sans-serif;
  font-size: clamp(25px, 5vw, 35px);
  font-weight: 300;
  color: #303E42;
}

.container {
  max-width: 1400px !important;
}

.bg_general {
  padding: 100px 0;
}
.bg_general p {
  font-size: 18px;
  text-align: initial;
}

.btn-pro {
  background-color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  fill: #000000;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #A7C6D0;
  border-radius: 30px 30px 30px 30px;
  padding: 15px 40px 15px 40px;
}
.btn-pro:hover {
  text-decoration: none;
  background-color: rgba(167, 198, 208, 0.1019607843);
}/*# sourceMappingURL=estilos.css.map */