/*======================================================
RESET
======================================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

body#home {
  overflow-x: hidden !important;
}

/*======================================================
FONTS
======================================================*/

@font-face {
  font-family: 'Neris';
  src: url('../fonts/Neris-SemiBold.woff') format('woff2'), url('../fonts/Neris-SemiBold.woff2') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Neris';
  src: url('../fonts/Neris-Light.woff2') format('woff2'), url('../fonts/Neris-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mission Script';
  src: url('../fonts/Mission-Script.woff2') format('woff2'), url('../fonts/Mission-Script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*======================================================
CONTAINER
======================================================*/

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/*======================================================
TOP
======================================================*/

.top {
  background: rgba(28, 28, 28, 1);
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9;
}

/*======================================================
NAVIGATION
======================================================*/

.mobile-menu {
  display: none;
}

.navigation {
  font-family: 'Neris';
  font-size: .8125em;
  letter-spacing: 1px;
}

.navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navigation ul div {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.navigation li {
  list-style: none;
}

.navigation a {
  color: #C0BCBC;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
}

.navigation a:hover {
  opacity: .5;
}

.activeLink {
  opacity: .5;
}

.logo {
  transition: all .4s ease-in-out;
  max-height: 85px;
  margin-left: -25px;
  margin-top: -3px;
}

.logo:hover {
  opacity: 1 !important;
}

/*======================================================
BANNER
======================================================*/

.banner {
  width: 100vw;
  height: 560px;
  margin-top: 100px;
}

.bx-wrapper {
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.bx-pager {
  bottom: 30px !important;
}

.bx-clone {
  display: none !important;
}

.info-slide {
  width: 100%;
  height: 560px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slide-desc-area {
  line-height: 2;
  text-align: center;
}

.slide-1 {
  background: #FFF url(../images/banner-1.jpg) top center no-repeat;
}

.slide-2 {
  background: #FFF url(../images/banner-2.jpg) 50% 50% no-repeat;
}

.slide-3 {
  background: #FFF url(../images/banner-3.jpg) top center no-repeat;
}

.slide-4 {
  background: #FFF url(../images/banner-4.jpg) top center no-repeat;
}

.desc-slide-top {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.0625em;
}

.desc-slide-middle {
  font-family: 'Paytone One', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: .5em;
  letter-spacing: 2px;
  margin: 0;
  background: #000000;
  font-size: 0.875em;
}

.desc-slide-bottom {
  font-family: 'Mission Script';
  color: #000000;
  font-size: 1.875em;
}

/*======================================================
ESPAÇO MULHER
======================================================*/

.espaco-mulher {
  width: 100vw;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-espaco-mulher {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.875em;
  text-align: center;
}

.desc-espaco-mulher {
  font-family: 'Neris';
  font-size: 1em;
  text-align: center;
  font-weight: 300 !important;
  padding: 1em 7em;
}

.area-espaco-mulher {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
  padding: 1em 0;
}

.area-espaco-mulher-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0 0;
}

.area-espaco-mulher-desc {
  font-family: 'Paytone One', sans-serif;
  text-align: center;
  font-size: .875em;
  margin-top: 2em;
}

/*======================================================
SERVIÇOS
======================================================*/

.servicos {
  width: 100vw;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-servicos {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.875em;
  text-align: center;
}

.desc-servicos {
  font-family: 'Neris';
  font-size: 1em;
  text-align: center;
  font-weight: 300 !important;
  padding: 1em 7em;
}

.area-servicos {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
  padding: 2em 0;
}

.area-servicos-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 300px;
}

.area-servicos-desc {
  font-family: 'Paytone One', sans-serif;
  text-align: center;
}

.servicos .bx-pager {
  bottom: -30px !important;
}

/*======================================================
FOOTER
======================================================*/

.footer {
  width: 100vw;
}

.footer-area {
  display: flex;
  justify-content: space-between;
}

.footer-item {
  width: 25%;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
}

.footer-item img {
  padding-bottom: 1em;
  padding-top: 1em;
}

.title-item-footer {
  color: #FFFFFF;
  background: #000000;
  margin: 0 auto;
}

.footer-item-desc {
  color: #000000;
}

/*======================================================
media querie
======================================================*/

@media (max-width: 425px) {
  .top {
    display: none;
  }

  .espaco-mulher {
    flex-direction: column;
    height: 100%;
  }

  .area-espaco-mulher {
    flex-direction: column;
    width: 100%;
  }

  .area-espaco-mulher-item {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1em;
  }

  .area-espaco-mulher-item img {
    object-fit: contain;
  }

  .area-servicos {
    padding: 0;
  }

  .desc-espaco-mulher {
    padding: 2em;
  }

  .desc-servicos {
    padding: 2em;
  }

  .footer-area {
    flex-direction: column;
  }

  .footer-item {
    width: 100%;
  }

  .banner {
    margin-top: 0;
  }

  .logo {
    height: 84px;
    padding-top: 1em;
    padding-left: 3em;
  }

  .mobile-menu {
    background: #1C1C1C;
    display: block;
    width: auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .site-name {
    font-family: 'Neris';
    text-transform: uppercase;
    padding-left: 1em;
  }

  .mobile-menu a.dropdown-link {
    height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer
  }

  .mobile-menu a.dropdown-link:hover {
    text-decoration: none
  }

  .mobile-menu a.dropdown-link i {
    float: right;
    position: relative;
    top: 20px;
    padding-right: 1em;
    padding-top: .7em;
  }

  .mobile-dropdown {
    display: none;
    list-style-type: none;
    background: #1C1C1C;
    background-size: cover;
    padding: 0;
    min-width: 125px;
    position: relative;
    z-index: 100;
    margin: 0
  }

  .mobile-dropdown li {
    padding: 0;
    height: auto
  }

  .mobile-dropdown li a {
    padding: 0;
    color: #eee;
    text-align: center;
    font-family: "Neris";
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 40px;
    font-size: 1em;
    text-decoration: none
  }

  .mobile-dropdown li a:hover {
    text-decoration: none
  }
}

@media (max-width: 768px) {
  .slide-1 {
    background-size: fit
  }

  .navigation ul {
    padding: 2em;
  }

  .footer-area {
    padding: 2em;
  }

  .title-item-footer,
  .footer-item-desc {
    font-size: 90%;
  }

  .slide-1 {
    background-position: 55% 50%;
  }

  .slide-2 {
    background-position: 55% 50%;
  }

  .slide-3 {
    background-position: 55% 50%;
  }

  .slide-4 {
    background-position: 40% 50%;
  }
}