*{
	padding: 0px;
	margin: 0px;
}



@import 'http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import 'http://fonts.googleapis.com/css?family=Ubuntu+Condensed';
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css');
body{
	font-family: 'Open Sans', sans-serif;
	    background: #fccf1a;	
}
*{
	outline: none !important;
}

#pagina {
    display: none;
}
#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index:999999999;
    width: 100vw;
    height: 100vh;
    background-image: url("loading.gif");
   background-color : #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
}

.cardapio-links ul{
    list-style-type: none;
}


.cardapio-links li{
    float: left;
    margin-bottom: 10px;
    width: auto;
    margin-left: 0px;
}

.cardapio-links .btn-group>.btn+.dropdown-toggle{
    border-radius: 0px !important;
}



.portfolioFilter .carousel {
    margin-bottom: 0;
    /* padding: 0 40px 30px 40px; */
    text-align: center;
    margin: 0 auto;
    width: auto;
    float: none;
    display: flex;
}

.cardapio-links .dropdown-item 
{
    width: 100%;
    float: left;
    border-top: 0px;
    font-size: 14px;
    background: #f9a62b;
    color: white;
    font-family: inherit;
    text-shadow: 0 0 black;
    font-weight: 400;
    text-transform: none !important;
}


.cardapio-links .dropdown-item:hover{
    color: white;
    background-color: #fe8c00;

}

.btn-group.open .dropdown-toggle {
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

.cardapio-links .owl-controls .owl-prev,.cardapio-links .owl-controls .owl-next {
    /*background: white;*/
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #3498db;
    line-height: 24px;
    /*border: 3px solid #f79b2e;*/
    transition: all ease 0.5s;
}

.cardapio-links.owl-carousel .owl-wrapper{
    margin-top: 5px;
}

.cardapio-links.owl-carousel .owl-wrapper-outer{
   height: 37px;
}

.cardapio-links .owl-controls .owl-prev:hover,.cardapio-links .owl-controls .owl-next:hover {
   /* background: #f79b2e;*/
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color:#f79b2e;
    line-height: 24px;
    /*border: 3px solid #0f5ce9;*/
    transition: all ease 0.5s;
}


.box-lanche.hotdogs {
    float: left;
}

.titulo-box img.img-responsive {
    max-height: 150px;
    margin: 10px auto;
    float: right;
}

.bebidas  li{
    width: 50% !important;
    float: left;
}

.bebidas .col-md-2{
    padding: 0px !important;
}

.portfolio ul{
    list-style: none;
    width: 100%;
    float: left;
}

.portfolio ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}
p.valor-lanche {
    font-size: 20px;
    color: #f69f2c;
    font-weight: bold;
    margin-top: 18px;
}

.col-md-6.col-xs-12.dog {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #eee;
}

.portfolio{
    background: white;
    border-radius: 10px;
}
::-webkit-scrollbar {
    background: #BBBBBB;
    width: 8px;
    height: 0px;
    cursor: n-resize;
}
::-webkit-scrollbar-thumb {
    background: #FEFEFE;
    cursor: n-resize;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
    cursor: n-resize;
}

.carousel-inner .active.left { left: -20%; }
.carousel-inner .next        { left:  20%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

.col-lg-2 {
    width: 18%;
    padding: 0px;
    margin-right: 2%;
}
.col-lg-1{width: 14.25%}


.navbar-brand>img {
    display: block;
    max-height: 130px;
}		
.alfabeto ul{
	list-style: none;
}
.dog .col-md-9 p{
    font-size: 13px;
}

.dog h3{
    font-size: 18px;
}
.dog .col-md-8 p{
    font-size: 13px;
}


nav li{
	float: left;
	margin-right: 0px !important;
	font-weight:300;
	text-transform: uppercase;	
}
nav li a{
	transition: all ease 0.5s;
}

nav li a:hover{
border-radius: 5px;
color:  #fe8c00 !important;

}

.alfabeto li {
    float: left;
    margin-right: 5px;
}

.navbar-default {
    background: url(../images/fundo-topo.jpg) #f9f9f9;
    /* background: #f5f5f5; */
    background-blend-mode: lighten;
    border-bottom: 0px;
    border-top: 0px;
    border: 0px;
    min-height: 95px;
    background-position: center center;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.36);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.36);
}


.contato-pagina li.contato-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}


.contato-pagina li.contato-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.contato-pagina footer li.contato-link  
{
    border: none;
    background: none;
}

.contato-pagina footer li.contato-link a 
{   
    color: #f9a22e !important;
}

.contato-pagina header li.contato-link a 
{
    color: white !important;
}







.home-pagina li.home-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.home-pagina footer li.home-link  {
    border: none;
    background: none;
}
.home-pagina li.home-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.home-pagina li.home-link a {
    color: #fff !important;
}

.home-pagina header li.home-link a {
    color: white !important;
}

.home-pagina footer li.home-link a {
   
    color: #f9a22e !important;
}



footer .pagamento img {
    height: 85px;
}

footer .pagamento{
    font-weight: bold;
    font-size: 16px;
    color: #3498db;
}

.pagamento{
   font-weight: bold;
    font-size: 16px;
    color: #3498db;
    text-align: center;
}

.novidades-pagina li.novidades-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}


.novidades-pagina footer li.novidades-link {
    border: none;
    background: none;
}


.novidades-pagina li.novidades-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.novidades-pagina header li.novidades-link a {
    color: white !important;
}

.novidades-pagina footer li.novidades-link a {
    color: #f9a22e !important;
}

.text-p{
    margin-top: 25px;
}

.quemsomos2 .col-md-12{
    padding-left: 0px;
}

.cardapio-pagina li.cardapio-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.cardapio-pagina footer li.cardapio-link {
    border: none;
    background: none;
}
.cardapio-pagina li.cardapio-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cardapio-pagina header li.cardapio-link a {
    color: white !important;
}

.cardapio-pagina footer li.cardapio-link a {
    color: #f9a22e !important;
}

.overlay .valor{
    font-size: 20px;
    width: 100%;
    text-align: center;
        color: #1def1d;
}

.pedidos-pagina li.pedido-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.pedidos-pagina footer li.pedido-link {
    border: none;
    background: none;
}
.pedidos-pagina li.pedido-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pedidos-pagina header li.pedido-link a {
    color: white !important;
}

.pedidos-pagina footer li.pedido-link a {
    color: #f9a22e !important;
}

.galeria-pagina li.galeria-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.galeria-pagina footer li.galeria-link {
    border: none;
    background: none;
}
.galeria-pagina li.galeria-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.galeria-pagina header li.galeria-link a {
    color: white !important;
}

.galeria-pagina footer li.galeria-link a {
    color: #f9a22e !important;
}

.eventos-pagina li.eventos-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.eventos-pagina footer li.eventos-link {
    border: none;
    background: none;
}
.eventos-pagina li.eventos-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.eventos-pagina header li.eventos-link a {
    color: white !important;
}

.eventos-pagina footer li.eventos-link a {
    color: #f9a22e !important;
}

/* Futebol Página */
.futebol-pagina li.futebol-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.futebol-pagina footer li.futebol-link {
    border: none;
    background: none;
}
.futebol-pagina li.futebol-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.futebol-pagina header li.futebol-link a {
    color: white !important;
}

.futebol-pagina footer li.futebol-link a {
    color: #f9a22e !important;
}
/* FIM, futebol pagina */

.quem-somos-pagina li.quem-somos-link {
    border: 2px solid #fff;
    background: #3498db;
    color: white;
}

.quem-somos-pagina footer li.quem-somos-link {
    border: none;
    background: none;
    color: white;
}


.quem-somos-pagina li.quem-somos-link::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.quem-somos-pagina header li.quem-somos-link a {
    color: white !important;
}

.quem-somos-pagina footer li.quem-somos-link a {
    color: #f9a22e !important;
}




.tel {
    float: right;
    font-size: 20px;
    bottom: -60px;
    position: absolute;
    left: 265px;
    background: #3498db;
    color: white;
    padding: 0px 5px;
    text-align: center;
    border-radius: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.cardapio-navbar img {
    float: right;
    top: 70px;
    position: absolute;
    right: 0px;
    width: 252px;
    z-index: 0;
}


.image-holder {
    border: 5px solid white;
    -webkit-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    float: right;
}
.aside-image .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}

.navbar-default a {
    color: black !important;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
}
.navbar-brand{
	display: block !important;
}

.navbar-nav {
    float: right;
    margin: 15px 0px;
    width: auto;
}
.navbar-header {
    display: block;
}

.navbar-nav {
    float: right;
    margin: 15px 0;
    width: auto;
}
a{
    text-decoration: none !important;
}
header{
	position: fixed;
    width: 100%;
    float: left;
    top: 0px;
    z-index: 99;
    border-bottom: 1px solid #ecdfdf;
   /* -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.27);
border-bottom: 5px solid #3498db;*/

}


@media(min-width: 680px){    
.cardapio-navbar img {
    top: 65px;
    width: 280px;
    /*right: -140px;*/
}
section.banner {
    margin-top: 96px;
}
}

.theme-default .nivo-controlNav{
	display: none;
}
header .container{
	position: relative;
}
.conteudo{
	padding-bottom: 50px;
	width: 100%;
	float: left;
}
.menu{
	float: right;
	padding-right: 0px;
}
.telefone{
	position: absolute;
	right: 35px;
	background: #3498db;
	font-weight: bold;
	padding:5px 10px;
	color: white;
	font-size: 15px;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: -2px 6px 0px -1px rgba(26,83,129,0.74);
-moz-box-shadow: -2px 6px 0px -1px rgba(26,83,129,0.74);
box-shadow: -2px 6px 0px -1px rgba(26,83,129,0.74);
}
.navbar-nav{
	width: auto !important;
    float: right;
    height: 100%;
    margin: -2% 0px 0px 0px;
    font-size: 5px;
}

ul{
	list-style: none !important;
}
.logo{
	padding-top: 15px;
	padding-left: 0px;
}
footer {
    width: 100%;
    float: left;
    background: #fbf9f9;
    border-top: 1px solid #3498db;
    padding: 10px 0;
    color: black;
    padding-top: 40px;
    font-size: 12px;
}

footer a{
	color: 	white;
}

.menu-footer ul{
	list-style: none;
	width: 	100%;
	float: 	left;
}
.ouvirmusica{
	margin: 20px 0;
}
.menu-footer li{
	/*float: 	left;
	magin-right: 10px;*/
}

.por-letras{

}

.por-letras .titulo-footer {
    font-size: 18px;
    font-weight: 700;
    color: #3498db;
}

.titulo-footer {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3498db;
}

footer span.tel {
    margin-bottom: 26px;
    background: none;
    color: #f79b2e;
    bottom: 0;
    position: relative;
    font-size: 27px;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
}

footer .col-xs-12.text-center.copy{
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.por-letras ul{
	margin: 0;
	padding:0;
	list-style:none;
}


.por-letras li{
	font-weight: 300;
	float: 	none;
	font-size: 14px;
	margin-right: 0px;
}
.titulo{
	    font-weight: 700;
	    width: 	100%;
	    float: 	left;
	    font-size: 	25px;
 }

 .titulo:before {
    content: 'f23';
    color: transparent;
    background-image: url(../images/food-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
}
nav li {
        border-radius: 15px;
    border: 2px solid transparent;
    text-align: center;
    margin: 0px;
    float: left;
    padding: 3px 9px 3px 0px;
    transition: all ease 0.5s;
}

nav li:hover {
    border: 2px solid #fff;
    background: #3498db;
    color: white;

}

nav li:hover a{
    color: white !important;
}

.tel span{
    font-size: 12px;
}


nav li:before {
    content: '434';
    color: transparent;
    font-size: 18px;
    position: relative;
    left: 7px;
    top: 0px;
}

.modal-footer button {
    background: orange;
    color: white;
    border: none;
}
.nav li:hover::before {
    background-image: url(../images/food-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    transition: all ease 0.5s;
    color: white;
    padding: 10px;
    opacity: 0;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    padding-top: 70px;
}

.overlay:hover{
    opacity: 1;
}
.col-md-4.col-xs-6.portfolio {
        width: 30%;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 20px;
    color: white;
    border: 3px solid white;
    height: 180px;
    -webkit-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.36);
    margin-right: 20px;
    margin-left: 15px;
}


.aside-image {
background: url('../images/fundo-topo.jpg');
background-position: center center;
width: 	100%;
float: 	left;
padding: 50px 0;
    min-height: 365px;
}

.fancybox-skin{
        position: relative;
    background: #fccf1a !important;
}

footer a {
    color: black;
    font-size: 15px;
}

.well.well-sm {
    padding-top: 20px;
    border: none !important;
    background: #f9ae2e;
}

.text-center.header {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.well input {
    width: 100%;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.well button{
    background: 
}

.panel-body{
    padding: 15px;
}
.well button.btn.btn-sucess {
    background: #3498db;
    color: white;
    font-weight: bold;
    width: 83%;
    font-size: 21px;
}

.clientes .carousel-inner {
    position: relative;
    width: 88%;
    overflow: hidden;
    margin: 0 auto;
}

#map1 iframe{
    border:3px solid white;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
}
.box-texto{
	position: absolute;
	z-index: 999;
	background: #e6e6e6;
	bottom: 0px;
	width: 100%;
	transition: all ease 0.1s;
	padding-left: 15px;
	padding-right: 15px;
}

.box-texto .texto1{
	display: none;
	transition: all ease 0.5s;
}

.texto-empresa{
	text-align: justify;
	font-size: 13px;
	color: #808080;
}
.bloco-not img{
	width: 100%;
}
.bloco-not:hover .texto1{
	display: block;
}


section{
}

.clientes{
	width: 	100%;
	float: 	left;
	background:#f9f9f9;
	padding: 100px 0;
}

#map {
                width: 100%;
                height: 500px;
            }

 a.roll-button.border {
    background: white;
    border-radius: 10px;
    padding: 8px 19px;
    margin-top: 13px;
    font-weight: bold;
    text-decoration: none;
}


.clientes img.img-responsive {
    border: 2px solid white;
    -webkit-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.15);
    box-shadow: -2px 12px 8px -1px rgba(0,0,0,0.15);
    max-width: 100%;
    width: 100%;
}

.clientes p{
	text-align: center;
    padding: 3px 10px;
    color: white;
    background: #f89832;
    color: white;
    border-radius: 5px;
    margin: 0 0px;
    width: 100%;
    z-index: 999999999;
    position: relative;
}

.clientes .col-md-2.col-sm-2.col-xs-2 {
    padding: 0;
}

.clientes .item{
	padding: 0px;
}

.clientes .text-center{
	margin-top: 30px;
	width: 100%;
    float: left;
    background: none;
}


.conteudo{
	width: 100%;
	float: left;
	padding-top: 130px;
	background: #fcf9f9;
	font-family: 'Open Sans',sans-serif;
}

.portfolioFilter{
        width: 100%;
     float: left;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
    color: black;
    font-size: 18px;
    text-align: center;
}


.drinks li{
    width: 50% !important;
}
.cervejas li{
    width: 50% !important;
}

.refrigerantes li{
    width: 50% !important;
}

.novidades-pagina .promo img{
    border-radius: 40px;
}
.cardapio-links .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
border-radius: 0px;
}

.portfolioFilter a {
    font-size: 13px;
    border: 0;
    margin: 0;
    background: #fe8c00;  /* fallback for old browsers */
    color: white;
    border-radius: 0px;
    padding: 10px 12px;
    text-decoration: none;
    transition: all ease 0.5s;
    text-transform: uppercase;
}

.portfolioFilter button{
    font-size: 13px;
    border: 0;
    margin: 0;
    background: #fe8c00;  /* fallback for old browsers */
    color: white;
    border-radius: 0px;
    padding: 10px 12px;
    text-decoration: none;
    transition: all ease 0.5s;
    text-transform: uppercase;
}

.portfolioFilter a:hover,.portfolioFilter a:active, .portfolioFilter a:focus, .portfolioFilter button:hover,.portfolioFilter button:active, .portfolioFilter button:focus   {
    background-color: #f9a62b;
    color: white;
    background-position: 0px !important;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 225px;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f9a62b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px !important; 
    border-radius: 0px !important; 
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.portfolioFilter .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #f9a62b !important;
    border-color: #f9a62b;
    text-transform: uppercase;
}
.dropdown-item:hover{
    border-radius:0px !important; 
}
.open>.dropdown-toggle.btn-default{
       color: #fff;
    background-color: #f7a22f;
    border-color: #adadad;
}
.titulo{
	font-weight: bold;
    font-size: 31px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-style: italic;
    float: left;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #f79b2e;
}


.box-lanche.file .col-md-9 {
    padding-left: 47px;
}

.portfolio:hover:before {
    opacity: 1;
}
.panel-heading {
    background: #f8f8f8 !important;
}

.foto-lanche img{
    border: 2px solid white;
}

.ingredientes{
    text-align: left;
}

.ingredientes ul{
    list-style: none;
}

.ingredientes li{
    width: 100%;
    float: left;
}

.clear{
    padding: 45px 0;
}

.bg-profile{background-color: #3498DB !important;height: 150px;z-index: 1;}
.bg-bottom{height: 100px;margin-left: 30px;}
.img-profile{display: inline-block !important;background-color: #fff;border-radius: 6px;margin-top: -50%;padding: 1px;vertical-align: bottom;border: 2px solid #fff;-moz-box-sizing: border-box;box-sizing: border-box;color: #fff;z-index: 2;}
.row-float{margin-top: -40px;}


.panel-footer button.btn.btn-success.btn-block{
    width: 200px;
    float: right;
      background: #f69433 !important;
      font-weight: bold;
      border: none;
}

btn-success{
    background: #f69433 !important;
    border: none;
    font-weight: bold;
}

a.btn-novidade {
    background: #f69433;
    color: white;
    padding: 5px;
    float: right;
    border-radius: 11px;
    font-weight: bold;
}

.novidades-pagina .row.col-md-6.col-xs-12 {
    padding: 0;
    margin-bottom: 25px;
    min-height: 870px;
}

.novidades-pagina .row.col-md-6.col-xs-12:nth-child(2n+1) {
    float: right;
}

.logoBsn 
{  
    margin-top: -5px;
    margin-right: 3px;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.55);
}

.o-evento img.img-responsive {
    width: 100%;
}

a:hover .logoBsn {
    transform: scale(1.4);
}


.cardapio-links {
    margin: 0 auto;
}


.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -15px;
}
.owl-prev {
left: -40px;
}
.owl-next {
right: -40px;
}

@media (min-width: 768px) and (max-width: 879px){ 
    .container-navbar {
        
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-nav {
        margin: -2% -25px 0px;
    }  
    .home-pagina header li.home-link a {
        margin-right: 0px !important;
    }
   
    .navbar-default .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 880px) and (max-width: 991px){ 
    .container-navbar {
        
        margin-left: 0px;
        margin-right: 0px;
    }
    .cardapio-navbar img {
        right: -80px;
    }
    .navbar-nav {

        margin: -2% -150px 0px;
    }  
    .home-pagina header li.home-link a {
        margin-right: 0px !important;
    }
    .navbar-default .navbar-nav>li>a {
        margin-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1025px){ 
     .navbar-nav {
        margin: -2% 30px 0px;
    }  
}

@media (min-width: 1026px) and (max-width: 1199px){    
    .navbar-nav {
        width: auto !important;
        float: right;
        height: 100%;
        margin: -2% 22px 0px 0px;
        font-size: 6px;     
    }
    .navbar .navbar-collapse {
        margin-right: -3%;
    }
    .navbar-brand>img {
        display: block;
        max-height: 90px;
        margin-left: -36px;
    }
    .navbar-nav>li {
        cursor: pointer;
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-pagina header li.home-link a {
        margin-right: 9px !important;
    }
    .navbar-default .navbar-nav>li>a {
        margin-right: 3px;
    }
}

@media (min-width: 768px) and (max-width: 1025px){
    .cardapio-navbar img {
        top: 70px;
        z-index: 0;
        width: 230px;

    }
  .navbar-brand{
        width: 120px;
        float: left;
    }

    .novidades-pagina .row.col-md-6.col-xs-12 {
    padding: 0;
    margin-bottom: 25px !important;
    float: left;
    margin: 0 auto;
}

.portfolioContainer{
    /*min-height: 400px;*/
}
.logo-desenv{
width: 100%;
float: left;
text-align: center;
}

.col-md-4.col-xs-6.portfolio{
    background: #f9f9f9;
}

.logo-desenv .logoBsn{
margin: 0 auto !important;
float: none  !important;
}   
.novidades-pagina .row.col-md-6.col-xs-12:nth-child(2n+1) {
    float: left;
}
.panel-footer button.btn.btn-success.btn-block{
    width: auto !important;
    float: right;
}
    .cardapio-pagina .foto-lanche{
        margin-top: 20px;
    }

    .panel-info h4.product-name{
        font-size: 14px;
        margin-top: 0;
    }
    .panel-info .valores{
        padding: 0px !important;
    }
    
    .panel-info .valores .col-xs-4{
        width: 25% !important;
    }
    .panel-info img.img-responsive {
    height: 35px;
    width: 35px;
    max-width: none;
}

.panel-info h4.text-right {
    font-size: 15px;
}



.clear {
    padding: 0px 0;
}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 20px !important ;
    overflow-y: initial !important;
}

.panel-primary.o-evento > .panel-footer .btn-success{
    font-size:  13px !important;
}
.evento-lista .col-sm-4 {
    float: left;
    min-height: 330px;
}
.menu-footer .titulo-footer {
    font-size: 15px;
    text-align: left;
}

footer iframe{
        border: none;
    overflow: hidden;
    margin: 0 auto;
    float: none;
    /* display: block; */
    text-align: center;
    width: auto !important;
}
.portfolioFilter a {
    color: black;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid transparent;
    text-decoration: none;
    margin: 7px 7px;
    float: left;
    }

    .navbar-brand img{
        max-width: 100%;
    }
    .navbar-default .navbar-brand {
    margin: 0 auto;
    float: none;
}

    iframe{
        max-width: 100%;
    }

    .box-clientes .portfolio{
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: auto !important;
        color: black !important;
        text-align: center;
        box-shadow: none !important;
    }


    .box-clientes .portfolio a{
        color: black;
    }
    nav li {
    border-radius: 0;
    border: 2px solid transparent;
    text-align: center;
   width: 100%;
   margin-right: 0px;
    padding: 5px 0px;
    transition: all cubic-bezier(0.25, 0.1, 0.43, 0.5) 0s;
    background: #f9f9f9;
}
.navbar-nav{
padding-top: 28px;
}

.navbar-header {
    display: block;
    float: left;
  
}
.navbar-toggle {
    display: none  !important; 
}
   nav li a{
       width: 100%;
       padding: 5px 10px;
   }

   section.clientes{
    padding: 50px 0;
   }

   section.quemsomos2 {
    margin-top: 0px !important;
}

.quem-somos-pagina section {
    margin-bottom: 20px;
}

   .navbar-toggle{
    float: right;
   }

   .tel {
        float: right;
        font-size: 10px;
        top: 78px;
        left: 80px;
        font-size: 9px;
        width: 70%;
        border-radius: 0px
        bottom: inherit;
        /* right: inherit; */
    } 

    .tel span{
        font-size: 12px;
    }  
footer .col-md-4 {
    margin: 25px 0;
}

.portfolioFilter{
        width: 100;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
}

.titulo{
    margin-bottom: 20px;
    float: none;
    width: 100%;
    text-align: center;
}

#myCarousel2 .col-xs-3 {
    width: 50%;
}
#myCarousel2 .carousel-inner{
    height: 115px;
}

footer{
    text-align: center;
}
.menu-footer li{
    width: 100%;
    text-align: center;
}

.clientes{
    position: relative;
    padding: 0px;
}
.conteudo{
    position: relative;
}

.clientes .col-md-2.col-sm-2.col-xs-12 {
    width: 100%;
    float: left;
    text-align: center;
}
.clientes .col-md-2.col-sm-2.col-xs-12  img{
    display: initial;
    box-shadow: none;
}
.clientes p{
    width: 100%;
    z-index: 9;
}
.banner{
    width: 100%;
    float: left;
    margin-top: 95px;
}
.aside-image{
    text-align: center;
}

.aside-image .image-holder{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}

.clientes .cont .carousel-inner{
    height: 125px;
}

.portfolio:before {
    display: none;
    }


footer ul{
    list-style: none;
}

.conteudo-iframe hr{
    margin-top: 15px;
}

.conteudo-iframe .roll-button{
margin-bottom: 15px;
}

.contyeudo-iframe .foto-lanche{
    margin-bottom: 20px 0;
}

section.quemsomos{
margin-top: 0px;
}

section.quemsomos2{
margin-top: 100px;
}


.vagas li{
    width: 100%;
    padding:5px 5px;
    float: left;
}

.vagas p{
    margin-top: 15px;
}

.vagas li:nth-child(2n+1){
    background: white;
}

.vagas strong{
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.vagas ul{
    list-style: none;
}


.navbar-toggle {
    float: right !important;
}
.tel {
    float: right;
    font-size: 16px;
    bottom: -67px;
    position: absolute;
    border-radius: 0;
    left: 114px;
    background: #3498db;
    color: white;
    width: 58%;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

    .navbar-brand img{
        max-width: 120px;
        max-height: 55px;
    }

    .aside-image h2 strong{
        font-size: 25px;
        text-align: center;
    }

    .col-md-2.menu-footer li {
    text-align: center;
}

.aside-image{
    padding: 0;
}

.aside-image .image-holder {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    height: 300px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}

section.banner{
    margin-top: 100px;
}

header{
    top: 0px;
}
.nav>li{
   width: auto !important;
}
.titulo-box h1 {
    font-size: 35px;
}

.navbar-default a{
    font-size:  16px;
}

header nav li:before {
    display: none;      
}

.novidades-pagina .row.col-md-6.col-xs-12 {
    padding: 0;
    margin-bottom: 25px;
    min-height: auto !important; 
    text-align: center !important;
 
}
.novidades-pagina .promo img {
    border-radius: 40px;
    margin: 0 auto;
    float: none;
    display: initial;
}
.novidades-pagina .row.col-md-6.col-xs-12:nth-child(2n+1) {
  float: left; }

  .box-lanche.hotdogs {
    float: left;
    width: 100%;
}
.box-lanche h1{
    font-size: 16px;
}

.box-lanche h3{
    font-size: 14px;
}

.portfolio{
padding: 0 !important;
}

.portfolio.col-xs-12 {
    padding: 0;
}



.dog .col-md-3{
 width: 30%; 
 padding: 0;
 float: left; 
  padding: 0; 
}
.dog .col-md-4{
 width: 30%; 
 padding: 0;
 float: left; 
  padding: 0; 
}
p.valor-lanche{
font-size: 16px;
}
.dog .col-md-8{
 width: 70%;   
 float: left;
  padding: 0;
}

.file .dog .col-md-8{
 width: 64%;   
 float: left;
  padding: 0;
}
.dog .col-md-9{
 width: 70%;   
 float: left;
 padding: 0;
 }
.titulo-box h1{
    font-size: 25px;
}
 .drinks li {
    width: 100% !important;
}
.cervejas li {
    width: 100% !important;
}
.refrigerantes li {
    width: 100% !important;
}
.bebidas  li{
    width: 100% !important;
}

iframe{
    max-width: 100%;
}

.info.col-xs-12 {
    padding: 0;
}

section.quemsomos2 {
    margin-top: 30px !important;
}


}


h3.titulo-lanche  {
    padding-left: 20px;
}


h3.titulo-lanche {
    padding-left: 20px;
}




@media (max-width: 767px) {
    .iziModal {
        /*top: 2% !important;*/
        width: 100% !important;
        max-width: 100% !important;
        height: 98% !important;
        max-height: 98% !important;
        margin-left: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0!important;
    }

    .navbar-collapse.collapse {
        margin-top: 0px !important;
    }
    .navbar-nav {
        width: auto !important;
        float: right;
        height: auto !important;
        margin: 55px 0px 0px 0px;
    }
    .cardapio-navbar img {
        float: left;
        top: 2px;
        position: absolute;
        left: 5px;
        width: 84px;
        z-index: 0;
    }    
    .por-letras .titulo-footer{
        font-size: 15px;
    }

    .menu-footer .titulo-footer {
    font-size: 15px;
    }

    .navbar-brand{
        width: 120px;
        float: left;
    }

    .onde-estamos {
        margin-top: 28px;
    }

.dog .col-md-9 p{
    font-size: 13px;
}

.owl-prev {
left: -10px;
}
.owl-next {
right: -10px;
}
.dog .col-md-8 p{
    font-size: 13px;
}
    .info.col-xs-12 {
    padding: 0;
}
.nav>li{
    width: 100%;
}
iframe{
    max-width: 100%;
}
.portfolio{
padding: 0 !important;
}
.box-lanche h1{
    font-size: 16px;
}
.bebidas  li{
    width: 100% !important;
}
.drinks li {
    width: 100% !important;
}
.cervejas li {
    width: 100% !important;
}
.refrigerantes li {
    width: 100% !important;
}
.dog .col-md-3{
 width: 30%; 
 padding: 0;  
}

.dog .col-md-4{
 width: 30%; 
 padding: 0;
 float: left; 
  padding: 0; 
}

p.valor-lanche{
font-size: 14px;
}

.dog .col-md-9{
 width: 70%;   
 float: left;
  padding: 0;
}

.dog .col-md-8{
 width: 70%;   
 float: left;
  padding: 0;
}

.portfolio h3{
    font-size: 14px;
}
.box-lanche.hotdogs {
    float: left;
    width: 100%;
}
    .aside-image .image-holder {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    height: 350px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}
.novidades-pagina .row.col-md-6.col-xs-12 {
    padding: 0;
    margin-bottom: 25px;
    min-height: auto !important; 
    text-align: center !important;
 
}
.novidades-pagina .promo img {
    border-radius: 40px;
    margin: 0 auto;
    float: none;
    display: initial;
}
.novidades-pagina .row.col-md-6.col-xs-12:nth-child(2n+1) {
  float: left; }
header{
    top: 0px;
}

section.banner{
    margin-top: 100px;
}
    .aside-image{
    padding: 0;
}
    .col-md-2.menu-footer li {
    text-align: center;
}

.por-letras li{
    text-align: left;
}
 .aside-image h2 strong{
        font-size: 25px;
        text-align: center;
    }
section.banner{
    margin-top: 100px;
    width: 100%;
    float: left;
}
.tel {
    float: right;
    font-size: 20px;
    bottom: -67px;
    position: absolute;
    border-radius: 0;
    right: 0;
    left: 0;
    background: #3498db;
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
    .navbar-brand img{
        max-width: 120px;
        max-height: 50px;
    }
.navbar-toggle {
    float: right !important;
    margin-top: 10px;
}
    .novidades-pagina .row.col-md-6.col-xs-12 {
    padding: 0;
    margin-bottom: 25px !important;
    float: left;
    margin: 0 auto;
}




.portfolioContainer{
    /*min-height: 400px;*/
}
.logo-desenv{
width: 100%;
float: left;
text-align: center;
margin-top: 5px !important;
}

.box-lanche .col-md-6.col-xs-12 {
    border-bottom: 1px solid #f5f5f5;
}

.copy p {
    margin: 0 auto;
    width: 100%;
    float: left;
}

.col-md-4.col-xs-6.portfolio{
    background: #f9f9f9;
}

.logo-desenv .logoBsn{
margin: 0 auto !important;
float: none  !important;
}   
.novidades-pagina .row.col-md-6.col-xs-12:nth-child(2n+1) {
    float: left;
}
.panel-footer button.btn.btn-success.btn-block{
    width: auto !important;
    float: right;
}
    .cardapio-pagina .foto-lanche{
        margin-top: 20px;
    }

    .panel-info h4.product-name{
        font-size: 14px;
        margin-top: 0;
    }
    .panel-info .valores{
        padding: 0px !important;
    }
    
    .panel-info .valores .col-xs-4{
        width: 25% !important;
    }
    .panel-info img.img-responsive {
    height: 35px;
    width: 35px;
    max-width: none;
}

.panel-info h4.text-right {
    font-size: 15px;
}



.clear {
    padding: 0px 0;
}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 0px;
    overflow-y: initial !important;
}



    .navbar-brand img{
        max-width: 100%;
    }
    .navbar-default .navbar-brand {
    margin: 0 auto;
    float: none;
}

    iframe{
        max-width: 100%;
    }

    .box-clientes .portfolio{
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: auto !important;
        color: black !important;
        text-align: center;
        box-shadow: none !important;
    }


    .box-clientes .portfolio a{
        color: black;
    }
    nav li {
    border-radius: 0;
    border: 2px solid transparent;
    text-align: center;
   width: 100% !important;
    padding: 5px 9px;
    transition: all cubic-bezier(0.25, 0.1, 0.43, 0.5) 0s;
    background: #f9f9f9;
}

   nav li a{
       width: 100%;
       padding: 5px 0;
   }

   section.clientes{
    padding: 50px 0;
   }

   section.quemsomos2 {
    margin-top: 0px !important;
}

.quem-somos-pagina section {
    margin-bottom: 20px;
}

   .navbar-toggle{
    float: right;
   }

   .tel {
    float: right;
    font-size: 13px;
    top: 70px;

    font-size: 9px;
    bottom: inherit;
    /* right: inherit; */
}   

.clientes img.img-responsive{
    margin-bottom: 20px;
}
footer .col-md-4 {
    margin: 25px 0;
}

footer .col-xs-6 {
    width: 100%;
    text-align: center !important;
}

footer .por-letras li {
    text-align: center;
}
.dropdown-menu{
    z-index: 9 !important;
}
.check {
    float: left;
    position: absolute;
    left: 15px  !important;
    top: -5px !important;
}

.portfolioFilter{
        width: 100;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
}

.titulo{
    margin-bottom: 20px;
    float: none;
    width: 100%;
    text-align: center;
}

#myCarousel2 .col-xs-3 {
    width: 50%;
}
#myCarousel2 .carousel-inner{
    height: 115px;
}

footer{
    text-align: center;
}
.menu-footer li{
    width: 100%;
    text-align: center;
}

.clientes{
    position: relative;
    padding: 0px;
}
.conteudo{
    position: relative;
}

.clientes .col-md-2.col-sm-2.col-xs-12 {
    width: 100%;
    float: left;
    text-align: center;
}
.clientes .col-md-2.col-sm-2.col-xs-12  img{
    display: initial;
    box-shadow: none;
}
.clientes p{
    width: 100%;
    z-index: 9;
}
.banner{
    width: 100%;
    float: left;
    margin-top: 95px;
}
.aside-image{
    text-align: center;
}

.aside-image .image-holder{
    position: relative;
}

.clientes .cont .carousel-inner{
    height: 125px;
}

.portfolio:before {
    display: none;
    }
}


footer ul{
    list-style: none;
}

.conteudo-iframe hr{
    margin-top: 15px;
}

.conteudo-iframe .roll-button{
margin-bottom: 15px;
}

.contyeudo-iframe .foto-lanche{
    margin-bottom: 20px 0;
}

section.quemsomos{
margin-top: 0px;
}

section.quemsomos2{
margin-top: 100px;
}


.vagas li{
    width: 100%;
    padding:5px 5px;
    float: left;
}

.vagas p{
    margin-top: 15px;
}

.vagas li:nth-child(2n+1){
    background: white;
}

.vagas strong{
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.vagas ul{
    list-style: none;
}

.shape{ 
    border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
    -ms-transform:rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    transform:rotate(360deg);
}
.promocao-lanche{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;transition: all .2s ease-in-out;
}

.promocao-lanche:hover{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;transform: scale(1.1);
}

.promocao-lanche .lead{
font-weight: bold;
}

.promocao-lanche .col-xs-8{
    padding: 0px;
}

.promocao-lanche strong{
font-size: 18px;
}

.promocao-lanche .col-xs-4{
    padding: 0px;
    font-size: 10px;
}
.promocao-lanche-radius{
    border-radius:7px;
}
.promocao-lanche-danger { border-color: #d9534f; }
.promocao-lanche-danger .shape{
    border-color: transparent #d9534f transparent transparent;
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.promocao-lanche-success {    border-color: #5cb85c; }
.promocao-lanche-success .shape{
    border-color: transparent #5cb85c transparent transparent;
    border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.promocao-lanche-default {    border-color: #999999; }
.promocao-lanche-default .shape{
    border-color: transparent #999999 transparent transparent;
    border-color: rgba(255,255,255,0) #999999 rgba(255,255,255,0) rgba(255,255,255,0);
}
.promocao-lanche-primary {    border-color: #428bca; }
.promocao-lanche-primary .shape{
    border-color: transparent #428bca transparent transparent;
    border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}
.promocao-lanche-info {   border-color: #5bc0de; }
.promocao-lanche-info .shape{
    border-color: transparent #5bc0de transparent transparent;
    border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}
.promocao-lanche-warning {    border-color: #f0ad4e; }
.promocao-lanche-warning .shape{
    border-color: transparent #f0ad4e transparent transparent;
    border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right: -27px;
    top: -4px;white-space: nowrap;
    -ms-transform:rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(30deg); /* Safari and Chrome */
    transform:rotate(30deg);
}   
.promocao-lanche-content{
    padding:0 20px 10px;
}

.css-checkbox { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }#inputPreview { display: flex; gap: 20px; justify-content: center;	}.css-checkbox + label { position: relative; font-size: 15px; cursor: pointer; display: inline-flex; align-items: center; height: 24px; color: rgb(0, 0, 0); }.css-checkbox + label::before { content: " "; display: inline-block; vertical-align: middle; margin-right: 3px; width: 20px; height: 20px; background-color: white; border-width: 2px; border-style: solid; border-color: rgb(230, 159, 37); border-radius: 2px; box-shadow: none; }.css-checkbox:checked + label::after { content: " "; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+"); background-repeat: no-repeat; background-size: 10px 10px; background-position: center center; position: absolute; display: flex; justify-content: center; align-items: center; margin-left: 0px; left: 0px; top: 0px; text-align: center; background-color: transparent; font-size: 10px; height: 24px; width: 24px; }

.check{
    float: left;
    position: absolute;
    left: 0;
    top: 20%;
}


.agenda{
    width: 100%;
    float: left
}

.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}

.logo-desenv{
    float: right;
    margin-top: -20px;
}

.copy p{
    margin: 0 auto;
    text-align: left;
}

footer img {
    max-width: 100%;
}
/* Times */
.agenda .agenda-time { width: 140px; } 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 

.agenda thead{
    background: #f79b2e;
    color: white;
}

.agenda tr:nth-child(2n){
    background: white;
}

.agenda .btn-group-sm>.btn, .btn-sm {
    padding: 1px 5px !important;
    font-size: 11px !important;
    line-height: 1.5;
    border-radius: 3px;
    background: #f69630 !important;
    border: none !important;
    color: white !important;
}

.o-evento h2 {margin-top:10px}

.nopadding {
        padding: 0 !important
    }
    time {
        display: inline-block;
        width: 100%;
        color: rgb(255, 255, 255);        
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
    background: rgba(0,0,0,0.9);
    }

    #modalevento .modal-body{
        text-align: center;
    }

    #modalevento .modal-body .img-responsive{
            display:  initial; 
    }

time.pink {
    background-color: rgb(197, 44, 102);
}
    time.purple {
        background-color: rgb(165, 82, 167)
    }
    
    time.dkblue
    {
        background-color: #336699;
}


    .time {
        background-color: rgb(165, 82, 167);
    }

    time > span {
        display: none;
    }

    time > .dia {
        display: block;
        font-size: 4em;
        font-weight: 100;
        line-height: 1;
    }

    time > .mes {
        display: block;
        font-size: 24pt;
        font-weight: 900;
        line-height: 1;
    }
    .nopadding {padding:0 !important;margin:0!important;}
    .panel-primary > .panel-footer {
        color: #fff!important ;
        background-color: #337ab7;
        border-color: #337ab7;
    }
    .panel-primary > .panel-footer p,.panel-primary a {color:#FFF}
    .panel-primary.o-evento{
        background: orange;
        border: 0 !important;
    }

    .panel-primary.o-evento > .panel-footer{
        background: orange;
        border: 0 !important;
    }

    .panel-primary.o-evento > .panel-footer .btn-success{
                background: #3498db;
    color: white;
    font-weight: bold;
    width: 100%;
    font-size: 15px;

    }
    .evento-lista .panel-heading{
        background:orange !important;
        font-weight:bold;
        font-size: 17px;
        text-align:center;
    }

    #myCarousel2 .carousel-inner .next       { left:  25%; }
#myCarousel2 .carousel-inner .prev       { left: -25%; }
#myCarousel2 .carousel-control           { width:  4%; }
#myCarousel2 .carousel-control.left, #myCarousel2.carousel-control.right {margin-left:15px;background-image:none;}

.navbar-collapse.collapse 
{
    margin-top: 55px;
}

/*MODAL PEDIDOS*/
.iziModal {
    top: 2% !important;
    /*width: 100% !important;
    max-width: 100% !important;
    height: 98% !important;
    max-height: 98% !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0!important;*/
}
/*.iziModal.isAttached {
    border-radius: 0!important;
    margin-top: 0!important;
    top: 0!important;
    bottom: 0;
    transition: none!important;
}*/