/* ? ==================== HEADER ==================== */
header .logo-desktop,header .logo-mobile-menu{width:245px;margin:1rem 0}
header {background: #272F14;}
/* ? TOPO */
#topo-bootstrap>.container {border-bottom: 1px solid #323C1A;}
#topo-bootstrap .topo-icon {background: #323C1A; border-radius: 8px; min-width: 35px; min-height: 35px; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; color: #D3D9C2;}
#topo-bootstrap .topo-icon-container a{transition: var(--transition); color: #fff;}
#topo-bootstrap .topo-icon-container a:hover{color: var(--primary-color);}

/* ? MENU */
@media screen and (min-width: 992px) {
  header .nav-link, header .nav-link:hover {color: #fff; --bs-navbar-active-color: #fff;}
}
/* ? ================== FIM HEADER ================== */

/* ? ==================== FOOTER ==================== */
footer{background-color:#272F14;}
footer .logo-desktop{width:340px;}
footer h3{margin-top:0;font-size:1.125rem;color:var(--light)}
footer .footer__nav li a:not(.btn){display:block;padding:5px 0;font-size:.875rem;color:var(--light);transition:.3s}
footer .footer__nav li a i{font-size:.625rem}
footer .footer__nav li a:hover{color:var(--primary-color-light)}
footer .footer-icon {background: #323C1A; border-radius: 8px; min-width: 35px; min-height: 35px; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; color: #D3D9C2;}
footer .footer-icon-container a{transition: var(--transition); color: #fff;}
footer .footer-icon-container a:hover{color: var(--primary-color);}
.copyright-footer .btn.selos { min-height: unset; }
footer .btn-social {transition: var(--transition);}
footer .btn-social:hover {background: #fff; color: var(--primary-color);}
@media screen and (max-width: 992.05px) {
  footer .social { justify-content: center; }
  footer .logo-desktop{width:250px;}
}
footer .footer-map {height: 200px; width: 100%;}

/* ? NEWS */
.newsletter-form .form-control {border-radius: 24px; border: 1px solid #323C1A; background: rgba(255, 255, 255, 0.10); color: #fff; height: 50px !important;}
.newsletter-form .form-label {color: #fff;}
/* ? ================== FIM FOOTER ================== */

.card.card--23{all:unset;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:column nowrap;gap:1rem;background-color:var(--dark);background-image:linear-gradient(-45deg,var(--dark),var(--grey)),var(--card-background);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply,normal;border-radius:1rem;padding:1rem;position:relative;height:100%}
.card.card--23:focus-within,.card.card--23:hover{box-shadow:0 0 0 2px var(--secondary-color)}
.card.card--23 .card__title{color:#fff;font-size:1.25rem;text-shadow:0 0 .25rem var(--dark);margin:0;min-height:calc(1.25rem * 2 * 1.3)}
.card.card--23 .card__link{z-index:1;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;flex-flow:row nowrap;padding:.5rem .75rem;font-size:.875rem;text-transform:uppercase;transition:var(--transition);color:var(--light);font-weight:600;border:2px solid currentColor;border-radius:99px}
.card.card--23 .card__link>span{width:0;max-width:fit-content;opacity:0;transition:var(--transition)}
.card.card--23 .card__link:focus>span,.card.card--23 .card__link:hover>span{width:100px;opacity:1;margin-right:.5rem}
.card.card--23 .card__link::before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;backface-visibility:visible}
.card.card--23 .card__link:focus,.card.card--23 .card__link:hover{border-color:var(--primary-color);background-color:var(--primary-color)}

.shadow-19{box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px}

.title-subtitle{margin-bottom:0}
.title-subtitle span{display:block;font-size:.9rem;color:#000;line-height:1rem;letter-spacing:.25rem;text-transform:uppercase}

.title-barra::after {content: ''; width: 89px; height: 4px; display: block; background: var(--primary-color); margin: 5px 0;}
.text-center.title-barra:after {margin: 5px auto;}

/* ? ==================== CARD BLOG ==================== */
.blog-inc__cover img{height: 500px;}

.card-blog {border: 1px solid #eee; overflow: hidden; border-radius: 16px;}
.card-blog:hover, .card-blog:focus-within {border-radius: 16px; border: 1px solid var(--primary-color); background: #FAFAFA; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);}
.card-blog img{border-radius: 16px 16px 0 0; height: 250px;}
.card-blog .card-title{font-size: 1.25rem;}
.card-blog .card-title, .card-blog .link-body-emphasis i, .card-blog time i {transition: var(--transition);}
.card-blog:hover .link-body-emphasis i, .card-blog:hover time i,.card-blog:focus-within .link-body-emphasis i, .card-blog:focus-within time i {color: var(--primary-color);}
.card-blog:hover .card-title, .card-blog:focus-within .card-title {color: var(--primary-color);}
/* ? ================== FIM CARD BLOG ================== */

/* * ==================== FROTA ==================== */
.card-frota a{position:relative;display:block;width:100%;height:100%;border-radius:.5rem;overflow:hidden}
.card-frota a::before{content:"\f002";position:absolute;left:0;top:0;width:100%;height:100%;padding-top:20px;opacity:0;transition:opacity .3s,padding .3s;color:#fff;font-family:FontAwesome;font-size:1.75rem;display:flex;justify-content:center;align-items:center;background-color:#000000bf}
.card-frota a:focus-visible::before,.card-frota a:hover::before{padding-top:0;opacity:1}
.card-frota img{width:100%;height: 300px; aspect-ratio:1/1;object-fit:cover}
/* * ================== FIM FROTA ================== */

/* * ==================== VIDEOS ==================== */
.card-videos {height: 500px; width: 100%;}
/* * ================== FIM VIDEOS ================== */

/* * ==================== SUSTENTABILIDADE ==================== */
.sustentabilidade-img {border-radius: 4px; border: 1px solid #D1D1D1; height: 400px; width: 95%; object-fit: contain;}
.sustentabilidade-img-2 {height: 300px; width: 100%; object-fit: cover;}
@media screen and (max-width: 768px) {.sustentabilidade-img {height: 300px; width: 100%;}}
/* * ================== FIM SUSTENTABILIDADE ================== */

/* ? ==================== CARD PRODUTOS ==================== */
.card-prod {border-radius: 16px; min-height: 380px; border: 1px solid #E3E3E3; box-shadow: 0 1px 4px 0 rgba(194, 195, 195, 0.08); overflow: hidden;}
.card-prod .card-title {font-size: 20px;}
.card-prod .card-img {height: 300px; width: 100%; overflow: hidden;}
.card-prod img {height: 100%; width: 100%; object-fit: contain; transition: var(--transition);}
.card-prod:hover, .card-prod:focus-within {border: 1px solid var(--primary-color); background: #F6F6F6; box-shadow: 0 4px 4px 0 rgba(194, 195, 195, 0.16);}
.card-prod:hover img, .card-prod:focus-within img {transform: scale(1.2);}
/* ? ================== FIM CARD PRODUTOS ================== */

/* * ==================== EMPRESA ==================== */
.img-empresa {padding: 0;}
.img-empresa:nth-child(1), .img-empresa:nth-child(2) {height: 300px;}
.img-empresa:nth-child(3), .img-empresa:nth-child(4) {height: 200px;}
.img-empresa:nth-child(1) {border-radius: 180px 20px 20px 50px;box-shadow: -11px -11px 0px 0px var(--primary-color)}
.img-empresa:nth-child(2) {border-radius: 20px 180px 20px 20px;}
.img-empresa:nth-child(3) {border-radius: 20px 20px 20px 180px;}
.img-empresa:nth-child(4) {border-radius: 20px 20px 180px 20px; box-shadow: 11px 11px 0px 0px var(--primary-color)}
/* * ================== FIM EMPRESA ================== */

/* ? ==================== BANNER ==================== */
.splide-banner .banner-title {font-size: 3rem; text-transform: uppercase;}
/* ? ================== FIM BANNER ================== */