/*Programado por: Gustavo Bayeux Franco*/

/*Importação de fontes*/
 @import url('https://fonts.googleapis.com/css?family=Monoton');
 @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&display=swap');
/*Importação de fontes*/

   
/* COMEÇA CELULAR PEQUENO*/
@media only screen and (min-width:100px) and (max-width: 320px) {
    
.titulo{
 font-size:240% !important;
 padding-top: 1%;
 margin-top:10px;
 margin-bottom: 10px;
}
.destaca{
 font-size:200% !important;
}
.img_topo{
   margin-top:-30px !important;
}
.content-topo{
 padding-top:1% !important;
}
.video-banner .video-banner-img { height: 50%; }
  
   }
/* TERMINA CELULAR PEQUENO*/

/* COMEÇA CELULAR CONVENCIONAL */  
@media only screen and (min-width:320px) and (max-width: 330px) {
   .video-banner .video-banner-img { height: 50%; }
.titulo{
 font-size:280% !important;
}
.destaca{
 font-size:250% !important;
}
.img_topo{
   margin-top:-30px !important;
}
.content-topo{
 padding-top:1% !important;
}
}
/* TERMINA CELULAR CONVENCIONAL */

/* COMEÇA CELULAR MÉDIO */
@media only screen and (min-width:330px) and (max-width: 590px) {   
   .video-banner .video-banner-img { height: 50%; }
.titulo{
 font-size:320% !important;
 margin-top:-5px !important;
}
.destaca{
 font-size:280% !important;
}
.img_topo{
   margin-top:-35px !important;
}
.content-topo{
 padding-top:1% !important;  
}  
}
/* TERMINA CELULAR MÉDIO */

/* COMEÇA CELULAR GRANDE */
@media only screen and (min-width:590px) and (max-width: 640px) {   
   .video-banner .video-banner-img { height: 50%; }
.titulo{
 font-size:410% !important;
 margin-top: 0px !important;
}
.destaca{
 font-size:300% !important;
}
.img_topo{
   margin-top:-70px !important;
   width: 90% !important;
}
.content-topo{
 padding-top:1% !important; 
}  
}
/* TERMINA CELULAR GRANDE */

/*COMEÇA TABLET PEQUENO*/
@media only screen and (min-width: 640px) and (max-width: 1000px) {
.titulo{
 font-size:320% !important;
 margin-top: 70px !important;
}
.destaca{
 font-size:280% !important;
}
.img_topo{
   margin-top:-70px !important;
 width:130%;
}
.img_topo{
   margin-top:-50px;
   width:100% !important;
  }
.content-topo{
 padding-top:5%;
 margin-bottom:12%;
}
}   

/*TERMINA TABLET PEQUENO*/

/*COMEÇA PC NORMAL*/
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
   .titulo{
    font-size:500% !important;
    margin-top: 40px !important;
    margin-bottom: -90px !important;
   }
   .destaca{
    font-size:380% !important;
   }
   .img_topo{
      margin-top:-50px;
      width:90% !important;
     }
   .content-topo{
    padding-top:5%;
    margin-bottom:12%;
   }
   }   
   
   /*TERMINA PC NORMAL*/
  
/*COMEÇA TABLET CONVENCIONAL*/

@media only screen and (min-width: 1400px) and (max-width: 2000px) {
.titulo{
 font-size:650% !important;
 margin-bottom:-90px !important;
 margin-top: 40px !important;
}
.destaca{
 font-size:500% !important;
}
.img_topo{
   margin-top:-100px;
 width:85% !important;
}
.content-topo{
 padding-top:5%;
} 
.btn{
font-size: 2rem !important;
}  
}
   
/*TERMINA TABLET CONVENCIONAL*/

/* COMEÇAM AS DEFINIÇÕES GERAIS */

.titulo{
 font-size:480%;
 font-family:Dancing Script;
 color:white;
 margin-bottom:-60px;
 text-align:center;
}
.destaca{
 font-size:400%;
 background: -webkit-linear-gradient(brown, yellow);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 color:#E5B742;
 font-family:monoton;
 text-align:center;
} 
.produtos{
 overflow:hidden;
} 
.img_topo{
 margin-top:-100px;
 width:100%;
} 
.content-topo{
 background-size:cover;
 background-repeat: no-repeat, no-repeat;
 background-image:url("../../midia/backgrounds/bg_banner2.jpg"),url("../../midia/backgrounds/bg_banner.jpg");
 background-blend-mode: overlay;
 background-position:top;
 background-attachment:fixed;
 padding-top:5%;
}

/* TERMINAM AS DEFINIÇÕES GERAIS */  


/*Programado por: Gustavo Bayeux Franco*/