/* COOKIES STYLE */
.cc-window {
  font-family: 'Raleway', sans-serif !important;
  color: #ffffff !important;
  font-size: 14px;
}
.cc-btn {
  font-family: 'Maven Pro', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff !important;

}
.cc-link {
  color: #ffffff !important;
}

h1, h2, h3, h4, h5 , h6 {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  -o-hyphens: inherit;
  hyphens: inherit;
}
h1 {
  font-size: 50px;
  margin-top: 0px;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}
h1.header-pagine {
  font-size: 50px;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}
h2 {
  font-size: 45px;
}
h2.intro {
  font-size: 27px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  -o-hyphens: inherit;
  hyphens: inherit;
}
h3 {
  font-size: 30px;
}
a h4.card-title {
  font-family: 'Maven Pro', sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;

}
/*a h4.card-title:hover {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  transition: all 0.3s;
}*/
h3.header {
  font-size: 25px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.bg-img-1 {
  background-image: url("../img/home-consultorio-montagna-tortona-adolescenti.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.bg-img-2 {
  background-image: url("../img/servizi-consultorio-montagna-tortona-adolescenti.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.bg-img-3 {
  background-image: url("../img/contatti-consultorio-montagna-tortona-adolescenti.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.bg-linear-1 {
  background-image: linear-gradient(90deg,#ffffff 60%, #ffe082 60%);
  width: 100%;
  background-repeat: no-repeat;
}
.bg-linear-2 {
  background-image: linear-gradient(90deg,#e3f2fd 60%, #81c784 60%);
  width: 100%;
  background-repeat: no-repeat;
}
.bg-linear-3 {
  background-image: linear-gradient(90deg,#ffffff 60%, #90CAF9 60%);
  width: 100%;
  background-repeat: no-repeat;
}
.card, .card-image img {
  border-radius: 2px !important;
}
.card.first .card-image {
  width: 100%;
  height: 240px;
}
.card.second .card-image {
  width: 100%;
  height: 240px;
}
 .card.third .card-image {
   width: 100%;
   height: 240px;
}
.elenco-custom {
  padding-left: 13px !important;
}
.elenco-custom li {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  -o-hyphens: inherit;
  hyphens: inherit;
  list-style-type: disc !important;
  text-align: justify;
}
footer.page-footer {
  margin: 0;
}
footer.page-footer a {
  font-size: 15px;
}
footer.page-footer a:hover {
  color: #fff176 !important;
}
footer.page-footer .footer-logo img {
  width: 120px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.footer-copy {
  font-size: 15px;
  padding: 15px;
}
.footer-social-2 {
  position: absolute;
  right: 65px;
}
.footer-social-1 {
  position: absolute;
  right: 90px;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1565C0;
  -webkit-box-shadow: 0 1px 0 0 #1565C0;
  box-shadow: 0 1px 0 0 #1565C0;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1565C0;
}
.linea {
  width: 100%;
  height: 3px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-0 {
  margin-top: 0;
}
.mt-20 {
  margin-top: 20px;
}
.mt-80 {
  margin-top: 80px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
nav .brand-logo {
  transform: translateX(-50%);
  left: 50%;
}
nav .brand-logo img {
  width: 140px;
  padding-top: 0px;
}
nav ul i.fa-facebook-f {
  font-size: 15px;
  position: absolute;
  right: 62px;
}
nav ul i.fa-instagram {
  font-size: 15px;
  position: absolute;
  right: 25px;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
nav ul.right {
  margin: 0 25px 0 0;
}
nav ul.right a {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
nav ul.right a.active {
  color: #ffffff;
  font-weight: 700;
}
nav ul.right a:hover {
  color: #ffffff;
}
.overcolor {
  background-color: rgba(255,255,255,0.9)
}
a, p {
  font-family: 'Raleway', sans-serif;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  -o-hyphens: inherit;
  hyphens: inherit;
  margin-bottom: 0px;
  margin-top: 0px;
  word-break: break-word;
}
p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
}
.pt-80 {
  padding-top: 80px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
#return-to-top {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 15px;
  z-index: 200;
  border: none;
  outline: none;
  background-color: #ffc107;
  color: #ffffff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  opacity: 0.8;
}
#return-to-top:hover {
  background-color: #ffc107;
  opacity: 1;
}
#return-to-top i {
  color: #ffffff;
}
.sidenav .divider {
  margin: 0;
}
.sidenav li > a {
  color: #1e88e5;
  text-transform: uppercase;
}
.sidenav li > a.active {
  color: #1e88e5;
  font-weight: 700;
}
.sidenav li.logo > a {
  width: 100%;
  padding: 0px;
  height: 100px;
}
.sidenav .logo {
  width: 100px;
  margin: 0 auto;
}
.sidenav-trigger {
  color: #ffffff;
}
strong {
  font-weight: 700;
}

.parallax-container {
  min-height: 400px;
  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 : 768px) {
  h1.header-pagine, h5.header {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  h2.blue-text.text-darken-3 {
    font-size: 38px;
  }
  .row.valign-wrapper {
    display: block;
  }
  .associazione p, .associazione ul, .associazione img {
    margin-bottom: 20px;
  }
  .linea {
    margin-bottom: 30px;
  }
  .py-250 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 601px) {
  .card {
    margin: 0;
  }
}
