@font-face {
  font-family: Nexa;
  src: url('../font/Nexa\ Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: Nexa;
  src: url('../font/Nexa\ Bold.otf');
  font-weight: bold;
}

@font-face {
  font-family: Nexa;
  src: url('../font/Nexa\ Heavy.otf');
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Nexa;
  font-weight: 900;
}

.font-nexa {
  font-family: Nexa;
}

.font-weight-heavy {
  font-weight: 900;
}

#footer {
    background-color: #4d4d4d;
    color: white !important;
}

#footer a:hover {
    color: #f2f2f2!important
}

#footer i {
    margin-right: 8px
}

#footer .follow img,#red-footer .cc-icons img {
    margin-right: 10px
}

#footer .fa-map-marker {
    padding-left: 2px
}

#footer h6, #footer a {
    color: #f2f2f2;
}

#footer .follow h6 {
    margin-bottom: 1.5rem
}

#footer .image-opacity:hover {
    opacity: .8
}

#footer .logo-brand {
  max-height: 100px;
  max-width: 100%;
  width: auto !important;
}

html {
    scroll-behavior: smooth;
  }

  h1, h2, h3, h4, h5, h6, p, span {
    color: #4d4d4d;
  }

  .wallpaper-city {
    position: relative;
  }
  .wallpaper-city::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(../img/wallpaper-city.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(60%);
  }
  .wallpaper-city .navbar {
    /* This will make it stack on top of the ::before */
    position: relative;
  }


  .wallpaper-city .container {
    height: 90vh;
  }

  .wallpaper-city .row {
    padding-bottom: 20vh !important;
  }

  .circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
  }

  .circle h1 {
    line-height: 80px;
  }

  .container, .container-fluid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .el {
    transition: max-height 0.5s;
    overflow: hidden;
    max-height: 0;
  }

  .trigger:hover > .el {
    max-height: var(--max-height);
  }

  .faq .col-12 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .navbar-brand img {
    height: 4rem;
  }

  .navbar a {
    transition: all 0.5s ease;
  }

  .nav-aliados {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    display: flex;
  }

  .nav-aliados div {
    text-align: center;
    width: 100%;
  }

  @media (min-width: 768px) {
    .nav-aliados div {
      width: 50%;
    }
  }

  @media (min-width: 992px) {
    .nav-aliados div {
      width: 25%;
    }
  }

  .nav-aliados img {
    height: auto;
    max-width: 220px;
    max-height: 100px;
    margin: 25px;
    filter: grayscale(80);
  }

  .nav-aliados img:hover {
    filter: unset;
  }

  .back-to-home {
    padding: 10px;
    height: 50px;
    z-index: 1000;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    background-color: black;
    font-weight: bold;
  }

.fullscreen-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: auto;
    height: 100%;
  }
}

.margen-video{
  margin-top: 5%;
}

@media (max-width: 960px) {
  .margen-video {
    margin-top: 0%;
  }
}

