@charset "UTF-8";
/* CSS Document */

:root {
  --azul: #83a2ac;
  --vinho: #722063;
  --fundo: #fcf0e2;
  --texto_branco: #fcf0e2;
  --texto_escuro: #1c1c1c;
}

* {
  box-sizing: border-box;
}


body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--texto_branco);
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-display: swap;
  overflow-x: hidden;
  background-color: var(--fundo);
}

a:link {
  text-decoration: none;
  color: var(--texto);
  cursor: pointer;
  outline: 0;
}
a:visited {
  text-decoration: none;
  color: var(--texto);
  cursor: pointer;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: var(--rosa2);
  cursor: pointer;
  outline: 0;
}
a:active {
  text-decoration: none;
  color: var(--texto);
  cursor: pointer;
  outline: 0;
}

#idade{
  background-color: var(--azul);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  font-size: 1.3em;
  line-height: 1.3em;

  & .conteudo{
    height: 100%;
    font-weight: 300;
    border: 1px solid var(--vinho);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #481039;

    & .logo{
      width: 30vw;
    }

    & .bt{
      width: fit-content;
      border-radius: 100px;
      padding: 10px 50px;
      color: #FFF;
      margin-top: 15px;
      background-color: #481039;
      font-size: .8em;
      line-height: 1em;
      transition: all .5s ease-in-out;
      cursor: pointer;
      &:hover{
        background-color: var(--vinho);
      }
    }
    

  }
}

#hamburger{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
  display: none;

  & img{
    width: 12vw;
  }
}

nav{
  padding: 1vw;
  width: 100vw;
  position: fixed;
  z-index: 2;
  color: #1c1c1c;
  transition: all .5s ease-in-out;
  font-size: 14px;

  &.ativo{
    background-color: var(--azul);
    color: initial;
    color: var(--texto_branco);
  }

  &.ativo svg{    
    fill: var(--texto_branco);
  }

  & .item{
    margin: 0px 1vw;
    cursor: pointer;
  }

  & .item svg{
    height: 15px;
    margin-top: 2px;
  }

  & .fechar{
    display: none;
  }
  
}

#home{
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: url('../img/pedra_azul.jpg');
  background-position: center;
  background-size: cover;

  & .logo{
    width: 60vw;
  }
  & .logo_mobile{
    display: none;
  }

  & .pedra_azul{
    position: absolute;
    left: calc(50% - 10vw);
    bottom: 5vh;
    z-index: 1  ;

    & img{
      width: 20vw;
    }
  }
}

#nossa_historia{
  width: 100vw;
  background-image: url("../img/fundo_taca.jpg");
  background-size: cover;

  & .texto{
    padding: 20vh 20vw;
    text-align: center;
  }

  & .box{
    background-color: var(--fundo);
    padding: 5vw;
    width: 50%;
    margin-left: 50%;
    color: var(--texto_escuro);
  }
}

#nossa_marca{
  width: 100vw;
  background-image: url("../img/fundo_brinde.jpg");
  background-size: cover;

  & .marca{
    padding: 10vh 20vw 25vh;

    background: rgb(252,240,226);
    background: linear-gradient(0deg, rgba(252,240,226,0) 0%, rgba(252,240,226,1) 50%);

    & .logo{
      width: 60vw;
    }
  }

  & .texto{
    padding: 25vh 0vw 10vh;
    margin: 0 5% 0 50%;
  }
  
}

#nossos_vinhos{
  background: rgb(252,240,226);
  position: relative;
  width: 100vw;

  & .titulo{
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    line-height: 55px;
    color: #481038;
    text-align: center;
    padding: 40px 0;
    width: 55%;
    margin: auto;
    margin-bottom: 40px;
    padding-top: 50px;
  }

  & .marca1{
    position: absolute;
    width: 8vw;
    left: 0px;
    top: 5vh;
  }

  & .marca2{
    width: 10vw;
    position: absolute;
    right: 0px;
    top: 5vh;
  }

  .titulo_nossos_vinhos{
    width: 60vw;
    padding: 10vh 0;
    margin: auto;
  }

  & .lista_vinhos{
    margin-bottom: 20vh;
    color: #481038;

    .item{
      margin: 0px 2vw;
      width: 10%;
      text-align: center;
      font-family: "Dancing Script", cursive;
      font-size: 30px;

      & img{
        max-width: 5vw;
      }
    }
  }

}

.inf_vinho{
  display: flex;
  padding-bottom: 20vh;

  .bg_azul{
    background-color: var(--azul);
  }

  .bg_vinho{
    background-color: var(--vinho);
  }

  .titulo_azul{
    color: var(--azul);
  }

  .titulo_vinho{
    color: var(--vinho);
  }

  .bt{
    width: fit-content;
    padding: 10px 50px;
    color: #FFF;
    margin-top: 15px;
    font-size: 25px;
    font-family: "Dancing Script", cursive;
    cursor: pointer;
    border-radius: 30px;
  }

   & .area_bg{
    height: 60vh;
    width: 40vw;
    position: relative;

    & .garrafa{
      position: absolute;
      right: -5vw;
      top: -5vh;
      height: 70vh;
    }

    & .garrafa_direita{
      position: absolute;
      left: -5vw;
      top: -5vh;
      height: 70vh;
    }

   }

   & .area_texto{
    height: 60vh;
    width: 60vw;
    padding: 0 15vw 0 10vw;
    background-size: 70%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size:contain;
    color: var(--texto_escuro);

    & .nome_vinho{
      font-size: 50px;
      line-height: 50px;
      font-family: "Playfair Display", serif;
    }

    & .tipo{
      font-family: "Playfair Display", serif;
      font-size: 18px;
      margin-bottom: 10px;
    }

   }

}

.inf_vinho:last-child{
  padding-bottom: 10vh;
}

#fale_conosco{
  width: 100vw;
  padding: 5vh 0;
  background: rgb(252,240,226);
  color: #480e37;

  & .titulo{
    color: #b87e61;
    font-size: 3vw;
    font-family: "Playfair Display", serif;
    text-align: center;
  }

  & .texto{
    width: 40vw;
    margin: auto;
    text-align: center;
  }

  & .d-flex{
    margin-top: 5vh;

    & .item{
      width: 15vw;
      text-align: center;
      margin: 0px 2vw;
      font-size: 1vw;

      & img{
        width: 4vw;
        display: block;
        margin: auto;
      }
    }
  }

}

#modal_noir,
#modal_grigio,
#modal_syrah,
#modal_noirr{
  display: none;
}

.modais{
  background-color: var(--fundo);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  display: flex;
  flex-wrap: wrap;

  & .fechar{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    cursor: pointer;
  }

  & .vinho{
    background-image: url(../img/macha_vinho.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    display: flex;

    & .garrafa{
      width: auto;
      height: 90%;
      margin: auto;
    }
  }

  & .infs{
    width: 70%;
    padding: 2vh 10vw;
    display: flex;
    justify-content: center;
    height: 100vh;
    overflow-y: scroll;

    & .titulo{
      font-family: "Playfair Display", serif;
      font-size: 50px;
      text-align: center;
    }

    & .resumo{
      text-align: center;
      font-weight: 300;

      & b{
        font-weight: 500;
      }
    }

    & .item{
      display: flex;
      align-items: center;
      margin-top: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #0000001c;

      & svg{
        height: 60px;
        margin-right: 10px;
      }
  
      & .caracteristica{
        font-weight: 900;
      }
      & .texto{
        color: var(--texto_escuro);
      }

    }

    & .mais_informacoes{
      padding: 20px 30px;
      background-color: var(--azul);
      border-radius: 100px;
      color: #FFF;
      margin-top: 20px;
      text-align: center;
      cursor: pointer;
    }

    & .extra{
      font-size: 14px;
      color: #000;
      padding: 30px 0px;
      display: none;
    }

  }

  & .cor_vinho{
    color: var(--vinho) !important;
    fill: var(--vinho) !important;
  }
  & .cor_azul{
    color: var(--azul) !important;
    fill: var(--azul) !important;
  }

}

/*----------------------------------------------*/
/*----------------------------------------------*/
/*-------------- ADAPTAÇÃO MOBILE --------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
@media screen and (max-width: 1200px) {

  #idade {
    width: 100svw;
    height: 100svh;
    & .conteudo {
        & .logo {
            width: 90vw;
        }
        & .bt {
          width: 100%;
        }
    }
  }

  #hamburger{
    display: block;
  }

  nav{
    width: 100svw;
    height: 100svh;
    background-color: var(--azul);
    flex-direction:column;
    text-align: center;
    position: fixed;
    left: -100svw;
    transition: all .5s ease-in-out;
    z-index: 101;

    & .item {
      margin: 20px 1vw;
      font-size: 1.5em;
    }

    & .fechar{
      position: absolute;
      right: 15px;
      top: 15px;
      display: block;
      & img{
        width: 8vw;
      }
    }

  }

  #home{
    background-image: url('../img/pedra_azul_mobile.jpg');

    & .logo{
      display: none;
    }
    & .logo_mobile{
      display: block;
      width: 80vw;
    }

    & .pedra_azul{
      position: absolute;
      left: calc(50% - 25vw);
      bottom: 5vh;
      z-index: 1  ;
  
      & img{
        width: 50vw;
      }
    }

  }

  #nossa_historia {
    
    & .texto {
        padding: 10vh 10vw;
        background-image: url("../img/fundo_taca_mobile.jpg");
        background-size: inherit;
        background-position: top center;
    }

    & .box {
      padding: 10vw;
      width: 100%;
      margin-left: inherit;
      text-align: center;
    }

  }


  #nossa_marca {
    & .marca {
      padding: 10vh 10vw 25vh;

      & .logo {
        width: 100%;
      }
    }

    & .texto {
      padding: 10vw 10vw;
      margin: inherit;
      text-align: center;
    }
  }

  #nossos_vinhos {

    & .titulo{
      font-size: 30px;
      line-height: 35px;
      width: 70%;
    }

    & .lista_vinhos {
        display: none !important;
    }

  }

  .inf_vinho {
    display: flex;
    padding-bottom: 20vh;
    flex-wrap: wrap;

    & .area_bg {
      height: 60vh;
      width: 100vw;
      position: relative;
      display: flex;
      background-color: inherit;

      & .garrafa,
      & .garrafa_direita {
        position: inherit;
        right: inherit;
        top: inherit;
        height: 100%;
        margin: auto;
        left: 0;
      }
    }

    & .area_texto {
      height: inherit;
      width: 100vw;
      text-align: center;
      margin-top: 30px;
      background-position: center;
      order: 1;
      padding: 0 20px;
    }

    & .bt{
      margin-left: auto;
      margin-right: auto;
    }

  }

  .inf_vinho:last-child{
    padding-bottom: 10vh;
  }

  .modais {
    overflow: scroll;
    & .vinho {
      width: 100%;
      height: 30vh;
    }
    & .infs {
      width: 100%;
      height: fit-content;
      display: block;
      overflow-y: hidden;

      & .titulo{
        line-height: 50px;
        margin-bottom: 20px;
      }
    }
  }

  #fale_conosco {
    & .texto {
        width: 90vw;
    }
    & .titulo {
      font-size: 35px;
    }
    & .d-flex {
      & .item {
          width: 80vw;
          font-size: inherit;
          margin-bottom:40px;

          & img {
            width: 30%;
          }
      }
    }
  }

}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--rosa2) #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--azul);
  border-radius: 10px;
  /* border: 3px solid #ffffff; */
}

/* ===== Inputs Placeholder ===== */
::-webkit-input-placeholder {
  line-height: normal !important;
}

/* ===== Inputs desabilitados ===== */
*:disabled {
  background-color: #abcfeb;
  color: black;
  opacity: 1;
}