/*============= RESET ===================*/
* {
  margin: 0%;
  padding: 0%;
  font-size: 100%;
  border: none;
  outline: none;
  font-weight: 300;
  box-sizing: border-box;
  font-family: Poppins;
}

body {
  background: #f5f5f5;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none !important;
}

img {
  max-width: 100%;
}

/*=======CABECALHO========*/

.logo {
  width: 150px;
  height: 60px;
  float: left;
  background: url(./img/instituto-beija-flor_logo.svg) center center/150px
    no-repeat;
  font-size: 0;
  margin-top: 2%;
}

.button-menu {
  width: 56px;
  height: 56px;
  float: right;
  text-align: center;
  color: #fff;
  border-radius: 56px;
  cursor: pointer;
  margin-top: 2%;
  background: green;
}

/*=======MENU========*/

.menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}
.menu-desktop {
  width: auto;
  height: 56px;
  line-height: 56px;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.menu-desktop li {
  padding: 0;
  float: left;
  text-align: center;
}

.menu-desktop li a {
  font-size: 1em;
  padding: 15px;
  color: #000;
  font-weight: 400;
}

.home-icons {
  height: 90px;
  display: flex;
  width: 150px;
  justify-content: space-between;
  cursor: pointer;
}

.helper {
  width: 50px;
}

.menu ul {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 0 !important;
}

.menu li {
  padding: 1.5%;
}

.menu li a {
  font-size: 2em;
  color: #fff;
  padding: 1.5% 3%;
}

.btn-close {
  font-size: 3em;
  color: #fff !important;
  cursor: pointer;
  float: right;
  margin-right: 5px;
}
/*=======HOME=========*/

.img-home {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.img-home img {
  width: 100%;
}
/*========QUEM SOMOS========*/

.quem-somos {
  width: 100%;
  float: left;
  text-align: center;
  padding: 3% 4%;
  background: #f5f5f521;
}

.quem-somos span {
  font-family: Poppins;
  font-size: 1rem;
  background: #f5f5f521;
}

.quem-somos h1 {
  font-family: Poppins;
  font-size: 1.5rem;
  text-align: center;
}

.section-title {
  font-size: 18px;
  color: green;
  text-align: center;
  font-family: Poppins;
  background: url(./img/passaro.svg) center center/90px no-repeat;
  height: 40px;
  margin-bottom: 2%;
}

.box-icons h1 {
  font-size: 14px;
}

.box-icons img {
  width: 100px;
  margin: 5% 0%;
}

.box-icons-with-image {
  position: relative; /* Adiciona posição relativa à div para o elemento pseudo ficar dentro */
  height: 80%; /* Altura da div */
  width: 100%; /* Largura da div */
  display: flex; /* Usado para centralizar o conteúdo na div */
  justify-content: center; /* Centraliza o conteúdo horizontalmente */
  align-items: center; /* Centraliza o conteúdo verticalmente */
}

.box-icons-with-image::before {
  content: ''; /* Adiciona conteúdo ao elemento pseudo */
  position: absolute; /* Adiciona posição absoluta para o elemento pseudo */
  top: 0; /* Define o topo para o início da div */
  left: 0; /* Define a esquerda para o início da div */
  width: 100%; /* Largura igual à largura da div */
  height: 100%; /* Altura igual à altura da div */
  background-image: url('./img/logo-beija-flor.png'); /* Imagem de fundo */
  background-size: contain; /* Tamanho da imagem será ajustado para caber dentro da div */
  background-repeat: no-repeat; /* Evita que a imagem seja repetida */
  background-position: center center; /* Centraliza a imagem vertical e horizontalmente */
  opacity: 0.2; /* Define a opacidade somente para o elemento pseudo */
}

.box-icons-col-6 {
  text-align: center;
  width: 98%;
  font-family: 'Poppins';
  text-align: center;
}

.box-icons div {
  margin: 5% 0;
}
.box-icons {
  justify-content: center;
}
.box-bird-desktop img {
  width: 400px;
}

.box-bird img {
  width: 200px;
}

.texto-principal span {
  width: 98%;
  font-family: 'Poppins';
  text-align: center;
}

.texto-principal h1 {
  text-align: center;
  font-size: 1.25rem;
}

.img-atendimento {
  width: 200px;
  float: right;
  position: fixed;
  bottom: 5%;
  right: 2%;
}

/*=======servicos========*/
.servicos {
  padding: 4% 0%;
}

.servicos-info {
  justify-content: center;
}

.agenda {
  margin-left: 1rem;
}

.box-img-servico img {
  width: 160px;
  height: 170px;
}

.box-img-servico {
  display: flex;
  flex-direction: row;
  margin: 4% 0%;
  max-width: 500px !important;
}

.box-img-servico h1 {
  font-size: 1.5rem;
}

.box-right-text {
  margin-left: 3%;
  font-size: 12px;
}

.saiba-mais {
  color: green;
}

.galeria-fotos {
  margin: 5% 0%;
  text-align: center;
}

.galeria-fotos img {
  width: 400px !important;
  height: 400px !important;
  margin-bottom: 2%;
}

.btn-carregr-mais button {
  background: #fff;
  color: green;
  border: 1px solid green;
  width: 120px;
  height: 40px;
}

.btn-carregr-mais {
  text-align: center;
  margin: 6% 0%;
}

.agenda {
  margin: 3% 0%;
  justify-content: center;
}

.meditacao-geesha img {
  width: 260px;
  height: 225px;
  box-shadow: 10px 5px 5px #444444ad;
}

.meditacao-geesha {
  text-align: center;
  margin: 5% 0%;
}

.meditacao-geesha h1 {
  font-size: 19px;
  margin: 3% 0%;
}

.agenda-title {
  margin: 5% 0%;
  text-align: center;
  font-size: 18px;
  color: green;
}

.comentarios {
  margin: 5% 0%;
  text-align: center;
}

.comentarios img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.comentarios h1 {
  margin: 2% 0%;
}

.comentarios span {
  margin: 2% 0%;
}

.stars {
  color: #ffcc00;
}

.contatos {
  padding: 10% 0%;
  text-align: center;
  padding: 0% 10%;
}

.contatos .subtitle {
  padding: 0% 5%;
}

.contatos h1 {
  margin: 3% 0%;
}

.enderecos h1 {
  font-size: 18px;
  margin: 4% 0%;
}

.enderecos {
  text-align: left;
}

.agenda-mensal img {
  width: 200px;
  height: 400px;
}

.google-maps {
  margin: 5% 0%;
  min-width: 100%;
}

.google-maps iframe {
  min-width: 100%;
}

.enderecos i {
  margin: 0% 2%;
}

.inputs {
  margin: 2% 0%;
}

.inputs input {
  height: 40px;
}

.inputs input,
textarea {
  margin: 2% 0%;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 0% 3%;
  width: 100%;
}

.inputs button {
  width: 100%;
  height: 30px;
  color: #fff;
  background: green;
  border: 1px solid green;
}

.rodape {
  margin: 5% 0%;
}

.agenda,
.servicos,
.contatos {
  padding-top: 3%;
}

.icon-insta {
  color: #dd2a7b !important;
}

.icon-youtube {
  color: red;
}
.icon-spotify {
  color: green;
}

.carousel-control-next,
.carousel-control-prev {
  color: #000 !important;
}

.carousel-control-next,
.carousel-control-prev i {
  font-size: 60px !important;
}

.carousel-galeria {
  width: 50%;
  height: 50%;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 900px) {
  .cabecalho-mobile {
    display: none;
  }

  .section-title {
    font-size: 28px;
  }

  .box-icons > div {
    max-width: 400px;
  }

  .box-bird {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .cabecalho-desktop {
    display: none;
  }

  .box-bird {
    display: block;
  }

  .box-bird-desktop {
    display: none !important;
  }
}
