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

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

nav {
    background-color: rgba(0,0,0,0);
    background-image: linear-gradient(rgb(58, 95, 116) 0px, rgb(16, 61, 86) 73%, rgb(0, 48, 75) 100%);
}

p {
  line-height: 2rem;
}

main.container {
    margin: 3em auto;
}

footer {
  font-size: 0.8em;
}

a {
    color: #3a5f74;
}

main > section > ul {
    list-style-type: disc !important;
    padding-left: 1em !important;
}

nav ul {
    list-style-type: none;
}

main > section > ul > li {
    list-style-type: disc !important;
}

p.contacto {
    display: flex;
    gap: 10px;
}

.primary-color{
    color: #3a5f74;
}

.header {
    text-shadow: 2px 2px #3a5f74;
}

.x-large {
    font-size: 8rem;
}

.normal-plus {
    font-size: 1.5em;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: 500px;
  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;
  }
  #index-banner h1 {
    font-size: 2em;
  }
}

