/* =============================== HEADER =============================== */

@media screen and (min-width: 768.05px) {
  header:not(.headerFixed) {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
  }
}
header .logo img {
  display: block;
  margin: 1.75rem auto;
  width: 100%;
  max-width: 200px;
  height: auto;
}

header .logo .logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/1;
  background-color: var(--light);
  color: var(--primary-color);
  width: 250px;
  border-radius: 4px;
  font-weight: bold;
  margin: 1.75rem auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

/* TOPO */
header .topo {
  background-color: var(--primary-color);
  padding: 8px 0;
  font-size: 13px;
  color: #fff;
}
header .topo :is(span, a) {
  font: 13px var(--primary-font);
  color: #fff;
  transition: 0.3s;
}
header .topo a:hover {
  opacity: 0.75;
}

/* MENU */
header #menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 4px;
}
header #menu > ul > li {
  margin: 0;
}
header #menu > ul > li > a {
  color: white;
  padding: 11px 15px;
}

header #menu > ul > li:focus-within > a,
header #menu > ul > li:hover > a,
header #menu > ul > li > a.active-menu-topo {
  color: var(--secondary-color);
}

header #menu > ul > li.dropdown [class*="sub-menu"] {
  background-color: var(--primary-color);
}
header #menu > ul > li.dropdown [class*="sub-menu"] > li:hover > a,
header #menu > ul > li.dropdown [class*="sub-menu"] > li > a.active-menu-topo {
  background-color: #fff;
  color: var(--primary-color);
}

/* MENU DROPDOWN ARROWS */
header #menu > ul > li.dropdown:not([data-icon-menu]) > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
  font-size: 12px;
}

/* ASIDE */
.aside .aside__btn,
.aside .aside__menu h2,
.aside .aside__contato h2 {
  font-size: 14px;
  background-color: var(--primary-color);
  padding: 10px;
  display: block;
  transition: 0.3s;
  color: #fff;
}
.aside .aside__btn {
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.aside .aside__btn:hover {
  background-color: var(--dark);
}
.aside .aside__menu h2 a {
  color: #fff;
}
.aside .aside__menu nav ul li {
  border-left: 2px solid var(--primary-color);
  margin: 10px 0;
  padding: 5px;
  transition: 0.2s;
}
.aside .aside__menu nav ul li a {
  color: var(--dark);
  font-size: 12px;
  border-left: 0;
  padding: 0;
  transition: 0.3s;
}
.aside .aside__menu nav ul li:hover {
  border-left-color: var(--dark);
  background-color: #f0f0f0;
}
.aside .aside__menu nav ul li a.active-menu-aside {
  color: var(--primary-color);
  font-weight: bold;
}
.aside .aside__contato h2 {
  text-align: center;
}
.aside .aside__contato a {
  color: var(--dark);
  text-align: center;
  display: block;
  margin: 10px;
  transition: all 0.2s ease;
}
.aside .aside__contato a:hover {
  color: #5492c3;
}
.aside .fb-page {
  display: block;
  margin-bottom: 25px;
}

/* =============================== FOOTER =============================== */
footer {
  background-color: var(--primary-color);
  border-top: 3px solid var(--secondary-color);
  padding: 25px 0;
}
footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: white;
}
footer h3:after {
  content: "";
  display: block;
  margin: 5px 0;
  height: 2.5px;
  background: white;
  width: 10%;
}
footer .footer__menu li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: white;
  transition: 0.3s;
}
footer .footer__menu li a i {
  font-size: 10px;
}
footer .footer__menu li a:hover {
  color: var(--secondary-color);
}
footer .address :is(span, a):not(.btn) {
  color: white;
  font-size: 14px;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--secondary-color);
}
footer .social {
  gap: 10px;
  margin-top: 15px;
}
footer .social__icons {
  font-size: 32px;
  opacity: 0.75;
  color: white;
}
footer .social__icons:hover {
  opacity: 1;
}
/* MEDIUM DEVICE */
@media only screen and (max-width: 768px) {
  footer img {
    display: block;
    margin: 0 auto;
  }
}
/* SMALL DEVICE */
@media only screen and (max-width: 576px) {
  footer h3:after {
    margin-left: auto;
    margin-right: auto;
  }
  footer .address .btn {
    display: inline-block;
    margin: 1rem auto;
    width: auto;
  }
  footer .social {
    justify-content: center;
  }
}

/* DESTAQUES */

.destaques-mpi {
  margin: 32px 0;
}

.destaques-mpi__title {
  margin: 0 0 30px 0;
  color: var(--primary-color);
}

.destaques-mpi__title span {
  color: var(--dark);
}

/* FIM DESTAQUES */

/* CLIENTES */

.clientes {
  padding: 32px 0;
}

.clientes__title {
  margin: 0 0 30px 0;
}
.clientes__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 8px;
  margin: 0 10px;
  background-color: #fff;
}

.clientes__carousel {
  padding: 0 16px;
}

.clientes__image {
  max-width: 100%;
  max-height: 100%;
}

/* FIM CLIENTES */

/* ==================== Cards mod-21 ==================== */

.card.card--mod-21 {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card.card--mod-21 .card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
}
.card.card--mod-21 .card__title {
  margin: 0;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc((1.125rem * 3) * 1.3);
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  line-height: 1.3;
}
.card.card--mod-21 .card__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid #fffc;
  opacity: 0;
  border-radius: 0.25rem;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
}
.card.card--mod-21:focus .card__title,
.card.card--mod-21:hover .card__title {
  height: 100%;
}
.card.card--mod-21:hover .card__title::after {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 1rem;
  opacity: 1;
  transition-delay: 0.2s;
}

/* ================== FIM Cards mod-21 ================== */

/* =============================== CLIENTES =============================== */

.clientes .card--clientes {
  background: url(<?=$url?>imagens/icones/botao-light.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 3/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.clientes .card--clientes .card__image {
  height: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 0 auto;
}

/* SMALL DEVICE */
@media only screen and (max-width: 576px) {
  .clientes .card--clientes {
    padding: 0 30px;
  }
}

.cta {
  background: var(--background);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 0;
}
.cta .wrapper {
  padding: 1em;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.027);
}

.somos {
  position: relative;
}
.somos::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
  background-color: var(--secondary-color);
}
.somos::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
  background-color: var(--secondary-color);
}

.somos .wrapper {
  position: relative;
  background-color: var(--primary-color);
  z-index: 1;
  border-radius: 20px;
  padding: 2em;
  width: 90%;
}

.mvv {
  margin-top: 2em;
}
.mvv .card_mvv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.mvv .card_mvv .card_title {
  color: white;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0em;
  text-transform: uppercase;
  text-align: justify;
}

.mvv .card_mvv .card_icone {
  width: 80px;
  height: 80px;
  display: flex;
  background: linear-gradient(180deg, #f4b926 0%, #ffb600 100%);
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  border-radius: 10px;
  margin-bottom: 1.5em;
}
.mvv .card_mvv .card_icone i {
  transform: rotate(-45deg);
  color: white;
  font-size: 2.4em;
}
.card_text {
  text-align: justify;
  word-spacing: -1px; 
}

 .card_text {
  text-align: justify;
  hyphens: auto;
}

 .card_text {
  text-align: justify;
  text-align-last: left; 
}

 .card_text {
  text-align: justify;
  letter-spacing: 0.2px; 
}

.card_span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 5px;
}

.title_line {
  line-height: 25px;
  padding-top: 1.7em;
}

.card_star {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.cta-inc {
  background: var(--background);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0;
}

.cta-inc .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta-inc h2 {
  text-transform: uppercase;
}
.cta-inc h2 span {
  font-weight: normal;
  font-size: 18px;
  position: relative;
}

.cta-inc h2 span::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: 3px;
  background-color: white;
}

.cta-inc .btn {
  border-color: white;
  color: white;
}
.cta-inc .btn:hover {
  background: white;
  color: var(--dark);
}

.video-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 660px;
  overflow: hidden;
}
.video-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00000096;
  height: 660px;
}
.video-banner video {
  width: 100%;
}
.video-banner .card_video {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  z-index: 9;
  backdrop-filter: blur(15px);
  padding: 1em;
  border-radius: 20px;
}

.video-banner .btn--white {
  background-color: white;
  color: black;
  border-radius: 0;
  border: 2px solid white;
  text-transform: uppercase;
}
.video-banner .btn--white:hover {
  background-color: var(--primary-color);
  color: white;
  border: 2px solid var(--primary-color);
}
.video-banner .btn--outline {
  border-color: white;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
}
.video-banner .btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.13);
}

.somos_home .wrapper {
  transform: translateY(-20px);
}
/* ==================== Galeria ==================== */
.thumb-position {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (min-width: 768.05px) {
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 1),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 3),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 6),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 8) {
    height: 200px;
  }
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 2),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 4),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 5),
  .galeria .grid-col-4 .thumb-position:nth-child(8n + 7) {
    height: 400px;
    margin-top: -100px;
  }
  .galeria .grid-col-4 .thumb-position:nth-child(2n) {
    transform: translateY(100px);
  }
}
.thumb-1 {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.thumb-1__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.8px);
  opacity: 0;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb-position:hover .thumb-1__overlay {
  opacity: 1;
  visibility: visible;
}
.thumb-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-1:hover {
  flex-grow: 20;
}

/* ================== FIM Galeria ================== */

.portifolio_card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .somos_home .wrapper {
    transform: translateY(20px);
  }
  .card_star {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 20%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .title_line {
    line-height: 34px;
    padding-top: 1.7em;
  }
  .clientes .card--clientes .card__image {
    width: 80%;
  }
  .thumb-1__image {
    height: 400px;
  }
}


p.lead.text-muted, 
.sweet-alert h2 {
  color: #000;
} 

@media screen and (max-width: 770px) {
  .grid-col-md-1 {
    display: grid;
     grid-template-columns: repeat(1, 1fr) !important;
  }
}