@font-face {
  font-family: Metropolis-Bold;
  src: url("./../Metropolis/Metropolis-Bold.otf");
}
@font-face {
    font-family: Metropolis-Light;
    src: url("./../Metropolis/Metropolis-Light.otf");
}
@font-face {
    font-family: Metropolis-Regular;
    src: url("./../Metropolis/Metropolis-ExtraLight.otf");
    /* src: url("/Metropolis-Medium.otf");*/  
}
@font-face {
  font-family: Metropolis-SemiBold;
  src: url("./../Metropolis/Metropolis-SemiBold.otf");
}
@font-face {
  font-family: Metropolis-Medium;
  src: url("./../Metropolis/Metropolis-Medium.otf");
}
.medium{
  font-family: Metropolis-Medium !important;
}
.bold{
    font-family: Metropolis-Bold !important;
}
.regular{
    font-family: Metropolis-Regular;
}
.light{
    font-family: Metropolis-Light !important;
}
.semibold{
  font-family:Metropolis-SemiBold !important;
}
.color_cv {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
}
.textoverde {
  color: #6ec3c1 !important;
}
.verdefuerte {
  color: #006784;
}
.textoblanco {
  color: #fff !important;
}
.logo img {
  width: 150px !important;
  height: auto !important;
}
.titulo {
  font-size: 53px !important;
}
.px34 {
  font-size: 34px !important;
}
.px15 {
  font-size: 15px !important;
}
.px18 {
  font-size: 18px !important;
}
.px26 {
  font-size: 26px !important;
}
.px21 {
  font-size: 21px !important;
}
.px22 {
  font-size: 22px !important;
}
.px30 {
  font-size: 30px !important;
}
.px183 {
  font-size: 50px !important;
}
.fondoverde {
  background-color: rgba(2,156,138,0.4) !important;
  color: #fff;
  margin-top: 620px !important;
  font-size: 22px !important;
  height: 54px;
  padding-top: 10px;
}
.vlt-navbar--solid .brand-img-white {
  display: none;
}

.vlt-navbar--solid .brand-img {
  display: inline-block;
  margin-top: -26px;
}
.brand-img {
  display: none;
}
.imagen_conocenos {
  background-size: cover;
  background-image: url("assets/img/nosotros.png");
  background-repeat: no-repeat;
  background-position: center;
}
