.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.hero-new {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
}
.hero-new .head-img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-new .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero-new .txt {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30%;
  right: 0;
  left: 0;
}
.hero-new .txt h3 {
  text-transform: none;
}
.hero-new .txt .emblema {
  width: 750px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.hero-home .txt {
  top: 35%!important;
}
.hero-home .txt .subti {
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  ont-family: 'Asap', sans-serif;
  color: #FFF;
}
@media (max-width: 767px) {
  .hero-home .txt .subti {
    font-size: 18px;
  }
}
.hero-home .txt .emblema {
  position: relative;
  width: 750px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-home .txt .emblema {
    width: 90%;
  }
}
.hero-home .txt .emblema:after {
  content: url('../img/emblema.svg');
  position: relative;
  width: 100%;
}
