.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00b5f8;
  box-shadow: 0 2px 10px 0 #00b5f8;
}

.none_header {
  display: none;
}

.navbar_salvavidas {
  background-color: transparent;
}

.left_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center_nav {
  width: 28%;
  float: left;
  text-align: center;
}

.right_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.brand {
  display: inline-block;
  width: 100px;
  float: none;
}

.container_nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_nav {
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.item_nav:hover {
  border-bottom: 2px solid #fff;
}

.nav-menu {
  display: none;
}

.w-nav-link.w--current {
  color: #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  .left_nav {
    text-align: center;
  }

  .right_nav {
    text-align: center;
  }

  .brand {
    width: 150px;
  }

  .item_nav {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }
  .menu_button{
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar_salvavidas {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left_nav {
    display: none;
  }

  .center_nav {
    width: auto;
  }

  .right_nav {
    display: none;
  }

  .brand {
    width: 130px;
  }

  .container_nav {
    display: block;
    max-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .item_nav {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
  }

  .item_nav:hover {
    border-bottom-width: 0px;
  }

  .menu_button {
    margin-top: 17px;
    color: #fff;
  }

  .menu_button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    display: block;
    background-color: #00b5f8;
  }
  .menu_button{
    display: block !important;
  }
  .w-nav-link.w--current {
    color: #fff;
    border-bottom: 0px solid #fff;
  }
  .brand {
    width: 100px;
  }
  .menu_button {
    margin-top: 5px;
  }
}

@font-face {
  font-family: 'Tacotuesday';
  src: url('../fonts/TacoTuesday-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texto';
  src: url('../fonts/Texta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texto';
  src: url('../fonts/Texta-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texto';
  src: url('../fonts/Texta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peace sans';
  src: url('../fonts/Peace-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Daft brush';
  src: url('../fonts/Daft-Brush.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}