﻿body {
    margin: 0px;
    padding: 0px;
}

.header-container {
    height: 64px;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 20px 0px;
    margin-bottom: 78px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.header-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.header-nav {
    padding-top: 20px;
    background-color: white;
    border-bottom: solid 1.5px #e3e3e3;
}

    .header-nav a {
        color: #666;
        font-size: 14px;
        text-decoration: none;
        text-transform: none;
    }

        .header-nav a.active {
            color: #0d6efd;
            border-bottom: solid 2px #0d6efd;
        }

        .header-nav a:hover {
            color: #0d6efd;
        }

.product-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
}

.products-total {
    font-size: 13px;
}

.card {
    background: #f5f5f5;
    max-width: auto;
    width: 100%;
    height: 390px;
    padding: 18px;
    margin-bottom: 16px;
}

.image-container {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.product-image {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.product-title {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-overflow: clip;
}

.description {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}

    footer p {
        font-size: 13px;
        color: #666;
    }

    footer small {
        font-size: 12px;
        color: #666;
    }

.pdf-hide {
    display: none !important;
}

@media (max-width: 640px) {
    .header-content img {
        width: 70%;
    }

    .header-nav a {
        font-size: 7.5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .product-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .card {
        padding: 16px;
        width: 360px;
    }

    .image-container {
        min-height: 260px;
    }

    .product-title {
        font-size: 12px;
    }

    .description {
        font-size: 12px;
    }
}

@media print {
    .header-nav,
    .product-info,
    .header-buttons {
        display: none !important;
    }

    body {
        margin: 0;
    }

    .card {
        page-break-inside: avoid;
    }
}

.modal-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    -webkit-box-shadow: 0 500px 0 3500px rgba(0, 0, 0, 0.5);
    box-shadow: 0 500px 0 3500px rgba(0, 0, 0, 0.5);
}

    .modal-shadow .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 999999;
    }

#modal-popup {
    display: block;
    max-width: 616px;
    width: 100%;
    margin: 0 auto;
    z-index: 9999999;
}

.modal-catalogo {
    font-family: "GilRoy-light";
}

    .modal-catalogo input {
        font-size: 15px;
    }

    .modal-catalogo #modal-popup {
        max-width: 640px;
    }

        .modal-catalogo #modal-popup .modal-header {
            height: 90px;
        }

        .modal-catalogo #modal-popup .modal-title {
            color: white;
            line-height: 40px;
            padding: 10px;
            white-space: normal;
            font-family: 'GilRoy-Semibold';
            text-align: center;
            margin: 0 auto;
            max-width: 472px;
        }

        .modal-catalogo #modal-popup .modal-close {
            display: -webkit-box;
            display: -ms-flexbox;
            top: 8px;
            right: 10px;
            cursor: pointer;
            z-index: 1;
            padding: 10px;
            border-radius: 30px;
            width: 30px;
            height: 30px;
        }

            .modal-catalogo #modal-popup .modal-close span {
                position: absolute;
                left: 10px;
                bottom: 5px;
                font-size: 18px;
                font-weight: 700;
            }

        .modal-catalogo #modal-popup .input-wrapper input.name-field + .icon:before {
            background: url(../images/2024/acesso_catalogo.png) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 22px;
            margin-top: 5px;
        }

        .modal-catalogo #modal-popup .input-wrapper input.email-field + .icon:before {
            background: url(../images/2024/email.png) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 22px;
            margin-top: 5px;
        }

        .modal-catalogo #modal-popup button.botao {
            max-width: 245px;
            margin: 1rem 0 0 0;
            border: 0;
            cursor: pointer;
            background-color: #ed6b23 !important;
            border-radius: 30px;
            font-family: 'GilRoy-SemiBold';
            text-transform: none;
            line-height: 40px;
        }

            .modal-catalogo #modal-popup button.botao:hover {
                background-color: #ed6b23 !important;
            }

        .modal-catalogo #modal-popup button.loading {
            max-width: 280px;
            background-color: #c1c1c1 !important;
            pointer-events: none;
        }

            .modal-catalogo #modal-popup button.loading::after {
                content: '';
                width: 20px;
                height: 20px;
                background-image: url("../images/loading.svg");
                background-size: 100%;
                background-repeat: no-repeat;
                display: inline-block;
                margin-left: 10px;
                position: relative;
                top: 0;
            }

    .modal-catalogo .info-newsletter label {
        font-family: 'GilRoy-Regular';
        color: #6d6c6c;
        font-size: 12px;
    }

    .modal-catalogo .message.success {
        font-weight: bold;
        color: #3fc963;
    }

#modal-popup .modal-header {
    background: #314663;
    height: 70px;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0;
}

#modal-popup .modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #259ED7;
    font-size: 34px;
    font-weight: bold;
    font-family: 'GilRoy-light';
    text-transform: none;
}

#modal-popup .modal-icon {
    bottom: 15px;
    left: 50px;
}

    #modal-popup .modal-icon img {
        width: 50px;
    }

#modal-popup .modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

#modal-popup .modal-content {
    text-align: center;
    background: #FFF;
    padding: 2.2rem 2rem;
    border-radius: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    #modal-popup .modal-content .message-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 36px;
        line-height: 36px;
        background: #eb403d;
        color: #fff;
        -webkit-transform: translateY(-36px);
        transform: translateY(-36px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

        #modal-popup .modal-content .message-box.error,
        #modal-popup .modal-content .message-box.success {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        #modal-popup .modal-content .message-box.success {
            color: #fff;
            background: #3fc963;
        }

#modal-popup .input-wrapper {
    position: relative;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
}

    #modal-popup .input-wrapper input {
        max-width: 434px;
        width: 100%;
        line-height: 40px;
        padding: 0 15px 0 50px;
        border: 0px;
        font-size: 15px;
        border-radius: 31px;
        background-color: #e5e5e5;
        color: #6d6c6c;
    }

    #modal-popup .input-wrapper .icon {
        position: relative;
        z-index: 1;
        top: -33px;
        left: 18px;
        display: block;
        margin: 0 auto;
        max-width: 434px;
        width: 100%;
        opacity: 0.4;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #modal-popup .input-wrapper input.email-field + .icon {
        top: -32px;
    }

    #modal-popup .input-wrapper input:focus + .icon {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    #modal-popup .input-wrapper input.name-field + .icon:before,
    #modal-popup .input-wrapper input.code-field + .icon:before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 22px;
        background: url(../images/modal/modal-icon-code.svg) no-repeat;
    }

    #modal-popup .input-wrapper input.email-field + .icon:before {
        content: "";
        position: absolute;
        display: block;
        width: 23px;
        height: 13px;
        background: url(../images/modal/modal-icon-email.svg) no-repeat;
    }

    #modal-popup .input-wrapper input:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.d-block {
    display: block !important;
}

.w-auto {
    width: auto !important;
}

@media (max-width: 1199px) {
    #modal-popup {
        padding: 0 1.5rem;
    }

        #modal-popup .modal-header {
            height: 50px;
        }

        #modal-popup .modal-icon {
            left: 20px;
        }

        #modal-popup .modal-title {
            font-size: 16px;
            padding-left: 30px;
        }

    .modal-catalogo #modal-popup .modal-header {
        height: 70px;
    }

    #modal-popup .modal-icon img {
        width: 40px;
    }

    .modal-shadow #modal-popup .modal-title {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-catalogo #modal-popup .modal-title {
        padding: 0 26px 0 75px;
    }

    #modal-popup .modal-content {
        padding: 45px 12px 12px;
    }

    #modal-popup .modal-close {
        right: 15px;
    }

        #modal-popup .modal-close img {
            width: 28px;
        }
}

.pdf-page-break {
    page-break-after: always;
    break-after: page;
}