body {
  background: #fff;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #599cb6;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #1a80a9;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 10px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
.text-small {
  font-size: 12px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: #1a80a9;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03375c;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 5px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header #logo {
  float: left;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.logo-dental {
  height: 48px;
  padding-left: 30px !important;
}
.logo-saude-service {
  height: 50px;
}


@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: rgb(3, 47, 74);

  height: 72px;
  transition: all 0.5s;
}

#header #nav-menu-container {
 padding: 16px 0;
}

#header #logo {
  padding: 4px 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 500px;
  background: url(../imagens/hero-bg-1.png) top center fixed;
  background-size: cover;
}
#hero .hero-container {
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  text-align: left;
  padding-left: calc(55% + 150px);
}
#hero h1 {
  color: #fff;
  margin-top: 90px;
}
.maquininha-hero {
  position: absolute;
  height: 300px;
  top: 15%;
  right: calc(53% - 150px);
}
.hero-container h1 {
  font-size: 35px;
}
.hero-container h2 {
  font-size: 26px;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 15px;
  font-size: 28px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 30px 0px;
  border: 2px solid #054769;
  color: #fff;
  background-color: #0080a8;
}
#hero .btn-get-started:hover {
  border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #afd9e9;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}
.nav-menu ul li {
  background: #fff;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu ul li a:hover {
  background: #599cb6;
  color: #fff;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 7px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #fff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 53, 90, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #599cb6;
}
#mobile-nav ul .menu-item-active {
  color: #599cb6;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.solutions {
  padding-top: 70px;
  padding-bottom: 43px;
}
.solutions .box-main img {
  width: 100%;
}
.solutions .others h3 {
  text-align: center;
}
.solutions .box-main {
  display: flex;
}
.box-main ul {
  list-style-image: url(../img/check-icon.png) !important;
  list-style-position: inside;
  padding-left: 5px;
  font-size: 15px;
}
.solutions .box-main .white-btn {
  background: #1a80a9;
  color: #FFF;
  border-radius: 10px;
  border: 2px solid #1a80a9;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 55px;
  transition: 1s;
}
.solutions .box-main a span {
  font-size: 18px;
  color:#064064;
  font-weight: 600;
  padding: 10px 5px;
}
.solutions .box-main h6 {
  padding-left: 10px;
}
.solutions .box-main a span {
  color: #fff;
}
.solutions .box-main .preco {
  font-size: 22px;
  font-weight: 700;
}
.solutions .box-main .white-btn:hover {
  border: 2px solid #1a80a9;
  background-color: #FFF;
  color: #1a80a9;
}
.box-main .price {
  padding-bottom: 20px;
}
.box-option {
  box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
  padding: 24px;
  display: block;
  overflow: hidden;
  margin: 5px 5px 30px 5px;
  line-height: 1.5em;
  font-weight: 400;
  border-radius: 14px;
  background: rgba(0, 66, 100, 0.8);
  cursor: pointer;
}
.box-option:hover {
  background-color:#054769;
  transition: 0.8s;
}
.box-option .option {
  color: #fff;
}
.box-option .option h4 {
  font-size: 21px;
  margin-bottom: 12px;
}
.box-option .option h5 {
  font-size: 16px;
}
.box-option .option hr {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 12px;
}
.solutions .selector-ico {
  max-width: 100%;
}
.solutions .bandeiras h4 {
  text-align: center;
}
.solutions .flag-left {
  text-align: right;
}
.solutions h5 {
  margin-bottom: 8px;
}
.solutions h5 span {
  font-size: 14px;
}
.section-header {
    padding-bottom: 50px;
    text-align: center;
    color: #03375c;
    font-weight: 500;
}
.section-header .section-title {
  font-size: 32px;
  color: #03375c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}
#beneficios {
  background: #fff;
  padding: 80px 0 60px;
}
#beneficios .beneficio-container .background {
  min-height: 300px;
  background: url(../img/beneficio-img.png) center top no-repeat;
  margin-bottom: 10px;
}
#beneficios .beneficio-container .content {
  background: #fff;
}
#beneficios .beneficio-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
.form input, .form textarea{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5) !important;
}
.logo-footer {
  height: 45px;
  margin: 5px 30px;
}

@media (max-width: 768px) {
  #beneficios .beneficio-container .title {
    padding-top: 15px;
  }
}
.taxas-home {
    padding: 90px 0 70px;
}
.box-taxas {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
  padding: 16px 24px;
  display: block;
  overflow: hidden;
  margin: 5px 5px 17px 5px;
  color: #054769;
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
}
.taxas-home p {
    color: #054769;
    font-size: 14px;
    font-weight: 600;
}
.box-taxas-mais {
  background-color: #5a9bb5;
  color: #fff;
  font-size: 14px;
  padding-top: 28px;
  font-weight: 500;
}
.box-taxas-mais a {
  padding: 10px 20px;
  background: #054769;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.5s;
  color: #fff;
}
.box-taxas-mais a:hover {
  color: #054769;
  background-color: #fff;
}
.box-taxas h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 13px;
}
.linha-taxas {
  border: 1px solid #D8DDE1;
  margin-top: 16px;
  margin-bottom: 8px;
  width: 90%;
  border-bottom: none;
}
.taxa-home-destaque {
  font-size: 42px;
  font-weight: 400;
}
.taxa-home-plano {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 48px;
  color: #5a9bb5;
}
.taxa-home-taxas {
  font-size: 28px;
  font-weight: 400;
}
.taxas-box-recebimento {
  background: rgba(127, 186, 204, 0.25);
  padding: 10px 0px;
  border-radius: 10px;
  margin-top: 15px;
}
#beneficios .beneficio-container p {
  line-height: 26px;
}
.title {
  font-size: 32px;
  color: #03375c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
#beneficios .title-beneficio , #taxas-home .title, #solutions .title {
  color: #03375c;
  text-align: center;
}
#beneficios .beneficio-container p:last-child {
  margin-bottom: 0;
}
#beneficios .beneficio-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 15px 0;
}
#beneficios .beneficio-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #599cb6;
}
#beneficios .beneficio-container .box-beneficios {
  padding-top: 15px;
}
#beneficios .beneficio-container .icon-box .icon-1 {
  float: right;
}
#beneficios .beneficio-container .icon-box .icon i {
  color: #599cb6;
  font-size: 24px;
}
#beneficios .beneficio-container .icon-box .dental i {
  color:#42b984 !important;
}
#beneficios .beneficio-container .icon-box .dental {
  border-color:#42b984 !important;
}
#beneficios .beneficio-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
#beneficios .beneficio-container .icon-box .title-1 {
  margin-right: 80px;
  margin-left: 0px;
  text-align: right;
}
#beneficios .beneficio-container .icon-box .title a {
  color: #444;
}
#beneficios .beneficio-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#beneficios .card {
  padding: 16px 12px !important;
}
#beneficios .rotation {
  padding: 15px 18px !important;
  border-radius: 52% !important;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform: rotate(90deg);
}
.video-container iframe {
    margin: 40px 0;
    width:560px;
    height:315px;
}

/* Video Section
--------------------------------*/

#video {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/video-bg.png) fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.video-container iframe {
    margin: 30px 0;
}
#video .title-beneficio {
  color: #FFF;
  font-weight: 600;
}

/* Services Section
--------------------------------*/
#services {
  background: #03375c;
  background-size: cover;
  padding: 80px 0 45px 0;
}
#services .section-header .section-title {
    margin-bottom: 50px;
    font-weight: 500;
}
#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 260px;
  position: relative;
  background: #fafafa;
  border-radius: 14px;
}
#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}
#services .icon a {
  display: inline-block;
  background: #599cb6;
  border: 2px solid #599cb6;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}
#services .icon i {
  color: #fff;
  font-size: 24px;
}
#services .box:hover .icon i {
  color: #599cb6;
}
#services .box:hover .icon a {
  color: #599cb6;
  background: #fff;
}
#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #03375c;
}
#services .title a {
  color: #03375c;
}
#services .description {
  font-size: 14px;
  line-height: 24px;
}
#services .section-title {
  color: #FFF;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../imagens/rentabilizar.png) fixed center center;
  background-size: cover;
  padding: 100px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

}

#call-to-action .cta-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: #054769;
  border: 2px solid #054769;
  color: #FFF;
}
#call-to-action .cta-btn:hover {
  border: 2px solid #054769;
  color: #054769;
  background-color: #FFF;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #599cb6;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#contact .info .email p {
  padding-top: 5px;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #033049;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#contact .social-links a:hover {
  background: #599cb6;
  color: #fff;
}
#contact .form #sendmessage {
  color: #599cb6;
  border: 1px solid #599cb6;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact .form button[type="submit"] {
  background: #599cb6;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .form button[type="submit"]:hover {
  background: #000;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #033049;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #eee;
}
#footer .logo-saude-service-footer {
  height: 53px;
}
.copyright{
opacity: 0.5;
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }

  #form-register{
    margin:0 auto;
    margin-left: calc(50% - 175px);
  }
  #contact iframe {width:350px;}
  #hero .hero-container {
   padding-left: calc(29% + 150px);
 }
 img {
    margin-left: calc(50% - 210px);
  }

}
@media (min-width: 991px) {
  .hidden-md {
    display: none
  }
}
/*--------------------------------------------------------------
@Media Max-width 420
--------------------------------------------------------------*/
@media (max-width: 991px) {
  #hero {
   background: url(../imagens/hero-bg-1.png) top right fixed;
  }
  #header #logo img {
    max-height: 32px;
  }
  .logo-footer {
      height: 30px;
      margin: 5px 20px;
  }
  #footer .logo-saude-service-footer {
    height: 35px;
  }
  .video-container iframe {
    width:320px;
    height:180px;
  }
  .hidden-xs {
    display: none !important;
  }
  #hero .hero-container {
   padding-left: 10px;
  }
  #hero .hero-container {
    text-align: center;
  }
  img {
    margin-left: 0px;
  }
  .btn-taxas {
    text-align: center;
    color: #5a9bb5 !important;
    font-weight: 600;
    text-decoration: underline !important;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
  .taxa-text-small {
    padding-bottom: 10px;
  }
  .modal-content .col-md-8, .modal-content .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-taxas {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .taxa-home-taxas {
    font-size: 22px;
  }
  #contact .title {
    margin-bottom: 4px;
  }
  .phone-mobile h3 {
    font-size: 26px;
    padding-top: 37px;
  }
  .phone-mobile .info p {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 30px !important;
    padding: 0px !important;
    font-weight: 600;
  }
  .solutions .others h3 {
    padding-bottom: 20px;
  }
  #hero .maquininha-hero {
    top: 16%;
    width: 218px;
    height: auto;
    position: absolute;
    left: 1%;
  }
  .text-head h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
  }
  #hero .hero-container {
    text-align: left;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 25px;
  }
  .text-head .preco {
    font-size: 15px;
    padding: 18px 0 15px;
  }
  .text-head .preco span {
    font-size: 18px;
  }
  .text-head span {
    font-size: 35px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .text-head .preco span:nth-child(2n) {
    float: right;
    font-size: 13px;
  }
  #hero .btn-get-started {
    background: #0080A8;
    padding: 7px 24px;
    border-radius: 19px;
    text-align: center;
  }
  .solutions .selector-ico {
    max-width: 100%;
  }
  .box-option .col-4 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .box-option {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: none;
    padding: 15px 13px;
  }
  .box-option .option {
    color: #033049;
  }
  .box-option .option h4 {
    color: #5a9bb5;
    font-weight: 600;
  }
  .solutions {
    background: #f7f7f7
  }
  .box-option .option h5 span {
    color: #033049;
  }
  .box-option .option h5:last-child {
    color: #5a9bb5;
    font-weight: 600;
  }
  #hero h1 {
    text-align: left;
  }
}
@media (max-width: 450px) {
  #hero .maquininha-hero {
    left: -10%;
  }
}