
body{
  font-family: 'Quicksand', sans-serif;
}


.imagen-fondo{
  margin-left: 35%;
  margin-top: 5%;
}

.imagen-fondo2{
  max-width: 365px;
}

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

p {
  line-height: 2rem;
}

.logo-header{
 display: none;
}

.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%;
  }

  .card{
    width: 100%; 
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  .logo-header{
    display: block;
   }

.imagen-fondo{width: 100%;
margin: auto;}

  #index-banner .section {
    top: 10%;
  }
  .card{
    width: 100%; 
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  .imagen-fondo{width:99%; 
    margin: auto;
  }
  .logo-header{
    display: block;
   }
   .card{
    width: 100%; 
  }
}

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

footer.page-footer {
  margin: 0;
}

.logo-image{
  background-image: url('../images/Desktop5.png');
 height:70px;
 background-size: cover;
}

.logo-image:hover{
  background-image: url('../images/Desktop4.png');
}

