body{
  font-family: 'Montserrat', sans-serif;
}
body p{
  font-size:14px;
}

h1{
  font-size: 1.8em;
}

h2{
  font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}
/* navbar */
.navbar-nav{
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.line{
  margin-top: -20px;
  height: 10px;
  background: linear-gradient(to right, #0ac1d3, #59c68d, #fddc03, #a4c820);
}

/* navbar */
.navbar-custom{
  background:#424242;
}


.custom_indicators{
  z-index: 1 !important;
}

/* overlay */

.overlay {
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
}

.programa_overflow{
  height: 70vh;
  overflow-y:auto;
}

.biografia_overflow{
  height: 70vh;
  overflow-y:auto;
}

.titulo-programa{
  color: #aaddee;
}

.about{
  background-color:#e6e6e6;
  padding-top:30px;
  padding-bottom:30px;
}

.program{
  padding-top:30px;
  padding-bottom:30px;
  text-align:justify;
}

.biografia{
  padding-top:30px;
  padding-bottom:30px;
}

.registration{
  padding-top:80px;
  padding-bottom:80px;
}

.live{
  padding-top:80px;
  padding-bottom:80px;
  background-color: rgba(0,0,0,0.3);
}

#registration_live{
  background-image: url('../images/banner/registro_live.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
}

#organization{
  background-color:#e6e6e6;
  padding-top:30px;
  padding-bottom:30px;
  text-align:justify;
}

.img-circulo{
  border-radius: 50%;
}

.ao_vivo{
  padding-top:90px;
  padding-bottom:90px;
  text-align:justify;
  background-color:#66c6e6;
  color:white;
}

.titulo_branco{
  border-left: 4px solid white;
  padding-right:5px;
}

.titulo{
  border-left: 4px solid #66c6e6;
  padding-right:5px;
}


/* parallax */
.parallax{
  background-image: url('../images/banner/parallax.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  z-index:0;
}

.parallax-caption {
    font-size: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.overlay-parallax {
    position: absolute;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    margin-top: -150px;
    transition: all 0.2s ease-out;
}


.vivo{
  background-color:#FE2842;
  padding: 0px 10px 15px 10px;
  border-radius:10px 0px 0px 10px;
  box-shadow: 10px 10px 5px rgba(255, 0, 0, 0.3);
  position:relative;
}

.font_600{
  font-weight: 600;
  color: white !important;
}

.font_600_vivo{
  font-weight: 600;
  color:#FE2842 !important;
}

.font_600_vivo:hover{
  font-weight: 600;
  color:#cb0119 !important;
}

.font_500_vivo{
  font-weight: 500;
  color:#FE2842 !important;
}

.font_500_vivo:hover{
  font-weight: 500;
  color:#cb0119 !important;
}

.registro {
  display: inline-block;
  border-radius: 4px;
  background-color: #66c6e6;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px 10px 10px 10px;
  width: 230px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.registro span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


.registro span:after {
  content: "\f040";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: FontAwesome;
}

.registro:hover span {
  padding-right: 25px;
}

.registro:hover span:after {
  opacity: 1;
  right: 0;
}


.botao_vivo {
  display: inline-block;
  border-radius: 4px;
  background-color:#FE2842;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px 10px 10px 10px;
  width: 130px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.botao_vivo span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


.botao_vivo span:after {
  content: "\f144";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: FontAwesome;
}

.botao_vivo:hover span {
  padding-right: 25px;
}

.botao_vivo:hover span:after {
  opacity: 1;
  right: 0;
}


/* Contact Section
--------------------------------*/
#contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer{
  background-color:#e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}