/*!
 * Via Saúde - Gestão Integral
 */

body {
  padding-top: 60px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
}

img { max-width: 100%; }

p, small, ul li, ol li {
  color: #585858;
}

a {
  color: #0074a6;
  transition: all 0.2s;
}

a:hover {
  color: #0074a6;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #0074a6;
  font-weight: 700;
}

.text-primary,
.text-primary:hover {
  color: #0074a6 !important;
}

.btn-primary,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0074a6;
  border-color: #0074a6;
}

.btn-outline-primary {
  color: #0074a6;
  border-color: #0074a6;
}

.navbar-brand img {
  width: 200px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0074a6;
}

.nav-pills .nav-link {
  background-color: #eaeaea;
  margin: 5px;
}

/* 
 NAVBAR
*/
.navbar.nav-custom {
  background: #fff !important;
  border-bottom: 1px solid #E9E9EC;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.navbar .nav-link{
  color: #000 !important;
  font-size: 0.955rem;
}

.navbar .active .nav-link,
.navbar .nav-link:hover{
  color: #0074a6 !important;
}

.navbar .nav-item--logo .nav-link {
  padding: 0;
}

/* 
 MAIN TITLE
*/
.main-title {
  color: #0074a6;
  font-weight: bold;
  text-align: center;
}

.bg-subpage {
  color: #fff;
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}

.bg-subpage.bg-1 {
  background: url(../images/bg-1.jpg) no-repeat center center;
  background-size: cover;
}

.bg-subpage.bg-2 {
  background: url(../images/bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.bg-subpage:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(34, 42, 60, 0.4);
  top: 0;
  left: 0;
}

.bg-subpage .main-title {
  color: #fff;
  position: relative;
  z-index: 20;
}

/* 
 PLANS
*/
.plans .plan:hover {
  text-decoration: none;
}

.plans .plan:hover .plan__icon img {
  width: 80px;
}

.plans .plan__icon {
  height: 120px;
  width: 120px;
  background-color: #0074a6;
  display: block;
  margin: 0 auto;
}

.plans .plan__icon img {
  width: 70px;
  transition: all 0.2s;
}

.plans .plan__title{
  background-color: #0074a6;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.plans .plan__text{
  font-size: 14px;
  color: #444;
}

/* 
 BLOG
*/
.blog-item {
  background: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  padding: 10px;
}

.blog-item:hover {
  text-decoration: none;
}

.blog-item__image {
  display: block;
  margin: 5px auto;
}

.blog-item__title {
  color: #000;
  font-size: 18px;
}

.blog-item__text {
  font-size: 12px;
}

.blog-item__date,
.blog-item__link {
  font-size: 14px;
}

/* VIDA LINK */
.banner-vidalink {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}