/* ==========================================================================
Template Marine
========================================================================== */
.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: 550px;
  padding: 30px 0;
}

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

.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;
}

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

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

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;
}

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 {

  overflow: hidden;
}

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

.products-image img {
  height: auto;
}

.purchase-img img {
  height: auto;
}

@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;
  }

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

  section.products_text {
    padding: 50px 0;
  }

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

@media screen and (max-width: 768px) {
  section.banner-marine {
    background-image: url(/wp-content/uploads/2022/08/banner-marine-min-mobile.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;
    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%;
  }
}

@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;
  }
}

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

.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.brands {
  padding-bottom: 100px;
  overflow: hidden;
}
.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;
  }

  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;
  }

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

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

  .brands.mobile {
    display: block;
  }

  .brands.desktop {
    display: none;
  }
}

/*Pag Revendas==================================================================================*/
section.forms {
  display: none !important;
}

.some {
  opacity: 0;
  overflow: hidden;
}

:root {
  font-family: "Myriad Pro Regular";
}

.banner-parceiros {
  background-image: url(/wp-content/uploads/2022/10/banner-revendas-min.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}

p {
  color: #7d7d7d;
  font-size: 18px;
  line-height: 28px;
  font-weight: light;
}

.parceiros__items h3 {
  color: #7d7d7d;
  font-size: 24px;
  line-height: 35px;
  font-weight: light;
}

path:hover {
  fill: #c78c90;
  transition: 0.5s ease;
  transition-delay: initial;
  cursor: pointer;
}

.mapa-parceiros___box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 70px;
}

section.mapa-parceiros {
  padding: 100px 20px 300px 20px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #aaa6ab #ffffff;
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #aaa6ab;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.parca h3 {
  opacity: 0;
  font-size: 0;
}

.parceiros__box-h2 {
  color: #812429;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
}

.banner-parceiros__h1 {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-parceiros__h1 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
}

select {
  border-color: #7d7d7d80 !important;
  padding: 10px;
  width: 250px;
  color: #707070;
  font-size: 17px;
}

.estado {
  position: absolute;
  margin-top: 30px;
}

ul {
  margin-bottom: 30px;
}

ul li {
  list-style: none;
  color: #7d7d7d;
  line-height: 30px;
}

li a {
  text-decoration: none;
  color: #7d7d7d;
}

.estado li:first-child {
  font-weight: bold;
}

path#shape_am:hover,
path#shape_rn:hover,
path#shape_pb:hover,
path#shape_df:hover,
path#shape_se:hover {
  fill: #e8e8e8;
}

.estado {
  opacity: 0;
  overflow: hidden;
}

svg#mapa-brasil {
  width: 100%;
}

.mapa-itens {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .mapa-itens {
    width: 100%;
  }

  .mapa-parceiros___box {
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    width: 100%;
    gap: 0;
  }

  .parceiros__box-h2 {
    font-size: 23px;
    line-height: 35px;
    width: 100%;
  }

  .banner-parceiros__h1 {
    width: 100%;
  }

  .banner-parceiros__h1 h1 {
    margin-top: 54px !important;
  }

  svg#mapa-brasil {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

  .parceiros__box p {
    margin-bottom: 41px;
    font-size: 16px !important;
  }

  .mapa-itens {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.mapa-parceiros {
    padding: 0 0 600px 0;
  }

  select {
    width: 100%;
  }

  .estado {
    position: absolute;
    margin-top: 30px;
    width: 92% !important;
  }
}

a#state_am,
a#state_se,
a#state_pb,
a#state_df,
a#state_rn {
  pointer-events: none;
}

a#state_am path,
a#state_se path,
a#state_pb path,
a#state_df path,
a#state_rn path {
  fill: #e8e8e8 !important;
}


.contato-form {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
a.headertext img {
    width: 100%;
}

.banner-int h1 {
    margin-top: 50px !important;
}


.banner-int {
    padding: 66px !important;
    height: 180px !important;
}

.mob-standard-logo {
     width: 100% !important;
}
.contato-form {
    width: 100% !important;
    margin: 0 auto !important;
}

}

b, strong {
    font-weight: bold !important;
}