@charset "UTF-8";
/*=================================================
* variables.scss
* Usado para definir variáveis
*
* Criado por: Giovanni Martins - 24/06/2021
* Última modificacao: 
* ================================================*/
/* Cores */
/* Util */
/* Media Queries */
/*=================================================
* fonts.scss
* Usado para definir fontes usadas
*
* Criado por: Giovanni Martins - 24/06/2021
* Última modificacao: 
* ================================================*/
@font-face {
  font-family: "CenturyExpanded";
  src: url("../fonts/CenturyExpanded.eot");
  src: url("../fonts/CenturyExpanded.woff2") format("woff2"), url("../fonts/CenturyExpanded.woff") format("woff"), url("../fonts/CenturyExpanded.ttf") format("truetype"), url("../fonts/CenturyExpanded.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyOldStyle-Regular";
  src: url("../fonts/CenturyOldStyle-Regular.eot");
  src: url("../fonts/CenturyOldStyle-Regular.woff2") format("woff2"), url("../fonts/CenturyOldStyle-Regular.woff") format("woff"), url("../fonts/CenturyOldStyle-Regular.ttf") format("truetype"), url("../fonts/CenturyOldStyle-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyOldStyle-Bold";
  src: url("../fonts/CenturyOldStyle-Bold.eot");
  src: url("../fonts/CenturyOldStyle-Bold.woff2") format("woff2"), url("../fonts/CenturyOldStyle-Bold.woff") format("woff"), url("../fonts/CenturyOldStyle-Bold.ttf") format("truetype"), url("../fonts/CenturyOldStyle-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyOldStyle-Italic";
  src: url("../fonts/CenturyOldStyle-Italic.eot");
  src: url("../fonts/CenturyOldStyle-Italic.woff2") format("woff2"), url("../fonts/CenturyOldStyle-Italic.woff") format("woff"), url("../fonts/CenturyOldStyle-Italic.ttf") format("truetype"), url("../fonts/CenturyOldStyle-Italic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyExpanded-Italic";
  src: url("../fonts/CenturyExpanded-Italic.eot");
  src: url("../fonts/CenturyExpanded-Italic.woff2") format("woff2"), url("../fonts/CenturyExpanded-Italic.woff") format("woff"), url("../fonts/CenturyExpanded-Italic.ttf") format("truetype"), url("../fonts/CenturyExpanded-Italic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

/*=================================================
* Mixins.scss
* Usado para referenciar media queries
*
* Criado por: Giovanni Martins - 24/06/2021
* Última modificacao: 
* ================================================*/
/*
Resoluções
SM = até ou menor que 568px;
MD = até 768px;
LG = até 1024px;
XL = até ou maior que 1280px;
**/
/********************************/
body .wrapper {
  padding: 0 15px;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body .wrapper {
    padding: 0 30px !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body .wrapper {
    padding: 0 30px !important;
  }
}

body .wrapper-login {
  padding: 60px;
}

body .btn-action {
  border-radius: 50px;
  background-color: #4A4F55;
  color: #fff;
  font-weight: bold;
  min-width: 170px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body .btn-action:hover {
  color: #ffffff;
  background-color: #333538;
}

body #pesquisa {
  width: 140px;
  right: 70px;
}

body #pesquisa .header b {
  font-size: 14px;
}

body #pesquisa .header i {
  font-size: 15px;
  margin-bottom: 7px;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body #pesquisa .header i {
    font-size: 10px;
  }
}

body #pesquisa .btn-sodre2 {
  background-color: #4a4f55;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  line-height: 20px;
  white-space: inherit;
}

body #pesquisa .btn-sodre2:hover {
  background-color: #30353b;
}

body .close-pesquisa {
  bottom: -85px !important;
}

@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

body #compraTelevendas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: calc(20% - 65px) !important;
  left: -5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top-right-radius: 10px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  background-color: #f1f1f1;
  width: 160px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  height: 120px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 599px) {
  body #compraTelevendas {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    height: 58px;
    border-radius: 0;
    bottom: 0px !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body #compraTelevendas {
    height: 75px !important;
    width: 100% !important;
    border-radius: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
}

body #compraTelevendas .icon {
  background-color: #2d2d2d;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 599px) {
  body #compraTelevendas .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body #compraTelevendas .icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body #compraTelevendas .icon img {
  width: 45px;
  margin: 0 30px;
}

@media (max-width: 599px) {
  body #compraTelevendas .icon img {
    width: 38px;
    margin: 0px 10px;
  }
}

body #compraTelevendas .icon small {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 15px;
}

@media (max-width: 599px) {
  body #compraTelevendas .icon small {
    margin: 0px 10px;
    font-size: 20px;
  }
}

body #compraTelevendas .action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  color: #489e44;
  opacity: 0;
  display: none;
}

body #compraTelevendas .action a {
  color: #489e44;
}

body #compraTelevendas .action a:hover {
  opacity: .8;
}

body #compraTelevendas .action small {
  display: block;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  padding: 0 12px;
}

@media (max-width: 599px) {
  body #compraTelevendas .action small {
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
  }
}

body #compraTelevendas .action span {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 38px;
  margin-bottom: 5px;
}

@media (max-width: 599px) {
  body #compraTelevendas .action span {
    margin-bottom: 0px;
  }
}

body #compraTelevendas .action .subtitle {
  font-size: 12px;
  background-color: #4a4f55;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  display: none;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .open-televendas {
  width: 380px !important;
}

@media (max-width: 599px) {
  body .open-televendas {
    height: 150px !important;
    width: 100% !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body .open-televendas {
    height: 90px !important;
    width: 100% !important;
    border-radius: 0px !important;
  }
}

body .open-televendas .action {
  opacity: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

body .open-televendas .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

body .open-televendas .icon img {
  width: 40px !important;
  margin: 0px !important;
}

body .open-televendas .icon small {
  position: absolute;
  opacity: 0 !important;
}

body header#topo {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #eaeaea;
}

body header#topo #login {
  background: #2d2d2d;
}

@media (max-width: 599px) {
  body header#topo #login {
    background: #ececec;
  }
}

@media (max-width: 599px) {
  body header#topo #login .visible-xs {
    margin-top: -20px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body header#topo #login .close-button {
    right: 0px;
  }
}

body header#topo .wrapper-login-mobal {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ececec;
  padding: 0;
}

body header#topo .wrapper-login-mobal h1 {
  font-size: 16px;
  color: #c20c2e;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0;
}

body header#topo .wrapper-login-mobal h1 i {
  text-align: center;
  color: #c20c2e;
  font-size: 20px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

body header#topo #navbarResponsive {
  padding-bottom: 20px;
}

body header#topo .navbar-collapse {
  background: #4a4f55;
}

body header#topo .navbar-collapse .navbar-nav .nav-item {
  padding: 15px;
  border: none;
}

body header#topo .navbar-collapse .navbar-nav li {
  padding: 15px;
  border: none;
}

body header#topo .navbar-collapse .navbar-nav li h3 {
  font-weight: bold;
  padding: 0 !important;
}

body header#topo .navbar-collapse .navbar-nav li .comprar {
  background-color: #c20c2e;
}

body .pre-header {
  background-color: #f6f6f6;
  height: 70px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  body .pre-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .pre-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1300px;
}

@media (max-width: 599px) {
  body .pre-header .wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .pre-header .wrapper .contato {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  body .pre-header .wrapper .contato {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body .pre-header .wrapper .contato .btn-pesquisa {
  margin-right: 10px;
  font-size: 12px;
  background-color: #f6f6f6;
  border-color: #c20c2e;
  color: #c20c2e;
}

body .pre-header .wrapper .contato .btn-pesquisa:hover {
  border-color: #4A4F55;
  color: #333538;
}

@media (max-width: 599px) {
  body .pre-header .wrapper .contato .btn-pesquisa {
    min-width: 100px;
    font-size: 11px;
  }
}

body .pre-header .wrapper .contato img {
  width: 35px;
  margin-right: 10px;
}

@media (max-width: 599px) {
  body .pre-header .wrapper .contato img {
    width: 30px;
  }
}

body .pre-header .wrapper .contato span {
  font-size: 1.8em;
  color: #c20c2e;
  font-weight: bold;
}

@media (max-width: 599px) {
  body .pre-header .wrapper .contato span {
    font-size: 1em;
  }
}

body .pre-header .wrapper .form-resultado {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 599px) {
  body .pre-header .wrapper .form-resultado {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body .pre-header .wrapper .form-resultado {
    display: none;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body .pre-header .wrapper .form-resultado {
    display: none;
  }
}

body .pre-header .wrapper .form-resultado label {
  margin-right: 20px;
  color: #c20c2e;
}

body .pre-header .wrapper .form-resultado .alert {
  display: none;
}

body .pre-header .wrapper .form-resultado .has-error:before {
  background: url(../images/error-form.png) no-repeat center;
  background-position-x: -5px;
  right: 15px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}

body .pre-header .wrapper .form-resultado .has-success:before {
  background-position-x: 0px;
  right: 15px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-size: contain;
}

body .pre-header .wrapper .form-resultado .form-control {
  color: #7b7777;
  font-weight: bold;
  background-color: #f6f6f6;
  border: 1px solid #b9b9b9;
  margin: 0px 5px;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 16px;
  height: 36px;
}

body .pre-header .wrapper .form-resultado .form-control::-webkit-input-placeholder {
  color: #afafaf;
}

body .pre-header .wrapper .form-resultado .form-control:-ms-input-placeholder {
  color: #afafaf;
}

body .pre-header .wrapper .form-resultado .form-control::-ms-input-placeholder {
  color: #afafaf;
}

body .pre-header .wrapper .form-resultado .form-control::placeholder {
  color: #afafaf;
}

body .pre-header .wrapper .form-resultado .btn {
  margin-left: 10px;
  border-radius: 50px;
  height: 36px;
  background-color: #4A4F55;
  color: #fff;
  font-weight: bold;
  min-width: 170px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: #4A4F55;
}

body .pre-header .wrapper .form-resultado .btn:hover {
  border-color: #4A4F55;
  background-color: #333538;
}

body section.header {
  background: url("../images/Home/bg-principal.png");
  background-size: cover;
  padding-top: 40px;
  background-position-y: center;
}

@media (min-width: 1800px) {
  body section.header {
    height: 730px;
    max-height: 730px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  body section.header {
    height: auto;
    max-height: none;
  }
}

@media (min-width: 1400px) {
  body section.header .wrapper {
    max-width: 1380px;
  }
}

@media (min-width: 1800px) {
  body section.header .wrapper {
    max-width: 1580px;
  }
}

@media (max-width: 599px) {
  body section.header {
    padding-top: 20px;
    height: auto;
    max-height: initial;
    padding-bottom: 30px;
  }
}

body section.header .menu-itens {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body section.header .menu-itens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body section.header .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

body section.header .menu-logo img {
  width: 220px;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section.header .menu-logo img {
    width: 190px;
  }
}

@media (max-width: 599px) {
  body section.header .menu-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}

body section.header .menu-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body section.header .menu-topo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 568px) {
  body section.header .menu-topo {
    display: none;
  }
}

body section.header .menu-topo li {
  min-height: auto;
  border: 0;
  padding: 0px 12px;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section.header .menu-topo li {
    padding: 0px 8px;
  }
}

body section.header .menu-topo li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: initial;
  border: 1px solid #ffffff;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1023px) {
  body section.header .menu-topo li a {
    padding: 10px 15px;
  }
}

body section.header .menu-topo li a:hover {
  background-color: #333538;
  border-color: #333538;
  color: #ffffff !important;
}

body section.header .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  body section.header .call-to-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body section.header .call-to-action h1 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  margin: 20px 0px 30px 0px;
}

@media (max-width: 599px) {
  body section.header .call-to-action h1 {
    font-size: 1.5em;
  }
}

body section.header .call-to-action .price {
  position: relative;
  height: 400px;
  min-height: 400px;
  background-color: #efefef;
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 30px 50px 50px 50px;
  text-align: center;
  width: 23%;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) and (max-width: 1280px) {
  body section.header .call-to-action .price {
    padding: 30px 40px 40px 40px;
    height: 380px;
    min-height: 380px;
    width: 42%;
    margin-right: 15px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section.header .call-to-action .price {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section.header .call-to-action .price {
    width: 100%;
  }
}

@media (max-width: 599px) {
  body section.header .call-to-action .price {
    width: 100%;
  }
}

body section.header .call-to-action .price:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  border: 4px solid #fefcfc;
  top: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/Home/factory.png") #efefef center no-repeat;
  background-size: 70px;
  display: none;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price:before {
    display: none;
  }
}

body section.header .call-to-action .price:nth-child(2):before {
  background: url("../images/Home/truck.png") #efefef center no-repeat;
  background-size: 85px;
}

body section.header .call-to-action .price .title small {
  font-size: 1.4em;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price .title small {
    font-size: 2em;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section.header .call-to-action .price .title small {
    font-size: 1.2em;
  }
}

body section.header .call-to-action .price .title h3 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  color: #333538;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price .title h3 {
    font-size: 2em;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  body section.header .call-to-action .price .title h3 {
    font-size: 2.5em;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  body section.header .call-to-action .price .title h3 {
    font-size: 2em;
  }
}

body section.header .call-to-action .price .text-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price .text-price {
    font-size: 80%;
  }
}

body section.header .call-to-action .price .text-price small {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price .text-price small {
    font-size: 16px;
    margin-top: 10px;
  }
}

body section.header .call-to-action .price .text-price h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px 0px;
}

body section.header .call-to-action .price .text-price h1 span {
  font-size: 2.7em;
  color: #333538;
  font-weight: bold;
}

body section.header .call-to-action .price .text-price h1 small {
  font-size: 60%;
}

body section.header .call-to-action .price .text-price h1 small:nth-child(3) {
  font-size: 95%;
  margin-left: 0px;
  font-weight: bold;
  color: #333538;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price .text-price h1 {
    font-size: 3em;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section.header .call-to-action .price .text-price h1 {
    font-size: 2em;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section.header .call-to-action .price .text-price h1 {
    font-size: 2.3em;
  }
}

body section.header .call-to-action .price .action {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

body section.header .call-to-action .price .action:before {
  content: 'Em at\00E9 \0020 6 vezes sem juros';
  position: absolute;
  width: 100%;
  height: 40px;
  top: -40px;
  background-color: #ffc107;
  color: #000000;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

body section.header .call-to-action .price .action .btn-action {
  width: 100%;
  padding: 20px;
  font-size: 1.5em;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4A4F55;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section.header .call-to-action .price .action .btn-action {
    font-size: 1.5em;
  }
}

body section.header .call-to-action .price .action .btn-action:hover {
  background-color: #c72035 !important;
}

body section.header .call-to-action .concurso .title h3 {
  font-size: 2em !important;
  color: #da2b12;
}

@media (max-width: 599px) {
  body section.header .call-to-action .concurso .title h3 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 599px) {
  body section.header .call-to-action .concurso .title small {
    font-size: 1.3em !important;
  }
}

body section.header .call-to-action .concurso .text-price small {
  font-size: 1.2em;
  margin-top: 10px;
}

@media (max-width: 599px) {
  body section.header .call-to-action .concurso .text-price small {
    font-size: 1em !important;
  }
}

@media (max-width: 599px) {
  body section.header .call-to-action .concurso .text-price h1 {
    font-size: 1em;
  }
}

body section.header .call-to-action .concurso .text-price h1 small {
  margin-right: 10px;
}

body section.header .call-to-action .concurso .btn-action {
  background-color: #da2b12;
}

body section.header .call-to-action .price-concurso .title {
  height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body section.header .call-to-action .price-concurso .title small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 25px;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price-concurso .title small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body section.header .call-to-action .price-concurso .title h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5em;
}

@media (max-width: 599px) {
  body section.header .call-to-action .price-concurso .title h3 {
    margin-top: -40px;
  }
}

body section.header .call-to-action .card-img-price {
  padding: 0;
  overflow: hidden;
}

body section.header .call-to-action .card-img-price form {
  width: 100%;
  height: 100%;
}

body section.header .call-to-action .card-img-price form img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 20px;
  margin-top: -35px;
}

body section.header .call-to-action .middle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  body section.header .call-to-action .middle-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px 0;
    font-size: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 599px) {
  body section.header .call-to-action .middle-text .icon img {
    width: 100px;
  }
}

body section.header .call-to-action .middle-text .text {
  margin: 40px;
  text-align: center;
  color: #4A4F55;
}

body section.header .call-to-action .middle-text .text:nth-child(1) {
  margin: 0px 0px 40px 0px;
}

@media (max-width: 599px) {
  body section.header .call-to-action .middle-text .text:nth-child(1) {
    margin: 0px 20px 0px 0px;
  }
}

body section.header .call-to-action .middle-text .text small {
  font-size: 1.4em;
  margin-bottom: 15px;
}

body section.header .call-to-action .middle-text .text h3 {
  font-size: 4.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 599px) {
  body section.header .call-to-action .middle-text .text {
    font-size: 70%;
    margin: 0px 0px 0px 20px;
  }
}

body section#promotional-banner {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  body section#promotional-banner {
    margin-bottom: 30px;
  }
}

body section#promotional-banner .banner {
  background: url("../images/Home/Concurso-Banner-Site.png");
  background-size: cover;
  width: 100%;
  height: 280px;
  background-position: center;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

@media (max-width: 599px) {
  body section#promotional-banner .banner {
    background: url("../images/Home/Concurso_mobile.png") repeat-x;
    background-size: cover;
    height: 300px;
    background-position-x: center;
    background-position-y: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#promotional-banner .banner {
    background-size: 125%;
    height: 180px;
    background-position-x: -195px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#promotional-banner .banner {
    background-position-y: 0px;
    height: 230px;
    background-position-x: -190px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  body section#promotional-banner .banner {
    background-position-x: -175px;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  body section#promotional-banner .banner {
    background: url("../images/Home/Concurso-Banner-Site.png") !important;
    height: 215px;
    width: 100%;
    background-size: cover !important;
    background-position-x: -150px !important;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#promotional-banner .banner {
    background: url("../images/Home/Concurso-Banner-Site.png") !important;
    background-position-x: -100px !important;
    height: 200px;
    background-size: cover !important;
  }
}

body .open-map {
  display: block !important;
  height: auto !important;
  -webkit-animation: showMap 250ms ease-in-out both;
          animation: showMap 250ms ease-in-out both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body .close-map {
  display: none !important;
  height: 0 !important;
  -webkit-animation: hideMap 250ms ease-in-out both;
          animation: hideMap 250ms ease-in-out both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes showMap {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes showMap {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes hideMap {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes hideMap {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

body section#map-container {
  padding: 0;
  margin-bottom: 30px;
}

body section#map-container .bg-map {
  background-color: #c20c2e;
  position: relative;
}

@media (max-width: 599px) {
  body section#map-container .bg-map {
    padding: 0 20px;
  }
}

body section#map-container .map-button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -60px;
  width: 60px;
  height: 60px;
  background-color: #4a4f55;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 599px) {
  body section#map-container .map-button {
    display: none;
  }
}

body section#map-container .map-button:hover {
  background-color: #333538;
  cursor: pointer;
}

body section#map-container .map-button .fa {
  width: 100%;
  color: #fff;
  font-size: 25px;
  margin-top: -5px;
}

body section#map-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

body section#map-container h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 12px;
}

@media (max-width: 599px) {
  body section#map-container h1 {
    font-size: 1.6em;
  }
}

body section#map-container h1 span {
  background: url("../images/Home/pontos-coleta.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 599px) {
  body section#map-container h1 span {
    margin-right: 10px;
  }
}

body section#map-container .select {
  padding: 30px 0 24px;
  display: inline-block;
  width: 800px;
}

@media (max-width: 599px) {
  body section#map-container .select {
    padding: 20px 10px;
    display: block;
    position: relative;
    width: 100%;
  }
}

body section#map-container .select .item {
  margin: 0 10px;
  width: 60%;
  display: inline-block;
}

@media (max-width: 599px) {
  body section#map-container .select .item {
    margin: 10px 0;
    width: 100%;
    position: relative;
    display: block;
  }
}

body section#map-container .select .item:nth-child(2) {
  width: calc(30% + 20px);
}

@media (max-width: 599px) {
  body section#map-container .select .item:nth-child(2) {
    width: 100% !important;
  }
}

body section#map-container .select .item select,
body section#map-container .select .item .select2-container
.select2-selection--single
.select2-selection__rendered {
  height: 45px;
  width: 100%;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0px 20px;
  border: 0;
  font-weight: bold;
  color: #828282;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body section#map-container .select .item .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  height: 45px;
}

body section#map-container .select .item .select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #d8d6d6;
  cursor: not-allowed;
}

body section#map-container .select .item .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 40px;
  top: 1px;
  right: 15px;
  width: 20px;
}

body section#map-container .select .item .select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
body section#map-container .select .item .select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body section#map-container .select .item .select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
body section#map-container .select .item .select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

body section#map-container .select .text {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  body section#map-container .select .text {
    font-size: 13px;
  }
}

body section#map-container #map-box {
  max-height: 625px;
  min-height: 500px;
  width: 100%;
  background: url(../images/Home/map-overlay-2.png) #4a4f55;
  background-size: cover;
  display: none;
  height: 0;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#map-container #map-box {
    max-height: 800px;
  }
}

body section#map-container #map-box .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px;
  position: relative;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#map-container #map-box .wrapper {
    padding: 50px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body section#map-container #map-box .map {
  background-position: center !important;
  float: right;
  width: calc(100% - 600px);
  background-color: #efefef;
  background-size: cover;
  height: 525px;
}

@media (max-width: 599px) {
  body section#map-container #map-box .map {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#map-container #map-box .map {
    width: 100%;
    height: 200px;
  }
}

body section#map-container #map-box .list {
  height: 525px;
  float: left;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#map-container #map-box .list {
    height: 400px;
  }
}

body section#map-container #map-box .list .list-header {
  background-color: #4a4f55;
  padding: 20px 20px;
  text-align: center;
  color: #ffffff;
}

body section#map-container #map-box .list .list-header strong {
  display: block;
  font-size: 18px;
}

body section#map-container #map-box .list .list-header small {
  display: block;
  font-size: 100%;
  margin-top: 5px;
  font-weight: bold;
}

body section#map-container #map-box .list .list-header #linkProximos {
  display: block;
  color: #b1b1b1;
  font-weight: normal;
  cursor: pointer;
  font-size: 85%;
  text-align: left;
  margin-top: 8px;
  text-align: center;
}

body section#map-container #map-box .list .list-header #linkProximos:hover {
  color: #ffffff;
}

body section#map-container #map-box .list ul {
  padding: 35px;
  list-style: none;
  height: 425px;
  overflow: auto;
}

body section#map-container #map-box .list ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

body section#map-container #map-box .list ul::-webkit-scrollbar {
  width: 10px !important;
  height: 6px !important;
  background-color: #f5f5f5 !important;
}

body section#map-container #map-box .list ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #b5b5b5;
}

body section#map-container #map-box .list ul li .li-lab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 599px) {
  body section#map-container #map-box .list ul li .li-lab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body section#map-container #map-box .list ul li .li-lab .info {
  border-right: 1px solid #f1f1f1;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

body section#map-container #map-box .list ul li .li-lab .info .lab-nome {
  font-weight: bold;
  font-size: 18px;
  color: #c20c2e;
  display: block;
  padding: 1px 8px;
  border-left: 3px solid #cecece;
  margin-bottom: 5px;
}

body section#map-container #map-box .list ul li .li-lab .info .lab-info,
body section#map-container #map-box .list ul li .li-lab .info .info-telefone {
  font-size: 85%;
  text-align: justify;
  padding: 0px 10px;
}

body section#map-container #map-box .list ul li .li-lab .info .info-funcionamento {
  margin: 10px 0px;
  padding: 0px 10px;
}

body section#map-container #map-box .list ul li .li-lab .info .lab-funcionamento {
  color: #4A4F55;
}

body section#map-container #map-box .list ul li .li-lab .info .info-preco {
  color: #4a4f55;
  display: block;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 5px 10px;
  text-align: left;
  font-weight: bold;
}

body section#map-container #map-box .list ul li .buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

@media (max-width: 599px) {
  body section#map-container #map-box .list ul li .buy {
    margin: 15px 0 0;
  }
}

body section#map-container #map-box .list ul li .buy .btn-buy {
  background-color: #c20c2e;
  color: #fff;
  border: 1px solid #c20c2e;
  width: 100%;
  padding: 10px 0px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}

body section#map-container #map-box .list ul li .buy .btn-buy:hover {
  background-color: #9e0c28 !important;
  -webkit-transform: scale(1.04) translate3d(0, 0, 0);
          transform: scale(1.04) translate3d(0, 0, 0);
}

body section#map-container #map-box #show-proximos {
  padding: 35px;
  height: 435px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body section#map-container #map-box #show-proximos::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

body section#map-container #map-box #show-proximos::-webkit-scrollbar {
  width: 10px !important;
  height: 6px !important;
  background-color: #f5f5f5 !important;
}

body section#map-container #map-box #show-proximos::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #b5b5b5;
}

body section#map-container #map-box #show-proximos .text-proximas {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 10px;
  width: 100%;
}

body section#map-container #map-box #show-proximos .text-proximas strong {
  color: #c20c2e;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}

body section#map-container #map-box #show-proximos .text-proximas strong span {
  font-weight: bold;
}

body section#map-container #map-box #show-proximos .text-proximas strong span i {
  display: block;
  margin-top: 10px;
}

body section#map-container #map-box #show-proximos .text-proximas p {
  font-size: 15px;
  text-align: center;
}

body section#map-container #map-box #show-proximos .card-cidade {
  -webkit-box-flex: 250px;
      -ms-flex: 250px;
          flex: 250px;
  background-color: #f5f5f5;
  margin: 15px 10px;
  padding: 20px 10px;
  border-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #4a4f55;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  text-align: center;
}

body section#map-container #map-box #show-proximos .card-cidade p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

body section#map-container #map-box #show-proximos .card-cidade p small {
  display: block;
  font-size: 90%;
  margin: 10px 0;
}

body section#map-container #map-box #show-proximos .card-cidade a {
  color: #4a4f55;
  font-size: 85%;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  background-color: #e2e2e2;
  padding: 6px 15px;
  border-radius: 15px;
  margin-top: 5px;
}

body section#map-container #map-box #show-proximos .card-cidade a:hover {
  color: #ffffff;
  background-color: #4a4f55;
}

body section#map-container #map-box #show-proximos .card-cidade:hover {
  background-color: #c20c2e;
  color: #ffffff !important;
  cursor: pointer;
}

body section#seja-credenciado {
  margin: 0;
}

@media (max-width: 599px) {
  body section#seja-credenciado {
    margin: 40px 0 0;
  }
}

body section#seja-credenciado .bg-header {
  background: url("../images/Home/header-lab.jpg");
  width: 100%;
  background-size: cover;
  height: 250px;
  background-position-y: bottom;
}

@media (max-width: 599px) {
  body section#seja-credenciado .bg-header {
    background-position-x: center;
  }
}

body section#seja-credenciado .wrapper {
  margin-top: -95px;
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper {
    margin-top: -140px;
  }
}

body section#seja-credenciado .wrapper .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 70%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  background-color: #f6f6f6;
  padding: 0px;
  border-radius: 10px;
  margin-left: 150px;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#seja-credenciado .wrapper .call-to-action {
    width: 60%;
    margin-left: 180px;
  }
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#seja-credenciado .wrapper .call-to-action {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#seja-credenciado .wrapper .call-to-action {
    width: 60%;
    padding: 0;
    margin-left: 180px;
  }
}

body section#seja-credenciado .wrapper .call-to-action:after {
  content: "";
  position: absolute;
  background: url(../images/Home/cta-whatsapp.png) top no-repeat;
  background-size: contain;
  width: 300px;
  height: 480px;
  right: -180px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  bottom: -70px;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#seja-credenciado .wrapper .call-to-action:after {
    right: -210px;
    height: 460px;
  }
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action:after {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#seja-credenciado .wrapper .call-to-action:after {
    width: 320px;
    height: 400px;
    right: -220px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#seja-credenciado .wrapper .call-to-action:after {
    display: none;
  }
}

body section#seja-credenciado .wrapper .call-to-action .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 40px 10px 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#seja-credenciado .wrapper .call-to-action .title {
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action .title {
    padding: 20px 30px;
    border-radius: 0;
  }
}

body section#seja-credenciado .wrapper .call-to-action .title h1 {
  font-weight: bold;
  font-size: 3em;
  color: #c20c2e;
  margin: 0 30px 15px;
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action .title h1 {
    font-size: 2.4em;
    padding: 12px 0;
    margin: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#seja-credenciado .wrapper .call-to-action .title h1 {
    font-size: 2.3em;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#seja-credenciado .wrapper .call-to-action .title h1 {
    font-size: 2.5em;
  }
}

body section#seja-credenciado .wrapper .call-to-action .title h1 small {
  display: block;
  font-size: 60%;
  text-align: left;
  color: #333538;
  margin-top: 5px;
}

body section#seja-credenciado .wrapper .call-to-action .title h1 small b {
  text-transform: uppercase;
}

body section#seja-credenciado .wrapper .call-to-action .title .subtitle {
  position: absolute;
  bottom: -50px;
  background-color: #c20c2e;
  padding: 20px 40px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.7em;
  left: -60px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

body section#seja-credenciado .wrapper .call-to-action .button {
  background-color: #00675d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 6px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action .button {
    border-bottom-right-radius: 10px;
    padding: 12px 28px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#seja-credenciado .wrapper .call-to-action .button {
    border-bottom-right-radius: 0px;
  }
}

body section#seja-credenciado .wrapper .call-to-action .button:hover {
  background-color: #31746c;
  cursor: pointer;
}

body section#seja-credenciado .wrapper .call-to-action .button:after {
  content: "";
  position: absolute;
  background: url(../images/Home/arrow.png) center no-repeat #c20c2e;
  background-size: 40px;
  width: 100px;
  height: 100px;
  right: -50px;
  padding: 30px;
  border-radius: 100%;
  border: 5px solid #fff;
  background-position-x: 25px;
  display: none;
}

body section#seja-credenciado .wrapper .call-to-action .button img {
  display: none;
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action .button img {
    width: 40px;
    display: block;
  }
}

body section#seja-credenciado .wrapper .call-to-action .button span {
  font-weight: bold;
  font-size: 1.5em;
  color: #ffffff;
  margin: 0 auto;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  line-height: initial;
  padding: 10px;
  position: relative;
}

body section#seja-credenciado .wrapper .call-to-action .button span:after {
  content: "";
  position: absolute;
  background: url(../images/Home/arrow.png) center no-repeat;
  background-size: 20px;
  padding: 26px;
  border-radius: 100%;
  top: -2px;
}

@media (max-width: 599px) {
  body section#seja-credenciado .wrapper .call-to-action .button span:after {
    display: none;
  }
}

body .align-middle {
  vertical-align: middle !important;
}

body section#voucher {
  background-color: #f1f1f1;
  margin: 0;
  margin-bottom: 50px;
  padding: 60px;
  min-height: auto;
}

@media (max-width: 599px) {
  body section#voucher {
    padding: 60px 10px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#voucher {
    margin: 30px 0;
  }
}

body section#voucher .title {
  margin: 0;
}

body section#voucher .title h1 {
  font-weight: bold;
  margin: 0;
}

body section#voucher .form {
  margin: 50px 0 0 !important;
}

@media (max-width: 599px) {
  body section#voucher .form {
    margin: 30px 0 0 0 !important;
  }
}

body section#voucher .input-group-addon {
  background-color: transparent;
  border: 0;
  color: #bbb;
  position: absolute;
  left: 13px;
  z-index: 99;
  top: 8px;
  font-size: 20px;
}

body section#voucher .form-control {
  border: 1px solid #f1f1f1 !important;
  font-weight: bold;
  color: #bbb;
  border-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 50px;
}

body section#voucher .form-control::-webkit-input-placeholder {
  color: #bbb;
}

body section#voucher .form-control:-ms-input-placeholder {
  color: #bbb;
}

body section#voucher .form-control::-ms-input-placeholder {
  color: #bbb;
}

body section#voucher .form-control::placeholder {
  color: #bbb;
}

body section#voucher .btn-vale {
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px;
  z-index: 99;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: bold;
  text-transform: uppercase;
}

body section#voucher .dados-doador {
  margin-bottom: 0px !important;
}

body section#voucher #voucher-resposta {
  max-height: 300px;
  overflow: auto;
  margin-top: 30px;
}

body section#voucher #voucher-resposta::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

body section#voucher #voucher-resposta::-webkit-scrollbar {
  width: 10px !important;
  height: 6px !important;
  background-color: #f5f5f5 !important;
}

body section#voucher #voucher-resposta::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #b5b5b5;
}

body section#parceiros {
  margin: 50px 0;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros {
    margin: 50px 0 70px;
  }
}

@media (max-width: 599px) {
  body section#parceiros {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#parceiros {
    padding: 0px 80px;
  }
}

body section#parceiros .wrapper {
  padding: 30px 0;
  position: relative;
}

@media (min-width: 900px) and (max-width: 1199px) {
  body section#parceiros .wrapper {
    padding: 30px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros .wrapper {
    margin: 0 120px;
  }
}

body section#parceiros .wrapper:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 80px;
  border-radius: 50px;
  background-color: #f1f1f1;
  margin-left: 20%;
  bottom: 0;
  z-index: 0;
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros .wrapper:before {
    bottom: -30px;
  }
}

@media (max-width: 599px) {
  body section#parceiros .wrapper:before {
    bottom: 25px;
    height: 50px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#parceiros .wrapper:before {
    width: 50%;
    bottom: -20px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros .wrapper .swiper-button-prev {
    left: -30px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  body section#parceiros .wrapper .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#parceiros .wrapper .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros .wrapper .swiper-button-next {
    right: -30px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  body section#parceiros .wrapper .swiper-button-next {
    display: none;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body section#parceiros .wrapper .swiper-button-next {
    display: none;
  }
}

body section#parceiros .content {
  border: 3px solid #f1f1f1;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

body section#parceiros .content:hover {
  cursor: pointer;
}

body section#parceiros .content:hover .title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

@media (max-width: 599px) {
  body section#parceiros .content {
    margin-bottom: 15px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body section#parceiros .content {
    margin: 20px 0px;
  }
}

body section#parceiros .content .title {
  background-color: #f1f1f1;
  padding: 30px;
  margin: 0 auto;
  border-radius: 0;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  height: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translate(0px, 220px);
          transform: translate(0px, 220px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 599px) {
  body section#parceiros .content .title {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

body section#parceiros .content .title .btn-action {
  margin-top: 15px;
  width: 220px;
  font-size: large;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

body section#parceiros .content .title .btn-action i {
  margin-left: 5px;
}

body section#parceiros .content .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 599px) {
  body section#parceiros .content .title h2 {
    font-size: 21px;
  }
}

@media (min-width: 1279px) and (max-width: 1799px) {
  body section#parceiros .content .title h2 {
    font-size: 25px;
  }
}

body section#parceiros .content .title h2 small {
  display: block;
  font-size: 65%;
  color: #ffffff;
  margin-top: 10px;
}

body section#parceiros .bn-1 {
  background: url("../images/Home/REPOM.jpg") center;
  background-size: cover;
  background-origin: border-box;
}

body section#parceiros .bn-1 .title {
  background-color: #e75015;
}

body section#parceiros .bn-1 .title .btn-action {
  background-color: #ec7e52;
}

body section#parceiros .bn-1 .title .btn-action:hover {
  background-color: #bf4d16;
  color: #ffffff;
}

body section#parceiros .bn-2 {
  background: url("../images/Home/ABCAM.jpg") center;
  background-size: cover;
  background-origin: border-box;
}

body section#parceiros .bn-2 .title {
  background-color: #0169b2;
}

body section#parceiros .bn-2 .title .btn-action {
  background-color: #288ed6;
}

body section#parceiros .bn-2 .title .btn-action:hover {
  background-color: #015297;
  color: #ffffff;
}

body section#parceiros .bn-3 {
  background: url("../images/Home/PAM_SAUDE.jpg") center;
  background-size: cover;
  background-origin: border-box;
}

body section#parceiros .bn-3 .title {
  background-color: #0b2e59;
}

body section#parceiros .bn-3 .title .btn-action {
  background-color: #25466d;
}

body section#parceiros .bn-3 .title .btn-action:hover {
  background-color: #0b2448;
  color: #ffffff;
}

body section#parceiros .bn-4 {
  background: url("../images/Home/movemais.jpg") center;
  background-size: cover;
  background-origin: border-box;
}

body section#parceiros .bn-4 .title {
  background-color: #61a830;
}

body section#parceiros .bn-4 .title .btn-action {
  background-color: #81d63d;
}

body section#parceiros .bn-4 .title .btn-action:hover {
  background-color: #417922;
  color: #ffffff;
}

body section#duvidas-blog {
  margin-bottom: 30px;
}

body section#duvidas-blog .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section#duvidas-blog .btn-action {
  min-width: 200px;
  font-weight: normal;
}

body section#duvidas-blog .duvidas {
  border-right: 1px solid #f1f1f1;
}

body section#duvidas-blog .duvidas .logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

body section#duvidas-blog .duvidas .logo img {
  width: 200px;
}

body section#duvidas-blog .duvidas .content {
  padding: 10px 40px;
  margin: 0 0 30px;
  text-align: center;
}

body section#duvidas-blog .duvidas .content p {
  color: #333538;
}

body section#duvidas-blog .duvidas .content .faq {
  margin: 40px 10px 50px;
}

body section#duvidas-blog .duvidas .content .faq ul li .top {
  line-height: 0px;
  padding: 12px 0px;
}

body section#duvidas-blog .duvidas .content .faq ul li .top a {
  top: 21px;
  font-size: 35px;
  right: -5px;
}

@media (max-width: 599px) {
  body section#duvidas-blog .duvidas .content .faq ul li .top a {
    margin-top: 10px;
  }
}

body section#duvidas-blog .duvidas .content .faq ul li .top p {
  margin: 0 25px 0 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
}

body section#duvidas-blog .duvidas .content .faq ul li .content {
  padding: 5px 10px;
  font-size: 12px;
  text-align: justify;
  margin: 0 0 10px;
}

body section#duvidas-blog .duvidas .content .faq ul li .content p {
  color: #4a4f55;
}

body section#duvidas-blog .blog .logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

body section#duvidas-blog .blog .logo img {
  width: 300px;
}

body section#duvidas-blog .blog .content {
  padding: 10px 40px;
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 599px) {
  body section#duvidas-blog .blog .content {
    padding: 10px;
  }
}

body section#duvidas-blog .blog .content .col-destaque .post {
  display: none;
}

body section#duvidas-blog .blog .content .col-destaque .post:target {
  display: block;
}

body section#duvidas-blog .blog .content .col-destaque .seta {
  position: absolute;
  top: 110px;
  font-size: 25px;
  cursor: pointer;
}

body section#duvidas-blog .blog .content .col-destaque .seta-right {
  right: 10px;
}

body section#duvidas-blog .blog .content .col-destaque .seta-left {
  left: 10px;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-info {
  width: 100%;
  padding: 0 50px;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-title {
  margin-bottom: 0px;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-header {
  padding-top: 0px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #6c757d !important;
  text-align: left;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-header b a {
  color: #6c757d !important;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-img {
  height: 250px;
  overflow: hidden;
  border: 2px solid #dedede;
  border-radius: 20px;
  float: none;
  width: 100%;
}

body section#duvidas-blog .blog .content .col-destaque .list-post-img img {
  width: 100%;
  margin-top: -50%;
}

@media (max-width: 599px) {
  body section#duvidas-blog .blog .content .col-destaque .list-post-img img {
    margin-top: 0px;
  }
}

body footer {
  margin-top: 20px;
}

body footer .content {
  background: #f1f1f1;
  border-top: 1px solid #e6e6e6;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  padding-bottom: 45px;
}

body footer .content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 820px) and (max-width: 1024px) {
  body footer .content .content-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 599px) {
  body footer .content .content-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .content .content-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body footer .content .content-footer .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 599px) {
  body footer .content .content-footer .logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .content .content-footer .logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body footer .content .content-footer .logo {
    margin-bottom: 20px;
  }
}

body footer .content .content-footer .links {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 599px) {
  body footer .content .content-footer .links {
    margin-top: 20px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .content .content-footer .links {
    margin-top: 20px;
  }
}

body footer .content .content-footer .links nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  body footer .content .content-footer .links nav ul {
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .content .content-footer .links nav ul {
    display: inline-block;
    text-align: center;
  }
}

body footer .content .content-footer .links nav ul li {
  float: left;
  margin: 0 15px;
}

@media (max-width: 599px) {
  body footer .content .content-footer .links nav ul li {
    padding: 10px 0;
    float: inherit;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .content .content-footer .links nav ul li {
    padding: 10px 0;
    float: inherit;
  }
}

body footer .content .content-footer .links nav ul li a {
  color: #4a4f55;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body footer .content .content-footer .links nav ul li a:hover {
  color: #c20c2e;
}

body footer .bar {
  background-color: #2d2d2d;
  position: relative;
  padding-top: 30px;
}

body footer .bar .box-central {
  position: absolute;
  width: auto;
  min-width: 500px;
  height: 60px;
  margin-left: -250px;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50px;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

@media (max-width: 599px) {
  body footer .bar .box-central {
    min-width: 80%;
    left: 10%;
    margin-left: 0;
  }
}

body footer .bar .box-central div {
  color: #c20c2e;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  body footer .bar .box-central div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body footer .bar .box-central div .icone {
  background: url("../images/Home/headset.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 599px) {
  body footer .bar .box-central div .icone {
    display: none;
  }
}

body footer .bar .box-central div .fone {
  font-size: 20px;
}

body footer .bar p {
  color: #ffffff;
  margin: 0;
}

body footer .bar .up {
  line-height: 40px;
  background: #c82442;
  width: 40px;
  height: 40px;
  float: left;
  font-size: 20px;
  border-radius: 40px;
  color: #fff;
  position: absolute;
  top: -20px;
  right: 250px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

@media (max-width: 599px) {
  body footer .bar .up {
    top: -410px;
    right: 20px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .bar .up {
    right: 50px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  body footer .bar .up {
    right: 50px;
  }
}

body footer .bar .info-contato {
  margin-bottom: 20px;
  margin-top: 15px;
}

body footer .bar .info-contato .col-md-6:nth-child(2n-1) {
  border-right: 1px solid #fff;
}

body footer .bar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  body footer .bar .social {
    margin: 0px 0 70px !important;
  }
}

body footer .bar .social a {
  margin-left: 10px;
}

body footer .bar .social a img {
  width: 30px;
}

@media (max-width: 599px) {
  body footer .bar .info-sodre,
  body footer .bar .info-imprensa {
    text-align: center !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  body footer .bar .info-sodre,
  body footer .bar .info-imprensa {
    text-align: center !important;
  }
}

body section#cnhCalc {
  padding: 54px 0;
  background-color: #f5f5f5;
}

@media (max-width: 599px) {
  body section#cnhCalc {
    margin-bottom: -40px;
  }
}

@media (min-width: 900px) {
  body section#cnhCalc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body section#cnhCalc .row .colBorder {
  padding: 18px;
}

@media (max-width: 599px) {
  body section#cnhCalc .row .colBorder {
    margin-bottom: 16px;
  }
}

body section#cnhCalc .title h1 {
  font-size: 2em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #016492;
  margin-top: 0;
  text-transform: uppercase;
}

body section#cnhCalc .title p {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

body section#cnhCalc #calc-resp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px;
  border-radius: 12px;
  opacity: 0;
  background-color: #016492;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

@media (max-width: 599px) {
  body section#cnhCalc #calc-resp {
    padding: 24px;
  }
}

body section#cnhCalc #calc-resp.show {
  opacity: 1;
}

body section#cnhCalc #calc-resp.vencimento {
  background-color: #c20c2e;
}

body section#cnhCalc #calc-resp.vencimento span {
  color: #fff !important;
}

body section#cnhCalc #calc-resp .resp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

body section#cnhCalc #calc-resp .resp-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}

body section#cnhCalc #calc-resp .resp-box .item i {
  font-size: 28px;
  color: #ffbf00;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

body section#cnhCalc #calc-resp .resp-box .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}

body section#cnhCalc #calc-resp .resp-box .item div span {
  font-weight: bold;
  color: #ffbf00;
  font-size: 24px;
}

body section#cnhCalc #calc-resp .resp-box .item div span small {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

body section#cnhCalc .calc-form form #errorMessage {
  margin-top: 12px;
  display: none;
}

body section#cnhCalc .calc-form form #errorMessage h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

body section#cnhCalc .calc-form form #errorMessage p {
  padding-left: 12px;
  border-left: 6px solid #a50b27;
  margin-top: 12px;
  font-weight: bold;
}

body section#cnhCalc .calc-form form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 599px) {
  body section#cnhCalc .calc-form form fieldset {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
  }
}

body section#cnhCalc .calc-form form fieldset:before {
  display: none;
}

body section#cnhCalc .calc-form form fieldset input {
  max-width: 250px;
  color: #7b7777;
  font-weight: bold;
  border: 1px solid #016492;
  margin-right: 12px;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 16px;
  height: 36px;
}

@media (max-width: 599px) {
  body section#cnhCalc .calc-form form fieldset input {
    max-width: 200px;
    height: 44px;
    font-size: 16px;
  }
}

body section#cnhCalc .calc-form form fieldset button {
  color: #fff;
  background-color: #ffbf00;
  border: none;
  padding: 8px 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: .8px;
}

@media (max-width: 599px) {
  body section#cnhCalc .calc-form form fieldset button {
    min-height: 44px;
  }
}

body section#cnhCalc .calc-form form fieldset button:hover {
  background-color: #ffbf00;
  opacity: .8;
}

#sejaCredenciado{
  background-image: url('/assets/images/seja-credenciado-bg.png');
  background-size: cover;
  padding: 4rem;
  text-align: center;
}

#sejaCredenciado H2{
  font-size: 50px;
  color: #ff4163;
  font-weight: 600;
  line-height: 50px;
  max-width: 800px;
  margin: 2rem auto;
}

#sejaCredenciado H3{
  font-size: 40px;
  color: #fff;
}

.btn-transparent-white{
  background: transparent;
  padding: 5px 30px;
  border: 1px solid #fff;
  margin-top: 30px;
  font-size: 20px;
  color: #fff !important;
  margin-bottom: 4rem;
}

.btn-transparent-white:hover,
.btn-transparent-white:active{
  color: #ff4163 !important;
  background: #fff ;
}

#btn-calc-emissao,
#btn-calc-emissao:hover,
#btn-calc,
#btn-calc:hover{
  background-color: #e21414 !important;
}


@media (max-width: 599px) {
  #sejaCredenciado H2{
    font-size: 35px;
  }
  
  #sejaCredenciado H3{
    font-size: 30px;
  }

  .btn-transparent-white{
    font-size: 15px;
  }
  
}


#bannerRelacionamento{
  background: #253D71;
  color: #fff;
  text-align: center;
  padding: 30px;
  font-weight: 500;
  font-size: 25px;
  
}

#footer{
  background-color: #FCFCFC;
  background-image: url("/wp-content/uploads/2021/10/4931029-scaled.jpg");
  background-size: cover;
  font-family: "Montserrat", sans-serif;
}

#footer .col-3{
 width: 30% !important;
}

#footer .row{
display: flex;
}

#footer .logo{
 display: flex;
 justify-content: center;
 align-items: center;
}
.footer-list{
  list-style: none;
  padding: 0;
}

.footer-list LI{
  margin-bottom: 10px;
}

.footer-list LI A{
  color: rgb(84, 89, 95);
  line-height: 21px;
  font-size: 14px;
}
.footer-col H5{
  color: #B53645;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-socials{
  padding: 30px;
  background: #B53645;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.footer-socials UL{
  list-style: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials LI{
  margin-left: 20px;
  font-size: 18px;
}

.footer-socials LI I{
  color: #fff;
  font-size: 20px;
}

/*# sourceMappingURL=NewStyle.css.map */