/* 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;
}

p {
  line-height: 2rem;
}

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

.parallax-container {
  min-height: 600px;
  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;
  }
  
  #index-banner {
    min-height: 300px !important;
  }

  .logo-nav {
    margin: 2px 0;
  }

  .navbar-custom {
    height: 70px !important;
  }

  #servicios {
    background-color: #212121;
  }

  h2 {
    font-size: 38px;
  }

  .whatsapp-button {
    margin-bottom: 1%;
  }

}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.black-text {
  color: black;
}

.align-icon {
  vertical-align: middle;
}

.slogan {
  margin: 5%;
}

hr.border-orange {
  border: 1px solid #ff9800;
}

.orange-block {
  background-color: #f57f17;
  margin-bottom: 0px;
}

.cards-container {
  height: 100%;
}

.experience-title {
  background-color: #e65100;
  border-radius: 40px;
  color: white;
  padding: 1%;
}

.services {
  color: black;
}

.service-card {
  background-color: rgba(255,255,255,.9);
  height: 230px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.service-card:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.row-form {
  margin-top: 4%;
  margin-bottom: 1%;
}

.map-container iframe {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: -1px 12px 11px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 12px 11px -9px rgba(0,0,0,0.75);
  box-shadow: -1px 12px 11px -9px rgba(0,0,0,0.75);
}

.heavy-transport-col {
  background-color:  #e65100;;
}

.heavy-transport-card {
  background-color:  #192a56;
  color:white;
}

.carousel .carousel-item{
  width: 550px;
}

.work-item {
  transition: transform .9s; /* Animation */
}

.work-item:hover {
  transform: scale(1.05);
}

html {
  scroll-behavior: smooth;
}
