/* 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: 380px;
  line-height: 0;
  height: auto;
  /*color: rgba(255,255,255,.9);*/
  color: white;
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 2050px) {
    .carousel {
        height: 500px !important;
        padding-bottom: 150px;
    }
    .middle-indicator{
        position:absolute;
        top:50%;
    }
    .card.small-medium {
        height: 360px;
    }
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
    .carousel {
        height: 400px !important;
        padding-bottom: 150px;
    }
    .middle-indicator{
        position:absolute;
        top:50%;
    }

    .card.small-medium {
        height: 360px;
    }
}

@media only screen and (max-width : 600px) {
    .parallax-container .section {
        position: absolute;
        top: 10%;
    }

    #index-banner .section {
        top: 0;
    }

    .carousel {
        height: 250px !important;
        padding-bottom: 150px;
    }

    .middle-indicator {
        position:absolute;
        top:35%;
    }

    .card.small-medium {
        height: 330px;
    }
}

@media only screen and (max-width : 450px) {
    .card.small-medium {
        /*height: 300px;*/
    }
}

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

footer.page-footer {
  margin: 0;
}

.main-title {
   color: black;
  font-weight: 400; !important;
}

.text-justify {
  text-align: justify;
}

.titol-servicios {
   height: 140px;
}

.card-content-little {
  padding: 8px;
  border-radius: 0 0 2px 2px;
  display: block;

}

.card-content-little-center {
  padding: 15px;
  border-radius: 0 0 2px 2px;
  display: block;
  text-align: center;
}

.listasgreencheck li  {
    list-style-image: url('../images/list.png');
}

.precio {
    font-size: 15pt;
    font-weight: 400;
    color: #1b6d85;
}

.nom-propietat {
    font-size: 15pt;
    font-weight: 400;
    color: #1b6d85;
    /*margin-left: 0px;*/
}

.zimg-grv {
    /*width: 200px;*/
    /*height: 300px;*/
    object-fit: cover;
}

.my-card {
    max-height: 84% !important;
    padding: 0;
    margin: 0;
}

.middle-indicator-text{
    font-size: 4.2rem;
}

a.middle-indicator-text{
    color:white !important;
}

.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.indicators{
    visibility: hidden;
}

.imatge-slider {
    overflow: hidden;
    max-height: 600px;
    object-fit : cover;
    height: auto;
}


/* just for jsfiddle */
/*@font-face {*/
/*    font-family: 'Material Icons';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');*/
/*}*/

/*.material-icons {*/
/*    font-family: 'Material Icons';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-size: 24px;*/
/*    line-height: 1;*/
/*    letter-spacing: normal;*/
/*    text-transform: none;*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    word-wrap: normal;*/
/*    direction: ltr;*/
/*    -moz-font-feature-settings: 'liga';*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/


@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }



}


