/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 .footer-copyright{
 position: relative;
    top: 20px
 }
.sticky-nav{
position:fixed;
top:0;
z-index:9999;
}
.grande{
position:relative;
right:150px;
width: 800px;
}
#iconito{
position:relative;
top:0px;
visibility: hidden;
}
@media only screen and (max-width: 950px) {
  #iconito{
   visibility: visible;
   position:absolute;
   top:0px;
  }
}

.footersito{
margin-top:-350px;

}
header, main, footer {
  padding-left: 300px;
}

@media only screen and (max-width: 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
.col-demo {
  color: #FFFFFF;
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
  border: 1px solid #eee;
  margin: 7px 0;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  color: white;
  padding: 0;
}
p{
text-align:justify;
font-size: 25px;
}
li{

font-size: 15px;
}
@media only screen and (max-width : 600px) {
  p{
    font-size: 13px;
  }
}
@media only screen and (max-width : 600px) {
  li{
    font-size: 13px;
  }
}
@media only screen and (max-width : 600px) {
  h4{
    font-size: 20px;
  }
}
@media only screen and (max-width : 600px) {
  .middle-indicator{

   
  }
}
.middle-indicator{
   position:absolute;
   top:30%;
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:black !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: hidden;
  }
nav ul a,
nav .brand-logo {
  color: #444;
  font-size:20px;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  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%;
  }
  #index-banner .section {
    top: 10%;
  }
}

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

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

footer.page-footer {
  margin: 0;
}
a.black-text {
  color: black;
  display: block;
  text-align: center;
  margin-top: 10px; /* Para separar el enlace del texto anterior */
}
