@media (min-width: 1200px) {
  .container{
    max-width: 820px;
  }
}

body {
  font-family: 'Lato';
}

.breadcrumb-item {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}

.breadcrumb-item a {
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: #6c757d;
}

.accordion-meningite .accordion-item {
  border: 1px solid #3eb8a9;
  border-radius: 20px;
}

.accordion-meningite .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  padding: 1.5rem 2.25rem;
  color: #626262;
  font-weight: 600;
  font-size: 1.2rem;
}

.accordion-meningite .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: '';
  border-bottom: 1px solid #c2c2c3;
  width: 91%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}

.accordion-meningite .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: "FontAwesome";
  content: "\f068";
  color: #3eb8a9;
  background: none;
}

.accordion-meningite .accordion-item .accordion-header .accordion-button.collapsed::after {
  font-family: "FontAwesome";
  content: "\f067";
  color: #3eb8a9;
  background: none;
}

.accordion-meningite .accordion-item .accordion-body {
  padding: .5rem 2.25rem 2.25rem 2.25rem;
  color: #6b6b6b;
  font-size: 1.1rem;
}

.btn-custom {
  background-color: #3eb8a9;
  color: #FFF;
  border-radius: 40px;
  font-size: 11px;
  padding: .175rem .75rem;
  font-weight: 200;
}

.btn-custom-2 {
  background-color: #f7a336;
  color: #FFF;
  border-radius: 40px;
  font-size: 12px;
  padding: .575rem 1.75rem;
  font-weight: 400;
}

.btn-custom-social {
  border: 1px solid #3eb8a9;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  text-align: center;
  color: #dcd16d;
  background-color: #3eb8a9;
  font-size: .8rem;
  padding: 2px;
  line-height: 1.5rem;
}

.btn-custom-social:hover,
.btn-custom-social:active,
.btn-custom-social:focus {
  border: 1px solid #dcd16d;
  color: #dcd16d;
  background-color: transparent;
}

.btn-custom-download {
  background-color: #FFF;
  color: #3eb8a8;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 1rem .75rem;
}

.btn-custom-download:hover,
.btn-custom-download:active,
.btn-custom-download:focus {
  background-color: #3eb8a8;
  color: #FFF;
}

.btn-custom-download span {
  font-size: 0.8rem;
}

.btn-custom-download i {
  font-size: 1.8rem;
}

.navbar.top {
  height: 100px;
  border-bottom: 2px solid #ededed;
}

.navbar .nav-item {
  text-transform: uppercase;
  font-size: .7rem;
}

.navbar .nav-item.active {
  font-weight: bold;
}

.navbar .collapse.show {
  margin-left: -12px;
  margin-right: -12px;
}

.navbar .collapse.show .navbar-nav {
  height: calc(100vh - 158px);
  position: relative;
  z-index: 1;
}

.navbar .collapse.show .navbar-nav .nav-item {
  font-size: 1rem;
}

.menu-mobile .nav-link {
  padding: 13px 0;
}

.menu-mobile .accordion-item {
  border: none;
}

.menu-mobile .accordion-item > .accordion-collapse .accordion-button {
  padding: 0;
}

.menu-mobile .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 13px 0;
  color: #0000008c;
  text-transform: uppercase;
}

.menu-mobile .accordion-body {
  text-transform: uppercase;
  padding: 13px 0;
}

.menu-mobile .accordion-item .collapse.show {
  margin-left: 12px;
  margin-right: 12px;
}

.btn-toggle-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .navbar .collapse {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 905px) {
  .btn-toggle-menu {
    display: block;
  }
}

.banner {
  height: 72vh;
  background: url('../img/banner.jpg') #ffffff no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 23vh;
    background-position: center bottom;
  }
}

.social a {
  border: 1px solid #3eb8a9;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  text-align: center;
  color: #f3a541;
  font-size: .8rem;
  line-height: 1.5rem;
  margin: 0 9px;
}

.social a:hover,
.social a:active,
.social a:focus {
  background-color: #3eb8a9;
  color: #FFF;
}

.banner .context {
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
}

.about {
  min-height: 50rem;
  padding-top: 5.7rem;
  background: url('../img/bg-about.jpg') #f7a336;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.about.meningite {
  background: none;
  margin-bottom: 8rem;
}

.sobre-meningite {
  background: url('../img/bg-about2.jpg') #f7a336;
  padding-bottom: 3rem;
}

.about.meningite .box-custom-2 {
  border: 1px solid #d4d4d5;
  border-radius: 20px;
  padding: 2rem 3rem;
}

.about.meningite .box-custom-3 {
  background: url('../img/bg-bottom-help.jpg') #f7a336;
  background-position: center;
  border-radius: 20px;
  padding: 2rem 3rem;
}

.about.meningite .title.inner {
  font-size: 1.1rem;
  font-weight: 900;
}

.about.meningite .title.inner.red {
  color: #d74357;
}

.about.meningite .title.inner.orange {
  color: #f7a336;
}

.about.sobreviventes .post-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #575757
}

.about.sobreviventes .context {
  font-weight: 300;
}

.sobre-meningite .box-custom {
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 2rem;
}

.sobre-meningite .box-custom.red-bg {
  background-color: #d23a51;
  border: 1px solid #d23a51;
}

.sobre-meningite .box-custom.red-bg p {
  color: #FFF;
  font-size: .89rem;
}

.about .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 0.8rem;
  letter-spacing: 1px;
  color: #333333;
}

.about .subtitle-new {
  font-size: 1.3rem;
  line-height: 0.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .about .subtitle {
    line-height: 1.8rem;
  }
}

.about.meningite .subtitle {
  font-weight: bold;
  color: #656565;
}

.about .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 2rem;
}

.about.meningite .title {
  color: #53c9d9;
}

.about.sobre-meningite .title.other-title {
  font-size: 1rem;
}

.about .context {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
}

.images {
  margin-top: -70px;
}

@media only screen and (max-width: 768px) {
  .images {
    margin-top: 0px;
  }
}

.mission {
  min-height: 70vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url('../img/bg-mission.jpg') #f3f3f3;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .mission {
    margin-top: 0px;
  }
}

.mission-badge {
  background-color: #137e97;
  padding: 70px 30px;
  border-radius: 150px;
}

.mission-badge.second {
  background-color: #49c2d0;
}

.mission-badge.third {
  background-color: #3dbaa9;
}

.mission-badge .title {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
}

.mission-badge .title::after {
  content: '';
  border-bottom: 1px solid #12b9dd;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}

.mission-badge.second .title::after {
  border-color: #58eafc;
}

.mission-badge.third .title::after {
  border-color: #4feed9;
}

.mission-badge .context {
  text-align: center;
  font-size: .85rem;
  line-height: 1.2rem;
  color: #FFF;
  margin-top: 25px;
}

.mission-badge.third .context {
  text-align: left;
}

.team {
  min-height: 70vh;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: url('../img/bg-team.jpg') #4ac1d1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.team .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 0.8rem;
  letter-spacing: 1px;
  color: #333333;
}

.team .title {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 2rem;
}

.download {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url('../img/bg-download.jpg') #3cb7a8;
  background-repeat: no-repeat;
  background-position: center top;
}

.download .title {
  font-size: 1.7rem;
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
}

.download .context {
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2rem;
  font-weight: 300;
}

.download .btn-custom-download {
  /* width: 94%; */
}

.contact {
  /* min-height: 70vh; */
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: url('../img/bg-contact.jpg') #FFF;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.contact .title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #f3a541;
  margin-bottom: 1rem;
}

.contact .context {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2rem;
}

.contact .icon-wrapper span {
  color: #797979;
}

.contact .text-cta {
  font-weight: bold;
  line-height: 1.2rem;
}

.contact .custom-social-2 {
  height: 23px;
  line-height: 1.1rem;
  border: 1px solid #f7bd31;
  color: #3eb8a9;
  background-color: #f7bd31;
}

.contact .form-control {
  border-radius: 20px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8 !important;
}

.contact .form-control::placeholder {
  color: #d4a1a1;
  font-size: .7rem;
  padding: .375rem .85rem;
}

.footer {
  min-height: 16rem;
  background-color: #e1dede;
  background: url('../img/bg-footer.jpg') #FFF;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .footer .title {
    font-size: 2.3rem;
  }

  .footer .price {
    font-size: 2.3rem;
  }

  .footer {
    min-height: 8rem;
  }
}


.nav-item .dropdown-menu {
  background: #3dbaa9;
  border: 1px solid #3dbaa9;
  border-radius: 10px;
}

.nav-item .submenu.dropdown-menu {
  background-color: #3dbaa9;
  border: 1px solid #3dbaa9;
}

.nav-item .dropdown-menu .dropdown-item {
  text-transform: none;
  color: #FFF;
}

.dropdown-menu > li:hover {
  background-color: transparent !important;
}

.dropdown-menu > li > a {
  color: #FFF;
  font-size: 11px;
}

.dropdown-menu > li > a:hover {
  background-color: transparent ;
}

/* PAGINATION */

.pagination .page-item .page-link {
  border: none;
  font-weight: 300;
  color: #a4a5a4;
  padding: .315rem .75rem;
  margin: 0 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  border-radius: 20px;
  background-color: #117d97;
  color: #FFF;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
		display: none;
		position: absolute;
		left: 100%;
    top: -7px;
	}

  .nav-item .submenu-left {
		right: 100%;
    left: auto;
	}

	.dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }

  .navbar-collapse .navbar-nav {
    background: #FFF;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 20px 20px 0 0;
  }

  .navbar-collapse .social {
    padding: 10px;
    background: #FFF;
    border-radius: 0 0 20px 20px;
  }
}
/* ============ small devices .end// ============ */

