@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  overflow-x: hidden
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


h1, span{
    font-family: frontpageneue;
}

*  {
    font-family: comfortaalight;
}



/*Fonts*/

@font-face {
  font-family: frontpageneue;
  src: url("../fonts/Montserrat-Black.ttf");
}

@font-face {
  font-family: comfortaalight;
  src: url("../fonts/Comfortaa-Light.ttf");
}


@font-face {
  font-family: abrilfat;
  src: url("../fonts/AbrilFatface-Regular.ttf");
}









.accordion_categoria {
  font-family: abrilfat;
  background-color: #eee;
  color: #3c3c3b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 25px;
    transition: 0.4s;
    text-transform: lowercase
}

.active_categoria, .accordion_categoria:hover {
  background-color: #f4ae47;
  color: white
}

.panel_categoria {
  padding: 0 18px;

  background-color: #f1f1f1;
}















/*---- HEADER ----*/


/*-- Background Image --*/
.hero-image {
  background-image: linear-gradient(rgba(24, 32, 36, 0.50), rgba(24, 32, 36, 0.85)), url("../imagens/index/home_slide/home_slide2.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media screen and (max-width: 650px){
    
    .hero-image{
        background-attachment: scroll;
    }
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f2f2f2;
}

.hero-text h1{
    font-family: abrilfat;
}

/*-- Background Image --*/





/*-- Navbar Links --*/


.sticky{
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%
}


.topnav {
  overflow: hidden;
  background-color: rgba(24, 32, 36, 0.90);
  display: flex;
  align-items: center
}


.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  color: white;
}



.topnav .icon {
  display: none;
}

@media screen and (min-width: 650px){
    
    .topnav a{
        opacity: 0.5;
        transition: 0.6s;
        -webkit-transition: 0.6s
    }
    
    .topnav a:hover{
        opacity: 1;
        transition: 0.6s;
        -webkit-transition: 0.6s
    }
    
   
}



@media screen and (max-width: 650px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      margin-top: 10px
  }
    
 .topnav img{
        width: 100px
    }    
    
}

@media screen and (max-width: 650px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

    .navlinks{
        text-align: center
    }
    
    .topnav{
        display: block
    }    
}



/*-- Navbar Links --*/




/*---- HEADER ----*/










/*-------------------------------------------*/






/*---------------------------------------------*/
/*-----TRANSLATION-----*/

.translation{
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    background-color: #f4ae47;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 10px;
    color: white;
    border: 0.25px solid white;
    z-index: 9999
}

.translation a{
    text-decoration: none;
    color: inherit
}

/*-----TRANSLATION-----*/
/*---------------------------------------------*/







/*---------------------  VINHOS     ----------------------*/

.vinho_deskmobile{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    padding-bottom: 50px;
    justify-content: center;
    padding-top: 75px
}



.vinho_box{
    padding: 0 10px;
    color: #878787;
    flex-basis: 0;
    flex-grow: 1;
    margin-top: -25px
   
}

.vinho_container{
    text-align: center;
    border-radius: 25px;
    padding: 25px;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px 0px #3c3c3b
}


.vinho_container h1{
    font-family: frontpageneue;
    font-size: 30px;
    color: #3c3c3b
}



.garrafa {
    padding: 15px;
    width: 250px
}


.nomevinho{
    font-family: comfortaalight;
    font-weight: normal;
    font-size: 25px;
    text-transform: lowercase
        
}

.nomevinho:first-letter{
    text-transform: capitalize
}

.herdade{
    opacity: 0.50
}




.detalhesvinho{
    opacity: 0.95;
    text-transform: lowercase
}

.detalhesvinho img{
    margin-bottom: 5px
}

.detalhesvinho p{
    padding: 2.5px
}



.detalhes_separador{
    width: 50%;
    background-color: #f4ae47;
    height: 1px;
    opacity: 0.5;
    margin: 20px auto
}

.texto_separador{
    width: 100%;
    background-color: #f4ae47;
    height: 1px;
    opacity: 0.5;
    margin: 20px auto
}




.textovinho{
    margin: 10px 0;
    text-align: center
}

.textovinho p{
    margin: 10px 0;
    text-indent: 5px;
    opacity: 0.95
}


.preco{
    font-size: 35px;
    margin-top: 15px;
    color: #3c3c3b;
    font-family: frontpageneue
}

.iva{
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 25px
}

.accordion {
  background-color: rgba(179, 179, 179, 0.5);
  color: #b3b3b3;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
    margin: 10px 0
}

.active, .accordion:hover {
  background-color: rgba(179, 179, 179, 0.95);
    color: #4d4d4d
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}








/*-------------------------------------------*/
/*---- FOOTER/ (start)----*/

.footer{
    background-color: #182024;
}


.footer a{
    color: #b3b3b3;
    font-size: 14px
}

.footer p{
    color: #b3b3b3;
    font-size: 14px
}





/* FOOTER/ Sitemap|Contatos|Slogan */



.footer_container{
    max-width: 80%;
    margin: auto;
    padding: 15px 0 25px
}

.footer_container svg{
    width: 40px;
    padding-right: 5px;
}








/*Footer/ sitemap*/

.sitemap ul, li{
    padding-top: 5px;
    color: #b3b3b3;
    list-style-type: none;
    padding-left: 5px;

}

.sitemap a{
    text-decoration: none;
    border-left: 2px #4d4d4d solid;
    padding-left: 5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

/*Footer/ sitemap*/




/*Footer/ contatos*/

.footer_contatos_infobox{
    display: flex;
    align-items: center;
    padding-top: 10px
}

 .footer_contatos_infobox svg .a{
        transition: 0.6s;
        -webkit-transition: 0.6s;
    }

/*Footer/ contatos*/




/*Footer/ slogan*/

.slogan{
    text-align: right;
    padding-right: 5px;
    padding-top: 15px
}

.slogan h1{
    color: #f4ae47
}

.slogan p{
    margin: 0
}

/*Footer/ slogan*/






/*Desktop/ Sitemap|Contatos|Slogan*/
@media screen and (min-width: 650px){
  
    .footer_container {
    display: flex;
        align-items: flex-end;
        align-content: space-between;
        justify-content: space-between
}
    
    .footer_contatos_infobox{
        border-left: 1px #f4ae47 solid;
        padding: 5px;
        padding-left: 20px
    }

    
    .footer_contatos_infobox svg:hover .a{
        fill: #b3b3b3;
        transition: 0.6s;
        -webkit-transition: 0.6s;
    }
 
    
     .sitemap a:hover{
        color: #4d4d4d;
        transition: 0.6s;
        -webkit-transition: 0.6s;
    }
 
    
     #contatos_telefone_footer{
        transition: 0.6s;
        -webkit-transition: 0.6s
    }    

    #contatos_telefone_footer:hover{
        opacity: 0.5;
        transition: 0.6s;
        -webkit-transition: 0.6s
    }
}






/*Feito por*/
.footer_feitopor{
    border-top: 1px #f4ae47 solid
}

.footer_feitopor p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    opacity: 0.5
}

/*Feito por*/

/*---- FOOTER/ (end)----*/
/*-------------------------------------------*/

