header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}


.upper-nav {
    display: flex;
    align-items: center;
    background-color: #FDFDFD;
    border: 1px solid #F5F4F4;
    height: 40px;
}

.social-icons {
    display: flex;
    margin-right: auto;    
    margin-left: 1em;
}

.social-icons ul {
  list-style-type: none;
  padding-left: 0;
}

.social-icons ul li {
  display: inline-block;
}


.social-icons li a {
  color: #89C6F4;
  padding: 1em;
}

.social-icons li a:hover {
  color: #6990AE;
}

.header-announcement {
    display: flex;
    align-items: center;
    margin-right: auto;
}



.header-announcement a {
    font-weight: 500;
    font-size: 16px;
}




.phone {
    display: inline-block;
    
    margin-right: 5em;
}

.phone a {
  text-decoration: none;
  color: #787878;
}

.fa-phone {
    display: inline;
    padding: 0 0.5em;
}

.phone-number {
    display: inline;
    font-weight: 300;
}

.navbar {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4em;
    overflow: visible;
}

.nav-title {
    margin-right: auto;
    margin-left: 5vw;
}

.nav-title a {
    text-decoration: none;
    color: #878787;
}


.menu li {
    display: inline;
    margin: 0 0.5em;
}

.menu li a {
    text-decoration: none;
    color: #878787;    
}

.top-menu-nav ul a {
    padding-bottom: 70px;
}

.top-menu-nav ul ul {
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 100;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);    
}

.top-menu-nav ul ul li {
  padding: 0.5em;
}

.top-menu-nav li {
    position: relative;
}


.top-menu-nav ul li:hover > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
}

.top-menu-nav ul li:hover > ul li {
    margin: 0;
    font-weight: 200;
    font-size: 1rem;
}

.top-menu-nav ul ul li:hover {
  background-color: #89C6F4;
}

.top-menu-nav ul ul li:hover a {
  color: #C9E5FA;
}


.btn-reserva {
  background-color: #89C6F4;
  padding: 0.5em;
  border: none;
  border-radius: 30px;
}

.btn-reserva a {
  color: white !important;
  text-decoration: none;
}

.btn-reserva:hover {
  background-color: #6990AE;
}

.btn-reserva-overlay a {
  color: white !important;
  background-color: #89C6F4;
  padding: 0.5em;
  border: none;
  border-radius: 30px;
}

.btn-reserva-overlay a:hover {
  background-color: #6990AE;
}

.navbar-toggler {
    display: none;   
    margin-right: 4em;
  }

  .fa-bars, .fa-times {
    color: #89C6F4;
  }

  .fa-bars, .fa-times:hover {
    cursor: pointer;
  }
  
.Navbar__ToggleShow {
    display: none;
  }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: white;
    transition: 0.7s;
  }

  .closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;
  }
  
  .overlay-content {
    position: relative;
    top: 0;
    left: 25%;
    height: 100%;
    text-align: center;
    margin-top: 30px;
    width: 50vw;
    padding-top: 5em;

    
  }

  .overlay-content ul {
    
    list-style-type: none;
    padding: 0;
  }

  .overlay-content ul li {
    margin: 2em 0;
  }

  .overlay-content ul ul a{
    font-weight: 300;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin-top: 0.5em;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .sub-menu {
    list-style-type: none;
  }

  .sub-menu {
    display: none;
  }
  
  .show-sub-menu {
    display: block; 
    transition-duration: 100ms; 
  }

  .greater-than-rotate {
    display: inline-block;
    transform: rotate(90deg);
    transition-duration: 100ms;
  }



  @media only screen and (max-width: 1050px) {


    .top-menu-nav {
      display: none;
    }

    .social-icons {
      margin-left: 0;
    }

    .phone {
      margin-right: 1em;
    }

  

    .navbar-toggler {
        display: inline-block;   
      }

    
}

@media only screen and (max-width: 650px) {

    .social-icons, .phone {
        display:none;
    }

    .header-announcement {
        margin-left: auto;
    }


}
