/*=================*/
/*     Geral     */
/*=================*/

:root {
    --alipes-font: 'Marcellus', sans-serif;
    --alipes-font-two: 'Jost', sans-serif;
}

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  }

  .LinkHover{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

/*=================*/
/* Ambiente Ideal  */
/*=================*/

section#ambiente-ideal {
    padding: 0;
}

#ambiente-ideal .container{
    padding: 90px 15px;
}

#ambiente-ideal .measurement{
    padding: 0;
}

/*=================*/
/*      Header     */
/*=================*/

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: "Marcellus", serif;
    font-weight: 0;
    font-style: normal;
    font-size: 16px;
}

.main-menu__logo {
    padding: 4px 0;
}

.main-menu__btn{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.main-menu__search-cart-box:before{
    top: -10px;
    height: 50px;
}

/*=================*/
/*      Slider     */
/*=================*/

.main-slider-two__content
{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.main-slider-two__title
{
    font-size: 64px;
    letter-spacing: 10px;
    line-height: 74px;
}

.main-slider-two__content p{
    margin-top: 10px;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #CAA966;
}

.main-slider-two .container {
    padding-top: 200px;
}

.main-slider-two__shape-1  img{
    height: 200vh;
    width: 45vw;
    bottom: 25px;
}

@media (max-width:750px)
{
    .main-slider-two__content img{
        display: none;
    }

    .main-slider-two__content h2{
        font-size: 24px;
        text-align: center;
        letter-spacing: 12px;
        line-height: 26px;
    }

    .main-slider-two__content p{
        font-size: 16px;
    }
}

/*=================*/
/*      Cards      */
/*=================*/
.CardCP{
    display: none;
}

@media (min-width: 750px){
  .values-one__content{
    max-width: 506px;
    margin-left: 80px;
  }
}

.values-one__right {
    padding: 60px 0 0;
}

.values-one__right {
    background-color: rgb(255, 255, 255);
}

.values-one__right:before {
    background-color: #D9B89D;
  }

  .before:before {
    background-color: white;
  }

.section-title__tagline {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

.values-one .section-title__title {
    color: black;
    font-family: "Marcellus", serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
  }

.values-one__points li .icon span {
    color: white;
    background-color: #CAA966;
  }

.values-one__points li .text p {
    color: black;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-bottom: 5px;
}


@media (max-width:750px)
{
    .CardCP{
        display: block;
    }

    .CardPC{
        display: none;
    }

    .values-one .section-title__title {
    font-size: 24px;
  }

  .values-one__right {
    padding: 40px 0 20px;
}
}

/* PopUp */

.values-one__bg{
  cursor: pointer;
}

.values-one__bg img{
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1100;
}
.popup img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.popup .nav {
  position: absolute;
  top: 45%;
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-text-stroke: 1px black;
}
.popup .prev {
  left: 20px;
}
.popup .next {
  right: 20px;
}

/*=================*/
/*     Servicos    */
/*=================*/

@media (max-width:750px)
{
    .services-one__btn-box{
        font-size: 16px;
        white-space: nowrap;
    }
}

.section-title span{
    color: #CAA966;
}

.section-title__title{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.services-one__btn{
    background-color: #CAA966;
}

.services-one__icon span {
    color: #CAA966;
  }

/*=================*/
/*     Galeria     */
/*=================*/

@media (max-width:750px)
{
    .section-title__title{
        font-size: 24px;
    }    
}

.gallery-two__top{
    background-color: #D9B89D;
}
  
.tab-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=================*/
/*   Ambient Idea  */
/*=================*/

@media (max-width:750px)
{
    .measurement__bottom-points-box{
        display: flex;
        flex-direction: column;
      }

      .measurement__bottom-title{
        font-size: 30px;
      }
}

.measurement__bottom-title{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  }

  .measurement__icon span{
    color: #CAA966;
  }

  .measurement__single:after {
    background-color: #CAA966;
  }

  .measurement__bottom-points-box{
    display: flex;
  }

  .measurement__bottom-points li .text p {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .measurement__bottom-points li .icon{
    background-color: #CAA966;
  }

/*=================*/
/*      Sobre      */
/*=================*/

.about-two__left{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.section-title__title{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

  .about-two__points-list{
    margin-bottom: 0px;
  }

  .about-two__btn{
    margin-top: 20px;
    background-color: #CAA966;
  }

  .about-two__right{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .about-two__counter{
    background-color: #D9B89D;
  }

  .about-two__count-box-div{
    font-weight: 800;
    display: flex;
  }

  .about-two__count-box-div p{
    margin-left: 10px;
    color: white;
    letter-spacing: 1px;
  }

  .about-two__points-list li .icon span {
    background-color: #CAA966;
  }

  #resposta
  {
    margin: 0;
    padding: 0;
  }

  #resposta p{
    color: #CAA966;
    padding: 10px 0 0;
  }
  
/*=================*/
/*     Contato     */
/*=================*/

.contact-one__points li .icon span {
    background-color: #F6F4F1;
  }

.contact-one__form-box:before {
    background-color: #CAA966;
}

.contact-one{
    background-color: #F6F4F1;
}

.contact-one__points li .content p,.contact-one__points li .content h4{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  } 

.contact-one__points li .content h4, .services-one__btn{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .contact-one__person p{
    font-family: "Maroape", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

.section-title__tagline
{
    color: #CD8C66;
}

.section-title__title{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.contact-one__input-box{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.contact-one__btn
{
    background-color: #CAA966;
}

.contact-one__btn:hover
{
    color: #CAA966;
}

.contact-one {
    padding-top: 120px;
}

.scroll-to-target{
    background-color: #CAA966;
}

/*=================*/
/*      Footer     */
/*=================*/

@media (max-width:750px){
  .site-footer__top{
    padding-bottom: 20px;
  }
}

.footer-widget__title
{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.site-footer__bottom-text{
    text-align: center;
}

.site-footer__bottom-text{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.footer-widget__contact-list{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}