header {
    background: url('../imagens/banners/bg-phbombas.webp');
    height: 140px;
}

header .logo-desktop,
header .logo-mobile-menu {
    width: 120px;
    margin: 0;
}


/* FOOTER */
footer {
    background-color: var(--dark);
    margin-top: 3rem;
}

footer .logo-desktop {
    max-width: 200px;
}

footer h3 {
    margin-top: 0;
    font-size: 20px;
    color: var(--light)
}

footer .footer__nav li a:not(.btn) {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: var(--light);
    transition: .3s
}

footer .footer__nav li a i {
    font-size: 10px
}

footer .footer__nav li a:hover {
    color: var(--primary-color-light)
}

footer .address :is(span, a):not(.btn) {
    color: var(--light);
    font-size: 14px;
    line-height: 25px;
    transition: .3s
}

footer .address a:not(.btn):hover {
    color: var(--primary-light-color)
}

.copyright-footer .btn.selos {
    min-height: unset;
}

@media screen and (max-width: 992.05px) {
    footer .social {
        justify-content: center;
    }
}

.card.card--23 {
    all: unset;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    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;
    float: unset
}

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

.card-service {
    width: 100%;
}

.card-service .card-service__image {
    border-radius: 0px 20px 0px 20px;
    border: 1px solid grey;
}

.card-service__title,
.card-service__text {
    text-align: center;
}

.card-service__title {
    font-size: 16px;
    color: #1a5863;
}


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

.card-prod__image {
    height: 160px;
    object-fit: contain;
}

.card-prod__btn {
    padding: 8px 12px !important;
    transition: all 0.3s ease;
}

.card-prod__link {
    color: var(--grey);
}

.card-prod__link i {
    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
}


.mvv__title,
.mvv__text {
    color: var(--light);
}

.mvv__title {
    font-size: 1.75rem;
    position: relative;
}

.mvv__title span {
    display: inline;
    border-bottom: 3px solid var(--primary-color);
}

.mvv__text {
    font-size: 1rem;
}


/* BREAD */
.bread {
    padding: 60px 0 20px 0;
}

/* CONTATO */
.box-form {
    background: var(--background);
    padding: 40px;
    border-radius: 20px;
}

.box-form .form--contato :is(input, textarea, select) {
    border-radius: 20px;
    padding: 16px;
}

.box--base {
    background-color: var(--background);
    border-radius: 0px 20px 20px 0px;
    padding: 50px;
    position: relative;
}

.box--base .box__image--absolute {
    object-fit: contain;
}

@media (min-width: 992px) {
    .box--base .box__image--absolute {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        height: 200px;
    }
}

/* HEADER */

.searchIcon i {
    background-color: transparent;
    border: 0;
}


/* FOOTER */
footer .footer-menu {
    width: 100%;
    background-color: #074748;
}

footer .footer__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer__nav ul li {
    padding: 8px;
}

footer .footer__nav li a:not(.btn) {
    color: var(--primary-color-light);
    transition: all .3s ease;
    font-size: 1rem;
}

footer .footer__nav li a:not(.btn):hover {
    color: var(--light);
}

footer.bg--wave {
    min-height: unset;
}

footer .address :is(span, a):not(.btn):hover {
    color: var(--light);
}

footer .address :is(span, a):not(.btn) {
    font-size: 1.25rem;
    margin: 16px 0;
    font-weight: bold;
}

/* ASIDE */
aside.aside-product {
    display: block;
    width: 100%;
    border-radius: 20px;
    background-color: #eceff1;
    padding: 20px;
}
aside.aside-product li a{
    transition: all 0.3s ease;
}
aside.aside-product li.subcat-1 a {
    color: var(--primary-color-dark);
    font-weight: bold;
    font-size: 1.375rem;
}

aside.aside-product li.subcat-2 a {
    color: var(--dark);
    font-size: 1.15rem;
    font-weight: 500;
}
aside.aside-product .aside__prod-menu{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    padding-left: 10px;
}
aside.aside-product .aside__prod-menu .prod-item a{
    font-size: 14px;
    color: var(--grey);
    position: relative;
}


aside.aside-product li a:hover{
    color: var(--primary-color) !important;
}

.aside__selo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* BANNER */

.banner {
    width: 100%;
    min-height: 680px;
    background: var(--background);
    background-size: cover;
    background-position: center;
    display: flex;
    margin: 0;
}

.banner__title {
    font-size: 2.25rem;
}

.banner__btn {
    border: 2px solid var(--primary-color-light);
    color: var(--light);
}

.banner__btn:hover {
    background-color: var(--primary-color-light);
    color: var(--black);
}

.catalogo-img {
    height: 140px;
    object-fit: contain;
}

/* =================== PRODUTOS ========================= */
.prod-inc-custom-cover .splide__slide{
    max-height: 500px !important;
}
.overlay-cover-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-cover-img img{
    max-height: 300px !important;
    object-fit: contain;
}





/* UTILS */
#porque-escolher {
  scroll-margin-top: 120px;
}
.bg--wave {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: var(--height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 620px;
}

.bg--wave-footer {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 180px 0 0 0;
}

.bg--wave .container {
    padding-top: 140px;
    padding-bottom: 40px;
}

.bg {
    background: var(--background);
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-38 {
    font-size: 2.375rem;
}

.fs-40 {
    font-size: 2.5rem;
}

.pt-30 {
    padding-top: 30px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bg {
    background: var(--background);
}

.bg-cta {
    background: var(--background);
    border-radius: 16px;
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.primary-color-dark {
    color: var(--primary-color-dark);
}

.primary-color-light {
    color: var(--primary-color-light);
}

.btn-outline-primary {
    color: var(--dark);
}

.btn-outline-primary-light {
    border: 2px solid #00feff !important;
    background-color: transparent;
    color: var(--dark);
}

.btn-outline-primary-light-2 {
    border: 2px solid #00feff !important;
    background-color: transparent;
    color: var(--light);
}

.btn-outline-primary-light-2:hover,
.btn-outline-primary-light:hover {
    background-color: var(--primary-color-light);
    color: var(--black);
}

.btn-primary:hover {
    background-color: var(--primary-color-dark);
}

.wrapper-medium {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.title-custom span {
    display: block;
}

.title-custom__1 {
    color: #4a8a95;
    font-size: 34px;
}

.title-custom__2 {
    color: #1a5863;
    font-size: 50px;
}

.title-line-center,
.title-line-left {
    position: relative;
}

.title-line-center::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: var(--primary-color-light);
}

.title-line-left::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background-color: var(--primary-color-light);
}

@media (min-width:992px) {
    header .navbar-brand {
        height: 100%;
    }


    header .nav-link {
        font-size: 0.8125rem;
        text-transform: uppercase;
        color: var(--light);
        transition: all 0.3s ease;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .nav-link:hover {
        color: #fefefe;
        opacity: .85;
    }

    .navbar-nav {
        background-color: rgba(0, 0, 0, .7);
        padding: 16px 0;
        position: relative !important;
    }
    .navbar-nav::after{
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        right: 0;
        background-color: rgba(0, 0, 0, .7);
        height: 100%;
    }

    .header-left {
        max-width: 10%;
    }

    .header-right {
        max-width: 90% !important;
    }

    .aside__selo {
        margin-bottom: -80px;
    }

}
@media (max-width: 1400px) {
    .container {
        max-width: 1300px;
    }
    .navbar-nav::after{
        width: calc((100vw - 1300px) / 2);
    }
    
}

@media (max-width:965px) {
    footer .footer__nav ul {
        flex-direction: column;
    }

    header {
        background: #fff;
    }
}

@media (max-width: 576px) {
    header {
        height: auto;
        background: #fff;
    }

    header .logo-desktop,
    header .logo-mobile-menu {
        width: 100px;
    }
    .bg--wave{
        min-height: 900px;
    }
}

