

body, html
{
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
}
body{
	display: block;
    width: 100%!important;
}
h2
{
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 34px;
    color: #333;
}

h3
{
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

h4
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}

h5
{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
h6{
	font-size: 15px;
    color: #666666;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
p
{
    font-size: 16px;
}

p.intro
{
    margin: 12px 0 0;
    line-height: 24px;
}

a
{
    color: #FE58A0;
}

a:hover, a:focus
{
    text-decoration: none;
    color: #222;
}

ul, ol
{
    list-style: none;
}

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

ul, ol
{
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr
{
    height: 2px;
    width: 90px;
    text-align: center;
    position: relative;
    background: #FE58A0;
    /*margin: 0;*/
    margin-bottom: 40px;
    border: 0;
}

.btn:active, .btn.active
{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus
{
    outline: none;
    outline-offset: none;
}

/* Navigation */

#menu
{
    padding: 20px;
    transition: all 0.8s;
}

#menu.navbar-default
{
    background-color: rgb(71, 44, 207);
    border-color: #522EFF;
}

#menu a.navbar-brand
{
	
	font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav > li > a
{
    text-transform: uppercase;
    color: #ddd;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    margin: 10px 15px 0 15px;
	background-color: transparent;
}

#menu.navbar-default .navbar-nav > li > a:hover
{
    color: #FE58A0;
}

#menu1
{
    padding: 20px;
    transition: all 0.8s;
}

#menu1.navbar-default
{
    background-color: #522EFF;
    border-color: #522EFF;
}

#menu1 a.navbar-brand
{
	display:  none;
	font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

#menu1.navbar-default .navbar-nav > li > a
{
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    margin: 10px 15px 0 15px;
	background-color: transparent;
}

#menu1.navbar-default .navbar-nav > li > a:hover
{
    color: #FE58A0;
}

.on {
	background-color: #522EFF !important;
	padding: 0 !important;
	padding: 10px 0 !important;

}
#menu a.navbar-brand.log {
	
	display: block;
}
#menu1 a.navbar-brand.log {
	
	display: block;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #FE58A0 !important;
    background-color: transparent;
}

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

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

.navbar-default .navbar-toggle:hover>.icon-bar
{
    background-color: #FFF;
}

.section-title
{
    margin-bottom: 70px;
}

.section-title .overlay
{
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7);
}

.section-title p
{
    
    color: rgba(255,255,255,0.8);
}

.section-title hr
{
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-custom
{
    text-transform: uppercase;
    color: #000000;
    background-color: #FE58A0;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.5s;
	font-weight: bold;
	
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active
{
    color: #fff;
    background-color: #FE58A0;
}

/* Header Section */

.intro
{
    display: block;
    width: 100%;
    padding: 0;
    background-color: #522EFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .overlay
{
    background: rgba(0,0,0,0.4);
}

.intro h1
{
    color: #FE58A0;
    font-size: 9em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
	padding: 0;
	line-height: 100px;
}
.intro h3
{
    color: #fff;
    font-size: 9em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
	padding: 0;
	line-height: 0px;
}

.intro span
{
    color: #a7c44c;
    font-weight: 600;
}

.intro p
{
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    margin-top: 0;
	padding-top: 0;
    margin-bottom: 40px;
	margin-left: 6px;
	line-height: 35px;
}
.intro p.teste
{
	margin-top: 20px;
	font-size: 30px;
}
header .intro-text
{
    padding-top: 300px;
    padding-bottom: 0px;
    text-align: center;
}


/* o-que-eh Section */

#o-que-eh
{
    color: #ffffff;
	background: rgb(71, 44, 207);/* url(../img/o-que-e-o-buzz.jpg) center top no-repeat fixed;*/
    background-size: cover;
    padding: 45px 0 60px;
}
#o-que-eh .overlay
{
    padding: 120px 0 80px 0;
    background: rgba(239, 102, 11, 0.6);
}

#o-que-eh h3
{
    font-size: 20px;
	color: #ffffff;
}
#o-que-eh h2
{
 	color: #ffffff;
	padding-top: 20px;
}
#o-que-eh hr
{
    margin-left: 0;
	margin-bottom: 0;
}

#o-que-eh .o-que-eh-text
{
    margin-left: 0;
}

#o-que-eh .o-que-eh-img
{
    display: inline-block;
    position: relative;
}

#o-que-eh .o-que-eh-img:before
{
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#o-que-eh p
{
    line-height: 24px;
    margin: 15px 0 30px;
}

/* Menu Section */

#para-quem
{
    padding: 45px 0 60px;
    background: #522EFF;
}

#para-quem .section-title
{
    background: #444 url(../img/menu-bg.jpg) center center no-repeat fixed;
    background-size: cover;
}

#para-quem .section-title h2
{
    color: #fff;
}

#para-quem img
{
    width: 300px;
    box-shadow: 15px 0 #a7c44c;
}
#para-quem h2
{
    font-size: 30px;
}
#para-quem h3
{
    padding: 10px 0;
    text-transform: uppercase;
}
#para-quem hr
{
    color: #FE58A0;
	margin-left: 0;
	background-color: #FE58A0;
}

#para-quem .menu-section hr
{
    margin: 0 auto;
	margin-bottom: 20px;
}

#para-quem .menu-section
{
    margin: 0 20px 80px;
}

#para-quem .menu-section-title
{
    font-size: 26px;
    display: block;
    font-weight: 500;
    color: #444;
    margin: 20px 0;
    text-align: center;
}

#para-quem .menu-item
{
    margin: 35px 0;
    font-size: 18px;
}

#para-quem .menu-item-name
{
    font-weight: 600;
    font-size: 17px;
    color: #555;
    border-bottom: 2px dotted rgb(213, 213, 213);
}

#para-quem .menu-item-description
{
    font-style: italic;
    font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#para-quem .menu-item-price
{
    float: right;
    font-weight: 600;
    color: #555;
    margin-top: -26px;
}

/* quem-faz-parte Section */

#quem-faz-parte
{
    padding: 45px 0 120px;
	background-color: #522EFF;
	color: #ffffff;
}

#quem-faz-parte .section-title
{
    background: #444 url(../img/gallery-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 50px;
}

#quem-faz-parte .section-title h2
{
    color: #ffffff;
}
#quem-faz-parte hr
{
    margin-left: 0;
}
#quem-faz-parte H3
{
    color: #ffffff;
}

.categories
{
    padding-bottom: 30px;
    text-align: center;
}

ul.cat li
{
    display: inline-block;
}

ol.type li
{
    display: inline-block;
    margin: 0 10px;
    padding: 20px 0;
}

ol.type li a
{
    color: #999;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
    background: #eee;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ol.type li a.active
{
    color: #fff;
    background-color: #FE58A0;
}

ol.type li a:hover
{
    color: #fff;
    background-color: #FE58A0;
}

.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    z-index: 1;
}

.isotope, .isotope .isotope-item
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item
{
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.quem-faz-parte-item
{
    margin: 15px 0;
}

.quem-faz-parte-item .hover-bg
{
    overflow: hidden;
    position: relative;
}

.quem-faz-parte-item .hover-bg:before
{
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hover-bg .hover-text
{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text>h4
{
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.hover-bg:hover .hover-text>h4
{
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg:hover .hover-text
{
    opacity: 1;
}

/* publicacoes Section */

#publicacoes
{
    color: #fff;
    background: #444 url(../img/team-bg.jpg) center top no-repeat fixed;
    background-size: cover;
}

#publicacoes .overlay
{
    padding: 120px 0 80px 0;
    background: rgba(0, 0, 0, 0.6);
}

#publicacoes h2, #publicacoes p
{
    color: #666666;
	margin-top: 20px;
}

#publicacoes hr
{
    margin: 0;
}

#publicacoes h3
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0;
}

#publicacoes img
{
    width: 280px;
}

#publicacoes .thumbnail
{
    background: transparent;
    border: 0;
}

#publicacoes .thumbnail .publicacoes-img
{
    display: inline-block;
    position: relative;
}

#publicacoes .thumbnail .publicacoes-img:before
{
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#publicacoes .thumbnail .caption
{
    padding-top: 10px;
}

#publicacoes .thumbnail .caption p
{
    color: rgba(255,255,255,0.7);
    padding: 0 10px;
    font-size: 15px;
}
#publicacoes .menu-item-line
{
    font-weight: 600;
    font-size: 17px;
    color: #555;
    border-bottom: 2px dotted rgb(213, 213, 213);
}

#publicacoes .menu-item-description
{
    font-style: italic;
    font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#publicacoes a
{
    color: #999999;
	font-weight: bold;
}

#publicacoes a:hover, a:focus
{
    text-decoration: none;
    color: #FE58A0;
}




/* Call Reservation Section */

#agenda {
	padding: 90px 0;
	color: #522EFF;
	background: #522EFF;
	
}

#agenda .overlay
{
    padding: 80px 0;
    background: #663399;
}

#agenda h2
{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
	margin-bottom: 15px;
}

#agenda hr
{
    background: #FE58A0;
}

#agenda h3
{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0;
}
#agenda .menu-item-description
{
    font-style: italic;
    font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	
}

#agenda .menu-item-line
{
    font-weight: 600;
    font-size: 17px;
    color: #555;
    border-bottom: 2px dotted rgb(213, 213, 213);
}
#agenda a
{
    color: #FE58A0;
	font-weight: bold;
}

#agenda a:hover, a:focus
{
    text-decoration: underline;
    color: #FE58A0;
}


/* contato Section */

#contato
{
    padding: 100px 0 60px 0;
    background: #522EFF;
}

#contato .section-title p
{
    color: #ffffff;
}

#contato form
{
    padding: 0;
}

#contato h3
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

#contato .text-danger
{
    color: #cc0033;
    text-align: left;
}
#contato hr {
    background: #FE58A0;
}
label
{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contato .form-control
{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contato .form-control:focus
{
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
#contato p a
{
    color: #ffffff;
}

#contato p a:hover, a:focus
{
    text-decoration: none;
    color: #FE58A0;
}


.form-control::-webkit-input-placeholder
{
    color: #777;
}

.form-control:-moz-placeholder
{
    color: #777;
}

.form-control::-moz-placeholder
{
    color: #777;
}

.form-control:-ms-input-placeholder
{
    color: #777;
}

#contato .contato-item
{
    margin: 20px 0 40px 0;
}

#contato .contato-item span
{
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}

#contato .contato-item p
{
    font-size: 36px;
}

/* Footer Section*/

#footer
{
    background: #522EFF;
    padding: 50px 0 0 0;
}

#footer h3
{
    color: #FE58A0;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer .copyrights
{
    padding: 20px 0;
    margin-top: 50px;
    background: rgb(71, 44, 207);
}

#footer .social
{
    margin: 20px 0 30px 0;
}

#footer .social ul li
{
    display: inline-block;
    margin: 0 20px;
}

#footer .social i.fa
{
    font-size: 26px;
    padding: 4px;
    color: #fff;
    transition: all 0.3s;
}

#footer .social i.fa:hover
{
    color: #eee;
}

#footer p
{
    font-size: 15px;
    color: #ffffff;
}

#footer a
{
    color: #f6f6f6;
}

#footer a:hover
{
    color: #333;
}
.img-desktop{
    display: block;
    width: 100%;
}
.img-mobile{
    display: none;
}
@media (min-width: 320px)
{
	header .intro-text-1
	{
		padding-bottom: 20px;
		text-align: center;
	}	
	
}
@media (min-width: 768px)
{
  	#footer h5
	{
		font-size: 13px;
	}
	.espaco{
		 padding-top: 0px;
	}
	header .intro-text-1
	{
		padding-bottom: 50px;
		text-align: center;
	}
}
@media (min-width: 992px) 
{
  	#footer img
	{
		width: 100%;
	}
	#footer h5
	{
		font-size: 12px;
	}
	.text-flui-l {
  		text-align: center;
	}
	.text-flui-r {
  		text-align: center;
	}
	.espaco{
		 padding-top: 0px;
	}
	header .intro-text-1
	{
		padding-bottom: 50px;
		text-align: center;
	}
}
@media (min-width: 1200px) 
{
  	#footer img
	{
		width: 80%;
	}
	#footer h5
	{
		font-size: 14px;
	}
	.text-flui-l {
  		text-align: left;
	}
	.text-flui-r {
  		text-align: right;
	}
	.espaco{
		 padding-top: 35px;
	}
	header .intro-text-1
	{
		padding-bottom: 200px;
		text-align: center;
	}
}

.cor-branca
{
    color: #fff;
}

.fundo-braco
{
    background: #ffffff;
}
.fundo-cinza
{
    background: rgb(71, 44, 207);
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.cantos-redondos{
    border-radius: 0px;	
    padding-left: 0;
}
.centralizar{
	margin-left: auto;
	margin-right: auto;
}
.mb{
	margin-bottom: 60px;
}
#publicacoes img {
    float: left;
    margin: 0px 25px 25px 0;
}

#publicacoes h3 {
    color: #444;
    font-weight: 400;
    font-size: 20px;
    margin: 25px 0 0 0;
    padding: 0;
}

/* TABELA */
.table{
	width: 60%;
	margin-left: auto;
    margin-right: auto;
}

.table th.hora{
	width: 160px;
	height: auto;
	background-color: #660033;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	/*border-right: 7px solid #e4e9f1;
	border-bottom: 7px solid #e4e9f1;*/
}

.table th.progs{
    border-top: 6px solid #663399;
    border-bottom: 10px solid #663399;
}

.table td{
	/*background-color: #d7dee8;*/
	/*border-right: 7px solid #e4e9f1;
	border-bottom: 7px solid #e4e9f1;*/
	vertical-align: middle;
	padding: 0;
}
.table td.prof{
	background-color: #dde8d7;
}
.table td.titulo-txt{
	background-color: #46d9b0;
}
.table td:hover{opacity: 0.7;}
.table th:hover{opacity: 0.7;}
.table td h2{
	color: #fff;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin: 8px;
    letter-spacing: 0px;
    padding-top: 10px;
}
.table td h3{
	color: #000;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.table td p{
    color: #fff;
    font-size: 17px;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-left: 16px;
    padding-bottom: 7px;    
}

.table thead th{
	text-align: center;
	background: #F33857;
    color: #e3eaf2;
}
.table > thead > tr > th {
    border-bottom: 2px solid #663399;
    border-top: 1px solid #663399;
}
.table > tbody > tr > th{
    border-bottom: 2px solid #663399;
    border-top: 1px solid #663399; 
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}
.table > thead > tr > td{
    border: none;
}

.table thead tr{
	margin-bottom: 30px;
}
.timeline-panel-segunda{
    cursor: pointer;
}
.timeline-panel-terca1{
    cursor: pointer;
}
.timeline-panel-terca2{
    cursor: pointer;
}
.timeline-panel-quarta1{
    cursor: pointer;
}
.timeline-panel-quarta2{
    cursor: pointer;
}
.timeline-panel-quinta{
    cursor: pointer;
}
.timeline-panel-sexta{
    cursor: pointer;
}
.timeline-body-segunda{
    display: none;
}
.timeline-body-terca1{
    display: none;
}
.timeline-body-terca2{
    display: none;
}
.timeline-body-quarta1{
    display: none;
}
.timeline-body-quarta2{
    display: none;
}
.timeline-body-quinta{
    display: none;
}
.timeline-body-sexta{
    display: none;
}
.timeline-body-segunda.efeito-segunda {
    display: block;
}
.timeline-body-terca1.efeito-terca1 {
    display: block;
}
.timeline-body-terca2.efeito-terca2 {
    display: block;
}
.timeline-body-quarta1.efeito-quarta1 {
    display: block;
}
.timeline-body-quarta2.efeito-quarta2 {
    display: block;
}
.timeline-body-quinta.efeito-quinta {
    display: block;
}
.timeline-body-sexta.efeito-sexta {
    display: block;
}


.cor-roxa{
	width: 100%;
	height: 100%;
	/*border-left: 6px solid #9b12f2;*/
	background: #9b12f2;
	padding: .35rem;
	
}
.cor-verde{
	width: 100%;
	height: 100%;
	/*border-left: 6px solid #95b111;*/
	background: #95b111;
	padding: .35rem;
	
}
.cor-azul{
	width: 100%;
	height: 100%;
	/*border-left: 6px solid #59e3c5;*/
	background: #59e3c5;
	padding: .35rem;
	
}
.cor-azul1{
	width: 100%;
	height: 100%;
	background: #00B0E1;
	padding: .35rem;
	
}
.cor-rosa{
	width: 100%;
	height: 100%;
	background: #F33857;
	padding: .35rem;
	
}
.cor-salmao{
	width: 100%;
	height: 100%;
	background: #F98A5D;
	padding: .35rem;
	
}
.cor-amarelo{
	width: 100%;
	height: 100%;
	background: #C4B305;
	padding: .35rem;
	
}
.cor-verde1{
	width: 100%;
	height: 100%;
	background: #01C94F;
	padding: .35rem;
	
}
.cor-verde2{
	width: 100%;
	height: 100%;
	background: #01B78F;
	padding: .35rem;
	
}
/* Tamanho padrão para tablets */
@media only screen and (max-width: 991px){
    .table{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .img-desktop{
        display: none;
    }
    .img-mobile{
        display: block;
        width: 100%;
    }
    
}
@media only screen and (max-width: 400px){
    .cantos-redondos {
        width: 100%;
    }
    .col-xs-9 {
        width: 100%;
        float: left;
    }
    .col-xs-6 {
        width: 100%!important;
    }
    .cantos-redondos {
        width: 100%!important;
    }
    img{
        width: 50%;
    }
    img.buzz{
        width: 100%;
    }
    header .intro-text {
        padding-top: 160px;
    }
    .tabela-programacao-desktop {
        width: 100%;
    }
    table.dataTable {
        display: block!important;
    }
    .mb {
        margin-bottom: 0px;
    }
    #para-quem {
        padding: 45px 0 10px;
    }
    #agenda {
        padding: 0;
    }
}
@media only screen and (max-width: 320px){
    .intro p {
       font-size: 26px;
    }
    .intro h1 {
        font-size: 7em;
    }
    header .intro-text {
        padding-top: 199px;
    }
    img {
        vertical-align: middle;
        text-align: center;
        width: 56%;
    }
    .cantos-redondos {
        width: 100%;
    }
    .col-xs-9 {
        width: 100%;
        float: left;
    }
    .col-xs-6 {
        width: 100%!important;
    }
    .cantos-redondos {
        width: 100%!important;
    }
    
}