.fundo-mobile {
    display: none;
}

#header-warranty {
    background-image: url("../images/fundo-garantia.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

#header-warranty .warranty-column {
    height: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#header-warranty .warranty-column form > * {
    z-index: 990;
}

#header-warranty h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #343434;
}

#header-warranty p {
    font-weight: 400;
    font-size: 18px;
    color: #343434;
    margin-bottom: 3rem;
}

#header-warranty input {
    margin-bottom: 1rem;
    border: 1px solid #DDDDDD;
}

#header-warranty #enviar-cadastro {
    width: 100%;
    height: 60px;
    background-color: #EFC314;
    color: #282828;
    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: #EFC314cc;
}

#header-warranty #warranty-logo {
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: 160px;
    height: 220px;
    background-image: url("../images/logo.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}

#header-warranty #warranty-crown {
    position: absolute;
    transform: rotate(6deg);
    width: 160px;
    height: 120px;
    right: 28%;
    bottom: -20px;
    background-image: url("../images/coroa.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.div-section {
    background-color: #282828;
    width: 100%;
    padding: 1rem 0;
}

.div-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

#warranty-cares {
    padding: 3rem 0;
    background-color: #ffffff;
}

#warranty-cares h1 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #252525;
    margin-bottom: 2rem;
}

#warranty-cares p {
    font-weight: 400;
    font-size: 14px;
    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: #282828;
    color: #ffffff;
    /* border-radius: 30px; */
    height: 46px;
    display: flex;
    align-items: center;
}

#add_button {
    width: 100%;
    height: 46px;
    background-color: #252525;
    color: #EFC314;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#add_button:hover {
    background-color: #252525cc;
}

.card .btn {
    color: var(--color-text-two);
    font-weight: 500;
    white-space: normal;
    width: 100%;
    text-align: left;
    padding: 6px;
}

.btn.btn-link i::before {
    transition: transform 0.4s ease-in-out;
}

.btn.btn-link[aria-expanded="false"] i::before {
    transform: rotate(90deg);
}

.btn.btn-link[aria-expanded="true"] i::before {
    transform: rotate(-90deg);
}

@media (max-width: 720px) {

    .fundo-mobile {
        display: block;
        background-color: #D7D1D1;
    }

    #header-warranty {
        background-image: none;
        background-color: #D7D1D1;
    }

    #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: 46px;
    }

    #header-warranty .warranty-column {
        height: unset;
        padding: 0 0 2rem 0;
    }

    #header-warranty h1 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .div-section h2 {
        font-size: 1.25rem;
        line-height: unset;
    }

    #warranty-cares h1,
    #warranty-cares p {
        font-size: .875rem;
        line-height: unset;
        margin-bottom: 1rem;
        text-align: start;
    }

    .accordion-header button {
        font-size: 1.2rem;
    }

    .accordion-body {
        font-size: 1.125rem;
    }
}

@media (max-width: 75rem) {
    :is(#header-warranty #warranty-logo, #header-warranty #warranty-crown) {
        opacity: 0;
    }
}