.produtos-breadcrumb-title-content{
    padding-top: 16px;
    background:url(../images/produtos-top-background.webp);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}


    .top-produtos-whats{
        width: 50%;
        font-size: 16px;
        font-weight: 500;
        transition: .3s ease-in-out;
        color: #fff;
        height: 50px;
        background-color: #22C55E;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .top-produtos-whats path{
        transition: .3s ease-in-out;
    }

    .top-produtos-whats:hover{
        background-color: #1B9D4A;
        transition: .3s ease-in-out;
    }

    .top-produtos-contatos{
        width: 50%;
        font-size: 16px;
        font-weight: 500;
        transition: .3s ease-in-out;
        color: #fff;
        height: 50px;
        background-color: #00AEE3;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .top-produtos-contatos path{
        transition: .3s ease-in-out;
    }

    .top-produtos-contatos:hover{
        background-color: #007DA3;
        transition: .3s ease-in-out;
    }

.produtos-top-buttons {
    display: flex;
    gap: 8px;
}

.produtos-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 400px;
    padding: 40px 0;
    gap: 8px;
}

.produtos-text-top-container {
    width: 60%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.produtos-img-top-container img{
    margin-left: auto;
}

.produtos-breadcrumb-top-paragraph {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 143%; /* 22.88px */
    letter-spacing: -0.50px;
}

.produtos-img-top-container {
    width: 40%;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    .produtos-top-container {
        flex-direction:column;
        gap:24px;
    }
    .produtos-text-top-container {
        width: 100%;
        max-width: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 32px;
    }

    .produtos-img-top-container img{
        width:100%;
        margin: auto;
    }

    .produtos-top-buttons {
        max-width:500px;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .produtos-top-buttons {
        flex-direction:column;
        align-items: center;
    }

    .top-produtos-contatos{
        width:100%;
        max-width:250px;
    }
    .top-produtos-whats{
        width: 100%;
        max-width:250px;
    }
    .produtos-img-top-container {
       width: 60%;
    }
}

/* top produtos */

.produtos-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 24px;
}

.produtos-top-title-container {
    max-width: 475px;
    width: 50%;
}

.produtos-top-paragraph {
    max-width: 500px;
    width: 50%;
}

.produtos-options-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 32px;
    border-right: 1px solid #B8B8B8;
    width: fit-content;
}

.product-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.produtos-products-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    justify-items: center;
}

.produtos-itens-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    justify-items: center;
}

.product-card-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.product-card-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.card-product {
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    min-height: 140px;
    width: -webkit-fill-available;
}

.product-card-top-link {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
}

.product-card {
    max-width: 405px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.product-card-title,.produtos-card-title {
    color: #042C66;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}

.product-item-card-title{
    color: #042C66;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.product-card-paragraph {
    color: #7A7A7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.product-card-text-content {
    max-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: space-evenly;
}

.product-item-card-text-content {
    max-width: 250px;
    width: inherit;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: space-evenly;
}

.product-card-link, .produtos-card-link {
    color: #00AEE3;
    font-size: 14px;
    font-weight: 325;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 8px;
    width: fit-content;
}

@media only screen and (max-width: 1300px) {
    .produtos-products-container {
        gap: 16px;
    }
    .card-product {
        padding: 16px;
        max-width: 350px;
    }

    .product-card-item-container {
        flex-direction:column-reverse;
        gap:16px;
    }
}

@media only screen and (max-width: 1200px) {
    .produtos-products-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 900px) {
    .produtos-itens-container {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media only screen and (max-width: 850px) {
    .product-card-title,.produtos-card-title {
        color: #042C66;
        font-size: 20px;
        text-align: center;
    }
    .product-card-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-card-text-content {
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {

    .produtos-top-content {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .produtos-top-title-container{
        width:100%;
    }

    .produtos-top-paragraph {
        width:100%;
    }
    
}

@media only screen and (max-width: 450px) {

    .produtos-itens-container {
        grid-template-columns: 1fr;
    }

    .produtos-products-container {
        grid-template-columns: 1fr;
    }

    .card-product {
        padding: 10px;
    }
}