@charset "UTF-8";

@font-face{
  font-family: 'Vivant';
  src: url('http://temporadanidalph1.hospedagemdesites.ws/fonts/unnamed-bw-vivant-regular.ttf');
}
@font-face{
  font-family: 'Antenna';
  src: url('http://temporadanidalph1.hospedagemdesites.ws/fonts/antenna-2.otf');
}
@font-face{
  font-family: 'Brittany Signature';
  src: url('http://temporadanidalph1.hospedagemdesites.ws/fonts/brittany-signature.ttf');
}
a {
  color: inherit;
  text-decoration: none;
}
.nid-logo{
width: 8%; margin-right: 2vh;}
a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

#mob {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
}

.titulo, .sect1 .container .conteudo .data {
  font-family: "Brittany Signature", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.texto{
  padding: 15vh 0;
  overflow: hidden;
}
.texto .content-texto{
  position: relative;
}
.texto .content-texto::before{
  content: '';
  position: absolute;
  width: 95vh;
  border-radius: 1000px;
  height: 82vh;
  border-right: 1px solid #976d29;
  top: -45vh;
  left: -100vh;
  transform: rotate(34deg);
}
.texto .content-texto::after{
  content: '';
  position: absolute;
  width: 95vh;
  border-radius: 1000px;
  height: 82vh;
  border-left: 1px solid #976d29;
  top: -45vh;
  right: -100vh;
  transform: rotate(-34deg);
}
.texto .content-texto p{
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  line-height: 220%;
  color: #976d29;
}

.sect1 {
  background: #efefef;
  padding: 10vh 0;
}
.sect1 .container {
  max-width: 85%;
}
.sect1 .container .title {
  font-size: 50px;
  font-weight: 200;
  color: black;
  margin-bottom: 5%;
    font-family: 'Vivant', sans-serif;	
}
.sect1 .container .content-carousel{
  padding: 0 7vh;
  position: relative;
}
.sect1 .container .content-carousel .custom-arrows .slick-arrow{
  width: 65px;
  height: 65px;
  background: black;
  padding: 8px 18px;
  bottom: 40%;
}
.sect1 .container .content-carousel .custom-arrows .slick-arrow svg path{
  fill: white;
}
.sect1 .container .content-carousel .custom-arrows #prev-slick{
  left: -3vh;
} 
.sect1 .container .content-carousel .custom-arrows #next-slick{
  right: -3vh;
}
.sect1 .container .item-evento {
  /* Degradê elegante */
  /* Área da seta */
  /* Seta */
  /* Hover elegante */
  padding: 15px;
}
.sect1 .container .item-evento .centro {
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  border-radius: 8px;
  overflow: hidden;
  transition: .5s;
}
.sect1 .container .item-evento .indisponivel{
  opacity: .5;
  filter: grayscale(1);
}
.sect1 .container .item-evento .desc-wrapper {
  position: relative;
  cursor: pointer;
  padding-top: 8px;
  background: white;
  padding: 4% 4% 10% 4%;
  border-radius: 10px;
}
.sect1 .container .item-evento .desc {
  position: relative;
  max-height: 4.5em;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.sect1 .container .item-evento .desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sect1 .container .item-evento .desc.open {
  max-height: 500px;
}
.sect1 .container .item-evento .desc.open::after {
  opacity: 0;
}
.sect1 .container .item-evento .leia {
  position: absolute;
  right: 12%;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  bottom: 5%;
}
.sect1 .container .item-evento .toggle-desc {
  position: absolute;
  right: 0;
  bottom: 5%;
  right: 1%;
  background: #000;
  border-radius: 50%;
  width: 28px;
  color: white;
  height: 28px;
  display: flex;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  border: none;
  pointer-events: none; /* clique passa para o wrapper */
}
.sect1 .container .item-evento .toggle-desc .arrow {
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.sect1 .container .item-evento .toggle-desc.active .arrow {
  transform: rotate(-135deg);
}
.sect1 .container .item-evento .desc-wrapper:hover .toggle-desc {
  background: #e5e5e5;
}
.sect1 .container .item-evento .desc-wrapper:hover .desc {
  color: #222;
}
.sect1 .container .img-conceito {
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect1 .container .conteudo {
  padding: 6% 4% 8% 4%;
  text-align: center;
}
.sect1 .container .conteudo .title-card {
  font-family: 'Vivant', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #976d29;
}
.sect1 .container .conteudo .data {
  font-size: 40px;
}
.sect1 .container .conteudo .hora {
  font-family: 'Antenna';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 8%;
}
.sect1 .container .conteudo .botao {
  margin-top: 8%;
}
.sect1 .container .conteudo .botao button {
  background: #976d29;
  border: 1px solid #976d29;
  color: white;
  border-radius: 50px;
  padding: 2vh 4vh;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.5s;
}
.sect1 .container .conteudo .botao button:hover {
  background: black;
  border-color: black;
}

.sect-galeria{
  padding: 10vh 0;
}
.sect-galeria .content-carousel{
  padding: 0 4vh;
  position: relative;
}
.sect-galeria .content-carousel .custom-arrows .slick-arrow{
  width: 65px;
  height: 65px;
  background: black;
  padding: 8px 18px;
  bottom: 40%;
}
.sect-galeria .content-carousel .custom-arrows .slick-arrow svg path{
  fill: white;
}
.sect-galeria .content-carousel .custom-arrows #prev-slick2{
  left: 0vh;
} 
.sect-galeria .content-carousel .custom-arrows #next-slick2{
  right: 0vh;
}
.sect-galeria .content-carousel .carousel-galeria-nid .img-galeria{
  border-radius: 10px;
  margin-bottom: 2vh;
  width: 100%;
  height: 47vh;
  object-fit: cover;
}
.sect-galeria .content-carousel .carousel-galeria-nid .legenda{
  text-align: center;
  font-family: 'Vivant', sans-serif;
}
.sect-galeria .title{
  font-family: 'Vivant', sans-serif;
  text-align: center;
  font-size: 40px;
  margin-bottom: 3vh;
}

.sect2 {
  background: #cfae78;
  padding: 10vh 0;
  color: white;
}
.sect2 img {
  filter: brightness(0) invert(1);
}
.sect2 .container {
  max-width: 65%;
}
.sect2 .container .row {
  align-items: center;
}
.sect2 .container .content {
  text-align: right;
}
.sect2 .container .content .title {
  font-size: 25px;
}
.sect2 .container .content .endereco {
  font-size: 25px;
  font-weight: 200;
}

.modal .campo {
  margin-bottom: 4%;
}
.modal .campo p {
  margin-bottom: 1%;
}
.modal .campo input {
  width: 100%;
  height: 5vh;
  padding-left: 4%;
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 50px;
}
.modal .btn-close {
  width: 4vh;
  height: 4vh;
  background: black;
  border-radius: 50%;
  color: white;
  border: 1px solid black;
}
.modal .botao {
  display: flex;
  justify-content: flex-end;
}
.modal .botao .wpcf7-spinner {
  position: absolute;
}
.modal .botao input[type=submit] {
  background: #976d29;
  border: 1px solid #976d29;
  color: white;
  padding: 1vh 4vh;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}

footer {
  padding: 5vh 0;
}
footer .container {
  display: flex;
  justify-content: center;
}
footer .container svg {
  width: 20%;
  height: auto;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .texto{
    padding: 10vh 0;
  }
  .texto .content-texto::before{
    top: -55vh;
    left: -36vh;
    transform: rotate(52deg);
    height: 50vh;
    width: 60vh;
  }
  .texto .content-texto::after{
    display: none;
  }
  .texto .content-texto p{
   letter-spacing: 2px;
   line-height: 180%;
  }
  .sect1 .container .title {
    font-size: 30px;
  }
  .sect1 .container .content-carousel{
    padding: 0;
  }
  .sect1 .container .content-carousel .custom-arrows .slick-arrow{
    width: 45px;
    height: 45px;
    bottom: 50%;
    padding: 8px 15px;
  }
  .sect1 .container .conteudo{
    padding: 6% 6% 8% 6%;
  }
  .sect1 .container .conteudo .title-card{
    font-size: 24px;
  }
  .sect1 .container .conteudo .data{
    font-size: 32px;
  }
  .sect1 .container .conteudo .botao button {
    font-size: 13px;
    padding: 2vh 3vh;
  }
  .sect1 .container {
    max-width: 90%;
  }
  .sect1 .container .img-conceito {
    height: 30vh;
  }
  .sect-galeria .title{
    font-size: 30px;
  }
  .sect-galeria .content-carousel{
    padding: 0;
  }
  .sect-galeria .content-carousel .custom-arrows .slick-arrow{
    bottom: 45%;
    width: 45px;
    height: 45px;
    padding: 8px 15px;
  }
  .sect2 .container {
    max-width: 90%;
  }
  .sect2 .container .content {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
