@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pompiere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');


   html
{
    overflow-x: hidden;  

}

body{
   background-color: rgb(0,0,0, 0.2)!important;
}

p{ text-align: justify; }

/* ############################3333 */

.card .fa{ margin-top: 3em!important; color: rgb(87,21,21); }
.card .fa:hover {color: rgb(0,0,0);}
.card>img{
  text-align: center;

}



.informe h5{ font-weight: bold; color: rgb(87,21,21); }


/* ############################3333 */

.material-icons{
 font-size:15px!important;
}

    .logo{

  max-width: 160px;

    }


.navbar-fixed-top{
/*padding-bottom: 20px;*/
margin-top: 0px;
  background:rgb(0, 0,0, 0.8)!important; /* cor do fundo  */



}
.menu-auxiliar{

 background-color:rgb(0, 0, 0)!important; /* cor do fundo  */
 position: fixed;
 padding-bottom:1px;
margin-top: 0px;

}



.navbar, .dropdown-menu{

   /* background-color: rgb(127,37,26, 0.5);*/ 

border: none;

}

.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #fff;
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
  border-bottom: rgb(255,255,0) 3px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: rgb(255,255,0) solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
   border-bottom: rgb(255,255,0) 3px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
  border-bottom: rgb(255,255,0) 3px solid;
}

.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: rgb(255,255,0) 3px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
    border-bottom: rgb(255,255,0) 3px solid;
}
.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7){
  border-bottom: rgb(255,255,0) 3px solid;
}
/*.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8){
    border-bottom: rgb(255,255,0) 3px solid;
}*/

.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}

.linktir{
  box-sizing: border-box;
  width: 100%;
  padding: 80px 60px 60px 60px;
  min-height: 100vh;
  font-size:2em;
  font-weight:700;
}
.icon-bar {
    background-color: rgb(255,255,0)!important;
}

/*************************************************/
/*                                               */
/*          MIDIAS                         */
/*************************************************/

.midia{

  margin-top: 1.2em!important;
  letter-spacing: 6px;
}


.ws { 
    color: #fff;
    font-size:18px;

    float: left!important; 
-webkit-transform:scale(1); 
      -moz-transform:scale(1); 
        -o-transform:scale(1);
           transform:scale(1);
    
 }

.ws:hover {
  color:rgb(255,255,0);
  letter-spacing: 12px;
-webkit-transform:scale(1.2);  
      -moz-transform:scale(1.2); 
        -o-transform:scale(1.2); 
           transform:scale(1.2); 


}

#corpo-midia{
/*background-attachment:fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
background-position: center center;

background-image: url('img/produto/fotofundo.jpg');
background-repeat: no-repeat;
margin: 0 auto
/*width: 500px;
 height: 1000px;
/*margin-top: 3.5%;*/
/*margin-bottom: 1%;*/

/*padding-bottom: 20%;*/


}


.inicio-top{
  margin-top: 8em!important;
}




.incio{
float: left;
margin-top: 4em;


}


.title{
font-family: 'Lemon', cursive;
 font-size: 16px;
 color:  rgb(127,37,26); /* texto do titulo do chá */

 
}



.container-fluid .caldo {

float: none;
position: relative;
margin:auto!important;

}

.ver {

    background-color:rgb(12, 105, 46,0.8);
    border-radius:0;          
    border-color:transparent!important;
    box-shadow: 10px 10px 10px rgb(0, 0, 0,0.5); /* rgb(101, 23, 17,0.5);  */

  animation-name: esquerda;
  animation-fill-mode: forwards;
transition-timing-function: ease;
  animation-duration: 2s;

}

@keyframes esquerda {

 
    0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {left: 0px;}
  to {left: 5em;}

}

.direita{
  
      background-color:rgb(12, 105, 46,0.8);
    border-radius:0;          
    border-color:transparent!important;
   box-shadow: 10px 10px 10px rgb(0, 0, 0,0.5); /* rgb(101, 23, 17,0.5);  */
    margin-bottom: 3%;

  animation-name: direit;
  transition-timing-function: ease;
  animation-duration: 2s;
   animation-fill-mode: forwards;
}





.esqued_2{

    background-color:rgb(12, 105, 46,0.8);
    border-radius:0;          
    border-color:transparent!important;
    box-shadow: 10px 10px 10px rgb(0, 0, 0,0.5); /* rgb(101, 23, 17,0.5);  */

 margin-left: 13em;
   animation-name: ta;
  animation-fill-mode: forwards;
transition-timing-function: ease;
  animation-duration: 2s;

}

@keyframes ta {
 

    0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {top :  -16em;}
  to {top :0em;}

}


@keyframes direit {
 

    0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {right:  -16em;}
  to {right: -8em;}

}




.cabecalho2{
   
font-family:'Fredericka the Great',cursive;
 margin-left: 2em;
 font-size: 4em;
 color:rgb(0, 0, 0);


}



@media screen and (max-width: 780px) {


.cabecalho2{
   
 text-align: center!important;
 font-size: 2em!important;

}

/*  body{

background-color: green;

  }*/



.esqued_2{margin-top: .5em; margin-bottom: .5em; margin-left:5em;}

@keyframes direit {

 
  0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {right:  -16em;}
  to {right: -5em;}

}

}


/*************************************************/
/*                                               */
/*                                               */
/*************************************************/






@media screen and (max-width: 1200px) {

 /* body{

background-color: blue;

  }*/


  .esqued_2{ margin-left:10em;}


  .caldo{
  height: 12em!important; 
  width: 12em!important;
  margin-top: 2em!important;
 margin-left: -3em!important;


}



  .caldo-info{
 height: 6em!important; 
  width: 6em!important;
  margin-top: 5em!important;
 margin-left: 6em!important;


}

}


/*************************************************/
/*                                               */
/*                                               */
/*************************************************/



@media screen and (max-width: 980px) {

/*  body{

background-color: yellow;

  }*/




.esqued_2{margin-top: .6em; margin-bottom: .8em; margin-left:5em;}

@keyframes direit {

  0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {right:  -16em;}
  to {right: -4.9em;}

}

}



/*************************************************/
/*                                               */
/*                                               */
/*************************************************/




@media screen and (max-width: 580px) {


  /*  body{

background-color: red;

  }*/


.cabecalho2{
   

 font-size: 2em!important;

}


.esqued_2{margin-top: .5em; margin-bottom: .5em; margin-left:5em;}

@keyframes direit {

  0%   {visibility:hidden;}
  25%  {visibility:hidden;}
  30% { opacity: 0.2;}
   35% { opacity: 0.5;}
  50%  { opacity: 0.8;}
   55%  {background-color: transparent;opacity: 1;}
  60%{background-color: transparent;}
  100% {background-color: transparent;}

 from {right:  -16em;}
  to {right: -5em;}

}


.dropdown-menu {

  top:0%!important;

}



.class-produto{

      height: 8.16em;
      margin-left: 0em!important;
      margin-bottom: 1.2em;



}




}



/*************************************************/
/*                                               */
/*             LINCK   PRODUTOS                  */
/*************************************************/




  
  @keyframes movtop {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes movtop {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  
  



/*************************************************/
/*                                               */
/*          BOTAO TOP                            */
/*************************************************/


  .sub-top {
position:fixed;
opacity:1;
visibility:hidden;
overflow:hidden;
text-align:center;
z-index:99;
background-color: rgb(38, 35, 35, 0.7);
color:  rgb(247, 236, 10); 
width:47px;
height:44px;
line-height:44px;
right:25px;
bottom:-25px;
padding-top:2px;
border-radius:5px;
transition:all .5s ease-in-out;
transition-delay:.2s;
}

.sub-top:hover {
background-color: rgb(38, 35, 35);
color:rgb(247, 236, 10); 
/*border-radius: 50%;*/
transition:all .2s ease-in-out;
transition-delay:0;

}

.sub-top.show {
visibility:visible;
cursor:pointer;
opacity:1;
bottom:25px;
}

.sub-top i.fa {
line-height:inherit;
}





/*************************************************/
/*                                               */
/*           PRODUTOS                             */
/*************************************************/


.modal-body{
 
  width: 100%;
/*background-repeat: no-repeat;  principalindustria   img/background.png*/
background-size: cover;

}

  .caldo{
  height: 18em; width: 18em;border-radius: 20em; 
  background-repeat: no-repeat; background-size: cover;
 
}





.informe {
height: 8em;
text-align:justify-all;
-moz-text-align-last: justify; /* For Firefox prior 58.0 */
margin-top: 0.5em;
margin-bottom: 0.5em!important;

 
}


.informe p{

 font-size: 13px;
 color: black;
 text-align: justify-all;

-moz-text-align-last: justify; /* For Firefox prior 58.0 */

 
}

.caldo-info img{
  margin-left: 0.2em;
  margin-top: 1.1em;
  width:100%;



}

.caldo-info {

  background-repeat: no-repeat; 
  background-size: cover;
}

.caldo-info{
  margin-left: 11em;
  margin-top: 10em;
  height: 8em; width: 8em;
  border-radius: 16em; 
  border-top: 3px solid white;  
  border-left: 3px solid white;


}

#produtos {


   margin-top: 45em;
}

.class-produto{

      height: 16.33em;
      margin-left: 5.5em;
      margin-bottom: 1.2em;

      background-position: center;
      background-repeat: no-repeat, repeat;
       background-size: cover; 
     

}

 #ind{
      
       background-image: url("img/produto/principalindustria.jpg");
    

    }

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .9s ease;
}

.text{
   text-align: center;
  color:rgb(255,255,255)!important;
/*font-family: 'Fredericka the Great', cursive;*/
font-family: 'Amatic SC', cursive;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;

}

.class-produto:hover .overlay {
  width: 100%;
  left: 0;
background-color:rgb(0,128,0, 0.5)!important;

}



/*************************************************/
/*                                               */
/*           RECEITAS                            */
/*************************************************/



    .text_modal p{
      line-height: 0.6;
      font-size: 11px;


    }

       .text_modal h5{
   text-shadow: 1px 1px white, -1px -1px #0d221a;


    }

.ingredient p{
  line-height: 1.30;
  font-size: 11px;
margin-bottom: 0.5%;
color:rgb(13, 34, 26);


}


.ingredient h5{
/*color:rgb(13, 34, 26);*/

 text-shadow: 1px 1px white, -1px -1px #0d221a;
}

.hover_imag {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
    background-color:rgb(12, 105, 46,0.8);
 /* background:#83437d;
  /*background: #E8E8E8;/*  #42b078;*/
}

.hover_imag .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 30px;
}

.hover_imag img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hover_imag:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hover_imag h5 {
   text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  
 background-color: transparent; /*cor fundo do nome */
  
  
}

.hover_imag h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
   background: #ffff;/* cor da Linha*/
    content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hover_imag:hover h5:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color:#ffff !important;
}


.hover_imag a, .hover_imag p {
  color:#ffff;
 
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hover_imag:hover a, .hover_imag:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hover_imag:hover a, .hover_imag:hover h5 {
  color:#ffff !important;
  font-size: 12px!important;
}

/*  MODAL */


.thumbnail{
  
   -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);   
  
}

    .modalDialog {
      position: fixed;
      font-family: Arial, Helvetica, sans-serif;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      border: 1px;
      z-index: 99999;
      opacity: 0;
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;
      pointer-events: none;
      overflow: scroll;
    }

    .modalDialog:target {
      opacity: 1;
      pointer-events: auto;
    }

    .modalDialog p {
      text-align: center;
      font-size: 12px;



    }

    .modalDialog>div {
      width: 60%;
      height: auto;
      text-align: justify;


      position: relative;
      margin: 10% auto;
      padding: 5px 20px 13px 20px;
      border-radius: 0px;
      background: #fff;
    }

    .closeModal {
      background: #606061;
      color: #FFFFFF;
      line-height: 25px;
      position: absolute;
      right: -12px;
      text-align: center;
      top: -10px;
      width: 24px;
      text-decoration: none;
      font-weight: bold;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -moz-box-shadow: 1px 1px 3px #000;
      -webkit-box-shadow: 1px 1px 3px #000;
      box-shadow: 1px 1px 3px #000;
    }

    .closeModal:after {
      content: "\d7";
    }

    .closeModal:hover {
      background: #406b69 ;
    }

    .iframe-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    }

    .iframe-container>* {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
    }

    .testo-dial {
      text-align: center;
      font-size: 0.8em;


    }

.btn-success:hover{
    color:#ffffff!important ;

}
    



/*************************************************/
/*                                               */
/*           fooder                              */
/*************************************************/

.footer {
  position:absolute;
  bottom:0;
  width:100%;
}



@media (min-width:320px) and (max-width: 600px)  {
  

.informe {


margin-bottom: 2em!important;

 
}

}