* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  color: #4f4a4a;
}

a {
  text-decoration: none;
  color: #4f4a4a;
}

ul {
  list-style: none;
}

a:hover {
  color: #b05574;
}

i {
  font-size: 3rem;
  color: #B05574;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.header .navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.header .navbar .menu-itens {
  display: flex;
  text-transform: uppercase;
  gap: 1rem;
}

.menu-itens a {
  display: block;
  padding: 1rem;
  border-radius: 5px;
}

.navbar .contato-info i {
  background: #b05574;
  font-size: 2rem;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: color 0.1s background-color 0.1s;
  box-shadow: 2px 2px 5px 0px rgba(125, 60, 82, 0.5);
}

.contato-info a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar .contato-info i:hover {
  background: #7d3c52;
}

/*MENU HAMBURGUER*/
.hamburger {
  display: none;
  border: none;
  background: none;
  border-top: 3px solid #7d3c52;
  cursor: pointer;
}

.hamburger::after,
.hamburger::before {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background: #7d3c52;
  margin-top: 5px;
  position: relative;
  transition: 0.3s;
}

@media (max-width: 880px) {
  .hamburger {
    display: block;
    z-index: 1;
    order: 1;
  }

  .menu-itens {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 30vh;
    background: #e7acc0;
    clip-path: circle(100px at 90% -55%);
    transition: 1s ease-out;

    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0;

    pointer-events: none;
  }

  .menu-itens a {
    font-size: 1.4rem;
    opacity: 0;
  }

  .menu-itens li:nth-child(1) a {
    transition: 0.5s 0.2s;
  }

  .menu-itens li:nth-child(2) a {
    transition: 0.5s 0.4s;
  }

  .menu-itens li:nth-child(3) a {
    transition: 0.5s 0.6s;
  }

  /* Estilos ativos */

  .navbar.active .menu-itens {
    clip-path: circle(1500px at 90% -15%);
    pointer-events: all;
  }

  .navbar.active .menu-itens a {
    opacity: 1;
  }

  .navbar.active .hamburger {
    position: fixed;
    top: 26px;
    right: 16px;
    border-top-color: transparent;
  }

  .navbar.active .hamburger::before {
    transform: rotate(135deg);
  }

  .navbar.active .hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }
}

/*SECTION 1*/
.bg-container {
  background: rgba(252, 197, 215, 0.3);
  padding: 3rem;
  background-image: url(./img/icon-tarot.svg);
}

.container-one {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

.container-one img{
  width: 22rem;
  height: auto;
}

.container-one .information{
  max-width: 500px;
  margin-left: 8.5rem;
  padding: 2rem;
}

.information h1{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.information span{
  font-weight: 700;
  text-transform: uppercase;
  color: #B05574;
}

.information p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: .6rem;
}

.txt-subtitle{
  position: relative;
}

/*SECTION 2*/
.section-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  position: relative;
}

.section-title h2::before{
  content: "";
  position: absolute;
  width: 10rem;
  height: 1rem;
  background: #d793aa;
  top: 1.3rem;
  left: 55rem;
}

.section-title h2::after{
  content: "";
  position: absolute;
  width: 10rem;
  height: 1rem;
  background: #d793aa;
  top: 1.3rem;
  right: 55rem;
}

.container-consultas{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 5rem auto;
  gap: 2rem;
}

.consulta{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin-bottom: 5rem;
}

.consulta h3{
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #B05574;
  margin-bottom: 1rem;
}

.consulta h3 span{
  text-transform: lowercase;
}

.consulta .estilos{
  background: #FEEEF1;
  box-shadow: 0px 4px 4px 0px rgba(176, 85, 116, 0.25);
  max-width: 20rem;
  height: 20rem;
  margin-top: .8rem;
  padding: 1.6rem;
  position: relative;
}

.consulta .estilos p{
  font-size: 1.2rem;
  line-height: 140%;
}

.consulta img{
  width: 20rem;
  height: 20rem;
}

.subtitle{
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.icon-price{
  position: absolute;
  bottom: 1.5rem;
}

.icon-price span{
  font-size: 2rem;
  font-weight: 500;
  color: #B05574;
  margin-left: 5rem;
}

.icon-price small{
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: .5rem;
}

.icon-price i{
  font-size: 2.5rem;
}


/*footer*/
.footer-container {
  background: linear-gradient(
    180deg,
    #fcc5d7 0%,
    rgba(231, 172, 192, 0) 94.63%
  );
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1.5rem;
  flex-wrap: wrap;
}

.footer-container .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container .footer-logo .img {
  max-width: 8rem;
  height: auto;
}

.footer-container h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #7d3c52;
  margin-bottom: 1rem;
}

.footer-container .information p {
  font-size: 1.2rem;
  line-height: 140%;
}

.footer-container .telefone .info-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container .telefone .info-tel i {
  padding: 0 0.5rem;
}

.pagamento-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.social-media {
  display: flex;
  gap: 1rem;
}

.container-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem;
  gap: 5rem;
}

@media (max-width: 880px){

  .container-one .information{
    max-width: 100%;
    margin-left: 0;
  }

  .container-one .information h1{
    text-align: center;
  }

  .section-title{
    margin: 2rem;
  }



  .container-information{
    gap: 2rem;
    margin-bottom: 3rem;
  }
  
  .txt-subtitle .subtitle{
    font-size: 1.6rem;
  }

  .section-title h2::before{
    width: 5rem;
    height: 1rem;
    background: #d793aa;
    top: .4rem;
    left: -6.5rem;
  }
  
  .section-title h2::after{
    content: "";
    position: absolute;
    width: 5rem;
    height: 1rem;
    background: #d793aa;
    top: .4rem;
    right: -6.5rem;
  }

}

@media (max-width: 500px){

  .bg-container{
    padding: 2rem 0;
  }

  .txt-subtitle .subtitle{
    font-size: 1.4rem;
  }

  .section-title h2::before{
    width: 1rem;
    height: 1rem;
    background: #d793aa;
    top: .4rem;
    left: -1.5rem;
  }
  
  .section-title h2::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #d793aa;
    top: .4rem;
    right: -1.5rem;
  }

  .container-consultas{
    margin: 1rem;
  }

  .container-consultas .consulta{
    margin: 0;
  }

  /*FOOTER*/
  .contato-info {
    display: none;
  }

  .container-information {
    padding: 0;
  }

  .container-content {
    margin: 2rem 0;
  }

  .telefone {
    margin-left: -0.8rem;
  }
}