/* Base */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background-color: #fff;
}
a { color: #666; text-decoration: none; }
a:hover { color: #666; text-decoration: initial; }
.bg-header { background-color: #273968; }
.bg-color-blue { background-color: #273968; }
.bg-color-footer { background-color: #273968; }
.bg-color-sub-footer { background-color: #10192b; }
.font-color-blue { color: #272a37; }
.font-color-blue-clear { color: #14a9ce; font-weight: bold; }
.btn-blue-clear {
  background-color: #14a9ce;
  color: #272a37;
  font-weight: 700;
  padding: 12px 20px;
  font-size: 1rem;
}
.icon-md { width: 64px; height: auto; }
.feature-text { font-size: 20px; }
.padding-y-hero { padding-top: 140px; padding-bottom: 140px; }
.navbar-brand img { max-height: 56px; height: 56px; }
.btn-agendamento { padding: 12px 20px; font-size: 1rem; }
.btn-resultados { padding: 12px 20px; font-size: 1rem; }

/* Hero */
.full-banner-header {
  background-image: url(./assets/img/full-banner-home.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Tiles */
.card-tile {
  position: relative;
  min-height: 240px;
  border-radius: 4px;
  overflow: hidden;
}
.tile-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0));
}

.bg-exames-home {
  background-image: url(./assets/img/bg-exames-home.jpg);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.bg-cirurgias-home {
  background-image: url(./assets/img/bg-cirurgias-home.jpg);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.bg-especialidades-home {
  background-image: url(./assets/img/bg-especialidades-home.jpg);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.bg-corpo-clinico {
  background-image: url(./assets/img/img-sobre-home.jpg);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}

/* About and humanized */
.bg-sobre-home {
  background-image: url(./assets/img/bg-sobre-home.png);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.atendimento-humanizado {
  background-image: url(./assets/img/atendimento-humanizado.png);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}

/* Footer */
footer img { max-height: 36px; }

/* Mobile tweaks */
@media (max-width: 768px) {
  .padding-y-hero { padding-top: 100px; padding-bottom: 100px; }
  .atendimento-humanizado {
    background-image: url(./assets/img/atendimento-humanizado-mobile.png);
  }
  .bg-sobre-home {
    background-image: url(./assets/img/bg-sobre-home-mobile.png);
  }
  .navbar-brand img { max-height: 40px; height: 40px; }
  .btn-agendamento, .btn-resultados { padding: 12px 18px; font-size: 1rem; }
}
