/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

img.logo-instagram {
 width: 20%; 
}

nav ul a,
nav .brand-logo {
  color: #EF3829;
}

p {

  font-size: 1.125rem;
  line-height: 1.7rem;
}

.disable i{
  color: #AFAFAF !important;
  background-image: radial-gradient(white 20%, #AFAFAF 40%, #AFAFAF 40%);
  border-radius: 100%;
}

.active i{
  color: #EF3829 !important;
  background-image: radial-gradient(white 20%, #EF3829 40%, #EF3829 40%);
  border-radius: 100%;
}

.sidenav-trigger {
  color: #DA291C;
}

.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: white;
}
  .parallax-container .section {
    width: 100%;
  }



@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }

    img.logo-instagram {
 width: 20%; 
}

}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.carousel .indicators {
    background-color: rgba(0, 0, 0, 0.3);
}

.collapsible-body {

  padding: 1em;

}

td{
  text-indent: 1em;
}

.nobot {
  margin: auto 0px auto 0px !important;
  text-align: center !important;
  padding: 5px !important;
}

.padleft{
  padding-left: 17% !important;
}

.rojo {
  background-color: #EF3829 !important;
}

.gris {
  background-color: #AFAFAF !important;
}

.negro {
  background-color: #222222 !important;
}

.burdeo {
  background-color: #B7202E !important;
}

.azul {
  background-color: #1F97AE !important;
}

.naranjo {
  background-color: #F5842B !important;
}