/* =============================== HEADER =============================== */
header {
    width: 100%;
}
header .header__logo img {
 max-width: 240px;
}

header .topo {
    padding: 8px 0;
}

header .topo :is(span, a) {
    font: 13px var(--primary-font);
    color: #fff;
}

header .topo a {
    padding-left: 10px;
    transition: .3s;
}

.header-menu{
    background-color: #000;
    margin-top: 1.25rem;
    border-radius: 50px;
}
header #menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
}

/* HEADER HOME */

header.header-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

header.header-home #menu li a {
    color: #fff;
}

/* HEADER HOME TOPO FIXO */

header.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

header.headerFixed #menu .dropdown> :is(.sub-menu, .sub-menu-info)>li>a {
    color: white;
}

header.headerFixed #menu .dropdown> :is(.sub-menu, .sub-menu-info)>li:hover>a {
    color: var(--primary-color)
}

header.headerFixed #menu li a {
    color: var(--light);
}

header #menu .dropdown :is(.sub-menu, .sub-menu-info) {
    right: 0 !important;
}

/* HEADER PAGES */

header.header-pages:not(.headerFixed) {
    background: #000;
}

header.header-pages:not(.headerFixed) #menu a {
    color: var(--light);
}

header.header-pages:not(.headerFixed) #menu li a:hover {
    color: var(--secondary-color);
}

/* MEDIUM DEVICE */
@media only screen and (max-width: 768px) {
    header {
        position: static;
    }
}

/* MENU */
header #menu li {
    padding: 25px 0;
}

header #menu a {
    font: 12px var(--primary-font);
    color: #fff;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

header #menu li:hover a {
    opacity: 0.8;
}

header #menu :is(.sub-menu, .sub-menu-info) {
    background-color: var(--primary-color);
}

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

header.header-home #menu>ul>li:focus-within>a,
header.header-home #menu>ul>li:hover>a,
header.header-home #menu>ul>li>a.active-menu-topo {
    opacity: 0.8;
}

header.header-mobile{
    background-color: var(--dark);
}

.bread {
    background: url("<?=$url?>imagens/cta.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 3.125rem 0;
    position: relative;
  }

  .bread__row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bread #breadcrumb {
    color: #FFF;
  }

  .bread .bread__title {
    color: #fff;
    font-weight: 500;
  }
  
  .bread::after {
    content: "";
    display: block;
    width: 6%;
    min-width: 3rem;
    height: .25rem;
    margin: .5rem auto;
    background-color: var(--primary-color);
  }


#menu li:has(a[title="Contato"]) {
    display: none;
  }
  
/* 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: .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: .2s; }
.aside .aside__menu nav ul li a { color: var(--dark); font-size: 12px; border-left: 0; padding: 0; transition: .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 .2s ease; }
.aside .aside__contato a:hover { color: #5492c3; }
.aside .fb-page { display: block; margin-bottom: 25px; }


/* =============================== FOOTER =============================== */
[class*="footer-"] a{
    text-decoration: none;
}
.footer-02{
    width: 100%;
    padding: 60px 0 0 0;
    background-color: #121212;
}
.footer-02__grid{
    display: flex;
    justify-content: center;
    gap: 5rem;
    --spacing: 5rem; 
}
.footer-02__divisor{
    width: 100%;
}

.footer-02__flex-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.footer-02__logo{
    width: 200px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}
.footer-02__title{
    font-size: 1.25rem;
    color: var(--light, #fff);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.footer-02__text{
    color: var(--light, #fff);
}

/* MENU */
.footer-02__menu{
    width: 100%;
    padding: 16px 0;
    background-color: var(--dark);
    margin-top: 3rem;
}
.footer-02__menu ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.footer-02__menu ul li a{
    display: block;
    padding: 8px 0;
    color: var(--light, #fff);
    text-decoration: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all 0.3s ease-in;
}
.footer-02__menu ul li a:hover, .footer-02__address :is(span, a):hover{
    opacity: .75;
}

/* CONTATO */
.footer-02__address :is(span, a){
    display: block;
    color: var(--light, #fff);
    padding: 8px 0;
    font-size: 0.875rem;
    transition: all 0.3s ease-in;
    text-align: center;
}
.footer-02__canais{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.footer-02__icon{
    width: 35px;
    height: 35px;
    color: var(--light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    font-size: 1.25rem;
}
.footer-02__icon:hover{
    background-color: var(--secondary-color, #ee0f3b);
}


@media only screen and (max-width: 768px){
    .footer-02__grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-02 :is(h2, h3, span, p, a){
        text-align: center !important;
    }
    .footer-02__canais{
        justify-content: center;
    }
    .footer-02__menu ul{
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (min-width: 769px){
    .footer-02__divisor{
        max-width: 33%;
    }
}
 
/* 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: .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: .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: .25rem;transition: all .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: .2s}

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

.video-quem-somos{
    width: 100%; height: auto;
}

.title-03 {
    position: relative;
    padding-left: 10px; 
}

.title-03::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
}


.title-04 { position: relative; }

.title-04::after {
  content: "";
  display: block;
  width: 6%;
  min-width: 3rem;
  height: .25rem;
  margin-top: .5rem;
  background-color: var(--primary-color);
}

.title-04.title-04--full::after {
  width: 100%
}

.title-04.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.title-04.text-right::after {
  margin-left: auto;
}

.bg-image{
    background-image:url("<?=$url?>imagens/cta.webp");
    background-size: cover;
    background-position: center;
    padding: 2.5rem;
}

.card-11{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);  
    padding: 16px 16px 24px 16px;
    background: rgba(246, 246, 246, 0.06);    
    transition: all 0.4s ease;
}
.card-11__image{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.card-11, .card-11__image{
    border-radius: 15px;
}
.card-11__title{
    font-size: 1.4375rem;
    color: var(--light);
    margin-top: 16px;
}
.card-11__text{
    font-size: 16px;
    color: var(--light);
}
.btn-center{
    text-align: center;
}
.card-11__btn{
    color: var(--light);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 11px 16px;
    background-color: transparent;
    transition: all 0.4s ease;
    border-radius: 10px;
    margin-top: 8px;
}
.card-11__btn:hover{
    color: var(--light, #fff);
}
.card-11:hover{
    background: rgba(231, 231, 231, 0.20);    
}
.card-11:hover .card-11__btn{
    background-color: var(--primary-color);
    color: var(--light);
}
.card-11:hover .card-11__title{
    color: var(--primary-color);
}

article ul li{
    color: #FFF;
}