@import url('https://fonts.googleapis.com/css2?family=WindSong&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

:root {
  --cor_empreendimento: #9a9a91;
}

.titulo-empreendimento {
  text-shadow:
    -0.5px -0.5px 0 black,
     0.5px -0.5px 0 black,
    -0.5px  0.5px 0 black,
     0.5px  0.5px 0 black;
}

.outline {
  text-shadow:
    -0.5px -0.5px 0 black,
     0.5px -0.5px 0 black,
    -0.5px  0.5px 0 black,
     0.5px  0.5px 0 black;
}

.whats-contato a img{
  position: fixed;
  bottom: 1rem;
  right: 5rem;
  
  height: 5rem;
  
  z-index: 300;
}
  
  @media (max-width: 770px){

    .whats-contato a img{
      display: none;
    }

  }
    
.banner-empreendimento-container{
  width: 100%;
  height: 90vh;
}

#background-empreendimento{
  width: 100%;
  height: 100%;

  background-image: url("../assets/portal_do_sul/banner.jpeg");
  background-attachment: fixed;
  background-size:cover;
  background-repeat: no-repeat;
}

#banner-empreendimento{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  position: relative;
  top: -55rem;
}

  @media(max-height: 820px){
    #banner-empreendimento{
      top: -40rem
    }
  }

#banner-empreendimento img{
  margin-bottom: 1rem;
  height: 35%;
}

#banner-empreendimento h4{
  color: white;

  margin-bottom: 2rem;
}

#statusEmpreendimento{
  font-size: .9rem;

  border-radius: 25px;
  width: fit-content;

  padding: 8px 50px;
    
  background-color: #ec9603;
  color: #fff;
}

.btn-ver-mais{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 7rem;
  margin-top: -9rem;
  width: 150px;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: var(--cor_empreendimento);

  border-radius: 70px 70px 0 0;
}

.btn-ver-mais a{
  color: rgb(250,227,166);
}

.btn-ver-mais img{
  color: rgb(255, 204, 0);
  height: 3rem;
}

.btn-ver-mais span{
  text-align: center;
  margin-top: .3rem;
  color: white;
}

#descricao-empreendimento-container{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: var(--cor_empreendimento);

  width: 100%;
  z-index: 5;
}

.descricao-empreendimento{
  z-index: 2;
}

.descricao-empreendimento h1{
  font-family: Alex Brush, WindSong, Arial;
  font-size: 5rem; 
  font-weight: 400;

  color: white;
}

  @media (max-width: 763px){

  .descricao-empreendimento h1{
    font-size: 3.5rem;
    text-align: center;
  }

}

.texto-empreendimento{
  margin-top: -10px;
  padding: 0 3rem 3rem 3rem;
  color: #fff;
  max-width:1250px;
}

.texto-empreendimento p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.bg-icone{
  position: absolute;
  left: 25rem;
  top: 0;

  height: 100%;

  z-index: 1;
}

.bg-icone img{
  height: 100%;
}

  @media (max-width: 1500px){
    .bg-icone{
      display: none;
    }
  }

#atributos-titulo-container{
  color: rgb(0,33,68);
  margin-top: 15px;
}

.atributos-titulo{
  position: relative;
  top: 22px;
  left: 25%;

  background-color: #fff;

  width: 250px;
  text-align: center;

  font-size: .85rem;
}

@media(max-width: 480px){
  .atributos-titulo{
    left: 15%;
  }
}

.atributos-items-container{
	display: flex;
	align-items: flex-start; /* critical */
	gap: 24px;
	flex-wrap: wrap; /* optional if they wrap on small scree*/
  margin: 25px 0;
  padding: 1rem 25rem;
  /* display: flex; */
  /* flex-direction: row; */
  justify-content: center;
  /**/
  flex-wrap: wrap;
}


/* Card */
.atributos-item {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers image + text horizontally */
  gap: 7px; /* replaces inline margin-bottom on <img> */
  width: 150px; /* adjust as needed */
  text-align: center;
}

/* Image: fixed box, no baseline gap */
.atributos-img {
  display: block;            /* removes inline-baseline gap */
  width: 48px;               /* make all icons same box */
  height: 48px;
  object-fit: contain;       /* keeps aspect ratio */
}

/* Text: tidy and consistent */
.atributos-txt {
  margin: 0;
  line-height: 1.2;
}


@media (max-width: 1749px){
  .atributos-items-container{
    padding: 0 18rem;
  }
}

@media (max-width: 623px){
  .atributos-items-container{
    padding: 0 5rem;
  }
}

.atributos-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 10rem;
  margin:15px;
}

.atributos-txt{
  text-align: center;
  font-weight: 300;
  
  color: var(--font-color-destaque)
}

.divisor3{
  width: 100%;
  height: 1px;
  background-color: rgb(124,131,150);
}

/* ======= MODIFICA CARROSSEL ======= */

#testeid{
  width: 100%;
  height: 60vh;

  margin-bottom: 8rem;
}

.carousel{
  height: 100%;
  object-fit: cover;
}

.carousel-inner{
  height: 100%;
}

.carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* height: 60vh; */
}

@media(min-width: 1200px){
  #testeid{
    height: 80vh;

    padding: 0 200px;
  }
  
  .carousel-item img{
    height: 80vh;
  }
}

#flechaEsquerda{
  transform: rotateY(180deg);
}

/* ===== galeria de fotos ===== */ 

#galeria-container{
  max-width: 750px;
  min-width: 350px;

  margin: 50px auto;
}

#galeria-container img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  width: auto;
  height: 100%;
  padding: 16px;
  color: rgb(112, 112, 112);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; 
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgb(10,25,32);
  padding: 2px 16px;
}

.row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(244,244,244,.19);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 10%;
  height: 100%;
  margin: 2px;
}

.column img{
  height: 5rem;
}

  @media (max-width: 1250px){
    .column img{
      height: 3.7rem;
    }
  }

  @media (max-width: 570px){
    .column img{
      height: 3rem;
    }

    #galeria-container{
      width: 100%;
    
      margin-left: 50%;
      margin-top: 50px;
      margin-bottom: 50px;
      transform: translateX(-50%);
      border: 2px solid rgb(10,25,32);
    }
  }

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

#empreendimento-local-container{
  width: 100%;
  height: 20rem;
  margin-bottom:150px;
}

.local-titulo{
  text-align: center;
  background-color: var(--logo-color);

  color: #fff;

  padding: 1rem 0;
}

@media(max-width: 623px){
  .local-titulo{
    font-size: .8rem;
  }
}

.local-mapa{ 
  width: 100%;
  height: 20rem;
}

.local-mapa iframe{
  width: 100%;
  height: 100%;
}

#container-video{
  margin-top: -3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  height: 70vh;
}

@media(max-width: 623px){
  #container-video{
    margin-top: -8rem;
  }
}

.video-title{
  margin-top: 50px;
  text-align: center;
  color: var(--main-color);
}

.video-title h1{
  margin-top: 10px;

  font-family: WindSong;
  font-size: 4rem;
}

.video{
  width: 50rem;
  height: 80%;
}

@media (max-width: 800px){
  .video{
    width: 95%;
  }
}

.video iframe{
  width: 100%;
  height: 100%;
}
