@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Source+Sans+Pro:400,600,700,900|Oswald|Roboto:500,900,700,400);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

html, body {
  font-family: 'Droid Sans', 'Source Sans Pro', 'Oswald', 'Roboto', 'sans-serif';
  background: #ddd;
  font-weight: 300;
  font-size: 16px;
  color: #222;
  height: 100%;
  text-align: justify;
}

input.error, select.error, textarea.error{border: 1px #C00 solid;}

#wrap {
  min-height: 99.9%;
  height: auto !important;
  margin: 0 auto -75px;
  padding: 106px 0 75px 0;
}

a{color: #e2e2e2;}
a:hover{color: #A51109; text-decoration: none}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{ color: rgb(219, 29, 22); }
.card { background: rgb(51, 51, 51, 0.8); color: #e2e2e2; }

.bg_artistas { background-image: url(../img/fundos/artistas.jpg); }
.bg_contato { background-image: url(../img/fundos/contato.jpg); }
.bg_default { background-image: url(../img/fundos/default.jpg); }
.bg_espetaculos { background-image: url(../img/fundos/espetaculos.jpg); }
.bg_projetos { background-image: url(../img/fundos/projetos.jpg); }
.bg_trajetoria { background-image: url(../img/fundos/trajetoria.jpg); }

.bg_artistas, .bg_contato, .bg_default, .bg_espetaculos, .bg_projetos, .bg_trajetoria{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*************************************** HEADER ***************************************/
.link-menu a{padding: 4px;}
.navbar {background: #494947;}
.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-family:'Source Sans Pro', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
}
.navbar-brand img{ max-height: 80px; }

.nav-item>.active{ color: rgb(219, 29, 22); }

/************************************** CAROUSEL **************************************/
.carousel{margin-bottom: 20px}
.carousel-control-next-icon, .carousel-control-prev-icon { width: 30px; height: 30px; }
.carousel-control-next, .carousel-control-prev { width: 10%; }
.carousel-caption { text-shadow: #000 2px 2px 2px; }

/************************************** AGENDA **************************************/
#agenda a {display: contents; color: #000;}
#agenda a:hover .event-list > div { box-shadow: 0px 0px 5px rgba(0, 0, 0, 1); }
.event-list > div {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.8);
  padding: 0px;
  margin: 0px 0px 20px;
}
.event-list > div > time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.event-list > div:nth-child(even) > time {
  background-color: rgb(165, 82, 167);
}
.event-list > div > time > span {
  display: none;
}
.event-list > div > time > .day {
  display: block;
  font-size: 40pt;
  font-weight: 100;
  line-height: 1;
}
.event-list > div time > .month {
  display: block;
  font-size: 18pt;
  font-weight: 500;
  line-height: 1;
}
.event-list > div time > .year {
  display: block;
  font-size: 24pt;
  font-weight: 500;
  line-height: 1;
}
.event-list > div > img {
  width: 100%;
}
.event-list > div > .info {
  padding-top: 5px;
  text-align: center;
}
.event-list > div > .info > .title {
  font-size: 14pt;
  font-weight: 700;
  margin: 0px;
}
.event-list > div > .info > .desc {
  font-size: 12pt;
  font-weight: 300;
  margin: 0px;
}
.event-list > div > .info > ul,
.event-list > div > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;

}
.event-list > div > .social > ul {
  margin: 0px;
}
.event-list > div > .info > ul > li,
.event-list > div > .social > ul > li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}
.event-list > div > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
} 
.event-list > div > .social > ul > li {    
  padding: 0px;
}
.event-list > div > .social > ul > li > a {
  padding: 3px 0px;
} 
.event-list > div > .info > ul > li:hover,
.event-list > div > .social > ul > li:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}
.edit a,
.confirm a,
.delete a {
  display: block;
  width: 100%;
  color: rgb(75, 110, 168) !important;
}
.confirm a {
  color: rgb(79, 213, 248) !important;
}
.delete a {
  color: rgb(221, 75, 57) !important;
}
.edit:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(75, 110, 168) !important;
}
.confirm:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(79, 213, 248) !important;
}
.delete:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
  .event-list > div {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    padding: 0px;
  }
  .event-list > div > time,
  .event-list > div > img  {
    display: inline-block;
  }
  .event-list > div > time,
  .event-list > div > img {
    width: 120px;
    float: left;
  }
  .event-list > div > .info {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
  }
  .event-list > div > time,
  .event-list > div > img {
    width: 120px;
    height: 120px;
    padding: 0px;
    margin: 0px;
  }
  .event-list > div > .info {
    position: relative;
    height: 120px;
    text-align: left;
  }
  .event-list > div > .info > .title,
  .event-list > div > .info > .desc {
    padding: 0px 10px;
  }
  .event-list > div > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}

/*********************** Sessão beta modal*****************************/

.betaModal-item {
  right: 0;
  margin: 0 0 15px;
}

.betaModal-item .betaModal-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

.betaModal-item .betaModal-link .betaModal-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(165, 167, 164,.5);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.betaModal-item .betaModal-link .betaModal-hover:hover {
  opacity: 1;
}

.betaModal-item .betaModal-link .betaModal-hover .betaModal-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.betaModal-item .betaModal-link .betaModal-hover .betaModal-hover-content i {
  margin-top: -12px;
}

.betaModal-item .betaModal-link .betaModal-hover .betaModal-hover-content h3,
.betaModal-item .betaModal-link .betaModal-hover .betaModal-hover-content h4 {
  margin: 0;
}

.betaModal-item .betaModal-caption {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 400px;
  min-height: 90px;
  text-align: center;
  background-color: rgb(51,51,51, 0.8);
}

.betaModal-item .betaModal-caption h5 {
  margin: 0;
  text-transform: none;
  color: #e2e2e2;
}

.betaModal-item .betaModal-caption p {
  margin: 0;
  font-family:'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-style: italic;
}

@media(min-width:767px) {
  .betaModal-item {
    margin: 0 0 30px;
  }
}

/*********************** Sessão beta modal*****************************/
/*********************** Sessão Artistas*****************************/

.rounded-circle:hover{color:#ffffff; background-color: #e84d0e; border-color: #A51109; }

.artistas-member{ margin-bottom: 50px; text-align: center; }

.artistas-member img { width: 51%; margin: 0 auto; border: 7px solid #fff; }

.artistas-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none;}

.artistas-member p { margin-top: 0;}

/*********************** Sessão Artistas*****************************/

/*********************** Sessão Trajetória*****************************/

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f1f1f1;
}

.timeline>li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #222;
}

.timeline>li .timeline-image h4 {
  margin-top: 20px;
  font-size: 10px;
  line-height: 14px;
}

.timeline>li .timeline-image a {
  color: #fff;
}

.timeline>li .timeline-image a:hover{
  color: #A51109;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
  text-align: justify;
}

@media(min-width:768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline>li .timeline-image h4 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media(min-width:992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline>li .timeline-image h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
}

@media(min-width:1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline>li .timeline-image h4 {
    margin-top: 50px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/*********************** Sessão Trajetória*****************************/

/******************************* Footer / Font Awesome *******************************/
footer {
  min-height: 75px;
  background-color: #494947;
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid #333;
  color: #000;
}
footer a {color: #fff;}
footer a.fa {margin-top: -4px;}

footer .fa {
  padding: 6px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  text-decoration: none !important;
}

footer .fa:hover {
    opacity: 0.8;
}

footer .fa-facebook {
  background: #3B5998;
  color: white;
}

footer .fa-twitter {
  background: #55ACEE;
  color: white;
}

footer .fa-google {
  background: #dd4b39;
  color: white;
}

footer .fa-linkedin {
  background: #007bb5;
  color: white;
}

footer .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .fa-instagram {
  background: #125688;
  color: white;
  padding-top: 5px;
  padding-left: 7px;
}

footer .fa-pinterest {
  background: #cb2027;
  color: white;
}

footer .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

footer .fa-skype {
  background: #00aff0;
  color: white;
}

footer .fa-android {
  background: #a4c639;
  color: white;
}

footer .fa-dribbble {
  background: #ea4c89;
  color: white;
}

footer .fa-vimeo {
  background: #45bbff;
  color: white;
}

footer .fa-tumblr {
  background: #2c4762;
  color: white;
}

footer .fa-vine {
  background: #00b489;
  color: white;
}

footer .fa-foursquare {
  background: #45bbff;
  color: white;
}

footer .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

footer .fa-flickr {
  background: #f40083;
  color: white;
}

footer .fa-yahoo {
  background: #430297;
  color: white;
}

footer .fa-soundcloud {
  background: #ff5500;
  color: white;
}

footer .fa-reddit {
  background: #ff5700;
  color: white;
}

footer .fa-rss {
  background: #ff6600;
  color: white;
}


footer .fixed-bottom {
  right: 19px;
  left: auto;
  bottom: 10px;
  z-index: 1030;
}
@media(max-width:1350px) {
  footer .fixed-bottom {
    bottom: 75px;
  }
}
@media(max-width:767px) {
  footer .fixed-bottom {
    right: 10px;
    bottom: 55px;
  }
}
/***************************** Font Awesome Fim *****************************/