
/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#ABOUT US SECTION
#COUNTER SECTION
#MENU ITEM SECTION
#RESERVATION SECTION
#GALLERY SECTION
#TESTIMONIAL SECTION
#CHEF SECTION
#CONTACT SECTION
#MAP SECTION
#FOOTER SECTION
#RESPONSIVE DESIGN
*/



body {
  background-color: #ffffff;
  font-family: "Helvetica", sansserif;
  color: #333333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
}

.no-padding {
  	padding: 0;
	}


.mu-rosa {
	background-color:#F0F;
	}
	
.mu-blue {
	background-color:blue;
	}

.mu-azulcasa {
	background-color: #0087dd;
	}	
	
.mu-paleta1 {
	background-color: #32936F;
	}
	
.mu-paleta2 {
	background-color: #387D7A;
	}	

.mu-paleta3 {
	background-color: #395E66;
	}

.mu-paleta4 {
	background-color: #2BC016;
	}	
	
.mu-yellow {
	background-color:#FF3;
	}	

.laranja {
	color: #F90;
	}

.verdelimao {
	COLOR: #2BC016;
	}

.verdecasa {
	COLOR: #92b541;
	}

	
.cinzaclaro {
	background-color: #f5f5f5;	
	}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
}

.mu-readmore-btn {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-readmore-btn::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mu-readmore-btn:hover, 
.mu-readmore-btn:focus {
  color: #fff;
}

.mu-readmore-btn:hover::after, 
.mu-readmore-btn:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.mu-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-browsmore-btn:hover, 
.mu-browsmore-btn:focus {
  color: #fff;
}

.mu-send-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-send-btn:hover, 
.mu-send-btn:focus {
  color: #fff;
}





/*==================
  PARCEIROS SECTION
====================*/

#mu-parceiros {  /*---Aqui regula como se fosse o container da area de parceiros */
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
}


/*==================
  DONWLOADS
====================*/

#mu-transparencia {  /*---Aqui regula como se fosse o container da area de parceiros */
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
}

#mu-slidertransparencia {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/orquestra01.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 

.nomedosarquivos {
	font-size:18px;
	font-weight:800;	
}

.spacebotomtransp{
	padding-bottom:50px;
	padding-top: 10px;	
	}


@media (max-width: 767px) {
#mu-transparencia {  /*---Aqui regula como se fosse o container da area de parceiros */
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
}

#mu-slidertransparencia {
  	display: inline;
  	float: left;
  	margin-top: 40px;
  	width: 100%;
  	position: relative;
  	height: 180px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/orquestra01.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 

.nomedosarquivos {
	font-size:16px;
	font-weight:800;	
}

.spacebotomtransp{
	padding-bottom:40px;	
	}
}




/*==================
 HEADER SECTION
====================*/

/*---cor do topo  */

#mu-header { 
  	border-bottom: 1px solid #ddd;
  	position: fixed;
  	left: 0;
  	top: 0;
  	right: 0;
  	width: 100%;
  	z-index: 999;
	background-position:center;
	background-image:url(imagens/head.jpg);
	} 

/*==================
 NAVBAR SECTION
====================*/
.mu-main-navbar {
  background-color: transparent;
  border: none;
  padding-top: 25px; /*---altura da barra de menu  dedrinkson ---*/
  padding-bottom: 25px; 
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*---AQUI MUDA A FONTE DO MENU SUPERIOR DEDRINKSON --*/
.mu-main-navbar .mu-main-nav {
  font-family: "Roboto", sans-serif;
  font-weight:500;
}

/*--AQUI MUDA A COR DA FONTE DO MENU ANTES DE SER CLICADA dedrinkson
OBS
DEPOIS DE CLICADA A CONFIGURACAO ESTA NO ARQUIVO TAN-THEME.CSS---*/

.mu-main-navbar .mu-main-nav li a {
  color: #ff8900; 

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.mu-main-navbar .mu-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}


/*--- AQUI CONSIGO ALTERAR A ALTURA DO LOGO NA CAPA dedrinkson---*/
.mu-main-navbar .navbar-header .navbar-brand {
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: -4px;
  width: 290px; /*--AQUI MUDA O TAMANHO DA LOGO---*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.mu-main-navbar .navbar-header .navbar-brand img {
  margin-top: -10px;
}


.mu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	SLIDER SECTION
====================*/


/* AQUI COMEÇA O CSS DO ARQUIVO PARAVC */

.mu-sliderded-area-teste {
  width: 90%;
  padding-top: 100px;
	}

#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-area {
  width: 90%;
  padding-top: 100px;
	}

.mu-sliderded-text {
font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}

@media (max-width: 1199px) {

#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-area {
  width: 90%;
  padding-top: 100px;
	}

.mu-sliderded-text {
font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}     
}

@media (max-width: 991px) {

#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-area {
  width: 90%;
  padding-top: 100px;
  padding-right: 350px;
  padding-top: 120px;
	}

.mu-sliderded-text {
font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}   
}

@media (max-width: 640px) {
	

/*--- AQUI CONSIGO ALTERAR A ALTURA DO LOGO NA CAPA QUANDO REDUZ DEDRINKSON ---*/
.mu-main-navbar .navbar-header .navbar-brand {
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding-top: 10;
  margin-top: -3px;
  width: 260px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
	
  
#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 

.mu-sliderded-area {
  width: 90%;
  padding-left: 15px;
  padding-top: 60px;
  padding-right: 250px;
	}

.mu-sliderded-text {
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}    
}

@media (max-width: 480px) {

#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 150px;
	}

.mu-sliderded-text {
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}  
  
}

@media (max-width: 360px) {

#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 120px;
	}

.mu-sliderded-text {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}
	
}

@media (max-width: 320px) {
#mu-sliderded {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align:center;  
  }
  
.mu-sliderded-text {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}    
}

/* AQUI TERMINA O CSS DO ARQUIVO PARAVC */



#
 



/* AQUI COMEÇA O CSS DO ARQUIVO PARAEMPRESA */

.mu-sliderded-empresa-area-teste {
  width: 90%;
  padding-top: 100px;
	}

#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-empresa-area {
  	width: 90%;
  	padding-top: 110px;
	}

.mu-sliderded-empresa-text {
/*--font-family: "Open Sans", sans-serif;--*/
	font-family: "Roboto", sans-serif;
	font-weight:100;
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	font-weight:100;
	}	


#mu-sliderquem {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/fundoterra.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 
	

		
	
	
#mu-sliderquebra {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/quebracabeca.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 
		
	
	

/*---slider ajudar fundo dedrinkson */
#mu-sliderdocardapio {
  	display: inline;
  	float: left;
  	margin-top: 190px;
  	width: 100%;
  	position: relative;
	background-color: #000;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 	
	

.mu-missao-base {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 50px;
}

.mu-missao-titulo {
	font-size: 22px;
  	width: 100%;
	margin-top: 5px;
	margin-left: 2px;
	font-variant:small-caps;
	}

.mu-missao-texto {
	font-size: 18px;
	color: #a5a5a5;
	line-height: 28px;
  	width: 100%;
	padding-bottom: 0px;
	text-align:left;
	margin-left: 10px;
	margin-right: 20px;
	}


@media (max-width: 767px) {
.mu-missao-base {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 20px;
}

.mu-missao-titulo {
	font-size: 18px;
  	width: 100%;
	margin-top: 2px;
	margin-left: 2px;
	font-variant:small-caps;
	}

.mu-missao-texto {
	font-size: 14px;
	color: #a5a5a5;
	line-height: 22px;
  	width: 100%;
	padding-bottom: 0px;
	text-align:left;
	margin-left: 10px;
	margin-right: 20px;
	}
}


/*---Slider historia---*/

#mu-sliderhistoria {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/banner-5.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 	

@media (max-width: 767px) {

#mu-sliderhistoria {
  	display: inline;
  	float: left;
  	margin-top: 40px;
  	width: 100%;
  	position: relative;
  	height: 180px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/banner-5.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 
}
	

	
.mu-slider-quem-area {
  	width: 90%;
  	padding-top: 110px;
	padding-left: 20px;
	}	
	
		

@media (max-width: 1199px) {

#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-empresa-area {
  width: 90%;
  padding-top: 100px;
	}

.mu-sliderded-empresa-text {
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}     
}

@media (max-width: 991px) {

#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-empresa-area {
  width: 90%;
  padding-top: 80px;
  padding-right: 350px;
  padding-top: 120px;
  padding-left: 18px;
  
	}

.mu-sliderded-empresa-text {
	font-size: 30px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}   
}

@media (max-width: 640px) {
  
#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 

.mu-sliderded-empresa-area {
  width: 90%;
  padding-left: 18px;
  padding-top: 46px;
  padding-right: 250px;
	}

.mu-sliderded-empresa-text {
	font-size: 25px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	padding-top: 80px;
	} 

.mu-slidermundocafelogo {
  	width: 90%;
  	padding-top: 88px;
	}

.mu-slider-quem-area {
  	width: 90%;
  	padding-top: 30px;
	padding-left: 30px;
	}	
	
	
			

   
}

@media (max-width: 480px) {


	

#mu-sliderquem {
  	display: inline;
  	float: left;
  	margin-top: 40px;
  	width: 100%;
  	position: relative;
  	height: 180px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/fundoterra.jpg");  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 

/*---slider ajudar fundo dedrinkson */
#mu-slidercomoajudar {
  	display: inline;
  	float: left;
  	margin-top: 40px;
  	width: 100%;
  	position: relative;
  	height: 180px;
	background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/131.jpeg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 	
		
	

#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-empresa-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 45px;
  padding-left: 18px;
  padding-right: 150px;
  }

.mu-sliderded-empresa-text {
	font-size: 25px;
	font-weight: 200;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}  
}

@media (max-width: 360px) {

#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-empresa-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 46px;
  padding-left: 16px;
  padding-right: 120px;
	}

.mu-sliderded-empresa-text {
	font-size: 22px;
	font-stretch:semi-expanded;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	margin-top: 10px;
	}

.mu-slidermundocafelogo {
  	width: 90%;
  	padding-top: 88px;
	}


	
.mu-slider-quem-area {
  	width: 90%;
  	padding-top: 0px;
	padding-left: 30px;
	}

	
}

@media (max-width: 320px) {
#mu-sliderded-empresa {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align:center;  
  }
  
.mu-sliderded-empresa-text {
	font-size: 20px;
	font-stretch:expanded;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}    

}

/* AQUI TERMINA O CSS DO ARQUIVO PARAEMPRESA */





/* AQUI COMEÇA O CSS DO ARQUIVO cobertura */

.mu-sliderded-cobertura-area-teste {
  width: 90%;
  padding-top: 100px;
	}

/*#mu-sliderded-cobertura {  NAO EXISTE MAIS*/ 

#mu-slidermundocafe {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 340px;
  	background-image:url(imagens/fundomundocafe.jpg);
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	}  

 

  
 @media (max-width: 480px) {

	#mu-slidermundocafe {
  	display: inline;
  	float: left;
  	margin-top: 40px;
  	width: 100%;
  	position: relative;
  	height: 200px;
  	background-image:url(imagens/fundomundocafe.jpg);
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;
	margin-bottom: 0px;  
  	}  	 

.mu-slidermundocafelogo {
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	}	
}
  

.mu-slidermundocafelogo {
  	width: 90%;
  	padding-top: 90px;
	}

.mu-sliderded-cobertura-area {
  width: 90%;
  padding-top: 100px;
	}

.mu-sliderded-cobertura-text {
font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}

@media (max-width: 1199px) {

#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-cobertura-area {
  width: 90%;
  padding-top: 100px;
	}

.mu-sliderded-cobertura-text {
font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}     
}

@media (max-width: 991px) {

#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 340px;
  background-image:url(imagens/fundo09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 
  
.mu-sliderded-cobertura-area {
  width: 90%;
  padding-top: 100px;
  padding-right: 350px;
  padding-top: 120px;
	}

.mu-sliderded-cobertura-text {
font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 30px;
	line-height: 45px;
	color:#FFF;
	text-align: left;
	}   
}

@media (max-width: 640px) {
  
#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  } 

.mu-sliderded-cobertura-area {
  width: 90%;
  padding-left: 15px;
  padding-top: 60px;
  padding-right: 250px;
	}

.mu-sliderded-cobertura-text {
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}    
}

@media (max-width: 480px) {

#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-cobertura-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 150px;
  }

.mu-sliderded-cobertura-text {
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}  
}

@media (max-width: 360px) {

#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;  
  }  

.mu-sliderded-cobertura-area {
  width: 90%;
  alignment-adjust: central;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 120px;
	}

.mu-sliderded-cobertura-text {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}
	
}

@media (max-width: 320px) {
#mu-sliderded-cobertura {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
  height: 240px;
  background-image:url(imagens/fundo09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align:center;  
  }
  
.mu-sliderded-cobertura-text {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 30px;
	line-height: 35px;
	color:#FFF;
	text-align: left;
	min-height: 20px;
	}    
}

/* AQUI TERMINA O CSS DO ARQUIVO cobertura */






#mu-slider {
  display: inline;
  float: left;
  margin-top: 106px;
  width: 100%;
  position: relative;
}

@media (max-width: 640px) {
#mu-slider {
  display: inline;
  float: left;
  margin-top: 101px;
  width: 100%;
  position: relative;
}
}

.mu-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-top-slider .mu-top-slider-single:after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.mu-top-slider .mu-top-slider-single img {
  width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
  position: absolute;
  left: 15%;
  top: 30%;
  right: 15%;
  text-align: center;
  z-index: 99;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
  color: #fff;
    font-family: "Helvetica", cursive;
  font-weight: 700;
  margin-top: 30px;
  font-size: 70px;
  line-height: 90px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
  color: #888;
}

.mu-top-slider .slick-prev:hover, 
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
  color: #fff;
}

.mu-top-slider .slick-prev:hover::before, 
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
  color: #fff;
}

.mu-top-slider .slick-prev {
  left: 20px;
}

.mu-top-slider .slick-next {
  right: 20px;
}

.mu-top-slider .slick-dots {
  bottom: 20px;
}

.mu-top-slider .slick-dots li button {
  border-radius: 50%;
}

.mu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}



/*==================
	MATERIAS SESSAO
====================*/


#mu-materia {
display: inline;
  float: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}


.mu-materia-area {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 50px;
}

.mu-materia-title {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-weight:100;
	text-align:center;
}

.mu-editoria {
	font-size: 19px;
  	font-family: "Roboto", sans-serif;
	padding-top: 8px;
  	line-height: 35px;
  	width: 100%;
	text-transform: uppercase;
}

.mu-materia-title-chamada {
  	font-size: 40px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 45px;
  	line-height: 45px;
  	padding-bottom: 25px;
  	width: 100%;
	}
	
.mu-materia-texto {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
  	width: 100%;
	alignment-adjust:middle;
	text-indent:2em;
	padding-bottom: 20px;
	text-align:justify;
	}
	
.mu-materia-foto {
	padding-top: 20px;
	padding-bottom: 20px;
	}

@media (max-width: 420px) {
	
.mu-materia-title {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	text-align:center;
}
	
.mu-materia-title-chamada {
  	font-size: 30px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 35px;
  	line-height: 35px;
  	padding-bottom: 0px;
  	width: 100%;
	}

.mu-materia-texto {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
  	width: 100%;
	alignment-adjust:middle;
	text-indent:2em;
	padding-bottom: 30px;
	text-align:justify;
	}

.mu-materia-foto {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
}

.mu-label-materia {
  background-color: #92b541;
}

.mu-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align:left;
}

.mu-panel-heading {
  padding: 15px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: inherit;
  border-top-width: 0;
  border-top-color: #ddd;
  background-color: #92b541; /* cor dos botoes */
}

.mu-panel-primary {
  border-color: #92b541;
  color: #000;
  border-color: #92b541;
  border-top-color: #92b541;
  border-bottom-color: #92b541;
}

.mu-panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #92b541;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.mu-panel-body {
  padding: 15px;
}


.mu-materiacapachamada-area {
  display: inline;
  float: left;
  width: 90%;
}

.mu-titulosessao {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight:100;
  line-height: 60px;
  padding-bottom:: 50px;
  padding-left: 0px;
  width: 100%;
  text-align:center;
}

.mu-bordaredondafoto {
  border-radius: 5px;
}



/*==================
	EVENTOS SECTION
====================*/


#mu-eventos {
	background-color: #fff;
  	float: left;
	margin-top: 150px;
  	padding: 00px 0px;
  	width: 100%;
	}	

.mu-panel-evento-head {
  padding: 5px 5px;
  border-bottom: 0px solid transparent;
  border-radius: 4px;
  height: 100px;
  background-color: #900;
}

.mu-btn-success {
  color: #fff;
  background-color: #92b541;
}


.mu-dataevento {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	text-align:center;
	}
	
.mu-mesevento {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	text-align:center;
	}	

.mu-localevento {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 9px;
	color: #fff;
	text-align:center;
	}

.mu-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  margin-bottom: 29px;
}

.mu-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.mu-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.mu-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.mu-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.mu-card-title {
  margin-bottom: 0.75rem;
}

.mu-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.mu-card-text:last-child {
  margin-bottom: 0;
}

.mu-card-link:hover {
  text-decoration: none;
}

.mu-card-link + .mu-card-link {
  margin-left: 1.25rem;
}

.mu-card-header {
  font-size: 22px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.mu-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.mu-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.mu-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.mu-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.mu-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.mu-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.mu-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.mu-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.mu-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.mu-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.mu-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mu-card-deck .card {
  margin-bottom: 15px;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
		

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
	


/*==================
	COMPRE AGORA SECTION
====================*/


.mu-portfolio-item {
  margin-bottom: 30px;
}


.mu-containercompre {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .mu-containercompre {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .mu-containercompre {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .mu-containercompre {
    max-width: 1140px;
  }
}




.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
/*  background-color: #e9ecef;*/
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}




/*==================
	ABOUT US SECTION
====================*/


#mu-escolha {
display: inline;
  float: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}



#mu-cinzaclaro {
	padding-bottom: 50px;
	background-color:#F5F5F5;
	padding-top: 70px;
	}

.mu-label-receita {
  background-color: #f0ad4e;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

.mu-label-receita-espaco {
	display: inline-block;
	max-width: 100%;
	margin-top: 20px;
	font-weight: bold;
	border-radius: .25em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;



}

.mu-tituloreceita {
	font-size: 40px;
  	font-family: "Roboto", sans-serif;
	font-weight:100;
  	line-height: 45px;
  	width: 100%;
	color:#900;
	}
	
.mu-receitas-subtitulo1 {
	font-size: 19px;
  	font-family: "Roboto", sans-serif;
  	line-height: 29px;
  	width: 100%;
	font-weight:bold;
	}
	
.mu-receitas-espec {
	font-size: 14px;
  	font-family: "Roboto", sans-serif;
  	line-height: 19px;
  	width: 100%;
	}
	
  
}


@media (max-width: 640px) {

#mu-historia {
	padding-bottom: 50px;
	background-color:#fff;
	padding-top: 30px;
	}
}

/*-- #mu-ultra não existe mais --*/


.mu-escolha-area {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 50px;
}


.mu-escolha-right {
  display: inline;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 15px;
  width: 100%;
  color:#FFF
}


#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color:#fff;
}
  
#mu-cafesespeciais {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color:#FFC;

}

.mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
  alignment-adjust:middle;
}

.mu-about-us-right {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 15px;
  width: 100%;
}

#mu-paravoce {
display: inline;
  float: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.mu-paravoce-area {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}


.mu-footercenter {
  display: inline;
  float: left;
  margin-top: 8px;
  padding-top: 00px;
  padding-left: 0px;
  width: 100%;
  color:#FFF
}


.mu-fundocinza {
	background-image:url(imagens/fundo02.jpg);	
}


.mu-fundoazul {
	background-image:url(imagens/fundo02.jpg);	
}



.mu-about-us-right ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.mu-about-us-left {
  display: inline;
  float: left;
  margin-top: 10px;
  padding-top: 20px;
  padding-right: 15px;
  width: 100%;
}

.mu-title {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
	font-weight:100;
	text-align:center;
}

/*---recuo tela cheia---*/
.mu-recuoxs {
  	margin-left: -15px;
	margin-right: -15px;
	}

.mu-recuoxs30px {
  	margin-left: -30px;
	margin-right: -30px;
	}


	
	
/*---recuo do solicite para a pagina planos---*/
.mu-recuosolicite {
	margin-top: 50px;
	margin-bottom: 60px;
	}
	

.mu-tituloconexao {
	font-size: 30px;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.mu-titleespacotopo50 {
	padding-top: 50px;
}

.mu-subtitle {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight:100;
  line-height: 60px;
  padding-bottom:: 50px;
  padding-left: 0px;
  width: 100%;
  text-align:center;
}




.spacetop{
	margin-top: 70px;
}

.spacebotom{
	padding-bottom:20px;	
	}



@media (max-width: 767px) {
.spacebotom{
	padding-bottom: 20px;
	}
}






.mu-textocapa {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
}



@media (max-width: 640px) {

.mu-subtitlecapa { /*--- aqui é a 3 e alteracao do tamanho --*/
  	font-size: 28px;
  	font-family: "Roboto", sans-serif;
  	font-weight:700;
  	line-height: 35px;
  	margin-top: 30px;
  	padding-left: 45px;
  	padding-right: 45px;
  	width: 100%;
	}
}

@media (min-width: 960px) {
.mu-subtitlecapa { /*--- aqui é a 2 e alteracao do tamanho --*/
  	font-size: 33px;
  	font-family: "Roboto", sans-serif;
  	font-weight:600;
  	line-height: 40px;
  	margin-top: 50px;
  	margin-bottom: 10px;
  	padding-left: 25px;
  	padding-right: 25px;
  	width: 100%;
	}
}
.mu-textocapa {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
}





@media (max-width: 640px) {
.mu-textocapa {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	line-height: 22px;
	text-align: justify;
}

}

.mu-titulochamada {
  	font-size: 30px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	line-height: 35px;
  	margin-bottom: 15px;
  	width: 100%;
}

.mu-div-receita {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	}
	
.mu-texto-receita-capa {
	font-size: 18px;
	line-height: 28px;
	font-family: "Roboto", sans-serif;
	text-indent:2em;
	width:inherit;
	}

@media (max-width: 640px) {

.mu-titulochamada {
  	font-size: 25px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	line-height: 32px;
  	margin-bottom: 10px;
  	padding-top: 10px;
  	width: 100%;
	text-align:center;
	}
	
.mu-div-receita {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}	
	
.mu-texto-receita-capa {
	font-size: 16px;
	line-height: 26px;
	font-family: "Roboto", sans-serif;
	text-indent: 0em;
	width:inherit;
	}
}

.mu-textocapa2 {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
	margin-bottom: 30px;
	margin-left: -10px;
}


.mu-subtitlebranco {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom:: 100px;
  padding-left: 0px;
  width: 100%;
  color: #FFF;
}

/*--tamanho computador---*/
.mu-texto {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
  	width: 100%;
	alignment-adjust:middle;
	text-indent:2em;
}

.mu-border-itens {
	border-style: solid;
  	border-bottom-width: 0px;
  	border-top-width: 0px;
  	border-right-width: 0px;
  	border-left-width: 1px;
}


.mu-title h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}



/*==================
 SERVICOS CAPA
====================*/

#mu-servicoscapa {
	padding-bottom: 70px;
	background-color:#f5f5f5;
	padding-top: 70px;
	}
	

/*==================
 COUNTER SECTION
====================*/

#mu-counter {
  background-attachment: fixed;
  background-image: url("assets/img/counter-bg.jpeg");
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.mu-counter-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  padding: 100px 0;
  float: left;
  width: 100%;
}

.mu-counter-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-counter-nav {
  display: inline-block;
  width: 100%;
}

.mu-counter-nav li {
  display: inline-block;
}

.mu-counter-nav li:last-child {
  border-right: none;
}

.mu-counter-nav li .mu-single-counter {
  color: #fff;
  display: inline;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.mu-counter-nav li .mu-single-counter span {
  font-family: "Tangerine", cursive;
  font-size: 40px;
}

.mu-counter-nav li .mu-single-counter h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.mu-counter-nav li .mu-single-counter h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}

.mu-counter-nav li .mu-single-counter h3 sup {
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
}

.mu-counter-nav li .mu-single-counter p {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}



/*==================
 MENU ITEM SECTION
====================*/

#mu-restaurant-menu {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0;
}

.mu-restaurant-menu-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-restaurant-menu-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.mu-restaurant-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
}

.mu-restaurant-menu li {
  display: inline-block;
  float: none;
}

.mu-restaurant-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-restaurant-menu li a:hover,
.mu-restaurant-menu .active a,
.mu-restaurant-menu .active a:hover,
.mu-restaurant-menu .active a:focus {
  background-color: #FFF;
}

.mu-tab-content-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.mu-tab-content-left {
  display: inline;
  float: left;
  padding-right: 15px;
  width: 100%;
}

.mu-tab-content-right {
  display: inline;
  float: left;
  padding-left: 15px;
  width: 100%;
}

.mu-menu-item-nav li {
  border-bottom: 1px dashed #ccc;
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
}

.mu-menu-item-nav li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mu-menu-item-nav li .media .media-left {
  width: 110px;
  height: 110px;
}

.mu-menu-item-nav li .media .media-left a,
.mu-menu-item-nav li .media .media-left a img {
  display: block;
  width: 110px;
  height: 110px;
}

.mu-menu-item-nav li .media .media-body .media-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.mu-menu-item-nav li .media .media-body .media-heading a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-menu-item-nav li .media .media-body .mu-menu-price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}

.mu-menu-item-nav li .media .media-body p {
  margin-top: 10px;
  font-size: 14px;
}

/*==================
RESERVATION SECTION
====================*/

#mu-reservation {
  background-color: #222;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-reservation-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-reservation-area .mu-title h2 {
  color: #fff;
}

.mu-reservation-content {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.mu-reservation-content h3 {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.mu-reservation-content p {
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 50px;
  text-align: center;
}

.mu-reservation-left {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.mu-reservation-form .form-control {
  margin-bottom: 20px;
}

.mu-reservation-form input[type="text"],
.mu-reservation-form input[type="email"] {
  border-radius: 0;
  color: #000;
  height: 40px;
}

.mu-reservation-form input[type="text"]:focus,
.mu-reservation-form input[type="email"]:focus {
  box-shadow: none;
}

.mu-reservation-form input[type="text"]::-webkit-input-placeholder,
.mu-reservation-form input[type="email"]::-webkit-input-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]:-moz-placeholder,
.mu-reservation-form input[type="email"]:-moz-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]::-moz-placeholder,
.mu-reservation-form input[type="email"]::-moz-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]:-ms-input-placeholder,
.mu-reservation-form input[type="email"]:-ms-input-placeholder {
  color: #555;
}

.mu-reservation-form select {
  border-radius: 0;
  height: 40px;
}

.mu-reservation-form select:focus {
  box-shadow: none;
}

.mu-reservation-form select option {
  margin-bottom: 10px;
  color: #000;
}

.mu-reservation-form textarea {
  border-radius: 0;
  color: #000;
  padding: 10px;
}

.mu-reservation-form textarea:focus {
  box-shadow: none;
}

.mu-reservation-form textarea::-webkit-input-placeholder {
  color: #555;
}

 .mu-reservation-form textarea:-moz-placeholder {
  color: #555;
}

.mu-reservation-form textarea::-moz-placeholder {
  color: #555;
}

.mu-reservation-form textarea:-ms-input-placeholder {
  color: #555;
}

.mu-reservation-form button[type="submit"] {
  border: none;
  margin-top: 20px;
  margin-left: 15px;
}

.datepicker {
  border-radius: 0;
  padding: 6px 10px;
}

.datepicker .datepicker-switch, 
.datepicker .prev, 
.datepicker .next, 
.datepicker tfoot tr th {
  font-size: 20px;
}

.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
  padding: 6px;
}

.datepicker table tr td.day:hover {
  color: #fff;
}

.mu-reservation-right {
  background-color: #fff;
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
  padding: 10px;
}

.mu-opening-hour {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px;
}

.mu-opening-hour h2 {
  font-family: "Tangerine", cursive;
  font-size: 50px;
  margin: 10px 15px 20px;
  padding-bottom: 15px;
  text-align: center;
}

.mu-opening-hour ul li {
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.mu-opening-hour ul p{
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*==================
 GALLERY SECTION
====================*/

#mu-gallery {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-gallery-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-gallery-content {
  display: inline;
  float: left;
  width: 100%;
}

.mu-gallery-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.mu-single-gallery {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 33.33%;
}

.mu-single-gallery:last-child {
  margin-bottom: 0px;
}

.mu-single-gallery .mu-single-gallery-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
  
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 28%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}


/*==================
  TESTIMONIAL SECTION
====================*/

#mu-client-testimonial {
  background-image: url("assets/img/testimonial-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  float: left;
  width: 100%;
}

#mu-client-testimonial .mu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  float: left;
  padding: 70px 0 100px;
  width: 100%;
}

#mu-client-testimonial .mu-title h2 {
  color: #fff;
}

.mu-client-testimonial-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-content {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single {
  display: inline;
  float: left;
  padding: 0 150px;
  position: relative;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 35px;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p:before {
  content: '\f10e';
  font-family: fontAwesome;
  font-size: 50px;
  left: 1%;
  position: absolute;
  text-align: center;
  top: 20%;
  opacity: 0.6;
  width: 100%;
  z-index: -10;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio {
  color: #fff;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-width: 175px;
  padding-top: 10px;
}

.mu-testimonial-slider .slick-dots {
  text-align: center;
}

.mu-testimonial-slider .slick-dots li {
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-testimonial-slider .slick-dots li button {
  display: none;
}


/*==================
  CHEF SECTION
====================*/


#mu-chef {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  background-color:#fbdc16;
}

.mu-chef-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-chef-content {
  display: inline;
  float: left;
  margin-top: 30px;
  padding-bottom: 60px;
  width: 100%;
}

.mu-chef-nav {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.mu-chef-nav .slick-list li {
  background-color: #ffbd14;
  display: inline-block;
  margin: 0 5px;
  width: 22%;
  overflow: hidden;
}

.mu-chef-nav .slick-list li:first-child {
  margin-left: 0;
}

.mu-chef-nav .slick-list li:last-child {
  margin-right: 0;
}

.mu-chef-nav .slick-list li .mu-single-chef {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.mu-chef-nav .slick-list li .mu-single-chef:hover .mu-single-chef-social {
  bottom: 0;
  opacity: 1;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img {
  display: inline;
  float: left;
  width: 100%;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img img {
  width: 100%;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info {
  display: inline;
  float: left;
  padding: 10px 10px 20px;
  width: 100%;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info h4 {
  margin-bottom: 5px;
  color:#000;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info span {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
  background-color: #000;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 23px 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a:hover, 
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a:focus {
  color: #fff;
}

.mu-chef-nav .slick-dots {
  text-align: center;
  margin-bottom: -30px;
}

.mu-chef-nav .slick-dots li {
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-chef-nav .slick-dots li button {
  display: none;
}




.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


.mu-secao {
    padding: 150px 0;
	padding-top: 250px;
  }


@media (min-width: 768px) {
.mu-secao {
    padding: 150px 0;
	padding-top: 250px;
  }
}





/*==================
 MAP SECTION
====================*/

#mu-map {
  display: inline;
  float: left;
  height: 650px;
  width: 100%;
}

#mu-map iframe {
  width: 100%;
  height: 100%;
}

/*==================
 FOOTER SECTION
====================*/


/* #mu-footer {
  	display: inline;
  	float: left;
  	padding: 20px 0px;
  	width: 100%;
	background-image:url(imagens/palmtree.png);
	background-color: #006500;
  	background-position:center;
	}
*/
	
#mu-footer {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, rgba(135, 206, 235, 0) 10%, rgba(0, 0, 0, 0.1) 100%), url("imagens/fundofooter.png");
	background-color: #fff;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
	
.mu-footeradd {	
	font-size: 14px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
.mu-footertel {	
	font-size: 16px;
	line-height: 24px;
	padding-top: 42px;
	}	

.mu-footertel2 {	
	font-size: 16px;
	line-height: 24px;
	padding-top: 42px;
	}

.mu-footertel3 {	
	font-size: 18px;
	line-height: 24px;
	padding-top: 42px;
	}	
		
	
.mu-footerlogo {
	padding-bottom: 25px;
	padding-top: 30px;
	}
	
.mu-footerdivisoria {
	background-image:url(imagens/divisoria.png);
	background-position:right;
	background-repeat:no-repeat;
	height: 150px;
	margin-top: 35px;
	}
	
.mu-iconecapa {
	margin-bottom: 55px;
	padding-bottom: 10px;
	}	
	
	
.mu-copy-social {
  	display: inline;
/*  float: left; */
	text-align: center;
  	padding-bottom: 40px;
  	width: 100%;
	}

.mu-menuinsta {
  	display: inline;
/*  float: left; */
	text-align: center;
  	padding-top: 50px;
  	width: 100%;
	font-size: 14px;
	color:#c5c5c5;
	}

.mu-footersocial {
	padding-bottom: 30px;
	margin-left: 08px;	
	}

.mu-footersocial a {
/*--  background-color: #555; --*/
  border-radius: 0%;
  color: #fff;
  display: inline-block;
/*--  font-size: 20px;
  height: 45px;
  line-height: 47px;
  margin: 0px; --*/
/*--  text-align: center;  --*/
/*--  width: 45px; --*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-footer-copyright {
  display: inline;
  float: center;foot
  width: 100%;

}

.mu-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;

}

.mu-footer-copyright p a {
  color: #fff;
}



.mu-copy-copyright {
  display: inline;
  float: left;
  text-align: left;
  color: #1a7e3c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mu-copy-copyright p {
	display: inline;
	font-family: "Open Sans", sans-serif;
  	font-size: 8px;
  	letter-spacing: 0.5px;
  	color: #1a7e3c;
  	font-family: Verdana, Geneva, sans-serif;
	}

.mu-copy-copyright p a {
  color: #581213;
  text-align:center;
}






/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 80px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 55px;
    line-height: 70px;

  }

  .mu-reservation-content {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 50px;
  }

  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
    padding: 23px 5px;
  }

  .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  padding-top: 26%;
  }

  
}


@media (max-width: 991px) {
	
	


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .mu-top-slider-content .mu-reservation-btn {
    display: none;
  }

  .mu-about-us-left,
  .mu-reservation-form {
    text-align: center;
  }
  
  .mu-reservation-right {
    margin-top: 60px;
  }
  


  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 22%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 60px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
    top: 40%;
  }


}


@media (max-width: 767px) {


  #mu-header {
    padding: 0 15px;
  }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
  }

  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

/*---COR DO FUNDO DO MENU QDO CHAMADO P CELULAR ---*/
  .mu-main-navbar .mu-main-nav {
	  background-color: #a9da38;
	  background: linear-gradient(to bottom, rgba(169, 218, 56, 0.8) 0%, rgba(169, 218, 56, 0.8) 100%), url("imagens/menususpenso/ok14.jpg");
	  background-position: center;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	  background-size: cover;	
/*---CONFIG DA FONT DO MENU SUSPENSO ---*/
    text-align: center;
	font-weight:800;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

  #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
  }  
  
.mu-footerlogo {
	text-align:center;
	padding-bottom: 15px;
	}

.mu-footerdivisoria {
	background-image:none;
	height: 0px;
	margin-top: 0px;
	}
	
.mu-footersocial {
	padding-bottom: 30px;
	margin-left: 0px;
	text-align:center;
	}

.mu-footeradd {	
	font-size: 12px;
	color:#ffffcc;
	line-height: 18px;
	padding-bottom: 10px;
	text-align:center;
	}

.mu-footertel {	
	font-size: 17px;
	line-height: 20px;
	padding-top: 0px;
	text-align:center;
	}

.mu-footertel2 {	
	font-size: 17px;
	line-height: 20px;
	padding-top: 0px;
	text-align:center;
	}

.mu-footertel3 {	
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
	text-align:center;
	}

.mu-copy-copyright {
  	display: inline;
  	float: left;
  	text-align: center;
  	padding-top: 30px;
  	padding-bottom: 30px;
	}

.mu-copy-copyright p {
	display: inline;
  	font-family: "Open Sans", sans-serif;
  	font-size: 8px;
  	letter-spacing: 0.5px;
	color:#ffffcc;
  	text-align: center;
  	font-family: Verdana, Geneva, sans-serif;
}

.mu-copy-copyright p a {
  	color: #581213;
  	text-align:center;
}


   
}


@media (max-width: 640px) {
	
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 50px;
    line-height: 75px;
	
  }

 .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 18%;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 18%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .mu-top-slider .slick-dots {
    display: none !important;
  } 

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 30px;
    line-height: 50px;
	
  }
  

}


@media (max-width: 480px) {

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
   top: 20%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    display: none;
  }
 
  .mu-reservation-content p {
    padding: 0;
  }


  .mu-title {
    margin-bottom: 0;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #mu-subscription .mu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
    width: auto;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
    width: 100%;
  }

   #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 30%;
  }

  #mu-map {
    height: 450px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }
  
  
}

@media (max-width: 360px) {
	

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 12px;
  }

  #mu-about-us {
    padding: 100px 0 50px;
  }

  #mu-restaurant-menu {
    padding-bottom: 0px;
  }

  #mu-reservation .mu-reservation-area .mu-reservation-content {
    padding: 0;
  }

  .mu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .mu-title h2 {
    font-size: 28px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }
  


  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 27%;
  }

  #mu-footer .mu-footer-area .mu-footer-social a {
    font-size: 18px;
  }

  .mu-menu-item-nav li {
    text-align: center;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

  #mu-map {
    height: 250px;
  }


}


@media (max-width: 320px) {

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 25.5%;
  }
  

.mu-subtitle {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight:100;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom:: 100px;
  padding-left: 0px;
  width: 100%;
  text-align:center;
}  

  
}





@media (max-width: 480px) {


.mu-title {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight:100;
	text-align:center;
}

.mu-subtitle {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight:100;
  line-height: 40px;
  width: 100%;
  text-align:center;
}  

/*---recuo tela celular---*/
.mu-recuoxs {
  	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	}

#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#mu-escolha {
	padding-bottom: 50px;
}


#mu-ultra {
	padding-top: 20px;
	padding-bottom: 10px;
}


.mu-escolha-area {
	display: inline;
	float: left;
	width: 100%;
  	padding-top: 20px;
	}

.mu-texto {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	line-height: 24px;
  	width: 100%;
	text-align:justify;
	}

.mu-paravoce-area {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}

}


.mu-color-white {
	color:#FFF;
}

.mu-color-black {
	color:#000;
}

.embed-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.mu-red {
	background-color:#F00
	}
	

.mu-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}


/*==================
 CONTACT SECTION - NOVO DEDRINKSON
====================*/


.mu-contato {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
	background-size: 100%;
	background-color: #FFF;
}



@media (max-width: 640px) {
.mu-contato {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	background-size: 100%;
	background-color: #FFF;
}
}

.section-heading {
  color: #fff;
}

.form-group {
  margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
  padding: 20px;
}

.form-group input.form-control {
  height: auto;
}

.form-group textarea.form-control {
  height: 248px;
}

.form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*======================
    CAPA DEDRINKSON
========================*/


.mu-capa-title-cardapio {
  	font-size: 60px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 45px;
  	line-height: 45px;
  	padding-top: 25px;
  	padding-bottom: 25px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	margin-bottom: 20px;
	}
	
.mu-capa-titleespeciais-cardapio {
  	font-size: 60px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 45px;
  	line-height: 45px;
  	padding-bottom: 0px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	margin-bottom: 0px;
	}	

.mu-capa-subtitleespeciais-cardapio {
  	font-size: 30px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 15px;
  	line-height: 45px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	margin-bottom: 20px;
	}	
	
	
.mu-capa-texto-cardapio {
  	font-size: 20px;
  	line-height: 25px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 25px;
  	padding-bottom: 15px;
  	width: 100%;
	color:#FFF;
	text-align: center;	
}	
	
#mu-cardapiocapa {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 70px;
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.2) 100%), url("imagens/budiao.jpg"); */
	background: #f36f21;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}	

.section-content {
	padding-top: 5%;
	}

.mu-fotoreceitacapa {
  	padding-left: 0px;
	padding-right: 00px;
	padding-bottom: 0px;
	}
	
.mu-ocabana {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
	background: linear-gradient(to bottom, rgba(243, 111, 33, 1) 10%, rgba(243, 111, 33, 0.4) 100%), url("imagens/areia.png");
	background-size: 100%;
}



.mu-tituloleft { /*--- aqui é a 1 e alteracao do tamanho --*/
  	font-size: 70px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 20px;
  	line-height: 75px;
  	padding-bottom: 0px;
  	width: 100%;
	text-align: left;
	}

.mu-titulocenter { /*--- aqui é a 1 e alteracao do tamanho --*/
  	font-size: 70px;
  	font-family: "Roboto", sans-serif;
  	font-weight: 100;
	margin-bottom: 50px;
  	line-height: 75px;
  	padding-bottom: 0px;
  	width: 100%;
	text-align: center;
	}	
	
	
.textocabana {
	padding-left: 0px;	
	font-weight:200;
	padding-right: 10px;
	}	

.mu-fundobranco{
	display:inline;
	float:left;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 140px;
	background: #fff;
	background-image:url(imagens/slider/4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.textochef {
	padding-left: 0px;	
	font-weight:200;
	padding-right: 25%;
	}

.mu-fundodrinks{
	display:inline;
	float:left;
	width: 100%;
	height: 800px;
	padding-top: 140px;
	padding-bottom: 140px;
	background-image:url(imagens/slider/5.jpg);
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.1) 100%), url("imagens/slider/5.jpg");
*/	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.textodrink {
	padding-left: 0px;	
	font-weight:200;
	padding-right: 25%;
	}

.mu-contato-texto {	
	font-size: 30px;
	line-height: 40px;
	text-align:left;
	}	

.mu-contato-texto2 {	
	font-size: 20px;
	line-height: 30px;
	text-align:left;
	}	
	
.mu-espacosuperior{
	padding-top:50px;
	}
	


@media (max-width: 640px) {

.mu-espacosuperior{
	padding-top:50px;
	margin-top: 50px;
	}
	
.mu-capa-title-cardapio {
  	font-size: 30px;
  	line-height: 35px;
  	font-family: "Roboto", sans-serif;
  	font-weight:200;
  	margin-top: 0px;
	margin-bottom: 20px;
  	padding-bottom: 0px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	}
	
.mu-capa-titleespeciais-cardapio {
  	font-size: 30px;
  	font-family: "Roboto", sans-serif;
  	font-weight:200;
  	margin-top: 0px;
  	line-height: 45px;
  	padding-bottom: 0px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	margin-bottom: 0px;
	}
	
.mu-capa-subtitleespeciais-cardapio {
  	font-size: 20px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 10px;
  	line-height: 25px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: center;
	margin-bottom: 20px;
	}				

.mu-capa-texto-cardapio {
  	font-size: 15px;
  	font-family: "Roboto", sans-serif;
  	font-weight:400;
  	margin-top: 15px;
  	line-height: 20px;
  	padding-bottom: 25px;
  	width: 100%;
	color:#FFF;
	text-align: center;	
}
	
#mu-cardapiocapa {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.2) 100%), url("imagens/budiao.jpg"); */
	background: #f36f21;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}	

.section-content {
	padding-top: 0%;
	}
	
.mu-fotoreceitacapa {
  	padding-left: 0px;
	padding-right: 00px;
	padding-bottom: 10px;
	}
	
.mu-ocabana {
	padding-bottom: 50px;
	padding-top: 50px;
	}
	

.mu-tituloleft { /*--- aqui é a 2 e alteracao do tamanho --*/
  	font-size: 40px;
  	font-family: "Roboto", sans-serif;
  	font-weight:100;
  	margin-top: 0px;
  	line-height: 45px;
  	padding-bottom: 20px;
  	width: 100%;
	text-align: left;
	}	


.mu-titulocenter { /*--- aqui é a 2 e alteracao do tamanho --*/
 	font-size: 40px;
  	font-family: "Roboto", sans-serif;
  	font-weight: 100;
	margin-bottom: 50px;
  	line-height: 45px;
  	padding-bottom: 0px;
  	width: 100%;
	text-align: center;	
	}
	
	


.textocabana {
	padding-left: 90px;	
	font-weight:400;
	padding-right: 40px;

	}


.mu-fundobranco{
	display:inline;
	float:left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
	background-image:url(imagens/slider/4a.jpg);
	background-position: right;
}  

.textochef {
	padding-left: 0px;	
	font-weight:400;
	padding-right: 35%;
	padding-left: 15px;
	}
  
.mu-fundodrinks{
	display:inline;
	float:left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
	background-image:url(imagens/slider/5.jpg);
	background-position: right;
}    

.textodrink {
	padding-left: 0px;	
	font-weight:400;
	padding-right: 10%;
	padding-left: 15px;
	}
	
  }
  
  
  
  
  
  /*======================
    CARDAPIO DEDRINKSON
========================*/


.mu-fundo-pagina-cardapio{
	display:inline;
	float:left;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 0px;
	background: #fff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 30%, rgba(255, 255, 255, 1) 100%), url("imagens/couropreto.jpg");
	background-attachment: scroll;
}

.mu-espaco-pg-cardapio {
	paddin-top: 30px;
	padding-bottom: 30px;
	}



  /*======================
    CONFIRMACAO DEDRINKSON
========================*/


.mu-fundo-confirmacao{
	display:inline;
	float:left;
	width: 100%;
	height: 870px;
	padding-top: 160px;
	padding-bottom: 140px;	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%), url("imagens/slider/6.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mu-title-confirma {
  	font-size: 70px;
  	font-family: "Roboto", sans-serif;
  	font-weight:400;
  	margin-top: 95px;
  	line-height: 75px;
  	padding-right: 750px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: left;
	}

.mu-texto-confirma {
  	font-size: 50px;
  	font-family: "Roboto", sans-serif;
  	font-weight:400;
  	margin-top: 45px;
  	line-height: 65px;
  	padding-right: 750px;
  	width: 100%;
	color:#fff;
	text-align: left;
	}

@media (max-width: 640px) {	
.mu-fundo-confirmacao{
	display:inline;
	float:left;
	width: 100%;
	height: 470px;
	padding-top: 120px;
	padding-bottom: 140px;	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 100%), url("imagens/slider/6.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mu-title-confirma {
  	font-size: 35px;
  	font-family: "Roboto", sans-serif;
  	font-weight:400;
  	margin-top: 15px;
  	line-height: 40px;
  	padding-left: 20px;
  	width: 100%;
	color:rgb(243, 111, 33);
	text-align: left;
	}

.mu-texto-confirma {
  	font-size: 25px;
  	font-family: "Roboto", sans-serif;
  	font-weight:400;
  	margin-top: 20px;
  	line-height: 25px;
  	padding-left: 20px;
  	width: 100%;
	color:#fff;
	text-align: left;
	}
}
	
	

/*==========================
         PHP CODIGO
++==========================*/	
	
.ded-menu-item {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	}	

.ded-menu-desc {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	}		

.ded-menu-cod {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 10px;
	line-height: 13px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	}		


.ded-menu-valor {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color:#000;
	text-align: right;
	margin-top: 00px;
	margin-bottom: 0px;
	padding-left: 0px;
	}			
	
.ded-menu-suco {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color:#fff;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 10px;
	padding-left: 0px;
	}	
	
@media (max-width: 640px) {	
	
.ded-menu-item {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	color:#000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: -20px;
	}
	
.ded-menu-desc {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 00px;
	padding-left: 0px;
	margin-left: -20px;
	}		

.ded-menu-cod {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 9px;
	line-height: 12px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: -20px;
	}		



.ded-menu-valor {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color:#000;
	text-align: right;
	margin-top: 00px;
	margin-bottom: 0px;
	padding-left: 0px;
	}	

.ded-menu-suco {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color:#000;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 10px;
	padding-left: 20px;
	}	

#mu-footer {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	background: linear-gradient(to bottom, rgba(135, 206, 235, 0) 10%, rgba(0, 0, 0, 0.1) 100%), url("imagens/fundofooter2.png");
	background-color: #fff;
	background-size:auto;
	background-position: center top;
	background-repeat: no-repeat;
}	
			
}




/*==========================================================
        CONFIG CAPA INGLES COMIDAS BRASILEIRAS
++==========================================================*/	

#mu-comidabrasileira {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 70px;
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.2) 100%), url("imagens/budiao.jpg"); */
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}	

#mu-slidercomidabrasileira {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(0, 140, 0, 0.7) 0%, rgba(150, 150, 0, 0.4) 50%), url("imagens/fundobrazil1.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 

.mu-shadow {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
/*  border: 1px solid transparent;*/
  border: 1px solid transparent;  
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(10, 10, 10, .05);
}

.mu-shadow-menu {
  margin-bottom: 20px;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%), url("imagens/papel.jpg");
  background-repeat: repeat-y repeat-x;
  background-size:contain;
/*  border: 1px solid transparent;*/
  border: 1px solid transparent;  
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(10, 10, 10, .1);
}

.titulosliderbrazil {
	font-size: 20px;
	font-weight:600;
	margin-top: 5px;
	margin-bottom: 15px;
}

.textosliderbrazil {
	font-weight:200;
	padding: 0 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.textoboxsliderbrazil {
	font-weight:200;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.textosmateriabrazil {
	font-weight:200;
	margin-top: 30px;
	margin-bottom: 30px;
}



@media (max-width: 640px) {	

#mu-comidabrasileira {
	display:inline;
	float:left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 70px;
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.2) 100%), url("imagens/budiao.jpg"); */
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}	

#mu-slidercomidabrasileira {
  	display: inline;
  	float: left;
  	margin-top: 90px;
  	width: 100%;
  	position: relative;
  	height: 250px;
	background: linear-gradient(to bottom, rgba(0, 140, 0, 0.7) 0%, rgba(150, 150, 0, 0.4) 50%), url("imagens/fundobrazil1.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	text-align: left;  
  	} 

.mu-shadow {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
/*  border: 1px solid transparent;*/
  border: 1px solid transparent;  
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(10, 10, 10, .05);
}

.titulosliderbrazil {
	font-size: 14px;
	font-weight:700;
	margin-top: 5px;
	margin-bottom: 15px;
}

.textosliderbrazil {
	font-weight:400;
	padding: 0 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.textoboxsliderbrazil {
	font-weight:400;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 19px;
}
.textosmateriabrazil {
	font-weight:400;
	margin-top: 30px;
	margin-bottom: 30px;
}
}