@import url("general.css");
header {
  position: fixed;
  width: 100%;
  background-color: var(--color-azul);
  transition: 0.5s;
  padding: 10px 0px;
  z-index: 11 !important;
}

header .logo-header{
  max-width: 70px;
}

header .navbar {
  padding: 0rem 0rem;
}

header ul {
  margin-left: auto !important;
}

header .active{
  color: var(--color-amarillo);
}

header ul li a:hover {
  color: var(--color-amarillo);
}

header ul li .dropdown-item:hover{
  color: var(--color-amarillo);
}

header ul li a {
  font-family: "AvenirLTStd-Book";
  font-size: 17px;
  color: var(--color-blanco);
  letter-spacing: 0px;
  transition: 0.5s;
  margin: 0px 15px !important;
}

header ul li a .ico-menu {
  width: 12px;
}

header .btn-cta{
  background-color: var(--color-amarillo) !important;
  color: var(--color-blanco) !important;
}

header .bandera {
  width: 40px;
}

.headerfondo2 {
  transition: 2s;
  display: block;
  background-color: var(--color-blanco);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.31);
}

.nav-link2 {
  transition: 0.5s;
}

.dropdown-item {
  width: 175px !important;
  font-size: 13px !important;
}

.dropdown-item:hover {
  color: var(--color-blanco);
  text-decoration: none;
  background-color: var(--color-verde);
}

.nav-menu{
  background-color: var(--color-azul);
  width: 100%;
  height: 2px;
  margin: 6px 0px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar-toggler {
    background-color: var(--color-amarillo);
    height: 38px !important;
    width: 50px !important;
  }
  .navbar-collapse {
    text-align: center;
  }
  .dropdown-item {
    width: 100% !important;
    text-align: center !important;
  }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .home-bannerteen .log-clinica {
    position: absolute;
    width: 180px;
    top: 0px;
    left: 10px !important;
    padding: 10px 20px !important;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  }
  .home-bannerteen .log-clinica h2{
    font-size: 15px;
  }
  .tratamientos .teen-forma {
    display: none;
  }

  .home-bannerteen .log-hospital {
    position: absolute;
    width: 150px;
    top: 0px;
    right: 10px !important;
    padding: 11px 20px !important;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 10px 23px 0px rgba(0, 0, 0, 0.75);
  }
}