/*--------------------------------------------------
 Buttons
---------------------------------------------------*/
button {
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
}

.button {
  display: inline-block;
  border: 0;
  transition: background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), border 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
 
.tracking-sm {
  letter-spacing: 0.08em !important;
}
 
/*--------------------------------------------------
	 Header
---------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  height: 6rem;
}

.header__bar {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}

@media screen and (min-width:1200px){
  .header__bar {
    padding: 0 7%;
  }
}

@media (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
  .header__bar {
    padding: 0 15px;
  }
}

.header__logo {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size:0;
  line-height: 1;
  letter-spacing:0;
  overflow: hidden;
}

.header__logo div,
.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  opacity: 0;
}
 
@media (max-width: 991px) {
  .navClassic-wrap {
    display: none!important;
  }
  .header__logo img {
    max-width: 240px;
    top: 0;
  }
}

.header .header__logo__dark {
  position: relative;
  opacity: 1;
}

.header .header__logo a {
  color: black;
}

.header .navClassic-list > li {
  color: black;
}

.header .menu-header-list li a {
  color: black;
}

.header .header__menu .icon {
  color: rgb(255, 255, 255);
}

.navClassic-wrap{
  display: flex;
  justify-content: flex-end;
  vertical-align: middle;
  width: 70%;
}

.navClassic-wrap ul{
  list-style: none;
  margin-bottom: 0;
}

.navClassic-wrap ul li{
  display: inline-block;
  margin-left: 20px;
}
 
.js-header-menu button icon, .js-header-menu button span{
  display: inline-block;
}

.nav-button-open:focus, .nav-btn-close:focus{
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
 
.header.-dark .header__logo__light {
  position: relative;
  opacity: 1;
}

.header.-dark .header__logo__dark {
  position: absolute;
  opacity: 0;
}

.header.-dark .header__logo a {
  color: white;
}

.header.-dark .navClassic-list > li {
  color: white;
}

.header.-dark .menu-header-list li a {
  color: white;
}

.header.-dark .header__menu .icon {
  color: white;
}

 
.header.is-sticky.-sticky-light .header__bar {
  background-color: #1c1c1c;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  opacity: 0.98;
}

 
.header.is-sticky.-sticky-light .header__logo__light {
  position: absolute;
  opacity: 0;
}
 
.header.is-sticky.-sticky-light .header__logo__dark {
  position: relative;
  opacity: 1;
}
 
.header.is-sticky.-sticky-light .navClassic-list > li {
  color: black;
  
}
 
.header.is-sticky.-sticky-light .menu-header-list li a {
  color: black;
}
 
.header.is-sticky.-sticky-light .header__menu .icon {
  color: black;
}
  
.header.is-sticky.-sticky-dark .header__bar {
  opacity: 0.99;
}

.header.is-sticky.-sticky-dark .header__logo__light {
  position: relative;
  opacity: 1;
}

.header.is-sticky.-sticky-dark .header__logo__dark {
  position: absolute;
  opacity: 0;
}
 
.header.is-sticky.-sticky-dark .header__logo a {
  color: white;
}
 
.header.is-sticky.-sticky-dark .navClassic-list > li {
  color: white;
}
 
.header.is-sticky.-sticky-dark .menu-header-list li a {
  color: white;
}

.header.is-sticky.-sticky-dark .header__menu .icon {
  color: white;
}

.header__menu .nav-button-open {
  cursor: pointer;
}
 
.header__menu{
  min-width: 9%;
  justify-content: flex-end;
  text-align: right;
  height: 38.9px;
  display: flex;
  align-items: center;
}

.header__menu .nav-button-open .icon {
  padding-left: 10px;
}

.header__menu .nav-button-open span{ 
  color: white;
  font-weight: 500;
  /*font-size: 17px;*/
  font-size: 15px;
  letter-spacing: 2.8px;
  position: relative;
  top: 2px;
    transition: .5s ease;
}

.header__menu .nav-button-open:hover span{
      letter-spacing: 1px;
    transition: .5s ease;

    
}

@media screen and (max-width:768px){
  .header__menu .nav-button-open span{
    display: none;
  }
}

.header__menu .nav-button-open svg{
  color: #fff;
}
.header__menu .nav-button-open:hover svg{
  color: #A88873;
  transition: all .5s ease;
}



.header {
  z-index: 9;
 /* will-change: height, transform, background-color;*/
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header .header__bar {
  transition: box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.header .header__logo a {
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.header .header__menu .icon {
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.header.is-pinned {
  transform: translateY(0);
}

.header.is-sticky {
  position: fixed;
  height: 4.25rem;
}

/*--------------------------------------------------
	15.2. Navigation background
---------------------------------------------------*/
.nav__inner {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}

.nav__inner.is-active {
  opacity: 1;
  pointer-events: auto;
}

.nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1C1C1C;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.12);
  transform-origin: bottom;
}

.nav__container {
  overflow: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  padding-bottom: 3rem;
}

@media (max-width: 1200px) {
  .nav__container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

@media (max-width: 991px) {
  .nav__container {
    padding-top: 2.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (max-width: 767px) {
  .nav__container {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nav__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-button-back span{
  color: white;
  text-transform: uppercase;
  margin-left: 10px;
}

.nav-button-back:hover,.nav-button-back:focus {
  outline: none;
}

.nav .nav-button-back .icon,
.nav .nav-btn-close .icon {
  color: #A88873;
  width: 4rem;
  height: 4rem;
  stroke-width: 0.5;
  outline: none;
}

@media (max-width: 991px) {
  .nav .nav-button-back .icon,
  .nav .nav-btn-close .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 767px) {
  .nav .nav-button-back .icon,
  .nav .nav-btn-close .icon {
    width: 3rem;
    height: 3rem;
  }
}

.nav__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
    height:100%;
  padding: 4rem 0;
}

.nav__content__left {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
 
.nav__content__right {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
 
.navList .menu-item-has-children, .menu-item-link{
  text-transform: uppercase;
  color: #fff;
  font-family: "TrumpGothicPro";
}

.navList .principal,.menu-item-link{
  font-size: 3.25rem;
  font-weight: bold;
}

.navList .menu-item-has-children:hover {
  color: #A88873;
}

.item-lista a{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}


._primeiro{
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .nav__content {
    padding-right: 0;
  }
  .nav__content__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav__content__right {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
    padding-left: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .nav__content {
    padding-top: 3.75rem;
  }
  .nav__content__left {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .nav__content__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 40px;
  }
}

@media (max-width: 575px) {
  .nav__content__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.nav__info__item {
  overflow: hidden;
  margin-top: 3rem;
}

.nav__info__item:first-child {
  margin-top: 0;
}

.nav__info__item h5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.nav__info__item ul li{
  font-size: 13px;
  margin-right: 15px;
  color: #A88873; 
  padding-bottom: 5px;
}

.underline-animated a:after {
  content: '';
  position: absolute;
   
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A88873;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline-animated a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.nav__info__item ul li:last-child{
  margin-right: 0!important;
}

.nav__info__item ul li{
  display: inline-block;
    overflow:hidden;
}

.nav__content__right .nav__info__item ul li a{
    color: #A88873 ;
    transition: 0.25s;
    
}

.nav__content__right .nav__info__item ul li a:hover{
    color: white;
    transition: 0.25s;
}



@media (max-width: 991px) {
  .nav__info__item a, .nav__info__item p {
    font-size: 1rem;
  }
}
 

@media (max-width: 991px) {
  .nav__info__item {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .nav__info {
    display: none;
  }
}

/*--------------------------------------------------
	15.3. Navigation list
---------------------------------------------------*/
.navList__wrap ul {
  pointer-events: none;
}

.navList__wrap ul.is-visible {
  pointer-events: auto !important;
}

.navList__wrap li {
  overflow: hidden;
}

.navList__wrap a {
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navList__wrap a:hover {
  color: #A88873;
}

.navList__wrap a:not([href]):not([tabindex]):hover, .menu-item-link a:hover {
  color: #A88873;
  font-style: italic;
  transition: all .5s ease-in;
}

.navList {
  margin-top: -0.5rem;
  pointer-events: none;
}

.navList li a {
  cursor: pointer;
  display: inline-block;
  padding: 8px 0;
  line-height: 1.2;
}
 
@media (max-width: 575px) {
  .navList li a {
    font-size: 40px;
  }

  .item-lista a{
    font-size: 15px!important;
  }
}

.subnav-list {
  position: absolute;
  top: -0.5rem;
}

.subnav-list li a {
  transform: translateY(100%);
  font-size: 2.75rem;
}

@media (max-width: 991px) {
  .subnav-list li a {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  .subnav-list li a {
    font-size: 2rem;
  }
}

.navList .menu-item-has-children > a::after, .menu-item-link a::after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 15px;
}

.navList .menu-item-has-children > a::after ,.menu-item-link a::after {
  margin-left: 1.25rem;
}

.n-1::after{
  content: "01";
}
.n-2::after{
  content: "02";
}
.n-3::after{
  content: "03";
}

.navList .menu-item-has-children > a:hover::after,.menu-item-link a:hover::after {
  color: #A88873;
  transform: translateX(10px);
}

@media (min-width: 1600px) {
    .item-lista a{
  font-size: 15px !important;
 
}
  .nav__container {
    padding-top: 5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .nav-button-back .icon,
  .nav-btn-close .icon {
    width: 4.05vw !important;
    height: 4.05vw !important;
  }
  .nav__content {
    padding-top: 5rem;
  }
  .navList li a {
    padding: 0.5rem 0;
  }
  .navList li a {
    font-size: 3.4vw;
  }
  .subnav-list li a {
    font-size: 2.84vw;
  }
  .navList .menu-item-has-children > a::after {
    font-size: 0.9vw;
  }
  .navList .menu-item-has-children > a::after {
    margin-left: 1.3vw;
  }
  .navList .menu-item-has-children > a:hover::after,.menu-item-link a:hover::after {
    transform: translateX(0.6vw);
  }
  .nav__info__item {
    margin-top: 3.05vw;
  }
  .nav__info__item h5 {
    font-size: 0.9vw;
  }
} 



 .navClassic-list .button {
	 display: inline-block;
     margin-bottom:-15px;
	 padding: 10px 25px;
	 border-radius: 10rem;
     border:1px solid #A88873;
	 color: #fff;
	 text-transform: uppercase;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
}
 .navClassic-list .button:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #A88873;
	 transition: all 0.3s;
	 border-radius: 10rem;
	 z-index: -1;
}

 .navClassic-list .button:hover:before {
	 width: 100%;
}
 