/* ==========================================================================
RESET
========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #706f6f;
}
a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Myriad Pro Black";
  src: local("Myriad Pro Black"), local("MyriadPro-Black"),
    url("assets/fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.lista-produtos {
  display: inline-block;
  width: 58%;
}
.descricao {
  padding: 10px 15px;
}
.produto {
  border: solid 1px #ccc;
}
.carrinho {
  display: inline-block;
  width: 200px;
}
.img-prod {
  max-height: 150px;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.btn-produto {
  background: #832327;
  border-radius: 10px;
  color: white !important;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  width: AUTO;
  text-align: center;
  transition: 0.2s all;
}
.btn-produto:hover {
  background: white;
  color: #832327 !important;
  transition: 0.2s all;
}
@media (min-width: 992px) {
  a:hover {
    color: #8f8f8f !important;
  }
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"),
    url("assets/fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.titulo-prod {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2em !important;
}
.descricao-prod {
  max-height: 70px;
  overflow: hidden;
  margin: 10px 0;
  text-align: left;
}
.categoria {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 1.25em;
  font-family: "Myriad Pro Black";
  font-weight: bold;
}
.btn-prod {
  background: #832327;
  color: white;
  padding: 20px;
  border-radius: 10px;
  border: none;
  transition: all linear 0.2s;
  border: solid 1px #832327;
}
.btn-prod:hover {
  background: white;
  color: #832327;
  transition: all linear 0.2s;
  border: solid 1px #832327;
}

html {
  overflow-x: hidden;
}
body * {
  font-family: "Myriad Pro Regular";
}
body p {
  margin: 0px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
}
html,
body {
  position: relative;
  min-height: 100%;
}
body h1 {
  font-size: 35px;
  font-weight: 500 !important;
  margin-bottom: 20px;
}
body img {
  max-width: 100%;
}
i.fa {
  vertical-align: baseline !important;
}
::-webkit-input-placeholder {
  color: #706f6f !important;
}
:-moz-placeholder {
  color: #706f6f !important;
}
::-moz-placeholder {
  color: #706f6f !important;
}
:-ms-input-placeholder {
  color: #706f6f !important;
}

.container {
  position: relative;
  z-index: 1;
}
.screen-reader-text {
  display: none;
}
.clear {
  clear: both;
  display: block;
}
/*a:hover, button:hover{color:inherit; text-transform: none !important; text-decoration: none !important;opacity: 0.9 !important;}*/
.btn {
  text-transform: uppercase;
}
body i {
  color: #888;
}

/* ==========================================================================
HEADER
========================================================================== */
/*MENUS*/
#masthead .top-header {
  padding: 20px 0px;
}
#masthead .top-header .logo {
  position: relative;
  width: 250px;
  left: calc(50% - 125px);
}
#masthead .top-header .contact-num {
  position: absolute;
  right: 15px;
  top: 0px;
}
#masthead .top-header .contact-num p {
  color: #832327;
  font-size: 18px;
}
#masthead .top-header .contact-num p a {
  color: #832327;
  vertical-align: baseline;
}
#masthead .top-header .contact-num p a .ddd {
  font-size: 14px;
  vertical-align: baseline;
}
#masthead .top-header .contact-num p a .icon {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #29b4ff;
  text-align: center;
  border-radius: 50%;
}
#masthead .top-header .contact-num p a .icon i {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.menu-wrapper {
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  text-align: left;
  position: relative;
  z-index: 9999;
  height: 100% !important;
}
.main-navigation {
  display: block;
  position: relative;
  padding: 0px;
}
.main-navigation div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.main-navigation div > ul > li {
  position: relative;
  display: inline-block;
  padding: 0px 14px 0px 10px;
}
.main-navigation div > ul > li > a {
  font-family: "Myriad Pro Black";
  font-size: 14px;
  font-weight: 500 !important;
  display: block;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease;
  text-align: center;
}
.main-navigation .navbar-toggle {
  display: none;
}
.main-navigation .navbar-toggle .icon-bar {
  background: #706f6f;
}
.menu-menu-container {
  overflow-x: hidden;
}
.social-top {
  position: absolute;
  right: 15px;
  top: -5px;
}
.social-top a {
  background: #29b4ff;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
}
.social-top a i {
  line-height: 30px;
}

/* ==========================================================================
CONTENT
========================================================================== */
/* HOME */
.featured-cars {
  padding: 40px 0px;
  max-width: 1000px;
  margin: 0 auto;
}
.featured-cars h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  font-size: 1.8em;
  font-family: "Myriad Pro Black";
}
.prod-car {
  background: #ccc;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.clientes {
  margin: 50px 0;
}
.btn-orcamento {
  background: #832327;
  color: white !important;
  padding: 5px;
  border-radius: 5px;
}
.prod-car p {
  text-align: center;
  font-size: 16px;
  margin: 5px auto;
  font-weight: bold;
}
.featured-cars-slider {
  text-align: center;
}
.featured-cars-slider .car-item {
  padding: 0px 10px;
}
.featured-cars-slider .car-item img {
  margin-bottom: 10px;
}

.featured-links {
  padding: 40px 0px;
  text-align: center;
}
.featured-links img {
  margin-bottom: 10px;
}
.orcamento-cw {
  margin: 50px 0;
}
.about {
  padding: 40px 0px;
  background: #e6e7e8;
  text-align: center;
}
.about h2 {
  text-align: center;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  color: #32378a;
  font-weight: bold;
}
.about h3 {
  text-align: center;
  font-size: 28px;
  margin: 0px 0px 30px 0px;
  color: #32378a;
  font-weight: bold;
}
.about p {
  text-align: center;
  font-size: 16px;
  margin: 0px 0px 50px 0px;
}
.about .address h4 {
  text-align: center;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  color: #32378a;
}
.about .address img {
  margin: 0px 0px 20px 0px;
}
.about .address p {
  text-align: center;
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  color: #32378a;
}

.infos {
  text-align: center;
  padding: 40px 0px;
  float: left;
  width: 100%;
}
.infos h2 {
  text-align: center;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  color: #32378a;
  font-weight: bold;
}
.infos .hours p {
  text-align: center;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.infos .hours p a {
  color: #32378a;
  font-weight: bold;
}
.infos .social a {
  font-size: 40px;
}
.infos .social a i {
  color: #32378a;
}

.car-grid {
  padding: 40px 0px;
}
.car-grid .car {
  margin: 0px 0px 30px 0px;
}
.car-grid .car .name {
  margin: 10px 0px;
}
.car-grid .car .name a {
  font-size: 16px;
  color: #832327;
  font-weight: 600;
  text-transform: uppercase;
}
.car-grid .car .img {
  min-height: 180px;
}
.car-grid .car .price {
  font-size: 18px;
  color: #832327;
  margin: 10px 0px;
  font-weight: 600;
}
.car-grid .car .info {
  position: relative;
}
.car-grid .car .info img {
  position: absolute;
  left: 0px;
  width: 24px;
}
.car-grid .car .info p {
  font-size: 12px;
  color: #832327;
  padding-left: 30px;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.txt-prod {
  font-family: "Myriad Pro Black";
  text-transform: uppercase;
}
.campo-contato {
  background: #ccc;
  width: 100%;
  margin: 2px;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-family: "Myriad Pro Black";
  text-transform: uppercase;
  color: #706f6f;
}
.btn-contato {
  background: #832327;
  padding: 10px;
  color: white;
  border: none;
  border-radius: 5px;
  margin: 10px 0;
  font-family: "Myriad Pro Black";
  text-transform: uppercase;
  width: 100%;
}

.cart {
  position: relative;
  left: 72%;
  top: -28px;
  border: NONE;
  background: NONE;
}
.titulo {
  font-family: "Myriad Pro Black";
  color: #832327 !important;
  font-size: 25px;
  text-align: center;
}
#page-fale-conosco .welcome-contact {
  margin: 0px 0px 30px 0px;
  text-align: right;
}
#page-fale-conosco .welcome-contact h2 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
#page-fale-conosco .welcome-contact p {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
#page-fale-conosco .form-control {
  margin: 0px 0px 10px 0px;
}

.contact-info .phones p {
  font-size: 28px;
  margin: 0px 0px 20px 0px;
}
.contact-info .phones p a {
  font-size: 20px;
}
.contact-info .phones * {
  color: #832327;
}
.contact-info .address-contact {
  padding: 40px 0px;
}
.contact-info .address-contact h3 {
  font-weight: bold;
  font-size: 24px;
  color: #832327;
  margin: 0px 0px 10px 0px;
}
.contact-info .address-contact p {
  font-size: 18px;
  color: #832327;
  margin: 0px 0px 30px 0px;
}

.car-stage {
  background: #f5f5f5;
  padding: 40px 0px;
}
.form-wrapper form {
  padding: 20px 10px;
  background: #e5e5e5;
}
.form-wrapper .form-control {
  margin-bottom: 10px;
}
.form-wrapper h4 {
  text-align: center;
  font-size: 30px;
  background: #29b4ff;
  color: #832327;
  text-transform: uppercase;
  display: block;
  padding: 20px 20px;
  margin: 0px;
}
.form-wrapper .hidden {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}
.car-stage .price {
  font-weight: bold;
  font-size: 24px;
  color: #832327;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px;
}
.car-stage h1 {
  text-align: left;
  font-size: 30px;
  color: #832327;
  text-transform: uppercase;
  display: block;
  padding: 20px 0px;
  margin: 0px;
}
.contato {
  max-width: 800px;
  margin: 0 auto;
}
.compartilhe {
  padding-top: 20px;
  display: none;
}
.produto-169 {
  background: #832327;
  color: white;
}
.missao {
  display: none;
  padding: 10px;
  border: solid 1px #888;
  margin: 10px 0;
  border-radius: 10px;
}
.visao {
  display: none;
  padding: 10px;
  border: solid 1px #888;
  margin: 10px 0;
  border-radius: 10px;
}
.valores {
  display: none;
  padding: 10px;
  border: solid 1px #888;
  margin: 10px 0;
  border-radius: 10px;
}
.btn-trabalhe {
  font-family: "Myriad Pro Black";
  background: #706f6f;
  padding: 10px;
  color: white;
  display: block;
  margin: 5px auto;
  text-align: center;
  max-width: 200px;
  transition: ease 0.2s;
}
.btn-trabalhe:hover {
  background: #888;
  transition: ease 0.2s;
  color: white !important;
}
/* ==========================================================================
FOOTER
========================================================================== */
.newsletter {
  background: #832327;
  padding: 40px 0px;
  text-align: center;
  float: left;
  width: 100%;
}
.newsletter h2 {
  text-align: center;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  color: #fff;
  font-weight: bold;
}
.newsletter p {
  text-align: center;
  font-size: 28px;
  margin: 0px 0px 30px 0px;
  color: #fff;
  font-weight: bold;
}
.newsletter .form-control {
  background: none;
  border-color: #fff;
  color: #fff;
  margin-bottom: 20px;
}
.newsletter ::-webkit-input-placeholder {
  color: #fff !important;
}
.newsletter :-moz-placeholder {
  color: #fff !important;
}
.newsletter ::-moz-placeholder {
  color: #fff !important;
}
.newsletter :-ms-input-placeholder {
  color: #fff !important;
}
.link-rodape {
  font-family: "Myriad Pro Black";
  color: white;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding: 2px 0;
  transition: all 0.2s;
}
.link-rodape:hover {
  color: #888;
  transition: all 0.2s;
}
.menu-rodape {
  max-width: 1000px;
  margin: 0 auto;
}
footer {
  background: #832327;
  padding: 10px 0px;
  text-align: center;
  float: left;
  width: 100%;
}
footer * {
  color: #fff;
}
.brasil {
  margin: 10px 0;
}
.info-foot {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.info-foot .item-1 {
  list-style-type: none;
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
.info-foot .item-2 {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.info-foot .item-3 {
  display: inline-block;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
li.item-br-1 {
  display: inline-block;
  width: 11%;
  line-height: 90px;
  max-height: 90px;
  padding: 30px 0;
  border-right: solid 2px;
}
.item-br-2 {
  display: inline-block;
  width: 88%;
}
.item-br-2 p {
  margin: 0px;
  padding: 3px 5px;
}
.banner-int {
  background: url("assets/img/banner_sessao.jpg") center;
  background-size: cover;
  text-align: center;
  padding: 20px;
  color: white;
  height: 150px;
  margin-bottom: 20px;
}
.campo-cv {
  background: #ccc;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}
.btn-trabalhe-conosco {
  background: #832327;
  border: none;
  padding: 13px;
  margin: 0 10px;
  color: white;
  font-family: "Myriad Pro Black";
  border-radius: 5px;
}
.titulo-page {
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  line-height: 100px;
  font-family: "Myriad Pro Black";
}
.icone {
  background: #832327;
  height: 40px;
  width: 40px;
  font-size: 1.25em;
  border-radius: 50%;
  text-align: center;

  display: inline-block;
}
.icone i {
  line-height: 40px;
}
.bandeira {
  top: 50px;
  right: 20px;
  position: absolute;
}
button.btn.btn-success.btn-block {
  margin: 20px 0;
  width: 100%;
  border-radius: 5px;
  padding: 8px;
}
.titulo-blog {
  font-size: 1.5em;
  color: #832327;
  font-weight: bold;
  text-transform: uppercase;
}

.wp-block-image.figure-imgs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wp-block-image.figure-imgs figure img {
  width: 300px;
  max-width: 100%;
}

/* ==========================================================================
RESPONSIVE
========================================================================== */
@media screen and (max-width: 970px) {
  .d-flex.justify-content-center.images__footer {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .ticker-financial-market {
    height: AUTO;
  }
}
@media screen and (max-width: 800px) {
  .main-navigation .navbar-toggle {
    margin-top: 0px !important;
  }
  .main-navigation {
    margin-top: 0px !important;
    padding: 0px;
    background: none !important;
    height: auto !important;
    z-index: 99999;
    width: 100%;
  }
  .main-navigation .navbar-toggle {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    background: TRANSPARENT;
    border-radius: 0px !important;
    border: NONE;
  }
  #gtranslate_wrapper {
    position: absolute;
    top: 60px !important;
    right: 10px !important;
    z-index: 999999;
  }
  .main-navigation .menu {
    transition: top 0.3s cubic-bezier(0, 0.74, 0, 1.26);
    background: #404040;
    padding: 10px;
    z-index: 100;
    border-radius: 5px;
    top: 0;
    right: -500px;
    height: auto;
    line-height: normal;
    width: 100%;
  }

  .main-navigation div > ul > li {
    width: auto;
    padding: 8px;
  }
  .main-navigation .menu li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
  }
  .main-navigation .menu li {
    float: none;
    display: block;
    background: none;
    text-align: center;
    border: none;
  }
  #site-navigation .container {
    width: auto !important;
    max-width: none !important;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-toggle,
  .main-navigation.toggled .menu {
    right: 0px;
  }
  .main-navigation .navbar-toggle .icon-bar {
    margin: 0px 93%;
  }
  .lista-produtos {
    width: 100%;
  }
  .info-foot .item-1 {
    list-style-type: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .info-foot .item-2 {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .info-foot .item-3 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  li.item-br-1 {
    display: inline-block;
    width: 100%;
    line-height: 90px;
    min-height: 90px;
    border-right: solid 2px;
    text-align: center;
  }
  .item-br-2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .item-br-2 p {
    margin: 0px;
    padding: 3px 5px;
  }
  .bar {
    height: 3px;
    background: #fff;
    width: 30px;
    margin: 3px auto;
  }
  .cart {
    position: absolute;
    right: 0;
    top: -7px;
    border: NONE;
    background: NONE;
  }
  .bandeira {
    top: 50px;
    right: calc(50% - 51px);
    position: absolute;
    z-index: 999;
  }
  #masthead .top-header .logo {
    position: relative;
    width: 250px;
    left: calc(50% - 125px);
    top: 20px;
  }
  .carrinho {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  button.btn.btn-success.btn-block {
    margin-bottom: 20px !important;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
  }
  .featured-cars {
    padding: 0px !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .titulo-page {
    margin: 20px 0;
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    line-height: 1em !important;
    font-family: "Myriad Pro Black";
  }
  .mvv {
    width: 33%;
    display: inline-block;
    margin: 15px 0;
  }
  .missao {
    max-width: 80%;
    margin: 20px auto;
  }
  .visao {
    max-width: 80%;
    margin: 20px auto;
  }
  .valores {
    max-width: 80%;
    margin: 20px auto;
  }
  .fornecedor {
    width: 60%;
    margin: 10px auto;
    height: auto;
    max-height: 200px !important;
  }
  .content-pg {
    max-width: 80% !important;
  }
}

body.post-template-default.single.single-post li {
  margin-bottom: 20px !important;
  list-style: disc !important;
  font-size: 1.2em !important;
  line-height: 1.5em !important;
  color: gray !important;
  margin-left: 12px !important;
}

/* ==========================================================================
Template Aviação
========================================================================== */

.banner-marine {
  position: relative;
}

.banner-marine__box h1 {
  color: white;
  font-size: 2.5em;
  text-shadow: black 0.1em 0.1em 5em;
}

.banner-marine__box p {
  color: white;
  width: 100%;
  padding: 30px 0;
}

.banner-marine__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30vh;
  width: 50%;
  position: absolute;
  top: 21%;
}

.cta-contact {
  text-align: center;
  padding: 10px;
  border: 3px solid white;
  background: transparent;
  color: white;
  font-weight: 1000;
  font-size: 20px;
  font-family: "Myriad Pro Black";
  width: 300px;
  height: 50px;
}

.banner-marine__box a:hover {
  color: #802429 !important;
  background: #ffffff73;
  border: 3px solid #802429;
  transition: all 0.5s;
}

.products_title-h3 {
  font-size: 19px;
  line-height: 29px;
  color: #808080;
  font-weight: 100;
  margin-bottom: 20px;
}

.title-h3__aviacao {
  margin-bottom: 50px;
}

.products__li {
  font-size: 19px;
  line-height: 29px;
  color: #808080;
  font-weight: 100;
  margin-bottom: 15px;
}

section.aeroshell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.shell-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 30px;
  gap: 50px;
  width: 40%;
}

.shell-img img {
  object-fit: contain;
}

section.products_text {
  padding: 100px 0;
}

.products_tittle p {
  padding: 50px 0;
}

.products_imgs {
  position: relative;
}

.products-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products_imgs-box {
  background: #f5f5f5;
  width: 23%;
  min-height: 400px;
  margin-bottom: 50px;
}

.products-image {
  padding: 10px 10px 30px 10px;
}

.products_h3 h3 {
  color: #8c8380;
  padding-left: 18px;
  font-size: 25px;
  font-weight: bold;
}

.products_imgs:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #e0e0e0;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.content-pg {
  margin: 0 auto;
}

.brands-text h3 {
  color: #837a7e;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.brands-text {
  padding-bottom: 20px;
  width: 100%;
}


section.purchase {
  display: flex;
  align-items: center;
  background: whitesmoke;
}

.purchase-text {
  width: 57%;
  padding: 30px;
}

section.blog {
  padding: 100px 0;
}

.blog-text p {
  padding: 50px 0;
}

.image-blog {
  padding-top: 10px;
}

.image-blog {
  width: 100%;
}

.image-blog img {
  height: 200px;
}

.banner-marine__box {
  top: 32%;
}

h1.h1-blog {
  font-size: 18px;
  color: #8c8380;
  padding: 20px 0;
  line-height: 24px;
}

.blog-post_box p {
  font-size: 15px !important;
  margin-bottom: 30px;
}

.blog-post_box {
  background-color: #f5f5f5;
  width: 30%;
  min-height: 500px;
}

a.link-blog {
  text-align: center;
  padding: 10px;
  border: 3px solid black;
  background: transparent;
  color: black;
  font-weight: 1000;
  font-size: 18px;
  font-family: "Myriad Pro Black";
  max-width: 300px;
  height: 50px;
}

a.link-blog:hover {
  color: #802429;
  background: #ffffff73;
  border: 3px solid #802429;
  transition: all 0.5s;
}

.blog-posts {
  display: flex;
  justify-content: space-between;
}

.content-blog-marine {
  padding: 20px 20px 50px 20px;
}

section.brands {
  padding-bottom: 100px;
  overflow: hidden;
}

.products_imgs-box {
  background: #f5f5f5;
  width: 23%;
  min-height: 450px !important;
  margin-bottom: 50px;
}

.products-image img {
  height: auto;
}

.purchase-img img {
  height: auto;
}

.brands.mobile {
  display: none;
}

.brands.desktop {
  display: block;
}

@media screen and (max-width: 999px) {
  .banner-marine__box {
    height: 23vh;
  }

  .banner-marine__box h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .products_imgs-box {
    min-height: 306px !important;
  }

  .products_h3 h3 {
    padding-left: 14px;
    font-size: 20px;
  }

  section.products_text {
    padding: 50px 0;
  }

  section.brands {
    padding-bottom: 50px;
  }

  .shell-box {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .banner-marine.aviacao {
    background-image: url(/wp-content/uploads/2022/10/aviao-min.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }

  .banner-marine_video {
    display: none;
  }

  .banner-marine__box {
    top: -1%;
    height: 64vh;
  }

  .banner-marine__box h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    width: 300px;
  }

  .banner-marine__box p {
    width: 330px;
  }

  .products_imgs-box {
    width: 47%;
    min-height: 300px !important;
    margin-bottom: 30px;
  }

  .products_h3 h3 {
    padding-left: 10px;
    font-size: 18px;
  }

  section.purchase {
    flex-direction: column;
  }

  .purchase-text {
    width: 100%;
    padding: 20px;
  }

  .blog-posts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .blog-post_box {
    width: 100%;
    margin-bottom: 30px;
  }

  section.blog {
    padding: 50px 0;
  }

  .cta-contact {
    font-size: 18px;
  }

  .products-image img {
    max-width: 100%;
  }

  .shell-box {
    gap: 20px;
    width: 90%;
  }

  section.aeroshell {
    padding-bottom: 70px;
  }

  .brands.mobile {
    display: block;
  }

  .brands.desktop {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  section.banner-marine {
    height: 79vh;
  }

  .banner-marine__box p {
    width: 320px;
    font-size: 15px !important;
  }

  .banner-marine__box {
    top: 7%;
    width: 100%;
  }

  .cta-contact {
    width: 280px;
  }

  .products_imgs-box {
    min-height: 270px !important;
  }
}
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
      font-size: 12px !important;
    line-height: 1.2;
}

#mega-menu-item-3050 > a {
    background: #f2f2f2 !important;
    color: #832327 !important;
    border-radius: 1px !important;
    font-weight: 600 !important;
    height: 30px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


li#mega-menu-item-4000 {
    margin: 0 10px !important;
}
li#mega-menu-item-4000 .mega-menu-link {
    border: 1px solid #fff !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
h1#banner-desktop {
    margin-top: -28% !important;
}

@media screnn and (max-width: 768px) {
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
     font-size: 9px !important;
   
}

.blog-content li strong {
    font-weight: bold !important;
}
}

.banner-destaque {
    height: auto !important;
    margin-bottom: 50px !important;
}