/* Cabeçalho */
.container-cabeçalho {
  display: flex;
  position: sticky;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  height: 5rem;
  color: #000000;
  background-color: #D2A679;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.15);

  & .nav-icones {
    display: none;
  }

  & .navegação {
    padding-right: 5rem;

    & nav ul {
      display: flex;
      align-items: center;
      list-style: none;
      gap: 3rem;
    }
  
    & .item-cabeçalho {
      & a {
        text-decoration: none;
        font-size: 2rem;
        font-weight: 600;
        color: #000000;
    
        &:hover,
        &:active {
          color: white;
          font-weight: bold;
        }
      }  
    }
  
    /* & .item-cabeçalho-lista ul {
      display: none;
      flex-flow: column;
      gap: 0;
      align-items: stretch;
      width: max-content;
      position: absolute;
      right: 0;
      background-color: white;
      padding: 0.41rem;
      border-radius: 1rem;
      box-shadow: 0 0.21rem 0.4rem rgba(0, 0, 0, .015), inset 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.1)
    } */
  
    /* & .item-cabeçalho-lista ul li {
      border-bottom: solid 0.1rem rgba(0, 0, 0, 0.1);
      padding: 0.41rem  2rem;
    } */
  
    /* & .item-cabeçalho-lista ul li:last-child {
      border-bottom: #569486;
    } */
  
    /* & .item-cabeçalho-lista:hover ul {
      display: flex;
    } */
  
    /* & .item-lista-nav a {
      font-family: sans-serif;
      text-decoration: none;
      font-weight: 400;
      font-size: 2.2rem
      color: #000000;
    } */
  }
}

.item-cabeçalho {
  display: block;
  padding: 0.5rem;
}

.dark-mode {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;  
}

/* Seção Hero */
.hero {

  & .container-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50.5rem;
    padding: 2rem 0;
    margin: 0 2rem;

    & .container-mensagem-hero {
      display: flex;
      flex-flow: column;
      justify-content: space-around;
      max-width: 50%;
      padding: 0 6rem;
    
      & .h1-hero {
        font-size: 2rem;
        text-align: center;
        font-weight: 600;
        line-height: 3.8rem;
        text-transform: uppercase;
        color: hwb(0 0% 100% / 0.8);

      }
    }

    & .banner-hero {
      max-width: 30%;
    }
  }
}

/* Seção Quem Somos */
.quem-somos {
  & .container-quem-somos {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 2rem;

    & .texto-quem-somos h2 {
      font-size: 3.4rem;
      font-weight: 700;
      text-align: center;
    }

    & .texto-quem-somos {
      display: flex;
      flex-flow: column;
      padding: 0 12rem;
      gap: 1.5rem;

      & .quem-somos-p {
        text-align: justify;
        font-size: 2rem;
        font-weight: 300;
      }
    }
  
    & .realce-tecal {
      font-weight: bold;
      font-size: 2.2rem;
    }

    & .banner-quem-somos {
      display: flex;
      justify-content: center;
      padding: 2rem 0;

      & img {
        width: 30rem;
      }
    }
  }
}

  /* Orixás */
.orixas {
  & .container-orixas {
    display: flex;
    flex-flow: column;
    padding: 2rem 0;
    margin: 0 8rem;
    
    & .h1-orixas {
      font-size: 2rem;
      text-align: center;
    }

    & .intro-orixas {
      display: flex;
      padding: 1rem 0;
      text-align: justify;
    }

    & .p-linha-orixas {
      text-align: justify;
      line-height: 2.8rem;
    }

    & .linha-orixas {
      display: grid;
      grid-template-columns: 15% 85%;
      margin-bottom: 1rem;
      border: 0.2rem solid #ccc;
      padding: 2rem 3rem;
      border-radius: 0.6rem;
      
      & .img-linha-orixas {
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }
      
      & .img-linha-orixas img {
        width: 15rem;
      }
    }

    & .orixa-regente, .caracteristicas-titulo, .sincretismo-titulo {
      font-weight: bold;
      line-height: 1rem;
    }

    & .observacao {
      font-style: italic;
      color: gray;
    }

    & .importante {
      padding: 0.5rem 0;
      padding-left: 4rem;
      padding-bottom: 1rem;
      border: 0.1rem dashed red;
      
      & h3 {
        font-size: 2.6rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0.5rem;
      }
    }
  }
}

/* Seção Carrossel */
.container-carrossel {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 2rem;
  margin: 0 2rem;
  gap: 2rem;

  & .h2-carrossel {
    font-size: 2.3rem;
  }

  & .carrossel__home {
    position: relative;
    max-width: 70%;
    overflow: hidden;
    border-radius: 2.5rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
    height: 50rem;
  
    & .carrossel__interno {
      display: flex;
      transition: transform 3s ease;
      max-height: 50%;
  
      & .carrossel__item {
        min-width: 100%;
        box-sizing: border-box;
      }
  
      & .carrossel__item img {
        width: 100%;
        display: block;
        border-radius: 2.5rem;
      }
    }
  
    & .carrossel__controle {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(26, 66, 56, 0.55);
      color: white;
      border: none;
      font-size: 2rem;
      cursor: pointer;
      padding: 1rem;
      border-radius: 25%;
    }
  
    & .carrossel__controle.anterior {
      left: 1.5rem;
    }
  
    & .carrossel__controle.proximo {
      right: 1.5rem;
    }  
  }
}

/* Entre em Contato */
.contato {
  & .h2-contato{
    font-size: 2.2rem;
    text-align: center;
  }
  & .container-entre-em-contato {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    padding-bottom: 2rem;
    margin: 0 2rem;
    
    & .container-contato {
      display: flex;
      flex-flow: column;
      align-items: center;
      text-shadow: 0.2rem 0.2rem #fdfcfc;
      gap: 1.4rem;
      
      & address {
        display: flex;
        flex-flow: column;
        font-size: 2.2rem;
        gap: 1rem;
      }
        
      & .mapa iframe {
        display: flex;
        border-radius: 1.2rem;
        width: 37rem;
        height: 30rem;
      }
        
      & img {
        width: 25rem;
        height: 30rem;
      }
        
      & .iframe {
        width="600"
        height="180"
        top: 0 
        left: 0;
      }
    }    
  }
}

/* Formulário */
.contato {
  /* background-image: linear-gradient(95deg, #EFDEA1, #F4EBC7); */

  & .container-entre-em-contato {
    & .container__formulario {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      
      & h2 {
        margin-bottom: 3.5rem;
        font-size: 2.4rem;
        text-align: center;
        text-shadow: 0.1rem 0.1rem #fdfcfc;
      }
      
      & label {
        display: block;
        margin-bottom: 0.5rem;
        text-shadow: 0.2rem 0.2rem #fdfcfc;
      }
      
      & input {
        background-color: #ddd7d0;
        width: 32rem;
        padding: 1rem;
        margin-bottom: 2rem;
        border: 0.1rem solid #ccc;
        border-radius: 0.8rem;
      }
      
      & textarea {
        background-color: #ddd7d0;
        width: 32rem;
        padding: 1rem;
        margin-bottom: 2rem;
        border: 0.1rem solid #ccc;
        border-radius: 0.8rem;
      }
      
      & button {
        background-color: #DDD7D0;
        font-size: 1.6rem;
        text-shadow: 0.1rem 0.1rem #ffffff;
        width: 40%;
        padding: 1rem;
        border: none;
        border-radius: 0.8rem;
        cursor: pointer;
      }
      
      & button:hover {
        background-color: #D2A679;
      }
    }
  }
}

/* Rodapé Home*/
.secao__footer {
  background-color: #d2a679;
  padding: 0.5rem 0;
  height: 5rem;
}

.copyright {
  color: #000000;
  text-align: center;
  font-size: 1rem;
}

.developed-by {
  color: #000000;
  text-align: center;
  font-size: 1rem;
}

.developed-by span a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: #f77802;
  text-shadow: 0.1rem 0.1rem #050505;
}

.whatsapp-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 6.5rem;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

.whatsapp-button img {
  max-width: 100%;
}

.seção-footer img:hover {
  transform: translate(0.5rem, 0.5rem);
  transition: ease-in 300ms;
}

.whatsapp a img:hover {
  transform: translate(0.5rem, 0.5rem);
  transition: ease-in 300ms;
}

.politica-de-privacidade,
.politica-de-cookies {
  display: flex;
  gap: 1.5rem;
  font-size: 1rem;
  justify-content: center;
  cursor: context-menu;
}

.politica-de-privacidade a,
.politica-de-cookies a {
  color: #000000;
  text-decoration: none;
  transition: transform ease-in 300ms;

  &:hover {
    color: #ffffff;
    transform: scale(1.1);
  }
}

