nav ul a,
nav .brand-logo {
  color: #444;
}

p{
    line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
    #titulo_opi{
        font-size:4.2rem;
    }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
    #titulo_opi{
        font-size:3.4rem;
    }
}
@media only screen and (max-width : 340px) {
  #index-banner .section {
    top: 0;
  }
    #titulo_opi{
        font-size:2.4rem;
    }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.timeline{
    width: 10px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: teal;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.ajustador{
    position: relative;
}
.evento{
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width:1000px) {
    .foto{
    width: 350px;
    height: 500px;
    }
}
.input-field div{
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color:#FF4081;
}
.choiser input{
    top: .5rem;
    color: #26a69a;
}
.choiser label{
    top: -.5rem;
}
.padder{
    display: inline-block;
    padding-bottom: 3rem;
}
#preloader{
    display:block;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999;
    font-size:18px;
    line-height:18px;
    text-align:center;
    text-transform:uppercase;
}
#preloader div{
    display:block;
    position:relative;
    top:50%;
    left:50%;
    width:200px;
    height:30px;
    margin:-15px 0 0 -100px;
}
#preloader div:after{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"Cargando...";
}
#preloader{
    color:#FFFFFF;
    background-color:rgba(0,0,0,.85);
}
.modex{
    padding: 20px;
}
.modal { width: 90% !important ; max-height: 100% !important ; overflow-y: hidden !important ;}