.bg-pink {
    background-color: #ffeceb;
}

.swal2-popup {
    max-width: 95%;
}

#header-warranty {
    background-image: url("../images/garantia_1.webp");
}

#header-warranty .warranty-column {
    height: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#header-warranty h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #252525;
}

#header-warranty p {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin-bottom: 3rem;
}

#header-warranty input {
    margin-bottom: 1rem;
    border: 1px solid #DDDDDD;
}

#header-warranty #enviar-cadastro {
    width: 100%;
    height: 60px;
    background-color: #252525;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#header-warranty #enviar-cadastro SPAN {
    font-weight: 600;
    font-size: 1.2rem;
}

#header-warranty #enviar-cadastro:hover {
    background-color: #252525cc;
}

.div-section {
    background-color: var(--primary-color);
    width: 100%;
    padding: 2rem 34rem;
}

.div-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

#warranty-cares {
    padding: 3rem 0;
    background-color: #ffffff;
}

#warranty-cares h1 {
    font-weight: 600;
    font-size: 2.1rem;
    text-align: center;
    color: #252525;
    margin-bottom: 2rem;
}

#warranty-cares p {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
}

.accordion-button {
    background-color: #F2F2F2;
    color: #252525;
}

.accordion-button:not(.collapsed) {
    background-color: #B38992;
    color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-header button {
    font-size: 1.1rem;
    font-weight: 600;
}

.accordion-body {
    font-size: 1rem;
}

.cod-desc {
    margin-bottom: 0 !important;
    font-size: .75rem !important;
    color: #6c6c6c !important;
}

.barcode {
    display: flex;
}

.barcode .remove_button {
    padding: 18px;
    background-color: #000000;
    color: #ffffff;
    /* border-radius: 30px; */
    height: 46px;
    display: flex;
    align-items: center;
}

#add_button {
    width: 100%;
    height: 46px;
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#add_button:hover {
    background: #c47d7acc;
}

.btn.btn-link {
    width: 100% !important;
    color: #ffffff;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    text-decoration: none!important;
}

.btn.btn-link i {
    transition: .5s;
    transform: rotate(90deg);
}

.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

.btn.btn-link:hover {
    color: #ffffffcc;
}



.card-header {
    background-color: var(--primary-color);
}

@media (max-width: 720px) {

    #header-warranty h1,
    #header-warranty p,
    #cadastro-garantia,
    #warranty-cares h1,
    .accordion,
    #warranty-cares p {
        padding: 10px;
    }

    #header-warranty p {
        font-size: 1.125rem;
    }

    #add_button {
        margin-bottom: 10px;
    }

    .barcode .remove_button,
    #add_button {
        height: 41px;
    }

    #header-warranty .warranty-column {
        height: unset;
        padding: 2rem 0;
    }

    #header-warranty h1 {
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .div-section {
        padding: 2rem 0;
    }

    .div-section h2 {
        font-size: 1.9rem;
        line-height: unset;
    }

    #warranty-cares h1,
    #warranty-cares p {
        font-size: 1.125rem;
        line-height: unset;
        margin-bottom: 1rem;
        text-align: start;
    }

    .accordion-header button {
        font-size: 1.2rem;
    }

    .accordion-body {
        font-size: 1.125rem;
    }

    #header-warranty {
         background-image: none !important;
    }

    .garantia {
        max-width: 180px!important;
    }
}