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

 
h1{

  font-size: 2em;
}
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: rgb(248, 1, 55);
}

.parallax-container {
  min-width: 100%;
  height: 95vh; 
  line-height: 0;
  color: #fffffff3;
  font-weight: bold;
  
}
  .parallax-container .section {
    width: 100%;

  }

.servicios{
    height:100% !important;
}
.whats{
  font-size: 60px;
  padding-right: 20px;
}

.tel{
 
  padding-right: 20px;
}


#fondo{
  opacity: 0.7;


}

#hero{
  /*max-width: 100vw;*/
  /*min-height:100vh;*/
  width: 100%;
  min-height: 100vh; 
}

#servDetalle{
  min-height:980px;
  height: 100%;
}

#map2 {

  height: 438px;
  width: 100%;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.carousel .carousel-item{
  width: 300px;
  height: 300px;
}



@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;
  }
}

@media only screen and (max-width : 360px) {
  h1{
    font-size: 3em;
    /* color: #304ffe;  */
    font-weight: bold;
  }
  
  .parallax-container{
  max-width: 100%;
  height: 60vh; 
    

  
}
}

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

footer.page-footer {
  margin: 0;
}

/* label color */
.input-field input{
  color: rgb(248, 1, 55);
}
/* Imput Text Color */
 .input-field label {
   color:rgb(248, 1, 55);
 }
 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #f7e866;
 }
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #f7e866;
   box-shadow: 0 1px 0 0 #f7e866;
 }
 /* valid color */
 .input-field input[type=text].valid {
   border-bottom: 1px solid #92C328;
   box-shadow: 0 1px 0 0 #92C328;
 }
 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid rgb(255, 0, 0);
   box-shadow: 0 1px 0 0 rgb(255, 0, 0);
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: rgb(247, 232, 102);
 }
