/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: grey;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.mdl-color {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

.demo-ribbon {
  width: 100%;
  height: 40vh;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
  padding-left: 40px;
}

.demo-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.demo-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}

.demo-layout.is-small-screen .demo-content {
  padding: 40px 28px;
}

.demo-content h3 {
  margin-top: 48px;
}

.demo-footer {
  padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

.section-header .section-title {
  font-family: "Montserrat", sans-serif;
  color: #777;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-header .section-logo {
  display: block;
  width: 60px;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 60px;

} 

.patalofia-inform-title-center {
  font-family: "Montserrat", sans-serif;
  color: #777;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}

.patalofia-inform-title-left {
  font-family: "Montserrat", sans-serif;
  color: #777;
  font-size: 36px;
  text-align: left;
  font-weight: 400;
}

.patalofia-inform-title-right {
  font-family: "Montserrat", sans-serif;
  color: #777;
  font-size: 36px;
  text-align: right;
  font-weight: 400;
}

.patologia-img-center {
  width: 450px;
  height: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 0 30px 30px;
  
}

.patologia-img-leruaite {
  width: 650px;
  height: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 0 30px 30px;
  
}

.patologia-img-right {
  width: 280px;
  height: 200px;
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
  margin-right: 25px;
  margin-left: 20px;
}

.patologia-img-left {
  width: 280px;
  height: 200px;
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

.patologia-footer {
  height: 10px;
}