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

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


.dropdown-trigger {
  color: black;     
}

.nav-wrapper {
  background-image: url("../img/newlogo.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10rem,10rem,10rem,10rem;
}


.tooltipped{
  font-size:x-small;	
}	


#dropdown1, #dropdown2, #dropdown3, #dropdown4 {
 background-color: #5784ff;
 color: white
 
}

#home {
 color: black;
}

#google {
  background-image: url("../img/google.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tap-target {
  background-image: url("../img/google.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;  
}

#btn_contacto {
	display: none;
}

#face{
  background-image: url("../img/facebook.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}	

#whatsapp{
  background-image: url("../img/whatsapp.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
  
p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #e80c05;
}

.sidenav {
  background-color: #fc5151;
}

.slider .slides li img {
	
	
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
.cyan {
	
	opacity: 0.7;
	
}  

@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;
  }
 
.nav-wrapper {
	
  background-position: right;
  background-size: 70%;

}

#btn_contacto {
	
	display: block;
	
}

 
}



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

footer.page-footer {
  margin: 0;
}
