.navbar-brand img {
  height: 70px;
}

#footer .iso-footer {
  width: 178px;
}

#content {
  position: relative;
}

.background-landing:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/assets/images/Slide_esteros.jpeg?064f8144a2d4a4a29e91c0632018bbc7);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: brightness(0.5);
}

.dropdown {
  position: relative;
  width: 230px;
}

.dropdown__face, .dropdown__items {
  background-color: #009dbc;
  padding: 1.18em 1.32em 1.03em;
  border-radius: 1em;
}

.dropdown__face {
  display: block;
  position: relative;
}

.dropdown__items {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  list-style: none;
  list-style-type: none;
  /* display: flex; */
  justify-content: space-between;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
}

.dropdown__items::before {
  content: "";
  background-color: #009dbc;
  position: absolute;
  bottom: 100%;
  right: 20%;
  height: 40px;
  width: 20px;
}

.dropdown__arrow {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
}

.dropdown input {
  display: none;
}

.dropdown input:checked ~ .dropdown__items {
  top: calc(100% + 25px);
  visibility: visible;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

.dropdown__text {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  min-width: 8.23em;
  text-decoration: none;
  font-family: Montserrat, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.dropdown:before,
.dropdown:after {
  width: 4.4em;
  height: 2.95em;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.5s ease;
  transform: scale(0);
  z-index: -1;
}

.dropdown:before,
.dropdown:after {
  background: #009dbc;
}

.dropdown:before {
  top: -25%;
  left: 20%;
}

.dropdown:after {
  bottom: -25%;
  right: 20%;
}

.dropdown:hover:before,
.dropdown:hover:after {
  transform: none;
}

@media (width >= 992px) {
  .pt-lg-6 {
    padding-top: 8rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 8rem !important;
  }
}

/*# sourceMappingURL=landing.css.map*/