
/*
body {
  h2{
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.01em;
    margin-top: 50px;
    text-align: center;
  }
  p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-weight: 350;
    text-align: center;
  }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h2{
      font-size: 48px;
      line-height: 54px;
      text-align: left;
    }
    p{
      font-size: 20px;
      line-height: 26px;
      text-align: left;
    }
  }
  @media screen and (min-width: 64em) {
    h2{
      font-size: 64px;
      line-height: 73px;
      text-align: left;
    }
    p{
      font-size: 24px;
      line-height: 32px;
      text-align: left;
    }
  }
}
  */

#header-tempero {
    padding-top: 40px;
    padding-bottom: 20px;;
    position: relative;
    background: #5176b7;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    @media screen and (min-width: 40em) {
      padding-top: 90px;
    }
}

#header-tempero .brandtitle {
  display: flex;
  width: 100%;
  justify-content: center;
  @media screen and (min-width: 40em) {
      justify-content: flex-start;
  }
}

#header-tempero .brandtitle a img {
  width: auto;
  height: auto;
  max-height: 75px;
  margin: auto;
  @media screen and (min-width: 40em) {
      max-height: 152px;
  }
}

/*------------------------------------------------------------------
	DIVISÕES
------------------------------------------------------------------*/

.wave-separator {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 0;
  z-index: 1;
}

.wave-separator svg {
  display: block;
}

@media screen and (min-width: 40em) {
.wave-separator-um::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 450px;
  background: url('../imgs/Assets_0000_feathers.png') no-repeat center center;
  background-size: contain;
  filter: blur(4px);
  pointer-events: none; 
}

.wave-separator-dois::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 85%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 450px;
  background: url('../imgs/Assets_0004_feathers.png') no-repeat center center;
  background-size: contain;
  filter: blur(4px);
  pointer-events: none;
}

.wave-separator-tres::after {
  content: "";
  position: absolute;
  top: -10%; 
  left: 25%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 700px;
  height: 200%;
  max-height: 700px;
  background: url('../imgs/Assets_0000_feathers.png') no-repeat center center;
  background-size: contain;
  filter: blur(4px);
  pointer-events: none;
}

.wave-separator-quatro::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 85%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 450px;
  background: url('../imgs/Assets_0004_feathers.png') no-repeat center center;
  background-size: contain;
  filter: blur(8px);
  pointer-events: none;
}
}


/*------------------------------------------------------------------
PRIMEIRA SEÇÃO
------------------------------------------------------------------*/


#page-aguipel::before {
  background-image: url("../imgs/paper-textura-aguipel.jpg");
}

.titulo {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 30px;
  h2{
    font-size: 48px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: rgb(81, 118, 183);
    b {
      font-size: 96px;
      line-height: 73px;
    }
  }

  @media screen and (max-width: 64em) {
    justify-content: center;
    h2{
      font-size: 32px;
      line-height: 24px;
      letter-spacing: 0.01em;
      color: rgb(81, 118, 183);
      b{
        font-size: 64px;
        line-height: 50px;
      }
    }
  }
}

.capa {
  flex: 1;
  position: relative;
  z-index: 2;
  img {
    margin-left: 8%;
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        width: 100%;
        max-width: 913px;
        margin: -60px 0 0 10%;
    }
    @media screen and (min-width: 64em)  {
        width: 120%;
        max-width: 913px;
        margin: -110px 0 0 0;
    }
  }
}


/*------------------------------------------------------------------
PRODUTOS
------------------------------------------------------------------*/

.page-nossos-produtos {
  background: rgb(81, 118, 183);
  h2{
    color: rgb(255, 255, 255);
  }
  p{
    color: rgb(255, 255, 255);
  }
  h3{
    font-size: 36px;
    line-height: 32px;
    letter-spacing: -0.01em;
    b{
      font-size: 76px;
      line-height: 68px;
      font-weight: 700;
    }
  }
}

.produtos-lista {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  @media screen and (max-width: 63.9375em) {
    flex-direction: column;
    gap: 100px;
    padding: 0 5%
  }
}

.produto-item {
  width: 100%;
  position: relative;
  border-radius: 32px;
  background-color: #fff;
  border: 6px solid rgb(100, 169, 221);
}

.produto-item:first-child{
  text-align: right;
}

.produto-item:last-child .produto-item-link{
  justify-content: flex-end;
}

.produto-item .produto-item-link {
  padding: 50px 70px;
  display: flex;
  color: rgb(81, 118, 183);
  align-items: center;
  @media screen and (max-width: 40em) {
    padding: 20px 40px;
  }
}


.produto-item:first-child .produto-img-wrap{
  width: 300px;
  position: absolute;
  left: 50%;
  @media screen and (max-width: 40em) {
    width: 200px;
    left: 55%;
  }
}

.produto-item:last-child .produto-img-wrap{
  width: 300px;
  position: absolute;
  right: 50%;
  @media screen and (max-width: 40em) {
    width: 200px;
    right: 55%;
  }
}


/*------------------------------------------------------------------
QUEM SOMOS
------------------------------------------------------------------*/
#section-quem-somos {
}

.page-quem-somos {
  h2{
    color: rgb(81, 118, 183);
    @media screen and (min-width: 40em) {
      margin-top: 150px;
    }
  }
  p{
    color: rgb(255, 255, 255);
  }
}

.quem-somos-conteudo {
  margin-top: 10%;
  display: flex;
  margin-bottom: 200px;
  position: relative;
  background: rgb(81, 118, 183);
  border-radius: 32px;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

.quem-somos-conteudo::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  height: 96px;
  background: rgb(68, 136, 199);
  border-radius: 0 0 32px 32px;
  z-index: -1;
}

.quem-somos-texto {
  color: #fff;
}

.quem-somos-texto p {
  margin-bottom: 15px;
}

.quem-somos-texto .btn {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  display: inline-block;
  background: #fff;
  color: rgb(68, 136, 199);
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
}

.quem-somos-imagem {
  position: absolute;
  bottom: -48px;
  right: -50px;
  max-width: 55%;
}


@media screen and (max-width: 40em) {
  .quem-somos-imagem {
    position: static;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -48px;
  }
}

.quem-somos-imagem img {
  @media screen and (min-width: 40em) {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 40em) {
  .quem-somos{
    padding: 0 10%;
  }
  .quem-somos-conteudo{
    padding: 10% 10% 0 10%;
  }
}

@media screen and (min-width: 40em) {
    .quem-somos-conteudo{
      padding: 4rem 0;
      margin-top: 2rem;
    }
    .quem-somos-texto {
      padding-right: 1rem;
      padding-left: 2rem;
    }
}

/*------------------------------------------------------------------
FOOTER
------------------------------------------------------------------*/

.footer-section{
  position: relative;
  background: rgb(81, 118, 183);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px ;
  letter-spacing: -0.05em;
}

.footer-section footer{
  padding: 72px 0 72px;
}

.footer-section p{
  font-size: 13px;
}
.footer-section a{
  color: #fff;
}

.footer-section .brand-footer-column{
    @media screen and (max-width: 39.9375em) {
      display: none;
    }
    .brandtitle a img{
      height: 50%;
      max-height: 102px;
    }
}

.dados-footer-column {
  .contato {
    display: flex;
    gap: 30px; 
    @media screen and (max-width: 64em) {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .contato-telefone, .contato-email {
      display: flex;
      align-items: center;
  }
  .telefone {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .endereco {
    display: flex;
    padding-top: 1em;
  }
  i {
    font-size: 25px;
    width: 45px;
  }
}

.grid-copyright {
    margin-top: 32px;
    padding-top: 32px;
    position: relative;
    &::before {
        content: ' ';
        display: block;
        position: absolute;
        background-color: white;
        width: calc(100% - 28px);
        height: 1px;
        top: 0;
        left: 14px;
    }
    * {
        text-align: center;
        margin: auto;
        @media screen and (min-width: 40em) {
          text-align: left;
        }
    }
    @media screen and (min-width: 40em) {
      .p-copy-tempero {
        text-align: right;
      }
    }
}


#bottommenuwrap #bottommenu .button {
  background-color: rgb(100, 169, 221);
}



#off-canvas {
  background-color: rgb(100, 169, 221);
}

#offCanvas .close-button {
    color: black;
}
