.recall .banner-hero {
    position: relative;
    width: 100%;
    
}
.recall .content_banner-hero {
    width: 60%;
    padding: 2rem 14rem 2rem;
    color: var(--brand-white);
    background: linear-gradient(to right, rgba(0,0,0,.9), transparent);
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recall .content_banner-hero h3 {
    font-family: var(--family-title);
    font-size: 2.14rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: 10px;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;

    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
    border-image-slice: 1;

}
.recall .content_banner-hero p {
    font-family: var(--family-title-2);
    color: var(--brand-white);
    font-weight: 400;
    text-align: left;
}
.recall .image_banner-hero img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}
.recall .content-recall{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 14rem;
    gap: 2rem;

    font-family: var(--family-paragraph);
    font-size: .9rem;

}
.recall .head-title {
    color: var(--gray-dark-4);
    text-align: center;

    font-family: var(--family-title-2);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}
.recall .title strong{
    color: var(--brand-black, #000);
    text-align: center;
    font-family: var(--family-title);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.625rem; /* 131.25% */
    text-transform: uppercase;
}
.recall .title p {
    color: var(--brand-black, #000);
    font-family: var(--family-title);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.625rem;
    text-transform: uppercase;
}
.recall .subtitle {
    color: var(--gray-dark-4);
    text-align: center;

    font-family: var(--family-title-2);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.recall p:not(title) {
    color: var(--gray-dark-4);
    text-align: justify;
    font-family: var(--family-title-2);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 144.444% */
}

.recall .form-title {
    color: var(--gray-dark-4);
    text-align: center;

    font-family: var(--family-title);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.recall .recall-form {
    width: 100%;
    padding: 1rem;
}
.recall .recall-form label[for=plate-title]{
    color: var(--gray-dark-4);

    font-family: var(--family-title);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.025rem;
}
.recall .group-radius {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 1.2rem;
}
.recall .group-radius label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    line-height: 1.375rem;
}
.recall .group-radius label .icon-svg {
    height: 1.3rem;
    width: 1.3rem;
}
.recall .input-button-wrapper {
    display: flex;
    align-items: start;
    gap: 1rem;

    margin-top: 1rem;
}
.recall .recall-form .input-button-wrapper .group-input {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.recall .recall-form .input-button-wrapper .group-input input {
    padding: 1rem 0.75rem;
    margin: 0;
    border: none;
    border-bottom: var(--border-sm) var(--gray-light-5);
    background: var(--gray-light-4);
    transition: all .5s;

    font-family: var(--family-title-2);
    font-weight: normal;
}
.recall .recall-form .input-button-wrapper .group-input input:focus,
.recall .recall-form .input-button-wrapper .group-input input:hover {
    border-bottom: none;
    border-bottom: var(--border-sm) var(--brand);
    outline: none;
}
.recall .recall-form .input-button-wrapper .group-input label {
    text-align: right;
    color: var(--gray-dark-4);
    
    font-family: var(--family-title);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem; /* 150% */
    letter-spacing: 0.03rem;
}
.recall .recall-form .input-button-wrapper button {
    background: var(--brand);
    width: 35%;
    padding: 1rem 2rem;
    border: none;
    
    font-family: var(--family-title);
    color: var(--brand-white);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 137.5% */
    text-transform: uppercase;

    transition: all .5s;
}
.recall .recall-form .input-button-wrapper button:hover {
    background: var(--brand-white);
    color: var(--brand);
    border: var(--border-sm) var(--brand);
}

.recall .info-notification {
    display: flex;
    padding: 0.75rem;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    
    border-radius: 0.25rem;
    border: var(--border-sm) var(--notification-default);
    background: var(--notification-light);
}
.recall .info-notification .content h4 {
    margin: 0;
    color: var(--notification-default, #000);
    font-family: var(--family-title);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 137.5% */
}
.recall .info-notification .content p {
    margin: .5rem 0 0 0;
    color: var(--brand-black, #000);
    font-family: var(--family-title-2);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
}

.recall .footer {
    margin-top: 2.5rem;
    color: var(--gray-dark-3);
    font-family: var(--family-paragraph);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
.recall .footer strong {
    font-weight: 700;
}

/**
* Modal
*/

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }    
}
@keyframes no-show {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.recall .recall-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: var(--header-layers);
    
    display: none;
    justify-content: center;
    align-items: center;
}
.recall .recall-modal-wrapper.active {
    display: flex;
    animation: show .5s forwards;
}
.recall .recall-modal-wrapper.closing {
    display: flex;
    animation: no-show .5s forwards;
}
.recall .recall-modal-wrapper .recall-modal {
    position: relative;
    background: var(--brand-white);
    width: 80%;
    border-radius: 0.25rem;
    border: 2px solid var(--notification-default);
    
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding: 2rem;
    gap: 1rem;
    
    font-family: var(--family-paragraph);
    z-index: 1;
}
.recall .recall-modal-wrapper .recall-modal .content {
    padding-right: 2rem;
    min-width: 90%;
}
.recall .recall-modal-wrapper .recall-modal .content strong {
    font-weight: 600;
}
.recall .recall-modal-wrapper .recall-modal .content h3 {
    font-family: var(--family-title);
}
.recall .recall-modal-wrapper .recall-modal .content .button {
    text-decoration: none;
    font-family: var(--family-paragraph);
    font-weight: 100;
    font-size: 1rem;
    color: var(--brand-white);
    
    background: var(--brand);
    padding: .5rem 3rem;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 30%;
    text-transform: uppercase;
    letter-spacing: 0.1rem;

    transition: all .5s;
}
.recall .recall-modal-wrapper .recall-modal .content .button:hover {
    background: var(--brand-white);
    color: var(--brand);
}
.recall .recall-modal-wrapper .close-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

  
  
  




/***
*   Media Queries
***/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .recall .content_banner-hero {
        width: 60%;
        padding: 2rem 6rem 2rem;
    }
    .recall .image_banner-hero {
        background: linear-gradient(to top, rgba(0,0,0,.94), transparent);
        background-size: 100% 70%;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .recall .image_banner-hero img {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);        
    }
    .recall .content_banner-hero {
        background: var(--brand-black);
        padding: 2rem;
        width: 100%;
    }
    .recall .content-recall{
        padding: 2rem 2rem;
    }
    .recall .recall-form {
            padding: 0;
    }
    .recall .recall-form .input-button-wrapper {
        flex-direction: column;
    }
    .recall .recall-form .input-button-wrapper .group-input {
        width: 100%;
    }
    .recall .recall-form .input-button-wrapper button {
        width: 100%;
    }    
    .recall .title p {
        text-align: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .recall .content_banner-hero {
        width: 60%;
        padding: 2rem 6rem 2rem;
    }
    .recall .image_banner-hero {
        background: linear-gradient(to top, rgba(0,0,0,.94), transparent);
        background-size: 100% 70%;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .recall .image_banner-hero img {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);        
    }
    .recall .content_banner-hero {
        background: var(--brand-black);
        width: 100%;
    }
    .recall .content-recall {
        padding: 2rem 6rem;
    }

    .recall .recall-form .input-button-wrapper {
        flex-direction: column;
    }
    .recall .recall-form .input-button-wrapper .group-input {
        width: 100%;
    }
    .recall .recall-form .input-button-wrapper button {
        width: 100%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
