
body {
  font: 400 15px/1.8 Lato, sans-serif;
  color: #333;
}
.modal-body{
  max-width: max-content;
  overflow-x: scroll;
}
h2:after{
  content:'';
  display: block;
  margin: 15px auto;
  width: 48px;
  height: 3px;
  background: #369;
}
.bg-1 h2:after{
  background: #fff;
}
h3, h4 {
  margin: 10px 0 20px 0;
  letter-spacing: 2px;      
  font-size: 20px;
  color: #222;
}
.container {   /*mobile first para o padrÃ£o nÃ£o espremer a pÃ¡gina no mobile*/
  padding: 5px 10px;
}
@media (min-width: 480px) {
  .container {
    padding: 80px 120px;
  }
}

.person {
  border: 10px solid transparent;
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
  opacity: 0.7;
}
/*.person:hover {
  border-color: #f1f1f1;
} */
.carousel-inner img {
  /* -webkit-filter: grayscale(90%);
  filter: grayscale(90%); /* make all photos black and white */
  width: 100%; /* Set width to 100% */ 
  margin: auto;
}
 
.carousel-caption h3 {
  color: #fff;
}

@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.bg-1 {
  background: #369;/*#339986;*/
  color: #fafafa; /*#bdbdbd;*/
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.thumbnail {
  padding: 15px 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail h3,
.thumbnail p{
  color: #369;
}
.btn {
  padding: 10px 20px;
  background-color: black;
  color: white;
  border-radius: 0;
  transition: .3s;
}
.btn:hover, .btn:focus {
  border: 1px solid #369;
  background-color: #fff;
  color: #000;
}
.modal-header, h4, .close {
  background-color: #369;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}
.modal-header {
  padding: 40px 50px;
}
.nav-tabs li a, .nav-pills li a {
  color: #333;
}
#googleMap {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}  
.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-color: #369; /*#2d2d30;*/
  border: 0;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.9;
}
.navbar-default .navbar-nav > li > a,
.navbar .navbar-brand { 
  color: #ddd;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  transition: all .3s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: black;
  transition: all .3s;
  text-shadow: 1px 1px 2px rgba(0,0,0,.9);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
  background: white;
  color: black;
  transition: all .3s;
}
ul.navbar-nav li.active a {
  color: #fff;
  background-color: #369; /*#29292c*/
}
ul.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}
ul.dropdown-menu li a {
  color: #000;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus{
  background-color: #369;
}
#evento img{
  shape-outside: circle();
  clip-path: circle();
  margin-right: 0;
  float: none;
  width: 100%;
  height: auto;
}
@media(min-width:768px){
  #evento img{
    shape-outside: circle();
    clip-path: circle();
    margin-right: 20px;
    width: initial;
    float: left;
  }
}
.owl-theme{
  overflow: hidden;
}
.owl-item{
  float: left;
}
section .owl-theme .owl-nav [class*=owl-]{
  background: #369;
}
footer {
  background-color: #369; /*#2d2d30;*/
  color: #f5f5f5;
  padding: 32px;
}
footer a {
  color: #f5f5f5;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}  
.form-control {
  border-radius: 0;
}
textarea {
  resize: none;
}
.space {
  padding-top: 10px;
}
.footer {
  background-color: #fff;
  padding: 0px;
}
.footer-final {
  background-color: #030303;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0px;
}
.glyphicon-chevron-up {
  margin: 10px;
}
.compartilhamento {
  font-size: 32px;
  margin-right: 10px;
}
.compartilhamento a {
  color: white;
}
.compartilhamento a:hover {
  color: white;
}
.nav.nav-pills{
  margin: 15px 0 30px 0;
}
.nav.nav-pills li{
  margin: 0 5px 5px 0;
  float: none;
  display: inline-block;  
}
.nav.nav-pills li a{
  color: #fff;
  font-weight: bold;
  opacity: .8;
}
.nav.nav-pills li:nth-child(0) a,
.nav.nav-pills li:nth-child(3) a,
.nav.nav-pills li:nth-child(8) a{
  background-color: #4d9de0;
}
.nav.nav-pills li:nth-child(1) a,
.nav.nav-pills li:nth-child(4) a,
.nav.nav-pills li:nth-child(10) a{
  background-color: #e15554;
}
.nav.nav-pills li:nth-child(2) a,
.nav.nav-pills li:nth-child(5) a,
.nav.nav-pills li:nth-child(11) a{
  background-color: #e1bc29;
}
.nav.nav-pills li:nth-child(6) a,
.nav.nav-pills li:nth-child(9) a,
.nav.nav-pills li:nth-child(12) a{
  background-color: #3bb273;
}
.nav.nav-pills li:nth-child(7) a,
.nav.nav-pills li:nth-child(10) a,
.nav.nav-pills li:nth-child(13) a{
  background-color: #7768ae;
}
.nav.nav-pills li.active a{
  opacity: 1;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #visivel {
    display: none;
  }
  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td, 
  .table>thead>tr>th {
    padding: 6px;
}
}
@media (min-width: 500px) {
  #visivelmobile {
    display: none;
  }
}
.label-default {
  font-size: 12px;
}