/* CSS Document */

body {
  background: url(../img/feature-clinica-saleme.jpg) center top no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 110%;
}

.container-saleme {
  max-width: 1170px !important;
  margin: 0 auto;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}

nav {
  display: block;
  overflow: hidden;
}

nav h1 {display: block;}

nav h1 img, nav h1 a {
  display: block;
  float: left;
}

nav h1 a {
  padding: 28px;
  font-family: 'GothamHTF-Book', sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
}

nav h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* presentation */
.presentation {margin-bottom: 150px;}

.presentation h2 {
  display: block;
  font-family: 'GothamHTF-XLight', sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  margin-top: 160px;
}

.presentation a {color: #ffffff;}
.presentation a:hover {text-decoration: none;}

/* especialidades */
.especialidades {
  background: #e6e6e6;
}

.especialidades hr {
  width: 30px;
  border-top: 1px solid #333333;
}

.especialidades h2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 43px;
  line-height: 53px;
  color: #333333;
  font-weight: 700;
  margin: 160px 0 0 0;
}

.especialidades p {
  color: #888888;
}

.especialidades .specialties-list {
  display: block;
  overflow: hidden;
  margin: 50px 0;
  padding: 0px 0px 100px 0 !important;
  background: url(../img/bg-square-heart.png) center top no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100%;
}

.especialidades .specialties-list li {
  display: block;
  float: left;

}

.especialidades .specialties-list li h4 {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.especialidades .specialties-list li.hundred {width: 100%;}
.especialidades .specialties-list li.fifty {width: 50%;}
.especialidades .specialties-list li.thirty-three {width: 33.3%;}

.especialidades .specialties-list li a {color: #ffffff !important;}
.especialidades .specialties-list li a:hover {color: #ffffff !important;}

/* doctors */
.doctors h3 {
  font-size: 43px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 50px 0;
}

.doctors h4, .doctors p {
  font-family: 'Open Sans', sans-serif;

}

.doctors h4 {color: #333333; font-size: 20px; line-height: 30px;}
.doctors h4 span {font-size: 16px;}
.doctors p {color: #525252; font-size: 14px;}

.doctors .bt-agendar {
  margin: 50px auto !important;
}

/* attendance */
.supporter {background: #e7a23f;}

.supporter h3 {
  font-size: 43px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 50px 0;
}

.supporter h4 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: dashed 1px #ffffff;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

.supporter p {
  color: #333333;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700 !important;
}

.supporter .medicare {
  margin-bottom: 40px;
}

/* health plans */
.health-plans {background: url(../img/bg-plans.png) center 160px no-repeat}

.health-plans h3 {
  font-size: 43px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 50px 0;
  color: #d7a23f;
}

.health-plans ul.plans {
  display: block;
  overflow: hidden;
  padding: 0px !important;
  margin: 0px 0px 50px 0 !important;
}

.health-plans ul.plans li {
  display: inline-block;
  padding: 0 30px;
}

.health-plans ul.plans li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
}

.health-plans ul.plans li img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1.0;
}

footer {background: #2e2e2e;}
footer p {
  display: block;
  margin: 30px 0px;
  font-size: 13px;
  color: #e7a23f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}

footer .bt-agendar {
  float: left;
  margin: 38px 0 0 0;
}

footer .bt-back-top {
  float: left;
  margin: 48px 0 0 50px;
  display: block;
}

/* classes */
.orange {color: #e7a23f;}
.grey {color: #8d8d8d;}
.dark-grey {font-weight: 600; color: #2f2f2f;}
.bt-agendar {
  display: block;
  width: 320px;
  background: #e7a23f;
  padding: 20px 40px;
  font-family: 'GothamHTF-Book', sans-serif;
  text-align: center;
  color: #ffffff !important;
  font-weight: 600;
}

.bt-agendar:hover {
  background: #cbcbcb;
  text-decoration: none;
}

/* Queries CSS3 */
/* ipad definitions */

@media screen and (max-device-width: 768px) and (orientation: portrait){

}

/* mobile definitions */
@media screen and (max-device-width: 468px) and (orientation: portrait){
  body {
    background: url(../img/background-mobile.jpg) center top no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 130% !important;
  }

  nav h1 {
    display: block;
    overflow: hidden;
    text-align: left;
  }

  nav h1 img {
    display: block;
    margin: 0px auto;
    float: none;
    width: 35%;
  }

  nav h1 a {
    font-size: 0.4em;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 28px 10px 0 10px;
  }

  .presentation {
    margin-bottom: 0px;
  }

  .presentation h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
  }

  .presentation hr {
    margin: 0px auto 10px auto;

  }

  .presentation p {
    text-align: center;
    padding: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .presentation p a {
    font-size: 16px;
  }

  .especialidades h2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
  }

  .especialidades hr {
    margin: 30px auto;
  }

  .especialidades p {
    text-align: center;
    padding: 0 20px;
  }

  .especialidades .specialties-list {
    display: block;
    overflow: hidden;
    margin: 50px 0 0 0;
    background: none;
  }

  .especialidades .specialties-list li {
    display: block;
    height: 260px;
    margin: 5px auto;
    padding: 70px 0px 0px 0px !important;
    float: left;
    background: url(../img/mobile-square-list.png) center top no-repeat;
  }

  .especialidades .specialties-list li.last {
    background: url(../img/mobile-square-list-orange.png) center top no-repeat;
  }

  .especialidades .specialties-list li h4 {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }

  .especialidades .specialties-list li.hundred {width: 100%;}
  .especialidades .specialties-list li.fifty {width: 100%;}
  .especialidades .specialties-list li.thirty-three {width: 100%;}

  .doctors h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .doctors p {
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .doctors img.img-doctor {
    padding: 0 20px;
  }

  .supporter h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 20px;
  }

  .supporter h4 {font-size: 13px;}
  .supporter p {font-size: 13px;}

  .health-plans h3 {
    font-size: 24px;
  }

  .health-plans ul.plans li {margin: 20px 0;}

  .health-plans ul.plans li img {
    width: 200px;
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1.0;
  }

  footer p {
    text-align: center;
    font-size: 11px;
    padding: 0 30px;
  }

  footer .bt-agendar {
    float: none;
    margin: 0 auto;
  }

  footer .bt-back-top {
    float: none;
    margin: 30px auto;
    display: block;
    text-align: center;
  }

  .bt-agendar {
    margin: 0 auto;
    font-size: 12px;
  }

  [class*="col-"] {
    padding-right: 0px;
  }

}
