@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shrikhand&display=swap");
.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.modal-backdrop.show {
  width: 100% !important;
  height: 100% !important;
}

.owl-carousel.owl-parceiros .owl-nav {
  position: absolute;
}
.owl-carousel.owl-parceiros .owl-dots {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}
.owl-carousel .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: white;
  color: #000;
  padding: 5px 10px !important;
  border-radius: 100%;
  border: 2px solid #000;
}
.owl-carousel .owl-nav button.owl-next {
  top: -100px;
  position: relative;
  right: -80px;
  float: right;
}
.owl-carousel .owl-nav button.owl-prev {
  top: -100px;
  position: relative;
  left: -80px;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-dots {
    margin-top: 10px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #FFB0B2;
  margin-right: 15px;
  border: none;
  outline: none;
  border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #FF0008;
}
.owl-carousel.idx img {
  width: min-content !important;
  margin: 0 auto !important;
  padding-bottom: 35px;
}

/*Globals by Paulo*/
img {
  object-fit: cover;
}

.padrao-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-color: #dd1100;
}
.padrao-header:not(.min) {
  min-height: 229px;
  padding-top: 33px;
  padding-bottom: 67px;
}
@media screen and (max-width: 992px) {
  .padrao-header:not(.min) {
    padding: 20px 0;
    min-height: auto;
  }
}
.padrao-header.min {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padrao-header .breadcrumb {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.padrao-header .breadcrumb:not(.min) {
  color: #FFFFFF;
  margin-bottom: 3rem;
}
.padrao-header .breadcrumb:not(.min) a.active, .padrao-header .breadcrumb:not(.min) a:hover {
  color: #F6FF00;
}
.padrao-header .breadcrumb.min {
  color: #fff;
  margin: 0;
}
.padrao-header .breadcrumb.min a {
  color: #fff;
}
.padrao-header .breadcrumb a {
  color: #FFFFFF;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 991px) {
  .padrao-header .breadcrumb {
    margin-bottom: 0px !important;
  }
}
.padrao-header h1 {
  color: #ffffff;
  font-family: Nunito;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
}
.padrao-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  max-width: 525px;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .padrao-header {
    background-position: left;
  }
  .padrao-header h1 {
    font-size: 24px;
  }
  .padrao-header p {
    font-size: 16px;
    padding-top: 0 !important;
  }
}

h2.last {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  z-index: 1;
  position: relative;
  /* identical to box height */
  text-align: center;
  color: #eeba30;
}
h2.last span {
  font-weight: 700;
  color: #069bdf;
}

.margin-auto {
  margin: 0 auto;
}

.item-products-list {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  justify-content: center;
  max-width: 370px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.item-products-list .col,
.item-products-list .row {
  margin: 0;
  padding: 0;
}
.item-products-list .row {
  justify-content: space-between;
  max-width: 100%;
  gap: 1rem;
}
.item-products-list .img {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-products-list .img img {
  height: 175px;
  width: 100%;
  object-fit: contain;
}
.item-products-list:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  background: #FF0008;
  border-bottom-left-radius: 90%;
  border-top-right-radius: 8px;
}
.item-products-list h2 {
  max-width: 290px;
  margin: 0 auto;
  color: #2B2B2B;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  letter-spacing: 0.96px;
  margin-top: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
.item-products-list p {
  color: #2B2B2B;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 1.5rem;
}
.item-products-list .cta-details {
  border: 1px solid #002B4B;
  border-radius: 5px;
  height: 45px;
  transition: 0.3s all;
}
.item-products-list .cta-details a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #002B4B;
  gap: 10px;
}
.item-products-list .cta-details a span {
  width: 38px;
  height: 43px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.item-products-list .cta-details:hover {
  transform: translateY(-3px);
}
.item-products-list .cta-wpp-buy {
  border: 1px solid #007900;
  border-radius: 5px;
  height: 45px;
  transition: 0.3s all;
}
.item-products-list .cta-wpp-buy a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #007900;
  gap: 10px;
}
.item-products-list .cta-wpp-buy a span {
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: #007900;
  display: inline-flex;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.item-products-list .cta-wpp-buy:hover {
  transform: translateY(-3px);
}
.item-products-list .cta-budget {
  border: 1px solid #FF0008;
  border-radius: 5px;
  height: 45px;
  transition: all 0.3s ease;
}
.item-products-list .cta-budget a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #FF0008;
  gap: 50px;
}
.item-products-list .cta-budget a span {
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: #FF0008;
  display: inline-flex;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.item-products-list .cta-budget:hover {
  transform: scale(1.03);
}
.item-products-list .cta-cart {
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  height: 47px;
  width: 47px;
  margin-top: 20px;
}
.item-products-list .cta-cart span {
  border-radius: 5px;
  height: 47px;
  width: 47px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.item-products-list .cta-budget img,
.item-products-list .cta-cart img,
.item-products-list .cta-details img,
.item-products-list .cta-wpp-buy img {
  vertical-align: middle;
  width: fit-content;
}
@media (max-width: 991px) {
  .item-products-list {
    max-width: none;
  }
  .item-products-list .row {
    max-width: none;
  }
  .item-products-list .cta-details a {
    font-size: 16px;
    gap: 15px;
  }
  .item-products-list .cta-cart {
    height: 45px;
    width: 45px;
  }
  .item-products-list .cta-cart span {
    height: 45px;
    width: 45px;
  }
  .item-products-list .cta-budget a {
    font-size: 15px;
    gap: 60px;
  }
  .item-products-list .cta-wpp-buy a {
    font-size: 16px;
    gap: 15px;
  }
  .item-products-list h2 {
    max-width: none;
    font-size: 20px;
    line-height: initial;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .item-products-list p {
    font-size: 16px;
  }
  .item-products-list .img {
    min-height: auto;
  }
  .item-products-list .img img {
    height: 150px;
  }
}

.ctas {
  display: grid;
  justify-content: start;
}
.ctas .box {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.ctas .box span {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.ctas .box.zap {
  border: 1.5px solid #08D008;
}
.ctas .box.zap .wpp {
  background-color: #08D008;
}
.ctas .box.budget {
  border: 1.5px solid #FF0008;
}
.ctas .box.budget .bdt {
  background-color: #FF0008;
}
@media (max-width: 991px) {
  .ctas {
    justify-content: space-around;
  }
}

.ver-produtos,
.btn-main {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2B2B2B;
  padding-right: 15px;
  border: 1px solid #2B2B2B;
  min-width: 241px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s all;
}
.ver-produtos span,
.btn-main span {
  background-color: #2B2B2B;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.ver-produtos span img,
.btn-main span img {
  margin: 0 auto;
}
.ver-produtos span i,
.btn-main span i {
  color: #FFFFFF;
  margin: 0 auto;
}
.ver-produtos:hover,
.btn-main:hover {
  background: linear-gradient(90deg, #004D86 0%, #002B4B 100%);
  color: #FFFFFF !important;
  border: 1px solid transparent !important;
  transform: translateY(-3px);
}
.ver-produtos:hover span,
.btn-main:hover span {
  background: #002B4B !important;
}
@media (max-width: 991px) {
  .ver-produtos .ver-produtos,
  .ver-produtos .btn-main,
  .btn-main .ver-produtos,
  .btn-main .btn-main {
    transform: scale(0.9);
  }
}

.medias {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.medias a {
  display: block;
}
.medias a img {
  width: 40px;
}

.img-fachada {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
}
.img-fachada img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0rem -18rem;
}
@media screen and (max-width: 992px) {
  .img-fachada {
    height: 260px;
  }
  .img-fachada img {
    object-position: 0rem -10rem;
  }
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #002B4B;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #002B4B;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 10px 15px;
  background-color: black;
  font-size: 14px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1335px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  /* MODAL */
}
@media (max-width: 991px) {
  body main section.header .overlay-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    z-index: 1;
    background-image: url("../image/header/bg-secondary.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
body main section.header .categorias-mobile {
  z-index: 2;
  position: relative;
}
body main section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: #222;
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
}
body main section.header .categorias-mobile .in-categorias {
  background-color: #303030;
  padding: 10px;
  margin-top: -1px;
}
body main section.header .categorias-mobile .in-categorias a {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 8px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body main section.header .categorias-mobile .in-categorias a i {
  color: #FF0008;
}
body main section.header.home nav.faixa, body main section.header.internal nav.faixa {
  background: url("../image/header/bg-secondary.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body main section.header.home nav.primary, body main section.header.internal nav.primary {
  background-color: transparent;
}
body main section.header.home nav.primary a, body main section.header.internal nav.primary a {
  color: #fff;
}
body main section.header.home:not(.internal) .container.big, body main section.header.internal:not(.internal) .container.big {
  position: relative;
}
body main section.header.home:not(.internal):before, body main section.header.internal:not(.internal):before {
  background: linear-gradient(0deg, rgba(43, 43, 43, 0.4) 0%, rgba(43, 43, 43, 0.4) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body main section.header.secondary nav.primary {
  background-color: #fff;
}
body main section.header.secondary nav.primary a {
  color: black;
  text-transform: uppercase;
}
body main section.header.secondary .sub-topbar {
  background-color: black;
}
body main section.header nav.primary ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 0;
  list-style: none;
  height: 50px;
  padding-left: 0;
}
body main section.header nav.primary ul li {
  height: inherit;
}
body main section.header nav.primary ul a {
  padding-right: 50px;
  height: inherit;
  align-items: center;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
body main section.header nav.primary ul a span {
  height: inherit;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.header .sub-topbar {
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
body main section.header .sub-topbar.internal {
  background: url("../image/header/bg-secondary.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.header .sub-topbar .col-lg-10 .col.primary {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form {
  position: relative;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text] {
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 500px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text]::placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 13px;
  top: 10px;
  bottom: 21px;
}
body main section.header .sub-topbar .col-lg-10 .col.primary .media a {
  margin-right: 10px;
}
body main section.header .sub-topbar .col-lg-10 .col.secondary {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
body main section.header .sub-topbar .col-lg-10 a.box {
  display: flex;
  align-items: center;
}
body main section.header .sub-topbar .col-lg-10 a.box:not(.cart, .budget) {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #ffffff;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart, body main section.header .sub-topbar .col-lg-10 a.box.budget {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart {
  position: relative;
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  padding-right: 31px;
  font-weight: 700;
  color: #ffb800;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart span {
  margin-right: 21px;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart em {
  position: absolute;
  right: -15px;
  background: #ffb800;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  top: -15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
body main section.header .sub-topbar .col-lg-10 a.box.zap {
  background: linear-gradient(90deg, #004D86 0%, #002B4B 100%);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  font-weight: 700;
  color: #FFFFFF;
}
body main section.header .sub-topbar .col-lg-10 a.box.budget {
  background: #FF0008;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  font-weight: 700;
  color: #FFFFFF;
}
body main section.header .sub-topbar .col-lg-10 a.box span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
body main section.header .sub-topbar .col-lg-10 a.box span.budget {
  background-color: #FF0008;
}
body main section.header .sub-topbar .col-lg-10 a.box span.cart {
  background-color: #ffb800;
}
body main section.header .topo-categorias-ze {
  max-width: 100% !important;
  text-transform: uppercase;
  padding-top: 10px;
}
body main section.header .topo-categorias-ze .out-categoria {
  position: relative;
}
body main section.header .topo-categorias-ze .out-categoria:hover .subcategorias {
  display: block;
}
body main section.header .topo-categorias-ze .subcategorias {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #919191;
  width: max-content;
  min-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
body main section.header .topo-categorias-ze .subcategorias a {
  color: white;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
}
body main section.header .topo-categorias-ze .out-categoria:nth-child(n) a span {
  background-color: #ffb800;
}
body main section.header .topo-categorias-ze .out-categoria:nth-child(2n) a span {
  background-color: #FF0008;
}
body main section.header .topo-categorias-ze .out-categoria:nth-child(3n) a span {
  background-color: #002B4B;
}
body main section.header .topo-categorias-ze .out-categoria:nth-child(4n) a span {
  background-color: #932977;
}
body main section.header .topo-categorias-ze::before {
  background: radial-gradient(100% 100% at 0% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 17.61%, #FFF 50.48%, rgba(255, 255, 255, 0.5) 77.22%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 80%;
  height: 0.5px;
  top: 65px;
  opacity: 0.5;
}
body main section.header .topo-categorias-ze .menu-desktop ul {
  height: 30px;
  gap: 90px;
}
body main section.header .topo-categorias-ze .menu-desktop ul a {
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  transition: 0.5s all;
  padding: 0;
}
body main section.header .topo-categorias-ze .menu-desktop ul a.active, body main section.header .topo-categorias-ze .menu-desktop ul a:hover {
  color: #FF0008;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #FF0008;
  text-decoration-thickness: 10%; /* 2.2px */
  text-underline-offset: 50%; /* 15px */
  text-underline-position: from-font;
  transition: 0.5s all;
}
body main section.header .topo-categorias-ze .menu-desktop ul a span {
  width: 48px;
  height: 48px;
}
body main section.header .topo-categorias-ze .menu-desktop ul:nth-child(n) a span {
  background-color: #FF0008;
}
body main section.header.home, body main section.header.internal {
  position: relative;
  overflow: hidden;
}
body main section.header.home .video-hidden, body main section.header.internal .video-hidden {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  height: -webkit-fill-available;
}
body main section.header.home .video-hidden img,
body main section.header.home .video-hidden video, body main section.header.internal .video-hidden img,
body main section.header.internal .video-hidden video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body main section.header.home .content, body main section.header.internal .content {
  max-width: 65%;
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body main section.header.home .content, body main section.header.internal .content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  body main section.header.home .content, body main section.header.internal .content {
    margin-top: 40px;
  }
}
body main section.header.home .content h1, body main section.header.internal .content h1 {
  font-family: "Nunito", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
}
body main section.header.home .content h1 strong, body main section.header.internal .content h1 strong {
  font-family: "Shrikhand", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-top: 20px;
  padding-bottom: 20px;
}
body main section.header.home .content li, body main section.header.internal .content li {
  font-weight: 400;
  font-size: 20.3202px;
  line-height: inherit;
  color: #ffffff;
}
body main section.header.home .content .cta, body main section.header.internal .content .cta {
  background-image: url("../image/header/bg-button.png");
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: normal;
  letter-spacing: 1.3px;
  color: #FFFFFF;
  width: 405px;
  height: 60px;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  text-indent: 20px;
  margin-top: 30px;
}
body main section.header.home .custom-shape-divider-bottom-1651146662, body main section.header.internal .custom-shape-divider-bottom-1651146662 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
body main section.header.home .custom-shape-divider-bottom-1651146662 svg, body main section.header.internal .custom-shape-divider-bottom-1651146662 svg {
  position: relative;
  display: block;
  width: calc(152% + 1.3px);
  height: 117px;
}
@media (max-width: 991px) {
  body main section.header.home .video-hidden, body main section.header.internal .video-hidden {
    top: 260px;
  }
  body main section.header.home .content, body main section.header.internal .content {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  body main section.header.home .content .cta, body main section.header.internal .content .cta {
    width: 220px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    font-size: 15px;
    background-size: 100% 100%;
  }
  body main section.header.home .content ul, body main section.header.internal .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body main section.header.home .content ul li, body main section.header.internal .content ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  body main section.header.home .content h1, body main section.header.internal .content h1 {
    font-size: 18px;
    line-height: initial;
  }
  body main section.header.home .content h1 strong, body main section.header.internal .content h1 strong {
    font-size: 21px;
    line-height: initial;
  }
  body main section.header .sub-topbar {
    padding: 20px 0;
  }
  body main section.header .sub-topbar .media {
    margin-top: 15px;
  }
  body main section.header .sub-topbar .col-lg-10 a.box.budget {
    font-size: 14px;
    margin-top: 15px;
  }
  body main section.header .sub-topbar .col-lg-10 a.box.cart,
  body main section.header .sub-topbar .col-lg-10 a.box.zap {
    display: none;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary form {
    width: 100%;
    flex: 1;
    flex-basis: 100%;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary form button {
    top: 6px;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text] {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    height: auto;
  }
  body main section.header .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
  }
  body main section.header .logo-container .lil-phone {
    display: flex;
    align-items: center;
    color: white;
  }
  body main section.header .logo-container .lil-phone span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  body main section.header .logo-container .logo {
    height: 80px;
  }
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #002B4B;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #002B4B;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 20px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: #f3f3f3;
  border: 1px solid #002B4B;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002B4B;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: white;
  border-color: #002B4B;
  background-color: #002B4B;
}
body main section.index-header {
  position: Relative;
}
body main section.index-entrega {
  padding: 2rem 1rem;
  background-repeat: no-repeat;
  background-position: 0 -15rem;
  background-size: auto;
}
body main section.index-entrega .content-entrega {
  display: flex;
  align-items: center;
  gap: 2rem;
}
body main section.index-entrega .content-entrega .text h1,
body main section.index-entrega .content-entrega .text h2,
body main section.index-entrega .content-entrega .text h3 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-entrega .content-entrega .text p {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 128%; /* 20.48px */
  letter-spacing: 0.64px;
}
body main section.index-entrega .counter-content h3 {
  background: linear-gradient(180deg, #FF0000 0%, #990000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
body main section.index-entrega .counter-content p {
  color: #2B2B2B;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 991px) {
  body main section.index-entrega {
    padding: 3rem 1rem;
    background-position: -5rem -24rem;
  }
  body main section.index-entrega .content-entrega {
    gap: 1.5rem;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  body main section.index-entrega .content-entrega .text {
    text-align: center;
  }
  body main section.index-entrega .content-entrega .text h1,
  body main section.index-entrega .content-entrega .text h2,
  body main section.index-entrega .content-entrega .text h3 {
    font-size: 26px;
    line-height: initial;
  }
  body main section.index-entrega .content-entrega .text p {
    font-size: 16px;
  }
  body main section.index-entrega .counter-content {
    margin-bottom: 2rem;
  }
  body main section.index-entrega .counter-content h3 {
    font-size: 32px;
  }
}
body main section.index-serigrafia {
  padding: 3rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.index-serigrafia .content h1,
body main section.index-serigrafia .content h2,
body main section.index-serigrafia .content h3 {
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  border-radius: 8px;
  background: #FF0008;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 30px;
}
body main section.index-serigrafia .content p {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 991px) {
  body main section.index-serigrafia .content h1,
  body main section.index-serigrafia .content h2,
  body main section.index-serigrafia .content h3 {
    font-size: 26px;
    text-align: center;
  }
  body main section.index-serigrafia .content p {
    font-size: 16px;
  }
}
body main section.index-pode-precisar,
body main section.index-outros-produtos {
  background: #ffffff;
  padding-bottom: 35px;
}
body main section.index-pode-precisar .titulo h2,
body main section.index-outros-produtos .titulo h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  z-index: 1;
  position: relative;
}
body main section.index-pode-precisar .titulo h2 img,
body main section.index-outros-produtos .titulo h2 img {
  margin-right: 25px;
  position: relative;
  top: -2px;
}
body main section.index-pode-precisar .ver-produtos,
body main section.index-outros-produtos .ver-produtos {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #002B4B;
  padding-right: 19px;
  border: 1px solid #002B4B;
  min-width: 241px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4.15033px;
}
body main section.index-pode-precisar .ver-produtos span,
body main section.index-outros-produtos .ver-produtos span {
  background-color: #002B4B;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  border-radius: 4.15033px;
}
body main section.index-pode-precisar .ver-produtos span img,
body main section.index-outros-produtos .ver-produtos span img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.index-pode-precisar .ver-produtos,
  body main section.index-outros-produtos .ver-produtos {
    transform: scale(0.9);
  }
  body main section.index-pode-precisar .titulo h2,
  body main section.index-outros-produtos .titulo h2 {
    font-size: 22px;
    line-height: initial;
  }
  body main section.index-pode-precisar .titulo h2 img,
  body main section.index-outros-produtos .titulo h2 img {
    margin-right: 10px;
  }
}
body main section.index-nossos-produtos {
  padding: 3rem 1rem;
  background-repeat: no-repeat;
  background-position: 0 -50rem;
  background-size: auto;
}
@media (min-width: 992px) {
  body main section.index-nossos-produtos .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-nossos-produtos .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-nossos-produtos .content h1,
body main section.index-nossos-produtos .content h2,
body main section.index-nossos-produtos .content h3 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 46.08px */
  text-align: center;
  margin-bottom: 35px;
}
body main section.index-nossos-produtos .content p {
  color: #2B2B2B;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  max-width: 45%;
  margin: 0 auto 45px;
}
body main section.index-nossos-produtos .ver-produtos {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2B2B2B;
  padding-right: 15px;
  border: 1px solid #2B2B2B;
  min-width: 241px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
body main section.index-nossos-produtos .ver-produtos span {
  background-color: #2B2B2B;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
body main section.index-nossos-produtos .ver-produtos span img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.index-nossos-produtos {
    background-position: -5rem -50rem;
  }
  body main section.index-nossos-produtos .content h1,
  body main section.index-nossos-produtos .content h2,
  body main section.index-nossos-produtos .content h3 {
    font-size: 26px;
    line-height: initial;
  }
  body main section.index-nossos-produtos .content p {
    max-width: 85%;
    font-size: 16px;
  }
  body main section.index-nossos-produtos .ver-produtos {
    transform: scale(0.9);
  }
}
body main section.index-diferenciais {
  padding-top: 75px;
  background-image: url("../image/index/bg-diferenciais.png");
  background-size: cover;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 {
  background: linear-gradient(180deg, #1198ce 0%, #45c9fe 0.01%, #076a92 100%);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.09);
  width: 266px;
  justify-content: space-evenly;
  display: flex;
  margin-right: 58px !important;
  margin-bottom: 58px !important;
  flex-direction: column;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 24px;
  position: Relative;
  min-height: 184px;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(5n+1) span {
  background: #ffb800;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(5n+1):after {
  background: linear-gradient(314deg, #ffb800 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(3) span {
  background: #932977;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(3):after {
  background: linear-gradient(314deg, #932977 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(n+4) span {
  background: #007900;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(n+4):after {
  background: linear-gradient(314deg, #007900 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(even) span {
  background: #FF0008;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:nth-child(even):after {
  background: linear-gradient(314deg, #FF0008 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 span {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 span.yellow {
  background: #ffb800;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 span.red {
  background: #FF0008;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 span.violet {
  background: #932977;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 span.green {
  background: #007900;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  left: -10px;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4.yellow:after {
  background: linear-gradient(314deg, #ffb800 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4.green:after {
  background: linear-gradient(314deg, #007900 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4.red:after {
  background: linear-gradient(314deg, #FF0008 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4.violet:after {
  background: linear-gradient(314deg, #932977 69%, transparent 0%) !important;
}
body main section.index-diferenciais .col-lg-8 .col-lg-4 p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 24px;
  margin-bottom: 0;
}
body main section.index-diferenciais p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding-top: 5px;
  max-width: 388px;
}
body main section.index-diferenciais strong.active {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #069bdf;
  margin-bottom: 20px;
  display: block;
  margin-top: 45px;
}
body main section.index-diferenciais h2 {
  margin-top: 15px;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  color: #1198ce;
  text-transform: uppercase;
}
body main section.index-diferenciais h2 span {
  display: block;
  color: #ffffff;
  position: relative;
  font-weight: 600;
}
body main section.index-diferenciais h2 span::before {
  background-image: url("../image/index/diferenciais.png");
  left: -33%;
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  background-size: unset;
  background-repeat: no-repeat;
  width: 599px;
  height: 91px;
}
body main section.index-diferenciais .col-lg-4 {
  padding: 0;
  margin: 0;
}
body main section.index-diferenciais .wpp h4,
body main section.index-diferenciais .phone h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
  margin-bottom: 0;
}
body main section.index-diferenciais .wpp p,
body main section.index-diferenciais .phone p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
  margin-bottom: 0;
}
body main section.index-diferenciais .fale-especialista {
  line-height: 40px;
  border-radius: 3.89183px;
  padding-right: 17px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 16.8789px;
  color: #ffffff;
  height: 45px;
}
body main section.index-diferenciais .fale-especialista img {
  margin-right: 16px;
}
body main section.index-diferenciais .fale-especialista {
  background-color: #dd1100;
}
@media (max-width: 991px) {
  body main section.index-diferenciais {
    padding: 30px 20px;
    padding-bottom: 0;
  }
  body main section.index-diferenciais .phones .phone h4,
  body main section.index-diferenciais .phones .wpp h4 {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-diferenciais .phones .phone p,
  body main section.index-diferenciais .phones .wpp p {
    font-size: 15px;
    line-height: initial;
  }
  body main section.index-diferenciais .col-lg-8 .col-lg-4 {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
    min-height: auto;
    padding: 20px 10px;
  }
  body main section.index-diferenciais strong.active {
    margin-top: 10px;
  }
  body main section.index-diferenciais p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-diferenciais h2 {
    font-size: 32px;
    line-height: initial;
  }
  body main section.index-diferenciais h2 span:before {
    background-size: contain;
    width: 100%;
    height: 100%;
    left: -25%;
  }
}
body main section.index-porque-escolher {
  padding: 3rem 1rem;
  background-color: #E3E3E3;
}
@media (min-width: 992px) {
  body main section.index-porque-escolher .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-porque-escolher .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-porque-escolher .content h2 {
  color: #FF0008;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%; /* 46.08px */
  margin-bottom: 1rem;
}
body main section.index-porque-escolher .content h2 span,
body main section.index-porque-escolher .content h2 strong {
  font-weight: 700;
}
body main section.index-porque-escolher .card-diferencial {
  display: flex;
  padding: 40px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 1rem 5px;
  border-radius: 8px;
  border-left: 3px solid #FF0008;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body main section.index-porque-escolher .card-diferencial .icon {
  width: 60px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body main section.index-porque-escolher .card-diferencial .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  display: block;
}
body main section.index-porque-escolher .card-diferencial .description p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-porque-escolher .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  body main section.index-porque-escolher .content h2 {
    font-size: 26px;
  }
  body main section.index-porque-escolher .card-diferencial {
    margin: 1rem 10px;
  }
}
body main section.index-consultoria .top {
  background-image: url("../image/index/bg-consultoria.png");
  background-size: cover;
  margin-top: -115px;
  padding-top: 150px;
  font-size: 20px;
  padding-bottom: 20px;
}
body main section.index-consultoria .top h1 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 57px;
  line-height: 1.1;
  color: #ffb800;
}
body main section.index-consultoria .top h1 strong {
  display: block;
  color: #002B4B;
  font-weight: 600;
}
body main section.index-consultoria .bottom {
  background-color: #ffb800;
  padding: 30px 0;
  position: relative;
}
body main section.index-consultoria .bottom:after {
  content: url("../image/index/arquiteto.png");
  bottom: -6px;
  left: 170px;
  width: max-content;
  height: max-content;
  position: absolute;
}
body main section.index-consultoria .bottom h4 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 30px;
}
body main section.index-consultoria .bottom .phones {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 70px;
}
body main section.index-consultoria .bottom .phones .wpp,
body main section.index-consultoria .bottom .phones .phone {
  text-align: left;
  color: black;
  flex: 0 0 max-content;
}
body main section.index-consultoria .bottom .phones .wpp h4,
body main section.index-consultoria .bottom .phones .phone h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
body main section.index-consultoria .bottom .phones .wpp p,
body main section.index-consultoria .bottom .phones .phone p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
body main section.index-consultoria .bottom .phones .cta-duvidas {
  min-width: 240px;
  border: 1px solid #932977;
  border-radius: 5.04424px;
  height: 47px;
  max-width: fit-content;
}
body main section.index-consultoria .bottom .phones .cta-duvidas img {
  vertical-align: middle;
  width: fit-content;
}
body main section.index-consultoria .bottom .phones .cta-duvidas a {
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 43px;
  display: flex;
  color: #932977;
}
body main section.index-consultoria .bottom .phones .cta-duvidas span {
  border-radius: 5px;
  height: 45px;
  width: 47px;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  background: #932977;
  display: inline-flex;
}
@media (max-width: 991px) {
  body main section.index-consultoria .top {
    margin: 0;
    padding: 30px 0;
    font-size: 16px;
  }
  body main section.index-consultoria .top h1 {
    font-size: 24px;
  }
  body main section.index-consultoria .top p {
    margin-bottom: 0;
  }
  body main section.index-consultoria .bottom {
    padding: 20px 0;
  }
  body main section.index-consultoria .bottom:after {
    display: none;
  }
  body main section.index-consultoria .bottom h4 {
    font-size: 18px;
  }
  body main section.index-consultoria .bottom .phones {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
  body main section.index-consultoria .bottom .phones .cta-duvidas {
    display: none;
  }
  body main section.index-consultoria .bottom .phones .wpp h4,
  body main section.index-consultoria .bottom .phones .phone h4 {
    font-size: 16px;
  }
  body main section.index-consultoria .bottom .phones .wpp p,
  body main section.index-consultoria .bottom .phones .phone p {
    font-size: 15px;
  }
}
body main section.index-suporte .top {
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 65rem -10rem;
  padding-top: 4rem;
  position: relative;
}
body main section.index-suporte .top .card-suporte {
  padding: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.index-suporte .top .card-suporte .logo {
  width: 150px;
  height: 102px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body main section.index-suporte .top .card-suporte .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  display: block;
}
body main section.index-suporte .top .card-suporte h1,
body main section.index-suporte .top .card-suporte h2,
body main section.index-suporte .top .card-suporte h3 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  margin-bottom: 1.5rem;
}
body main section.index-suporte .top .card-suporte p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
body main section.index-suporte .top .card-suporte ul {
  margin-top: 2rem;
}
body main section.index-suporte .top .card-suporte ul li {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
}
body main section.index-suporte .top .card-suporte ul li strong,
body main section.index-suporte .top .card-suporte ul li span {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  letter-spacing: 1.2px;
}
body main section.index-suporte .top .card-suporte ul li::marker {
  font-size: 24px;
  color: #FF0008;
}
body main section.index-suporte .top .card-suporte .ctas .zap {
  border-color: #007900;
  color: #007900;
  transition: all 0.3s ease;
}
body main section.index-suporte .top .card-suporte .ctas .zap .wpp {
  background-color: #007900;
}
body main section.index-suporte .top .card-suporte .ctas .zap:hover {
  transform: scale(1.03);
}
body main section.index-suporte .bottom {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  height: 25rem;
  margin-top: -20rem;
}
body main section.index-suporte .bottom .img-profissional {
  bottom: 0;
  right: 0;
  width: max-content;
  height: max-content;
  position: absolute;
}
@media (max-width: 991px) {
  body main section.index-suporte .top .card-suporte .logo {
    height: 70px;
  }
  body main section.index-suporte .top .card-suporte h1,
  body main section.index-suporte .top .card-suporte h2,
  body main section.index-suporte .top .card-suporte h3 {
    font-size: 26px;
  }
  body main section.index-suporte .top .card-suporte p {
    font-size: 16px;
    margin-bottom: 0;
  }
  body main section.index-suporte .top .card-suporte ul {
    margin-top: 1.5rem;
  }
  body main section.index-suporte .top .card-suporte ul li {
    margin-bottom: 15px;
  }
  body main section.index-suporte .top .card-suporte ul li span,
  body main section.index-suporte .top .card-suporte ul li strong {
    font-size: 20px;
    line-height: 140%;
  }
  body main section.index-suporte .bottom {
    height: 35vh;
    margin-top: 1rem;
  }
  body main section.index-suporte .bottom .img-profissional {
    width: 100%;
  }
}
body main section.index-sobre {
  padding: 4rem 1rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto;
}
body main section.index-sobre .video {
  width: 100%;
  height: 435px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.index-sobre .video:before {
  content: "";
  background: black;
  opacity: 0.2;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 765px;
  height: 425px;
  border-radius: 8px;
  z-index: 1;
  transition: 0.3s all;
}
body main section.index-sobre .video:hover:before {
  opacity: 0;
}
body main section.index-sobre .video i {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 36px;
}
@media (max-width: 991px) {
  body main section.index-sobre .video {
    height: 200px;
    margin-top: 30px;
  }
  body main section.index-sobre .video i {
    font-size: 40px;
  }
}
body main section.index-sobre .content h1,
body main section.index-sobre .content h2,
body main section.index-sobre .content h3 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  margin-top: 10px;
  margin-bottom: 20px;
}
body main section.index-sobre .content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #2B2B2B;
}
body main section.index-sobre .content .btn-main {
  min-width: 165px;
}
@media (max-width: 991px) {
  body main section.index-sobre .content {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
  }
  body main section.index-sobre .content h1,
  body main section.index-sobre .content h2,
  body main section.index-sobre .content h3 {
    font-size: 26px;
    line-height: initial;
  }
  body main section.index-sobre .content p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-sobre .content .btn-main {
    transform: scale(0.9);
    margin: 0 auto;
  }
}
body main section.index-redes-sociais {
  padding: 3rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.index-redes-sociais .content h1,
body main section.index-redes-sociais .content h2,
body main section.index-redes-sociais .content h3 {
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  margin-bottom: 1.5rem;
}
body main section.index-redes-sociais .content h1 strong,
body main section.index-redes-sociais .content h2 strong,
body main section.index-redes-sociais .content h3 strong {
  font-weight: 700;
}
body main section.index-redes-sociais .content p {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 991px) {
  body main section.index-redes-sociais {
    background-position: left;
  }
  body main section.index-redes-sociais .content h1,
  body main section.index-redes-sociais .content h2,
  body main section.index-redes-sociais .content h3 {
    font-size: 24px;
  }
  body main section.index-redes-sociais .content p {
    font-size: 16px;
  }
}
body main section.index-contato {
  min-height: 728px;
  max-height: auto;
  background-image: url("../image/index/bg-contato.png");
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
body main section.index-contato .container {
  height: 100%;
}
body main section.index-contato .item {
  padding-bottom: 20px;
  justify-content: end;
  background: #fff;
  text-align: left;
  max-width: 504px;
  padding-left: 40px;
  padding-right: 50px;
  height: 100%;
  float: right;
  padding-top: 80px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: start;
}
body main section.index-contato .item h2 {
  padding-top: 5px;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1198ce;
}
body main section.index-contato .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
body main section.index-contato .item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #393939;
  text-indent: 1px;
}
body main section.index-contato .item form {
  margin-top: 8px;
}
body main section.index-contato .item input,
body main section.index-contato .item textarea,
body main section.index-contato .item select {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: black;
  margin-bottom: 10px;
  margin-top: 3px;
  padding-top: 14px;
  padding-left: 12px;
  padding-bottom: 13px;
}
body main section.index-contato .item input::placeholder, body main section.index-contato .item input::-webkit-input-placeholder, body main section.index-contato .item input::-moz-placeholder, body main section.index-contato .item input::-ms-placeholder, body main section.index-contato .item input::placeholder,
body main section.index-contato .item textarea::placeholder,
body main section.index-contato .item textarea::-webkit-input-placeholder,
body main section.index-contato .item textarea::-moz-placeholder,
body main section.index-contato .item textarea::-ms-placeholder,
body main section.index-contato .item textarea::placeholder,
body main section.index-contato .item select::placeholder,
body main section.index-contato .item select::-webkit-input-placeholder,
body main section.index-contato .item select::-moz-placeholder,
body main section.index-contato .item select::-ms-placeholder,
body main section.index-contato .item select::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #bebebe !important;
}
body main section.index-contato .item select {
  background-image: url("../image/index/chevron-down.png");
  background-position: calc(100% - 16px) 19px;
  background-repeat: no-repeat;
}
body main section.index-contato .item textarea {
  height: 96px;
}
body main section.index-contato .item button {
  margin-top: 20px;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #11729e;
  padding-right: 19px;
  border: 1px solid #11729e;
  position: relative;
  justify-content: start;
  align-items: center;
  border-radius: 4.15033px;
  float: right;
  background-color: white;
  display: inline-flex;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body main section.index-contato .item button span {
  background-color: #11729e;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  border-radius: 4.15033px;
}
body main section.index-contato .item button span img {
  margin: 0 auto;
}
body main section.index-contato .clear {
  clear: both;
}
body main section.index-contato.gray, body main section.index-contato.gray .item,
body main section.index-contato button {
  background-color: #f3f3f3 !important;
}
@media (max-width: 991px) {
  body main section.index-contato {
    min-height: auto;
    background: #ffb800;
  }
  body main section.index-contato .item {
    padding: 30px;
    max-width: none;
    height: auto;
    float: none;
    display: block;
  }
  body main section.index-contato .item button {
    transform: scale(0.8);
    float: none;
    margin: 0;
    position: static;
    margin-left: -22px;
    margin-top: 5px;
  }
  body main section.index-contato .item p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-contato .item h2 {
    font-size: 24px;
    line-height: initial;
  }
}
body main section.index-duvidas-e-contato {
  padding: 4rem 1rem;
  background-color: #F9F9F9;
}
body main section.index-duvidas-e-contato .box h2 a {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
body main section.index-duvidas-e-contato .box .duvida {
  padding: 30px 20px;
  margin-top: 20px;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.index-duvidas-e-contato .box .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  justify-content: space-between;
}
body main section.index-duvidas-e-contato .box .duvida a .icons {
  width: 25px;
  height: 25px;
}
body main section.index-duvidas-e-contato .box .duvida a .icons i {
  color: #FF0008;
  position: relative;
  left: 4px;
  top: 1px;
}
body main section.index-duvidas-e-contato .box .duvida:last-child {
  margin-bottom: 0;
}
body main section.index-duvidas-e-contato .box .duvida .resposta {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-top: 20px;
}
body main section.index-duvidas-e-contato .box .duvida .resposta p {
  margin-bottom: 0;
}
body main section.index-duvidas-e-contato .duvidas-btn .btn-main {
  min-width: 220px;
  padding: 0 17px 0 0;
}
body main section.index-duvidas-e-contato .duvidas-btn .btn-main span {
  margin-right: 17px;
}
body main section.index-duvidas-e-contato .box-form {
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: 100%;
  padding: 80px;
  text-align: center;
  margin: 0;
}
body main section.index-duvidas-e-contato .box-form .logo {
  width: 150px;
  height: 102px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}
body main section.index-duvidas-e-contato .box-form .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
body main section.index-duvidas-e-contato .box-form h1,
body main section.index-duvidas-e-contato .box-form h2,
body main section.index-duvidas-e-contato .box-form h3,
body main section.index-duvidas-e-contato .box-form h4 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
body main section.index-duvidas-e-contato .box-form p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 40px;
}
body main section.index-duvidas-e-contato .box-form label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #393939;
  text-indent: 1px;
}
body main section.index-duvidas-e-contato .box-form form {
  margin-top: 8px;
}
body main section.index-duvidas-e-contato .box-form input,
body main section.index-duvidas-e-contato .box-form textarea,
body main section.index-duvidas-e-contato .box-form select {
  background: #FFFFFF;
  border: 0.8px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2B2B2B;
  margin-bottom: 20px;
  padding: 12px 20px;
}
body main section.index-duvidas-e-contato .box-form input::placeholder, body main section.index-duvidas-e-contato .box-form input::-webkit-input-placeholder, body main section.index-duvidas-e-contato .box-form input::-moz-placeholder, body main section.index-duvidas-e-contato .box-form input::-ms-placeholder, body main section.index-duvidas-e-contato .box-form input::placeholder,
body main section.index-duvidas-e-contato .box-form textarea::placeholder,
body main section.index-duvidas-e-contato .box-form textarea::-webkit-input-placeholder,
body main section.index-duvidas-e-contato .box-form textarea::-moz-placeholder,
body main section.index-duvidas-e-contato .box-form textarea::-ms-placeholder,
body main section.index-duvidas-e-contato .box-form textarea::placeholder,
body main section.index-duvidas-e-contato .box-form select::placeholder,
body main section.index-duvidas-e-contato .box-form select::-webkit-input-placeholder,
body main section.index-duvidas-e-contato .box-form select::-moz-placeholder,
body main section.index-duvidas-e-contato .box-form select::-ms-placeholder,
body main section.index-duvidas-e-contato .box-form select::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #bebebe !important;
}
body main section.index-duvidas-e-contato .box-form select {
  background-image: url("../image/index/chevron-down.png");
  background-position: calc(100% - 16px) 19px;
  background-repeat: no-repeat;
}
body main section.index-duvidas-e-contato .box-form textarea {
  height: 96px;
}
body main section.index-duvidas-e-contato .box-form .btn-main {
  background-color: transparent;
  min-width: 110px;
  padding: 0 40px 0 0;
}
body main section.index-duvidas-e-contato .box-form .btn-main span {
  margin-right: 40px;
}
@media (max-width: 991px) {
  body main section.index-duvidas-e-contato .box h2 a {
    font-size: 26px;
  }
  body main section.index-duvidas-e-contato .box .duvida {
    padding: 25px;
  }
  body main section.index-duvidas-e-contato .box .duvida a {
    font-size: 18px;
  }
  body main section.index-duvidas-e-contato .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.index-duvidas-e-contato .duvidas-btn {
    text-align: center;
    margin-bottom: 4rem;
  }
  body main section.index-duvidas-e-contato .box-form {
    padding: 50px 30px;
  }
  body main section.index-duvidas-e-contato .box-form p {
    font-size: 16px;
  }
}
body main section.index-tudo-obra {
  background-image: url("../image/index/tudo-obra.png");
  padding-top: 25px;
  color: white;
  background-position: center;
  background-size: cover;
}
body main section.index-tudo-obra img.center {
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: -60px;
  margin-top: 20px;
}
body main section.index-tudo-obra .left-c {
  margin-top: 40px;
}
body main section.index-tudo-obra span {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 10px;
}
body main section.index-tudo-obra h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
body main section.index-tudo-obra h2 span {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
body main section.index-tudo-obra h2:before {
  left: -40%;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-size: unset;
  background-repeat: no-repeat;
  width: 841px;
  height: 71px;
  background-image: url("../image/index/h2.png");
}
body main section.index-tudo-obra .right-c {
  align-items: end;
  margin-top: 40px;
}
body main section.index-tudo-obra .col-lg-3 div {
  width: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 97px;
  border-radius: 8px;
  min-width: 228px;
}
body main section.index-tudo-obra .col-lg-3 div.left, body main section.index-tudo-obra .col-lg-3 div.left-2, body main section.index-tudo-obra .col-lg-3 div.left-3 {
  position: relative;
}
body main section.index-tudo-obra .col-lg-3 div.left:after, body main section.index-tudo-obra .col-lg-3 div.left-2:after, body main section.index-tudo-obra .col-lg-3 div.left-3:after {
  width: 172px;
  content: "";
  position: absolute;
  height: 26px;
  background: url("../image/index/left.png");
  right: -172px;
}
body main section.index-tudo-obra .col-lg-3 div.right, body main section.index-tudo-obra .col-lg-3 div.right-2, body main section.index-tudo-obra .col-lg-3 div.right-3 {
  position: relative;
}
body main section.index-tudo-obra .col-lg-3 div.right:before, body main section.index-tudo-obra .col-lg-3 div.right-2:before, body main section.index-tudo-obra .col-lg-3 div.right-3:before {
  width: 172px;
  content: "";
  position: absolute;
  height: 26px;
  background: url("../image/index/right.png");
  left: -172px;
}
body main section.index-tudo-obra .col-lg-3 div.left, body main section.index-tudo-obra .col-lg-3 div.right {
  margin-bottom: 42px;
}
body main section.index-tudo-obra .col-lg-3 div.left-2, body main section.index-tudo-obra .col-lg-3 div.right-2 {
  margin-bottom: 85px;
}
body main section.index-tudo-obra .col-lg-3 div.left-2 {
  margin-left: -72px;
}
body main section.index-tudo-obra .col-lg-3 div.left-3 {
  margin-left: -150px;
}
body main section.index-tudo-obra .col-lg-3 div.right-2 {
  margin-right: -72px;
}
body main section.index-tudo-obra .col-lg-3 div.right-3 {
  margin-right: -150px;
}
body main section.index-tudo-obra .col-lg-3 div p {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0 !important;
  color: #1198ce;
  max-width: 218px;
}
body main section.index-tudo-obra .cta {
  background: #932977;
  min-height: 90px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1143px;
  width: 100%;
  top: 45px;
  margin-top: -30px;
}
body main section.index-tudo-obra .cta a {
  color: white;
}
body main section.index-tudo-obra .cta .row.first {
  display: flex;
  align-items: center;
  min-height: 90px;
  justify-content: space-evenly;
  margin: 0;
}
body main section.index-tudo-obra .cta .row.first p {
  margin-bottom: 0 !important;
}
body main section.index-tudo-obra .cta .row.first .col.first {
  max-width: 100px;
  text-align: center;
  margin: 0;
  padding: 0;
}
body main section.index-tudo-obra .cta .row.first .col-lg-6 {
  max-width: 589px;
  text-align: left;
  padding: 0;
}
body main section.index-tudo-obra .cta .row.first .col-lg-6 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
body main section.index-tudo-obra .cta .row.first .wpp h4,
body main section.index-tudo-obra .cta .row.first .phone h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
body main section.index-tudo-obra .cta .row.first .wpp p,
body main section.index-tudo-obra .cta .row.first .phone p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
body main section.index-video .bg-video {
  padding: 170px 0;
  background-image: url("../image/video-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body main section.index-video .bg-video::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
body main section.index-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.index-video .bg-video video,
body main section.index-video .bg-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body main section.index-video .bg-video h2 {
  padding-top: 12px;
  margin-bottom: 16px;
  font-size: 22.1509px;
  line-height: 27px;
  text-align: center;
  font-weight: 700;
  color: #ffb800;
  text-align: center;
  display: block;
}
body main section.index-video .bg-video p {
  font-weight: 400;
  font-size: 22.1509px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
body main section.index-video .bg-video .bg-video {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  color: #f07c00;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video {
    padding: 80px 0;
  }
  body main section.index-video .bg-video h2 {
    font-size: 18px;
    line-height: initial;
  }
  body main section.index-video .bg-video p {
    font-weight: 400;
    font-size: 18px;
    line-height: initial;
    text-align: center;
  }
}
body main section.index-quero-desenvolver {
  padding-bottom: 140px;
  padding-top: 52px;
  background-image: url("../image/index/sobre/bg.png");
  background-position: right;
  background-size: cover;
  text-align: left;
  min-height: 746px;
}
body main section.index-quero-desenvolver .content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main section.index-quero-desenvolver img:first-of-type {
  margin-bottom: 5px;
}
body main section.index-quero-desenvolver h2 {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #333333;
}
body main section.index-quero-desenvolver strong.positive {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  margin-bottom: 40px;
  color: #069bdf;
}
body main section.index-quero-desenvolver .counter {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #333333;
}
body main section.index-quero-desenvolver .counter span {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  background: #ffb800;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 100%;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 17px;
}
body main section.index-quero-desenvolver .counter span:before {
  position: absolute;
  left: 0;
  width: 55px;
  height: 55px;
  border: 1.3px solid #d5d5d5;
  top: 0;
  content: "";
  border-radius: 100%;
  left: -4px;
  top: -4px;
}
body main section.index-quero-desenvolver h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-left: 23px;
  color: #333333;
}
body main section.index-quero-desenvolver .col,
body main section.index-quero-desenvolver .col-lg-6 {
  padding-right: 0 !important;
}
body main section.index-quero-desenvolver .col {
  padding-left: 0;
}
body main section.index-quero-desenvolver .row.first {
  max-width: 730px;
  height: 100%;
  min-height: 240px;
  justify-content: space-between;
  margin-top: 30px;
}
body main section.index-quero-desenvolver .row.first .col-lg-6 {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
body main section.index-quero-desenvolver .row:not(.first) {
  max-width: 670px;
}
body main section.index-quero-desenvolver .fale-especialista {
  line-height: 40px;
  border-radius: 3.89183px;
  padding-right: 17px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 16.8789px;
  color: #ffffff;
  height: 45px;
  background-color: #dd1100;
  min-width: 271px;
}
body main section.index-quero-desenvolver .fale-especialista img {
  margin-right: 13px;
}
body main section.index-quero-desenvolver .detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding-left: 25px;
  position: relative;
  top: 5px;
}
body main section.index-quero-desenvolver .detail:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 81px;
  left: 0px;
  background: linear-gradient(316deg, #1198ce 88%, transparent 0%) !important;
  top: -8px;
}
body main section.index-quero-desenvolver .wpp h4,
body main section.index-quero-desenvolver .phone h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
  margin-bottom: 0;
}
body main section.index-quero-desenvolver .wpp p,
body main section.index-quero-desenvolver .phone p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-quero-desenvolver {
    padding: 30px 0;
    background: #fafafa;
    text-align: center;
    min-height: auto;
  }
  body main section.index-quero-desenvolver .content {
    min-height: auto;
  }
  body main section.index-quero-desenvolver .counter {
    margin: 10px 0;
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-quero-desenvolver .counter span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: initial;
    flex: 0 0 30px;
  }
  body main section.index-quero-desenvolver .counter span:before {
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
  }
  body main section.index-quero-desenvolver .row {
    min-height: auto !important;
    max-width: none !important;
    margin-top: 20px !important;
    justify-content: center;
  }
  body main section.index-quero-desenvolver .phone,
  body main section.index-quero-desenvolver .wpp {
    text-align: left;
  }
  body main section.index-quero-desenvolver .phone h4,
  body main section.index-quero-desenvolver .wpp h4 {
    font-size: 18px;
    line-height: initial;
  }
  body main section.index-quero-desenvolver .phone p,
  body main section.index-quero-desenvolver .wpp p {
    line-height: initial;
    font-size: 15px;
  }
  body main section.index-quero-desenvolver h2 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: initial;
  }
  body main section.index-quero-desenvolver h2 strong {
    display: block;
  }
}
body main section.index-marcas {
  position: relative;
  padding-top: 47px;
  padding-bottom: 40px;
}
body main section.index-marcas.home {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/index/parceiros/bg-left.png");
  margin-top: -88px;
}
body main section.index-marcas p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
body main section.index-marcas .container {
  margin-top: 19px;
}
@media (max-width: 991px) {
  body main section.index-marcas {
    padding: 30px 0;
    background: white;
  }
  body main section.index-marcas .owl-carousel img {
    height: 80px;
  }
  body main section.index-marcas h2.last {
    font-size: 29px;
    line-height: initial;
  }
  body main section.index-marcas.home {
    margin-top: 0;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/index/bg-blog.png");
  background-size: cover;
  background-position: top left;
  background-repeat: inherit;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 35px;
}
body main section.index-depoimentos .col-lg-4 {
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 55px;
  padding-bottom: 50px;
  max-width: 353px;
  min-width: 353px;
  margin-top: 40px;
}
body main section.index-depoimentos p {
  font-weight: 400;
  font-size: 19.2px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  padding-bottom: 55px;
}
body main section.index-depoimentos h4 {
  font-weight: 700;
  font-size: 19.2px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  padding-bottom: 17px;
}
body main section.index-depoimentos .row.first p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
body main section.index-depoimentos .row:not(.first) {
  margin-top: -40px;
  max-width: 1154px;
  margin-top: 30px;
  margin: 0 auto;
}
body main section.index-depoimentos .row:not(.first) .col-lg-4 {
  border: double 1px transparent;
  border-radius: 20px;
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg, rgba(173, 173, 173, 0.0117647059) 30%, #bfbfbf 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}
body main section.index-depoimentos .row:not(.first) .col-lg-4:before {
  content: "";
  width: 71px;
  height: 71px;
  background-color: #ffb800;
  border-radius: 100%;
  position: absolute;
  left: 40.5%;
  top: -40px;
  background-image: url("../image/index/quote.png");
  background-repeat: no-repeat;
  background-position: center;
}
body main section.index-depoimentos .row:not(.first) p {
  font-weight: 400;
  font-size: 19.2px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0px 15px;
}
body main section.index-depoimentos .owl-carousel .owl-dots {
  margin-top: -15px;
  z-index: 1;
  display: block;
}
body main section.index-depoimentos .owl-carousel .owl-nav {
  position: relative;
  top: -80px;
}
body main section.index-depoimentos .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
}
body main section.index-depoimentos .owl-carousel .owl-nav button.owl-next {
  position: absolute;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    background: #f6f4f1;
  }
  body main section.index-depoimentos .row.first p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-depoimentos .row:not(.first) .col-lg-4 {
    max-width: none;
    min-width: auto;
  }
  body main section.index-depoimentos .row:not(.first) .col-lg-4 h4 {
    font-size: 18px;
    line-height: initial;
  }
  body main section.index-depoimentos .row:not(.first) .col-lg-4 p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-depoimentos h2.last {
    font-size: 29px;
    line-height: initial;
  }
}
body main section.index-depoimentos-clientes {
  padding: 3rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.index-depoimentos-clientes .content h1,
body main section.index-depoimentos-clientes .content h2,
body main section.index-depoimentos-clientes .content h3 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 46.08px */
  text-align: center;
  margin-bottom: 35px;
}
body main section.index-depoimentos-clientes .content p {
  color: #2B2B2B;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  max-width: 45%;
  margin: 0 auto 45px;
}
body main section.index-depoimentos-clientes .owl-clientes {
  padding: 15px;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card {
  padding: 40px 35px;
  border-radius: 8px;
  border-left: 3px solid #FF0008;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 1rem 5px 1rem 0;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card .card-header {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card .card-header .google-logo {
  width: 70px;
  height: auto;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card .card-header .rating i {
  color: #fdb700;
  font-size: 1.1rem;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card .depoimento-texto {
  flex-grow: 1;
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
body main section.index-depoimentos-clientes .owl-clientes .depoimento-card .cliente-info {
  margin-top: 15px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #002B4B;
  margin-bottom: 0;
}
body main section.index-depoimentos-clientes .owl-carousel .owl-dots {
  margin-top: 15px;
}
body main section.index-depoimentos-clientes .owl-carousel .owl-nav {
  position: relative;
  top: -60px;
}
body main section.index-depoimentos-clientes .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
}
body main section.index-depoimentos-clientes .owl-carousel .owl-nav button.owl-next {
  position: absolute;
}
body main section.index-depoimentos-clientes .ver-depoimentos {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2B2B2B;
  padding-right: 15px;
  border: 1px solid #2B2B2B;
  min-width: 241px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
body main section.index-depoimentos-clientes .ver-depoimentos span {
  background-color: #2B2B2B;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
body main section.index-depoimentos-clientes .ver-depoimentos span img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.index-depoimentos-clientes {
    background-position: -20rem;
  }
  body main section.index-depoimentos-clientes .content h1,
  body main section.index-depoimentos-clientes .content h2,
  body main section.index-depoimentos-clientes .content h3 {
    font-size: 26px;
    line-height: initial;
  }
  body main section.index-depoimentos-clientes .content p {
    max-width: 85%;
    font-size: 16px;
  }
  body main section.index-depoimentos-clientes .ver-depoimentos {
    background-color: #FFFFFF;
    transform: scale(0.9);
  }
}
body main section.index-blog {
  padding: 4rem 1rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.index-blog .content {
  text-align: center;
  margin-bottom: 3rem;
}
body main section.index-blog .content h1,
body main section.index-blog .content h2,
body main section.index-blog .content h3 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
}
body main section.index-blog .content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 30px;
}
body main section.index-blog .card-post {
  position: relative;
  min-height: 340px;
  background: #ffffff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.09);
  padding: 0;
  border-radius: 8px;
}
body main section.index-blog .card-post img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 200px;
  border-radius: 8px 8px 0 0;
}
body main section.index-blog .card-post .item {
  padding: 45px 30px;
}
body main section.index-blog .card-post .item h3 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
}
body main section.index-blog .card-post .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
  color: #000000;
  padding-top: 5px;
  padding-bottom: 23px;
}
body main section.index-blog .card-post .item .link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  color: #FF0008;
}
body main section.index-blog .btn-yellow {
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
  background: #ffb800;
  border-radius: 4.15033px;
  height: 48px;
  min-width: 179px;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 36px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 30px 0;
  }
  body main section.index-blog .btn-yellow {
    font-size: 16px;
    margin-top: 20px;
  }
  body main section.index-blog h2.last {
    font-size: 29px;
    line-height: initial;
    padding-bottom: 10px;
  }
  body main section.index-blog .col-lg-4 {
    max-width: none;
    min-height: auto;
    padding: 0 10px;
    margin: 10px 0;
  }
  body main section.index-blog .col-lg-4 .item {
    padding: 20px;
  }
  body main section.index-blog .col-lg-4 .item h3 {
    font-size: 18px;
    line-height: initial;
    height: auto;
  }
  body main section.index-blog .col-lg-4 .item p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.index-blog .col-lg-4 img {
    height: 200px;
  }
  body main section.index-blog .col-lg-4:before {
    display: none;
  }
}
body main section.sobre-principal {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto;
  background-color: #F9F9F9;
  background-blend-mode: luminosity;
}
body main section.sobre-historia {
  padding: 3rem 1rem;
}
body main section.sobre-historia .content h2 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 46.08px */
  text-transform: uppercase;
  margin-bottom: 30px;
}
body main section.sobre-historia .content h2 strong {
  font-weight: 800;
}
body main section.sobre-historia .content p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
body main section.sobre-historia .img-historia {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.sobre-historia .img-historia img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 992px) {
  body main section.sobre-historia .content h2 {
    font-size: 26px;
  }
  body main section.sobre-historia .content p {
    font-size: 16px;
  }
  body main section.sobre-historia .img-historia {
    margin-top: 30px;
  }
}
body main section.sobre-valores {
  padding: 2rem 1rem;
}
body main section.sobre-valores .content h2 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 41.04px */
  margin-bottom: 30px;
  text-align: center;
}
body main section.sobre-valores .card-items {
  border-radius: 8px;
  border-left: 4px solid #FF0008;
  background: linear-gradient(90deg, #004D86 0%, #002B4B 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 3rem;
  height: -webkit-fill-available;
}
body main section.sobre-valores .card-items .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 15px;
}
body main section.sobre-valores .card-items .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
  display: block;
}
body main section.sobre-valores .card-items .title h3 {
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 25.6px */
  margin-bottom: 20px;
}
body main section.sobre-valores .card-items .description p {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 0;
}
body main section.sobre-valores .card-items .description ul {
  margin-bottom: 0;
}
body main section.sobre-valores .card-items .description ul li {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body main section.sobre-valores .content h2 {
    font-size: 26px;
  }
  body main section.sobre-valores .content p {
    font-size: 16px;
  }
  body main section.sobre-valores .card-items {
    margin-bottom: 2rem;
  }
}
body main section.sobre-galeria {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
body main section.sobre-galeria .content {
  margin-bottom: 2rem;
}
body main section.sobre-galeria .content h2 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 46.08px */
  text-transform: uppercase;
  margin-bottom: 0;
}
body main section.sobre-galeria .foto {
  width: 100%;
  height: 300px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.sobre-galeria .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  body main section.sobre-galeria {
    padding-top: 0;
  }
  body main section.sobre-galeria h2 {
    font-size: 26px !important;
  }
  body main section.sobre-galeria img.icon {
    width: 20px;
  }
}
body main section.sobre-parceria {
  padding: 3rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.sobre-parceria .content h1,
body main section.sobre-parceria .content h2,
body main section.sobre-parceria .content h3 {
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  border-radius: 8px;
  background: #FF0008;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 30px;
}
body main section.sobre-parceria .content p {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
body main section.sobre-parceria .img-parceria {
  width: 100%;
  height: 400px;
  padding: 0;
  overflow: hidden;
}
body main section.sobre-parceria .img-parceria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-parceria .content h1,
  body main section.sobre-parceria .content h2,
  body main section.sobre-parceria .content h3 {
    font-size: 26px;
    text-align: center;
  }
  body main section.sobre-parceria .content p {
    font-size: 16px;
  }
  body main section.sobre-parceria .img-parceria {
    height: 225px;
  }
}
body main section.sobre-video .bg-video {
  padding: 10rem 0;
  position: relative;
}
body main section.sobre-video .bg-video::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
body main section.sobre-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.sobre-video .bg-video video,
body main section.sobre-video .bg-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body main section.sobre-video .bg-video h4 {
  padding-top: 12px;
  margin-bottom: 16px;
  font-family: "Nunito", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 45.6px */
  color: #FFFFFF;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-video .bg-video {
    padding: 5rem 0;
  }
  body main section.sobre-video .bg-video h4 {
    font-size: 21px;
    line-height: initial;
  }
}
body main section.duvidas-page {
  padding: 70px 0;
  /*form duvida*/
  /*form*/
}
body main section.duvidas-page h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */
  /* laranja texto */
  color: #1198ce;
  margin-top: 30px;
}
body main section.duvidas-page form.search-duvidas {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: flex;
}
body main section.duvidas-page form.search-duvidas i {
  color: #a1a1a1;
}
body main section.duvidas-page form.search-duvidas input {
  width: 100%;
  padding-left: 20px;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  /* cor texto */
  color: #a1a1a1;
}
body main section.duvidas-page form.search-duvidas input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  /* cor texto */
  color: #a1a1a1;
}
body main section.duvidas-page form.search-duvidas input,
body main section.duvidas-page form.search-duvidas button {
  border: 0;
  height: 43px;
  background-color: #f1f1f1;
}
body main section.duvidas-page form.search-duvidas button {
  padding-left: 20px;
  padding-right: 20px;
}
body main section.duvidas-page ul.categorias {
  padding-left: 0;
}
body main section.duvidas-page ul.categorias li {
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 12px;
  list-style: none;
  font-weight: 500;
  color: #555555;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
body main section.duvidas-page ul.categorias li.active {
  background: #069bdf;
  color: white;
  font-weight: 700;
}
body main section.duvidas-page .form {
  background: #ffb800;
  border-radius: 13px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-top: 85px;
  color: #000;
  position: relative;
  margin-top: 100px;
}
body main section.duvidas-page .form::before {
  content: " ";
  position: absolute;
  height: 257px;
  display: block;
  background-image: url("../image/duvidas-img.png");
  margin-top: -250px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -25px;
}
body main section.duvidas-page .form h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 0;
}
body main section.duvidas-page .form p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1f1f1f;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  max-width: 272px;
}
body main section.duvidas-page .form input,
body main section.duvidas-page .form textarea {
  margin-bottom: 10px;
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
}
body main section.duvidas-page .form input::placeholder,
body main section.duvidas-page .form textarea::placeholder {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.duvidas-page .form textarea {
  height: 120px;
}
body main section.duvidas-page .form button {
  height: 41px;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #11729e;
  padding-right: 19px;
  border: 1px solid #11729e;
  position: relative;
  justify-content: start;
  align-items: center;
  border-radius: 4.15033px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  margin-top: 10px;
  float: unset;
  display: flex;
  background-color: transparent;
}
body main section.duvidas-page .form button img {
  padding: 0;
  left: -3px;
  position: relative;
}
body main section.duvidas-page .form button span {
  height: 41px;
  width: 48px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  border-radius: 4.15033px;
  background: #11729e;
  padding-left: 5px;
}
body main section.duvidas-page .form button span img {
  margin: 0 auto;
}
body main section.duvidas-page .duvida {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  padding: 10px 20px;
  margin: 20px 0;
  display: block;
  color: #000;
  border-bottom: 0.8px solid #dedede;
}
body main section.duvidas-page .duvida i {
  color: #f07c00;
  margin-right: 20px;
  position: relative;
  font-size: 18px;
  float: right;
  right: -10%;
  top: 5px;
}
body main section.duvidas-page .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body main section.duvidas-page .resposta .in-resposta {
  padding: 10px 30px;
}
@media (max-width: 991px) {
  body main section.duvidas-page {
    padding: 30px 0;
    padding-top: 20px;
  }
  body main section.duvidas-page h3 {
    text-align: center;
    font-size: 16px;
  }
  body main section.duvidas-page h2 {
    margin-top: 0;
  }
  body main section.duvidas-page form.search-duvidas {
    margin: 20px 0;
  }
  body main section.duvidas-page .duvida {
    font-size: 17px;
    margin: 10px 0;
  }
  body main section.duvidas-page .resposta .in-resposta {
    padding: 10px 20px;
    font-size: 15px;
  }
  body main section.duvidas-page .form {
    padding: 20px;
    margin-top: 10px;
  }
  body main section.duvidas-page .form::before {
    display: none;
  }
  body main section.duvidas-page .form h4 {
    font-size: 24px !important;
  }
  body main section.duvidas-page .form p {
    font-size: 16px !important;
  }
  body main section.duvidas-page li {
    font-size: 16px !important;
  }
}
body main section.page-duvidas {
  padding: 4rem 1rem;
  background-color: #F9F9F9;
}
body main section.page-duvidas .box h2 a {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
body main section.page-duvidas .box .duvida {
  padding: 30px 20px;
  margin-top: 20px;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main section.page-duvidas .box .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  justify-content: space-between;
}
body main section.page-duvidas .box .duvida a .icons {
  width: 25px;
  height: 25px;
}
body main section.page-duvidas .box .duvida a .icons i {
  color: #FF0008;
  position: relative;
  left: 4px;
  top: 1px;
}
body main section.page-duvidas .box .duvida:last-child {
  margin-bottom: 0;
}
body main section.page-duvidas .box .duvida .resposta {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-top: 20px;
}
body main section.page-duvidas .box .duvida .resposta p {
  margin-bottom: 0;
}
body main section.page-duvidas .box .duvida:first-child {
  margin-top: 0;
}
body main section.page-duvidas .duvidas-btn .btn-main {
  min-width: 220px;
  padding: 0 17px 0 0;
}
body main section.page-duvidas .duvidas-btn .btn-main span {
  margin-right: 17px;
}
body main section.page-duvidas .box-form {
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: 100%;
  padding: 80px;
  text-align: center;
  margin: 0;
}
body main section.page-duvidas .box-form .logo {
  width: 150px;
  height: 102px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}
body main section.page-duvidas .box-form .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
body main section.page-duvidas .box-form h1,
body main section.page-duvidas .box-form h2,
body main section.page-duvidas .box-form h3,
body main section.page-duvidas .box-form h4 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
body main section.page-duvidas .box-form p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 40px;
}
body main section.page-duvidas .box-form label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #393939;
  text-indent: 1px;
}
body main section.page-duvidas .box-form form {
  margin-top: 8px;
}
body main section.page-duvidas .box-form input,
body main section.page-duvidas .box-form textarea,
body main section.page-duvidas .box-form select {
  background: #FFFFFF;
  border: 0.8px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2B2B2B;
  margin-bottom: 20px;
  padding: 12px 20px;
}
body main section.page-duvidas .box-form input::placeholder, body main section.page-duvidas .box-form input::-webkit-input-placeholder, body main section.page-duvidas .box-form input::-moz-placeholder, body main section.page-duvidas .box-form input::-ms-placeholder, body main section.page-duvidas .box-form input::placeholder,
body main section.page-duvidas .box-form textarea::placeholder,
body main section.page-duvidas .box-form textarea::-webkit-input-placeholder,
body main section.page-duvidas .box-form textarea::-moz-placeholder,
body main section.page-duvidas .box-form textarea::-ms-placeholder,
body main section.page-duvidas .box-form textarea::placeholder,
body main section.page-duvidas .box-form select::placeholder,
body main section.page-duvidas .box-form select::-webkit-input-placeholder,
body main section.page-duvidas .box-form select::-moz-placeholder,
body main section.page-duvidas .box-form select::-ms-placeholder,
body main section.page-duvidas .box-form select::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #bebebe !important;
}
body main section.page-duvidas .box-form select {
  background-image: url("../image/index/chevron-down.png");
  background-position: calc(100% - 16px) 19px;
  background-repeat: no-repeat;
}
body main section.page-duvidas .box-form textarea {
  height: 96px;
}
body main section.page-duvidas .box-form .btn-main {
  background-color: transparent;
  min-width: 110px;
  padding: 0 40px 0 0;
}
body main section.page-duvidas .box-form .btn-main span {
  margin-right: 40px;
}
@media (max-width: 991px) {
  body main section.page-duvidas .box h2 a {
    font-size: 26px;
  }
  body main section.page-duvidas .box .duvida {
    padding: 25px;
  }
  body main section.page-duvidas .box .duvida a {
    font-size: 18px;
  }
  body main section.page-duvidas .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.page-duvidas .duvidas-btn {
    text-align: center;
    margin-bottom: 4rem;
  }
  body main section.page-duvidas .box-form {
    padding: 50px 30px;
  }
  body main section.page-duvidas .box-form p {
    font-size: 16px;
  }
}
body main section.produtos {
  background-color: #F9F9F9;
  padding-bottom: 10rem;
  padding-top: 1rem;
}
body main section.produtos .titulo-principal {
  color: #dd1100;
  font-size: 32px;
  margin-top: 55px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.produtos .titulo-principal {
    margin-top: 20px;
    font-size: 26px;
  }
}
body main section.produtos .products-list .item-products-list {
  margin-top: 50px;
  margin-right: 30px;
}
body main section.produtos .products-list .item-products-list::before {
  background: linear-gradient(45deg, #f1f1f1 26.3%, #f1f1f1 0%);
}
body main section.produtos .products-list p {
  font-weight: 400;
  font-size: 15.7px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  body main section.produtos {
    padding: 0 7px;
  }
  body main section.produtos .products-list .item-products-list {
    overflow: hidden;
    margin-top: 20px;
  }
}
body main section.produtos-categorias {
  margin-top: 55px;
}
body main section.produtos-categorias .cat {
  border: 1px solid lightgray;
  border-radius: 10px;
  margin: 15px 0;
  padding: 10px 20px;
}
body main section.produtos-categorias .cat.active {
  border-color: #FF0008;
}
body main section.produtos-categorias .cat .principal {
  display: flex;
  align-items: center;
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 23.04px */
}
body main section.produtos-categorias .subcategorias {
  padding-left: 0;
}
body main section.produtos-categorias .subcategorias a {
  display: block;
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 10px 0;
}
body main section.produtos-categorias .subcategorias a.active {
  color: #FF0008;
  font-weight: 600;
}
body main section.produtos-categorias form {
  position: relative;
  margin-bottom: 30px;
}
body main section.produtos-categorias form input {
  background-color: white;
  color: gray;
  border-radius: 5px;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 16px;
  padding: 7px 15px;
  width: 100%;
}
body main section.produtos-categorias form button {
  position: absolute;
  color: gray;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  body main section.produtos-categorias {
    margin-top: 30px;
  }
  body main section.produtos-categorias .cat .principal {
    font-size: 16px;
  }
}
body main section.single-product {
  padding-top: 4rem;
}
body main section.single-product .top-single-product .col-lg-10 {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 409px;
  height: 416px;
  line-height: 422px;
  text-align: center;
}
body main section.single-product .top-single-product .col-lg-10 img {
  display: unset;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 400px;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  body main section.single-product .top-single-product .col-lg-10 img {
    max-height: 350px;
  }
}
body main section.single-product .top-single-product .col-lg-10 .image-principal {
  position: relative;
}
body main section.single-product .top-single-product .col-lg-5 .col-lg-2 {
  z-index: 1;
}
body main section.single-product .top-single-product .bitmaps {
  height: 100%;
  justify-content: flex-start;
  gap: 1rem;
}
body main section.single-product .top-single-product .bitmaps .col {
  width: 83px;
  max-height: 83px !important;
  height: 83px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 75px;
  text-align: center;
}
body main section.single-product .top-single-product .bitmaps .col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
body main section.single-product .top-single-product .imgs-principal {
  padding: 0;
  margin: 0 auto;
}
body main section.single-product .top-single-product .col-lg-7 {
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a;
}
body main section.single-product .top-single-product .col-lg-7 h1 {
  font-family: "Nunito", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 51.2px */
  color: #FF0008;
  padding-bottom: 10px;
}
body main section.single-product .top-single-product .col-lg-7 .details p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
body main section.single-product .top-single-product .col-lg-7 .details p strong {
  font-weight: 700;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 label {
  width: 47px;
  height: 23px;
  border: 1px solid lightgray;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 label.yellow {
  background: #ffb800;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 label.blue {
  background: #002B4B;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 label.red {
  background: #FF0008;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 label.violet {
  background: #932977;
}
body main section.single-product .top-single-product .col-lg-7 .col-lg-6 input {
  display: none;
}
body main section.single-product .top-single-product .cores {
  margin-top: 32px;
  margin-bottom: 25px;
}
body main section.single-product .top-single-product .cores .col-lg-3 {
  max-width: 170px;
  padding-right: 0;
}
body main section.single-product .top-single-product .preco {
  width: 97%;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin-left: 2px;
}
body main section.single-product .top-single-product .preco h2 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 51.2px */
  margin-bottom: 60px;
}
body main section.single-product .top-single-product .preco em {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4a4a4a;
  font-style: unset;
}
body main section.single-product .top-single-product .preco strong {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
body main section.single-product .top-single-product .preco .descricao h4 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  margin-bottom: 20px;
}
body main section.single-product .top-single-product .preco .descricao p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 0;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: unset;
  border: 1px solid #007900;
  border-radius: 5.04424px;
  height: 50px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy a {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 47px;
  display: flex;
  color: #007900;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy span {
  border-radius: 5px;
  height: 49px;
  width: 47px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  background: #007900;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget {
  margin-top: 10px;
  width: unset;
  border: 1px solid #FF0008;
  border-radius: 5.04424px;
  height: 47px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-budget a {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #FF0008;
}
body main section.single-product .top-single-product .preco .cta-budget span {
  border-radius: 5px;
  height: 45px;
  width: 47px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  background: #FF0008;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-cart {
  width: unset;
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  height: 50px;
  padding-right: 10px;
  margin-top: 15px;
}
body main section.single-product .top-single-product .preco .cta-cart a {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #ffb800;
}
body main section.single-product .top-single-product .preco .cta-cart span {
  border-radius: 5px;
  height: 50px;
  width: 47px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  background: #ffb800;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget,
body main section.single-product .top-single-product .preco .cta-cart,
body main section.single-product .top-single-product .preco .cta-details,
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: 100%;
}
body main section.single-product .top-single-product .preco .cta-budget img,
body main section.single-product .top-single-product .preco .cta-cart img,
body main section.single-product .top-single-product .preco .cta-details img,
body main section.single-product .top-single-product .preco .cta-wpp-buy img {
  vertical-align: middle;
  width: fit-content;
}
body main section.single-product .top-single-product .especificacoes h4 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 51.2px */
}
body main section.single-product .sub-product {
  background: url("../image/produtos/bg-all.png");
  height: 203px;
  padding-top: 65px;
  padding-left: 35px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  background-position-x: -35px;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.single-product .sub-product p {
  max-width: 260px;
}
body main section.single-product .sub-product p.active {
  max-width: 360px;
}
body main section.single-product .sub-product img {
  width: min-content;
  object-fit: cover;
  margin-top: -15px;
  margin-bottom: 15px;
}
body main section.single-product .sub-product h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
}
body main section.single-product .sub-product .d-flex {
  justify-content: center;
}
body main section.single-product .especificacoes .row {
  margin-top: 18px;
}
body main section.single-product .especificacoes .row .col-11 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .col-11 {
  position: relative;
}
body main section.single-product .especificacoes .row .col-11 i {
  font-size: 22px;
  color: #ffb800;
  float: right;
  position: absolute;
  right: -40px;
  top: 6px;
}
body main section.single-product .especificacoes .row h2.primary {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #555555;
  margin-bottom: 20px;
  margin-top: 35px;
}
body main section.single-product .especificacoes .row .duvida .row {
  padding-left: 34px;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0px;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
}
body main section.single-product .especificacoes .row .col-lg-11 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 21px;
  margin-left: 30px;
}
body main section.single-product .especificacoes .right {
  text-align: center;
  max-width: 335px;
  float: right;
  margin: 0 auto;
}
body main section.single-product .especificacoes .right .img-first {
  margin-bottom: 23px;
  margin-top: 50px;
}
body main section.single-product .especificacoes .right h2 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 75px;
}
body main section.single-product .especificacoes .right h4 {
  margin-top: 46px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-bottom: 5px;
}
body main section.single-product .especificacoes .right p {
  max-width: 276px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
body main section.single-product .especificacoes .right .col {
  max-width: 305px;
  border: double 1px transparent;
  border-radius: 20px;
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg, rgba(173, 173, 173, 0.0117647059) 0%, #bfbfbf 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
  margin: 0 auto;
}
body main section.single-product .especificacoes .right .col:before {
  content: "";
  width: 71px;
  height: 71px;
  background-color: #ffb800;
  border-radius: 100%;
  position: absolute;
  left: 40.5%;
  top: -40px;
  background-image: url("../image/index/quote.png");
  background-repeat: no-repeat;
  background-position: center;
}
body main section.single-product .outros-produtos .outrosx {
  padding: 5rem 1rem 3rem;
  background-repeat: no-repeat;
  background-size: unset;
  background-position: 100% 23%;
}
body main section.single-product .outros-produtos .outrosx .content h3 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 40.96px */
  margin-bottom: 0;
}
body main section.single-product .outros-produtos .outros {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0rem -26rem;
  padding-bottom: 3rem;
}
body main section.single-product .outros-produtos .item-products-list {
  margin: 0 10px;
}
body main section.single-product .outros-produtos .ver-produtos {
  margin-top: 30px;
  margin-bottom: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FF0008;
  padding-right: 19px;
  min-width: 241px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4.15033px;
}
body main section.single-product .outros-produtos .ver-produtos span {
  background-color: transparent;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  border-radius: 4.15033px;
  margin-left: 3px;
}
body main section.single-product .outros-produtos .ver-produtos span img {
  margin: 0 auto;
}
body main section.single-product .outros-produtos .ver-produtos:hover {
  color: #FF0008 !important;
}
body main section.single-product .outros-produtos .ver-produtos:hover span {
  background-color: #FFFFFF !important;
}
@media screen and (max-width: 991px) {
  body main section.single-product {
    padding: 20px 10px !important;
  }
  body main section.single-product .item-products-list {
    margin: 0;
  }
  body main section.single-product .outrosx {
    margin-top: 30px;
  }
  body main section.single-product .confira {
    padding-bottom: 0;
    line-height: 0px !important;
    margin-top: 40px;
  }
  body main section.single-product .especificacoes .right .img-first {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  body main section.single-product .especificacoes .right h2 {
    font-size: 20px !important;
    margin-bottom: 60px !important;
  }
  body main section.single-product .especificacoes .row h2.primary {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body main section.single-product .especificacoes .row .duvida .row {
    padding: 10px;
  }
  body main section.single-product .especificacoes .row .duvida .row .col-11 {
    font-size: 18px !important;
  }
  body main section.single-product .top-single-product .cores {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body main section.single-product .top-images {
    justify-content: center;
  }
  body main section.single-product .top-images .bitmaps {
    flex-direction: row !important;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  body main section.single-product .preco {
    padding: 0 !important;
    padding-bottom: 15px !important;
    text-align: center;
  }
  body main section.single-product .preco h2 {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
  }
  body main section.single-product .sub-product {
    background: #1198ce;
    height: auto;
    padding: 20px;
    padding-bottom: 0;
  }
  body main section.single-product .sub-product .col-lg-3 {
    padding-bottom: 10px;
  }
  body main section.single-product .outrosx img {
    display: none !important;
  }
  body main section.single-product h3 {
    font-size: 22px !important;
  }
  body main section.single-product h3 span {
    font-size: 24px !important;
  }
  body main section.single-product .especificacoes .col-lg-4 {
    margin-top: 0 !important;
  }
  body main section.single-product .top-single-product .cta-cart {
    min-width: 300px;
  }
  body main section.single-product .top-single-product .col-lg-10.image-principal {
    order: 1;
    margin: 0 auto;
  }
  body main section.single-product .top-single-product .col-lg-2.imgs-principal {
    order: 2;
  }
  body main section.single-product .top-single-product .col-lg-2.imgs-principal .bitmaps {
    flex-direction: row !important;
    margin-top: 60px;
  }
  body main section.single-product .top-single-product .col-lg-7 {
    font-size: 16px;
  }
  body main section.single-product .top-single-product .col-lg-7 h1,
  body main section.single-product .top-single-product .col-lg-7 h2 {
    font-size: 24px;
  }
  body main section.single-product .top-single-product .col-lg-7 strong {
    font-size: 16px;
  }
  body main section.single-product .row {
    overflow: hidden;
  }
  body main section.single-product .separador {
    display: none !important;
  }
  body main section.single-product h2 {
    font-size: 24px !important;
  }
  body main section.single-product .col-11 {
    font-size: 22px !important;
  }
  body main section.single-product .col-11 i {
    right: 0px !important;
  }
  body main section.single-product p,
  body main section.single-product button {
    font-size: 16px !important;
  }
  body main section.single-product .especificacoes .col-lg-4 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 140px;
    display: Flex;
  }
  body main section.single-product .especificacoes .right {
    min-width: 280px;
    max-width: 365px;
  }
  body main section.single-product .especificacoes .right button {
    font-size: 16px;
  }
  body main section.single-product .outros-bg {
    display: none !important;
  }
  body main section.single-product .ver-produtos {
    font-size: 16px !important;
  }
}
body main section.contato,
body main section.trabalhe-conosco {
  padding: 50px 0;
  position: relative;
}
body main section.contato .container,
body main section.trabalhe-conosco .container {
  position: relative;
}
body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
  width: 51%;
}
body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
  position: absolute;
  left: -35px;
  top: 20px;
}
body main section.contato .end,
body main section.trabalhe-conosco .end {
  justify-content: space-between;
}
body main section.contato .end .col-lg-5,
body main section.trabalhe-conosco .end .col-lg-5 {
  width: 38%;
  padding-right: 0;
  padding: 0;
}
body main section.contato .end .col-lg-3,
body main section.trabalhe-conosco .end .col-lg-3 {
  min-width: 180px;
}
body main section.contato .end .col-lg-3 .col,
body main section.trabalhe-conosco .end .col-lg-3 .col {
  font-size: 17px;
}
body main section.contato .end a.box span,
body main section.trabalhe-conosco .end a.box span {
  margin-right: 0px !important;
}
body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
  padding: 0;
  margin-left: -30px;
}
body main section.contato .end .col-lg-3.last,
body main section.trabalhe-conosco .end .col-lg-3.last {
  padding: 0;
}
body main section.contato .end .col-lg-3.last .box,
body main section.trabalhe-conosco .end .col-lg-3.last .box {
  margin-left: -12px;
}
body main section.contato .end .cta-orange,
body main section.trabalhe-conosco .end .cta-orange {
  background: none !important;
  position: relative;
  left: -5px;
}
body main section.contato .end .col,
body main section.trabalhe-conosco .end .col {
  padding: 0;
}
body main section.contato .row.detalhes,
body main section.trabalhe-conosco .row.detalhes {
  background: #0d5a3b;
  border-radius: 0px 0px 20px 20px;
  color: white;
  padding-bottom: 22px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
body main section.contato .col-lg-3 strong,
body main section.trabalhe-conosco .col-lg-3 strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
body main section.contato h2,
body main section.trabalhe-conosco h2 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  margin-bottom: 15px;
}
body main section.contato h2 span,
body main section.trabalhe-conosco h2 span {
  color: #FF0008;
}
body main section.contato p,
body main section.trabalhe-conosco p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
}
body main section.contato p.principal,
body main section.trabalhe-conosco p.principal {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 60px;
}
body main section.contato iframe,
body main section.trabalhe-conosco iframe {
  width: 100%;
  height: 230px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body main section.contato .box-contatos .item-contato h4,
body main section.trabalhe-conosco .box-contatos .item-contato h4 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 27.36px */
  margin-bottom: 0;
}
body main section.contato .box-contatos .item-contato .media a,
body main section.trabalhe-conosco .box-contatos .item-contato .media a {
  display: inline-block;
  margin-right: 0.8rem;
}
body main section.contato .box-contatos .item-contato a,
body main section.trabalhe-conosco .box-contatos .item-contato a {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}
body main section.contato label,
body main section.trabalhe-conosco label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
body main section.contato input,
body main section.contato select,
body main section.contato textarea,
body main section.trabalhe-conosco input,
body main section.trabalhe-conosco select,
body main section.trabalhe-conosco textarea {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: black;
  margin-bottom: 20px;
}
body main section.contato h3,
body main section.trabalhe-conosco h3 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 27.36px */
  margin-top: 2rem;
  margin-bottom: 20px;
}
body main section.contato a,
body main section.trabalhe-conosco a {
  color: #FF0008;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-top: 30px;
}
body main section.contato .box-obs,
body main section.trabalhe-conosco .box-obs {
  border: 1px solid lightgray;
  border-radius: 10px;
  margin: 15px 0;
  padding: 40px 30px;
}
body main section.contato .box-obs h3,
body main section.trabalhe-conosco .box-obs h3 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 36.48px */
  margin-top: 0;
}
body main section.contato .box-obs .item-contato,
body main section.trabalhe-conosco .box-obs .item-contato {
  display: grid;
}
body main section.contato .box-obs .item-contato h4,
body main section.trabalhe-conosco .box-obs .item-contato h4 {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
body main section.contato .box-obs .item-contato a,
body main section.trabalhe-conosco .box-obs .item-contato a {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-decoration: none;
  display: inline-block;
  padding-top: 10px;
}
body main section.contato .box-obs p,
body main section.trabalhe-conosco .box-obs p {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}
body main section.contato button,
body main section.trabalhe-conosco button {
  min-width: 170px;
  height: 41px;
  margin-top: 10px;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-right: 19px;
  position: relative;
  justify-content: start;
  align-items: center;
  border-radius: 5px;
  float: right;
  display: inline-flex;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body main section.contato button img,
body main section.trabalhe-conosco button img {
  padding: 0;
  left: -3px;
  position: relative;
}
body main section.contato button span,
body main section.trabalhe-conosco button span {
  height: 41px;
  width: 48px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  border-radius: 5px;
}
body main section.contato button span img,
body main section.trabalhe-conosco button span img {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  body main section.contato,
  body main section.trabalhe-conosco {
    padding: 30px 0;
    padding-top: 20px;
  }
  body main section.contato .col-lg-11,
  body main section.trabalhe-conosco .col-lg-11 {
    flex-direction: column !important;
  }
  body main section.contato .fale-especialista,
  body main section.trabalhe-conosco .fale-especialista {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .duvidas,
  body main section.trabalhe-conosco .duvidas {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .end .col-lg-3.first,
  body main section.trabalhe-conosco .end .col-lg-3.first {
    margin-left: -12px !important;
  }
  body main section.contato .right-c,
  body main section.trabalhe-conosco .right-c {
    width: 90%;
    margin: 0 auto;
  }
  body main section.contato .right-c .col-lg-4,
  body main section.trabalhe-conosco .right-c .col-lg-4 {
    margin-bottom: 10px;
  }
  body main section.contato .col-lg-11 .col-lg-5,
  body main section.trabalhe-conosco .col-lg-11 .col-lg-5 {
    width: 90%;
    margin: 0 auto;
  }
}
body main section.contato .sele,
body main section.trabalhe-conosco .sele {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #393939;
}
body main section.contato .mx,
body main section.trabalhe-conosco .mx {
  width: 109%;
  margin-left: -20px;
  color: white;
  background: #116d92;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  body main section.contato .mx,
  body main section.trabalhe-conosco .mx {
    padding-bottom: 7px;
    justify-content: start;
  }
}
body main section.contato .mx .col-lg-4,
body main section.trabalhe-conosco .mx .col-lg-4 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  body main section.contato .mx .col-lg-4,
  body main section.trabalhe-conosco .mx .col-lg-4 {
    margin-bottom: 20px;
    line-height: 0px;
    margin-right: 4%;
    margin-left: 4%;
  }
}
body main section.contato .mx a,
body main section.trabalhe-conosco .mx a {
  color: white;
  text-decoration: none;
}
body main section.contato .mx h4,
body main section.trabalhe-conosco .mx h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
body main section.contato .mx p,
body main section.trabalhe-conosco .mx p {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 12px;
  margin-bottom: 0;
}
body main section.contato .mx img,
body main section.trabalhe-conosco .mx img {
  width: 43px;
}
body main section.contato .align-items-right,
body main section.trabalhe-conosco .align-items-right {
  width: max-content;
  font-size: 16px;
  line-height: 15px;
}
body main section.contato .selecione,
body main section.trabalhe-conosco .selecione {
  background: #2B2B2B;
  border-radius: 0px 5px 5px 0px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .flex-box,
body main section.trabalhe-conosco .flex-box {
  display: flex;
}
body main section.contato .name-file,
body main section.trabalhe-conosco .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box .col-lg-12,
body main section.trabalhe-conosco .box .col-lg-12 {
  position: relative;
}
body main section.contato .box .col-lg-12.yellow .titulo-unidade,
body main section.trabalhe-conosco .box .col-lg-12.yellow .titulo-unidade {
  background-color: #ffb800;
  color: #2B2B2B;
}
body main section.contato .box .col-lg-12 .titulo-unidade,
body main section.trabalhe-conosco .box .col-lg-12 .titulo-unidade {
  width: auto;
  background-color: #FF0008;
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  padding: 0 20px;
  z-index: 1;
}
body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
  display: inline;
  width: 18px;
  height: 18px;
  background: #dcdcdc !important;
  fill: #dcdcdc;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}
body main section.contato .single,
body main section.trabalhe-conosco .single {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -15%;
}
body main section.contato .single.right,
body main section.trabalhe-conosco .single.right {
  left: auto;
  right: -5%;
}
@media screen and (max-width: 991px) {
  body main section.contato .single,
  body main section.trabalhe-conosco .single {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  body main section.contato .solicite,
  body main section.trabalhe-conosco .solicite {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    margin-bottom: 8px !important;
  }
  body main section.contato form .col.d-flex,
  body main section.trabalhe-conosco form .col.d-flex {
    flex-direction: column;
  }
  body main section.contato form .col.d-flex .col-lg-5,
  body main section.contato form .col.d-flex .col-lg-6,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-5,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-6 {
    width: 100%;
  }
  body main section.contato h2,
  body main section.trabalhe-conosco h2 {
    line-height: 35px;
  }
  body main section.contato h1,
  body main section.contato h2,
  body main section.trabalhe-conosco h1,
  body main section.trabalhe-conosco h2 {
    font-size: 24px !important;
  }
  body main section.contato p,
  body main section.contato label,
  body main section.contato button,
  body main section.trabalhe-conosco p,
  body main section.trabalhe-conosco label,
  body main section.trabalhe-conosco button {
    font-size: 16px !important;
  }
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-size: 16px;
}
body main section.vantagens-trabalhar-conosco {
  position: relative;
  background-image: url("../image/bg-trabalhe.png");
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.vantagens-trabalhar-conosco .bg-bolas {
  position: absolute;
  right: 0;
  top: -200px;
}
body main section.vantagens-trabalhar-conosco img {
  width: max-content;
}
body main section.vantagens-trabalhar-conosco h2 {
  max-width: 700px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 37.3333px;
  line-height: 45px;
  text-align: center;
  color: #ffb800;
  margin-bottom: 55px;
}
body main section.vantagens-trabalhar-conosco h2 strong {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 45px;
  text-align: center;
  display: Block;
  /* cor texto */
  color: #393939 !important;
}
body main section.vantagens-trabalhar-conosco h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* laranja texto */
  color: #1198ce;
}
body main section.vantagens-trabalhar-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
body main section.vantagens-trabalhar-conosco p,
body main section.vantagens-trabalhar-conosco h3 {
  max-width: 369px;
}
body main section.vantagens-trabalhar-conosco .col-lg-0 img {
  margin-right: 30px;
  position: relative;
  max-width: 244px;
  max-height: 218px;
}
body main section.vantagens-trabalhar-conosco .top-curriculo {
  margin-top: -85px;
}
@media screen and (max-width: 992px) {
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex img {
    margin-right: 0px !important;
  }
  body main section.vantagens-trabalhar-conosco .bg-bolas {
    display: none;
  }
  body main section.vantagens-trabalhar-conosco .top-curriculo {
    margin-top: -55px;
    z-index: 1;
    width: 100%;
  }
  body main section.vantagens-trabalhar-conosco h2,
  body main section.vantagens-trabalhar-conosco strong {
    font-size: 24px !important;
  }
  body main section.vantagens-trabalhar-conosco h3 {
    font-size: 22px !important;
  }
  body main section.vantagens-trabalhar-conosco p {
    font-size: 16px !important;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
body main section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #002B4B;
  color: white;
  position: relative;
  font-weight: 600;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  body main section.carrinho .main-cta {
    font-size: 15px;
  }
}
body main section.carrinho .main-cta:hover {
  color: white;
  background-color: #FF0008;
}
body main section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body main section.carrinho .container {
  max-width: 1300px;
}
body main section.carrinho .remover .loader {
  display: none;
}
body main section.carrinho .remover.loading i {
  display: none;
}
body main section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body main section.carrinho .passos a {
  background-color: #eeeeee;
  display: flex;
  padding: 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #afafaf;
  position: relative;
}
body main section.carrinho .passos a:hover {
  color: #afafaf;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body main section.carrinho .passos a strong {
  font-weight: 600;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #002B4B;
}
body main section.carrinho .passos a.ativo:hover {
  color: #002B4B;
}
body main section.carrinho .passos a.ativo strong {
  color: #002B4B;
  border-color: #002B4B;
}
@media (max-width: 991px) {
  body main section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body main section.carrinho .passos a:after {
    display: none;
  }
}
body main section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body main section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body main section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: flex-start;
}
body main section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body main section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #002B4B;
  font-size: 14px;
  display: block;
  text-align: center;
}
body main section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .carrinho-mobile .titulo {
  color: #002B4B;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body main section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body main section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body main section.carrinho .tabela-carrinho {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #002B4B;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(58, 58, 58, 0.3019607843);
}
body main section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body main section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #002B4B;
  font-size: 24px;
}
body main section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body main section.carrinho .box {
  margin: 70px auto 0 auto;
}
body main section.carrinho .box .endereco {
  font-size: 18px;
  color: #002B4B;
  line-height: 20px;
}
body main section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body main section.carrinho .box .main-cta {
  background-color: #002B4B;
  color: white;
  display: inline-block;
  padding: 13px 23px;
  font-size: 17px;
  border-radius: 5px;
}
body main section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body main section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body main section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body main section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body main section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #002B4B;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background-color: #3aa700;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body main section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body main section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body main section.carrinho .enviado .texto {
    padding: 20px;
  }
  body main section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body main section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body main section.carrinho .form {
  max-width: 750px;
  margin: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body main section.carrinho .form .main-cta {
  margin-top: 30px;
}
body main section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  text-align: center;
}
body main section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body main section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body main section.carrinho .form label {
  color: black;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body main section.carrinho .form h1 {
    font-size: 20px;
  }
  body main section.carrinho .form h5 {
    font-size: 16px;
  }
  body main section.carrinho .form h6 {
    font-size: 15px;
  }
  body main section.carrinho .form label {
    font-size: 16px;
  }
  body main section.carrinho .form input,
  body main section.carrinho .form select,
  body main section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #002B4B;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #002B4B;
  font-weight: 500;
  border-bottom: 1px dotted #002B4B;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #002B4B;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #002B4B;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #002B4B;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #002B4B;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #002B4B;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body main section.blog-listagem {
  overflow: hidden;
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 98px;
}
body main section.blog-listagem .titulo-principal {
  color: #002B4B;
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: -30px;
}
body main section.blog-listagem .col-lg-5 {
  padding: 0;
}
body main section.blog-listagem form {
  width: 541px;
  position: relative;
}
body main section.blog-listagem form input[type=text] {
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 100%;
  background: #fff;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
body main section.blog-listagem form input[type=text]::placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
body main section.blog-listagem form button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 13px;
  top: 10px;
  bottom: 21px;
}
body main section.blog-listagem .categorias {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  min-width: 777px;
}
body main section.blog-listagem .categorias .category-link {
  width: 146px;
  height: 51px;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  margin-right: 15px;
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
body main section.blog-listagem .categorias .category-link:last-child {
  margin-right: 0;
}
body main section.blog-listagem .categorias .category-link.active {
  background-color: #002B4B;
  font-weight: 700;
  color: #ffffff;
}
body main section.blog-listagem h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  /* identical to box height */
  /* cor texto */
  color: #393939;
  margin-bottom: 24px;
  display: Block;
}
body main section.blog-listagem h3,
body main section.blog-listagem h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 27.2281px;
  line-height: 33px;
  color: #000000;
  margin-top: 25px;
}
body main section.blog-listagem p {
  font-weight: 400;
  font-size: 19.6043px;
  line-height: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
body main section.blog-listagem .esquerda span.leia {
  font-weight: 600;
  font-size: 19.6043px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #1198ce;
}
body main section.blog-listagem .inferior {
  margin-top: 70px;
}
body main section.blog-listagem .esquerda .item {
  position: relative;
  max-width: 600px;
}
body main section.blog-listagem .esquerda .item:after {
  clip-path: polygon(0% 0, 100% 70%, 0 80%);
  width: 200px;
  height: 80px;
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -16px;
  transform: rotate(191deg);
  background: white;
}
body main section.blog-listagem .esquerda .item .sub-item {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.09);
}
body main section.blog-listagem .esquerda .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.blog-listagem .esquerda .item img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 600px;
}
body main section.blog-listagem .direita .item {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body main section.blog-listagem .direita .item img {
  border-radius: 13.2292px 0px 0px 13.2292px;
  width: 158px;
  height: 161px;
  object-fit: cover;
}
body main section.blog-listagem .sub-item {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body main section.blog-listagem .post {
  border: 0.826823px solid #ededed;
  border-radius: 13.2292px;
  color: black;
}
body main section.blog-listagem .post span {
  text-transform: uppercase;
}
body main section.blog-listagem .post h3 {
  font-size: 20px;
  line-height: initial;
}
body main section.blog-listagem .post img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  body main section.blog-listagem {
    padding: 0;
    padding-top: 30px;
  }
  body main section.blog-listagem .titulo-principal {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body main section.blog-listagem .row.inferior {
    margin-top: 0;
  }
  body main section.blog-listagem .mobile-categories {
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    display: flex;
  }
  body main section.blog-listagem .mobile-categories form {
    width: 100%;
    margin: auto;
  }
  body main section.blog-listagem .mobile-categories .categorias {
    margin-top: 15px;
    flex-wrap: wrap;
    min-width: auto;
    max-width: 100%;
  }
  body main section.blog-listagem .mobile-categories .categorias .category-link {
    margin: 5px;
    font-size: 16px;
  }
  body main section.blog-listagem h2 {
    font-size: 24px !important;
  }
  body main section.blog-listagem p {
    font-size: 16px !important;
  }
  body main section.blog-listagem h3,
  body main section.blog-listagem h3 a {
    font-size: 20px !important;
    margin-top: 20px !important;
  }
  body main section.blog-listagem span.leia {
    font-size: 16px !important;
  }
  body main section.blog-listagem .item img {
    height: 200px !important;
  }
  body main section.blog-listagem .item:after {
    top: -36px !important;
  }
  body main section.blog-listagem .direita {
    margin: 20px;
    width: 90%;
    margin-top: 40px;
  }
  body main section.blog-listagem .post .col-lg-4 {
    padding: 10px 30px;
  }
  body main section.blog-listagem .post .col-lg-8 {
    padding: 0 30px;
  }
}
body main section.blog-interna {
  padding: 70px 0;
}
body main section.blog-interna h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */
  /* laranja texto */
  color: #1198ce;
  margin-top: 30px;
}
body main section.blog-interna form.search-duvidas {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: flex;
}
body main section.blog-interna form.search-duvidas i {
  color: #a1a1a1;
}
body main section.blog-interna form.search-duvidas input {
  width: 100%;
  padding-left: 20px;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  /* cor texto */
  color: #a1a1a1;
}
body main section.blog-interna form.search-duvidas input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  /* cor texto */
  color: #a1a1a1;
}
body main section.blog-interna form.search-duvidas input,
body main section.blog-interna form.search-duvidas button {
  border: 0;
  height: 43px;
  background-color: #f1f1f1;
}
body main section.blog-interna form.search-duvidas button {
  padding-left: 20px;
  padding-right: 20px;
}
body main section.blog-interna ul.categorias {
  padding-left: 0;
}
body main section.blog-interna ul.categorias li {
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 12px;
  list-style: none;
  font-weight: 500;
  color: #555555;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
  font-size: 25px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
body main section.blog-interna ul.categorias li.active {
  background: #069bdf;
  color: white;
  font-weight: 700;
}
body main section.blog-interna .texto {
  margin-top: 15px;
}
body main section.blog-interna .image-post {
  position: relative;
}
body main section.blog-interna .image-post img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
  body main section.blog-interna .image-post {
    margin-top: 10px;
  }
  body main section.blog-interna .image-post img {
    height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body main section.blog-interna {
    padding: 30px 0;
  }
  body main section.blog-interna h3 {
    text-align: center;
    font-size: 16px;
  }
  body main section.blog-interna .form {
    margin-top: 160px;
  }
  body main section.blog-interna .form h4 {
    font-size: 24px !important;
  }
  body main section.blog-interna .form p {
    font-size: 16px !important;
  }
  body main section.blog-interna li {
    font-size: 16px !important;
  }
  body main section.blog-interna .texto {
    margin-top: 10px;
  }
}
body main section.blog {
  padding: 4rem 1rem 6rem;
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: auto;
}
body main section.blog .card-post {
  position: relative;
  min-height: 340px;
  background: #ffffff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.09);
  padding: 0;
  border-radius: 8px;
}
body main section.blog .card-post img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 265px;
  border-radius: 8px 8px 0 0;
}
body main section.blog .card-post .item {
  padding: 45px 30px;
}
body main section.blog .card-post .item h3 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
}
body main section.blog .card-post .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
  color: #000000;
  padding-top: 5px;
  padding-bottom: 23px;
}
body main section.blog .card-post .item .link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  color: #FF0008;
}
body main section.blog .side-site form {
  position: relative;
  margin-bottom: 30px;
}
body main section.blog .side-site form input {
  background-color: white;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 16px;
  padding: 7px 15px;
  width: 100%;
}
body main section.blog .side-site form button {
  position: absolute;
  color: gray;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.blog .side-site .box-side {
  border: 1px solid lightgray;
  margin: 15px 0;
  padding: 40px 35px;
}
body main section.blog .side-site .box-side .subtitle {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.blog .side-site .box-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section.blog .side-site .box-side ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
body main section.blog .side-site .box-side ul li:last-child {
  border-bottom: none;
}
body main section.blog .side-site .box-side ul li a {
  display: block;
}
body main section.blog .side-site .box-side ul li a .titulo {
  color: #2B2B2B;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  position: relative;
  padding-left: 1.2rem;
}
body main section.blog .side-site .box-side ul li a .titulo::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2B2B2B;
  font-size: 1.2rem;
  line-height: 1;
}
body main section.blog .side-site .box-side ul li a .descricao {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
body main section.blog .side-site .box-side ul li a:hover .titulo,
body main section.blog .side-site .box-side ul li a:hover .descricao, body main section.blog .side-site .box-side ul li a.active .titulo,
body main section.blog .side-site .box-side ul li a.active .descricao {
  color: #FF0008;
}
body main section.blog .side-site .box-side ul li a.todos {
  color: #2B2B2B;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  margin-bottom: 0.75rem;
  display: inline-block;
  cursor: pointer;
}
body main section.blog .side-site .box-side ul li a.todos:hover, body main section.blog .side-site .box-side ul li a.todos.active {
  color: #FF0008;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 30px 0;
  }
  body main section.blog h2.last {
    font-size: 29px;
    line-height: initial;
    padding-bottom: 10px;
  }
  body main section.blog .col-lg-4 {
    max-width: none;
    min-height: auto;
    padding: 0 10px;
    margin: 10px 0;
  }
  body main section.blog .col-lg-4 .item {
    padding: 20px;
  }
  body main section.blog .col-lg-4 .item h3 {
    font-size: 18px;
    line-height: initial;
    height: auto;
  }
  body main section.blog .col-lg-4 .item p {
    font-size: 16px;
    line-height: initial;
  }
  body main section.blog .col-lg-4 img {
    height: 200px;
  }
  body main section.blog .col-lg-4:before {
    display: none;
  }
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #002B4B;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  margin-top: 20px;
}
body main section.blog-interna strong.categoria {
  color: #FF0008;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
body main section.blog-interna .image-post img {
  max-width: 100%;
  border-radius: 8px;
  width: 100%;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 10px;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 span {
  color: black;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
body main section.blog-interna .side-site form {
  position: relative;
  margin-bottom: 30px;
}
body main section.blog-interna .side-site form input {
  background-color: white;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 16px;
  padding: 7px 15px;
  width: 100%;
}
body main section.blog-interna .side-site form button {
  position: absolute;
  color: gray;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.blog-interna .side-site .box-side {
  border: 1px solid lightgray;
  margin: 15px 0;
  padding: 40px 35px;
}
body main section.blog-interna .side-site .box-side .subtitle {
  color: #2B2B2B;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.blog-interna .side-site .box-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main section.blog-interna .side-site .box-side ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
body main section.blog-interna .side-site .box-side ul li:last-child {
  border-bottom: none;
}
body main section.blog-interna .side-site .box-side ul li a {
  display: block;
}
body main section.blog-interna .side-site .box-side ul li a .titulo {
  color: #2B2B2B;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  position: relative;
  padding-left: 1.2rem;
}
body main section.blog-interna .side-site .box-side ul li a .titulo::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2B2B2B;
  font-size: 1.2rem;
  line-height: 1;
}
body main section.blog-interna .side-site .box-side ul li a .descricao {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
body main section.blog-interna .side-site .box-side ul li a:hover .titulo,
body main section.blog-interna .side-site .box-side ul li a:hover .descricao, body main section.blog-interna .side-site .box-side ul li a.active .titulo,
body main section.blog-interna .side-site .box-side ul li a.active .descricao {
  color: #FF0008;
}
body main section.blog-interna .side-site .box-side ul li a.todos {
  color: #2B2B2B;
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 30.72px */
  margin-bottom: 0.75rem;
  display: inline-block;
  cursor: pointer;
}
body main section.blog-interna .side-site .box-side ul li a.todos:hover, body main section.blog-interna .side-site .box-side ul li a.todos.active {
  color: #FF0008;
}
@media screen and (max-width: 992px) {
  body main section.blog-interna h1,
  body main section.blog-interna h2 {
    font-size: 24px;
  }
  body main section.blog-interna h3,
  body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body footer section.footer-mapa {
  padding: 6rem 1rem 3rem;
  position: relative;
  margin-top: -4rem;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: unset;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 200px;
}
@media (max-width: 991px) {
  body footer section.footer-mapa .col {
    width: 100%;
    flex-basis: 100%;
  }
  body footer section.footer-mapa iframe {
    height: 200px;
  }
}
body footer section.footer {
  position: relative;
  margin-top: -10px;
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0rem -21rem;
}
body footer section.footer .news .infos .logo img {
  max-height: 90px;
}
body footer section.footer .news .infos .text-news h4 {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #2B2B2B;
  margin-bottom: 0;
}
body footer section.footer .news .infos .text-news h4 span {
  color: #FF0008;
}
body footer section.footer .box-form form {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
body footer section.footer .box-form form input {
  background: #F6F6F6;
  border: 0.8px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  min-width: 466px;
  padding: 12px 20px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #bebebe;
  vertical-align: middle;
}
body footer section.footer .box-form form input::placeholder {
  color: #bebebe;
  font-weight: 400;
  font-family: inherit;
}
body footer section.footer .box-form form button {
  border: 0;
  outline: 0;
  background: #2B2B2B;
  border-radius: 8px;
  padding: 15px 30px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 991px) {
  body footer section.footer .box-form {
    margin-top: 2rem;
  }
  body footer section.footer .box-form form {
    flex-direction: column;
  }
  body footer section.footer .box-form form input {
    min-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  body footer section.footer .box-form form button {
    max-width: 40%;
    margin: 0 auto;
    padding: 12px 30px;
  }
}
body footer section.footer .media {
  justify-content: end;
  display: flex;
  max-width: 120px;
}
@media (max-width: 991px) {
  body footer section.footer .media {
    justify-content: flex-start;
    max-width: fit-content;
  }
  body footer section.footer .media img {
    width: 13px;
  }
}
body footer section.footer .media a {
  padding-left: 15px;
}
@media (max-width: 991px) {
  body footer section.footer .media a {
    padding-left: 0px;
    padding-right: 10px;
  }
}
body footer section.footer .links h4 {
  color: #FF0008;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body footer section.footer .links ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body footer section.footer .links ul li {
  margin-bottom: 10px;
}
body footer section.footer .links ul li a {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: all 0.5s ease;
}
body footer section.footer .links ul li a:hover {
  color: #FF0008;
  padding-left: 10px;
}
body footer section.footer .links ul li a.active {
  color: #FF0008;
}
@media screen and (max-width: 991px) {
  body footer section.footer .links .logo {
    width: 150px;
  }
  body footer section.footer .links nav {
    display: none;
  }
}
body footer section.footer .row.sub {
  padding-top: 30px;
  padding-left: 60px;
}
body footer section.footer .row.sub .locale img {
  padding-right: 12px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 991px) {
  body footer section.footer .row.sub .locale img {
    width: 30px;
  }
}
body footer section.footer .row.sub .locale p {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #ffffff;
  min-width: 751px;
  margin-bottom: 0;
}
body footer section.footer .row.sub .locale p strong {
  font-size: 25px;
  line-height: 46px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  body footer section.footer .row.sub .locale p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.footer .row.sub .locale p {
    font-size: 15px;
    min-width: auto;
    line-height: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
}
body footer section.footer .main-cta-red,
body footer section.footer .main-cta-yellow {
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 12px;
  border: 0;
  outline: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 5.04424px;
}
body footer section.footer .main-cta-red img,
body footer section.footer .main-cta-yellow img {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  body footer section.footer .main-cta-red,
  body footer section.footer .main-cta-yellow {
    max-width: 400px;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body footer section.footer .main-cta-red {
  background-color: #FF0008;
  margin-right: 43px;
}
body footer section.footer .main-cta-yellow {
  background-color: #ffb800;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 30px 0;
  }
  body footer section.footer .row.top {
    flex-flow: column;
  }
  body footer section.footer .row.top form {
    min-width: auto;
    flex-flow: column;
    margin: 0;
  }
  body footer section.footer .row.top form button {
    margin: 10px;
    margin-top: 0px;
  }
  body footer section.footer .row.top form input {
    margin: 15px 10px;
    min-width: auto;
  }
  body footer section.footer .row.top .news {
    align-items: center;
  }
  body footer section.footer .row.top .news img {
    height: 40px;
  }
  body footer section.footer .row.top .news .align-items-right {
    min-width: auto;
  }
  body footer section.footer .row.top .news .align-items-right p {
    font-size: 16px;
    line-height: initial;
  }
  body footer section.footer .row.top .news .align-items-right h4 {
    font-size: 18px;
    line-height: initial;
  }
}
body footer section.footer-copy {
  background: linear-gradient(90deg, #6B0003 0%, #D10006 100%);
  color: white;
  font-weight: 400;
  padding: 15px 0;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    margin-bottom: 54px;
    font-size: 15px;
  }
  body footer section.footer-copy img {
    margin-top: 15px;
    max-width: 200px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 350px;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 36px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  background-color: black;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #FF0008;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  z-index: 100;
  background-color: #fafafa;
  padding: 10px 0;
  border-top: 2px solid #002B4B;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
body footer section.barra-fixa .wpp,
body footer section.barra-fixa .phone {
  color: black;
}
body footer section.barra-fixa .wpp h4,
body footer section.barra-fixa .phone h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
body footer section.barra-fixa .wpp p,
body footer section.barra-fixa .phone p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
body footer section.barra-fixa .main-cta {
  border-radius: 5px;
  font-size: 18px;
  line-height: initial;
  padding: 10px 25px;
  border: 2px solid #FF0008;
  background-color: #FF0008;
  color: white;
  font-weight: 600;
}
body footer section.barra-fixa .main-cta.secondary {
  color: #002B4B;
  background-color: #fafafa;
  border-color: #002B4B;
}
body footer .menu-mobile {
  background: #222222;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #FF0008;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}/*# sourceMappingURL=custom.css.map */