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

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

img {
  max-width: 100%;
}
p,
li {
  font-weight: 300;
}

a {
  color: #e1ad00;
  transition: all 0.2s;
}

a:hover {
  color: #141d38;
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.text-info {
  color: #141d38 !important;
}

.text-warning {
  color: #e1ad00 !important;
}

.text-vic,
.text-vic:hover {
  color: #782fe0;
}

/* 
 BUTTON
*/
.btn-warning,
.btn-warning:hover {
  background-color: #e1ad00;
  border-color: #e1ad00;
}

.btn-info,
.btn-info:hover {
  background-color: #141d38;
  border-color: #141d38;
}

.btn {
  font-size: 14px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn:hover {
  transform: scale(1.1);
}

/* 
 NAV
*/
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #141d38;
}

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

/* 
 ACCORDION
*/
.accordion .card-header {
  padding: 0;
}

.accordion .card-header .btn-link {
  color: #666;
}

.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link:focus {
  text-decoration: none;
}

.accordion .card-body a {
  color: #e1ad00;
}

/* 
 NAVBAR
*/
.navbar {
  background-color: #141d38;
}

.navbar .nav-link {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

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

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

.navbar-nav {
  align-items: center;
}

/* 
 MAIN TITLE
*/
.main-title {
  color: #141d38;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.main-title::after {
  content: "";
  border-bottom: 2px solid #e1ad00;
  display: block;
  width: 150px;
  margin: 10px auto 0;
}

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

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

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

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

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

.plans .plan__title {
  background-color: #141d38;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.plans .plan__text {
  font-size: 14px;
  font-weight: 300;
  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: #141d38;
  font-size: 18px;
}

.blog-item__text {
  color: #444;
  font-size: 12px;
  font-weight: 300;
}

.blog-item__date,
.blog-item__link {
  color: #444;
  font-size: 14px;
  font-weight: 300;
}

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

/* VÍDEO HOME */
.video-home {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}

.video-home iframe {
  width: 100%;
}
