.cachorros-title-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #1C1C1C;
    padding: 100px 2% 60px 2%;
    gap: 10px;
}

.cachorros-title {
    font-size: 3rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;

    @media screen and (max-width: 320px) {
        font-size: 2.25rem;
    }
}

.cachorros-subtitle {
    font-size: 2rem;
    font-family: 'Noto Sans', sans-serif; 

    @media screen and (max-width: 320px) {
        font-size: 1.25rem;
    }
}

.cachorros-responsiveness-wrapper {
    color: #FAFAFA;
    background-color: #F28E1F;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    padding: 5px 0;
    margin: 1.25rem 0;
    display: none;

    @media screen and (max-width: 320px) {
        display: block;
    }
}

.cachorros-responsiveness-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
}

.health-plan-category-title-wrapper {
    background-color: #168C5A;
    color: #FAFAFA;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
}

.health-plan-category-title {
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    font-weight: 700;

    @media screen and (max-width: 320px) {
        font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }
}

.health-plan-category-title-wrapper > img {
    /* transform: ${props => (props.toggle? "rotate(180deg)" : "rotate(0)")}; */
    transition: all 0.5s;
    display: none;

    @media screen and (max-width: 824px) {
        display: block;
    }
}

.cachorros-cards-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: repeat(1, auto);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding: 5rem 40px;  

    @media screen and (max-width: 904px){
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding: 3.75rem 10px;
        display: flex;
    }

    @media screen and (max-width: 320px) {
        padding: 1.25rem 10px;
    }
}

.cachorros-card {
    font-family: 'Noto Sans', sans-serif;
    border: 0.5px solid black;
    border-radius: 10px; 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 332px;
    min-width: 258px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.cachorros-card-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

.cachorros-card-title {
    background-color:#168C5A;
    color: #FAFAFA;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cachorros-CardInfo {
    color: #1C1C1C;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 15px;
}

.cachorros-CardInfoItemWrapper {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.cachorros-CardInfoItemWrapper > img {
    width: 15px;
    height: 15px;
}

.cachorros-CardInfoItem {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
}

.cachorros-adicionais-wrapper {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.25rem;
    color: #1C1C1C;
    font-weight: 400;
}

.cachorros-adicionaisToggleWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
}

.cachorros-adicionaisCardWrapper {
    background-color: #E2E2E2;
    border: 0.5px solid black;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 10px;
    transition: all 0.5s;
    width: 100%;
    max-height: 238px;
    overflow-y: scroll;
}

.cachorros-adicionaisCardWrapper::-webkit-scrollbar{
    width: 4px;
}

.cachorros-adicionaisCardWrapper::-webkit-scrollbar-thumb{
    background: #B4B4B4;
    border-radius: 5px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.cachorros-adicionaisItemWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cachorros-adicionaisItemInfoWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.cachorros-adicionaisItemBtnsWrapper {
    display: flex;
    gap: 5px;
}

.cachorros-valorCardPriceBtnWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
}

.cachorros-valorCardPriceBtnWrapper > a {
    text-align: center;
}

.cachorros-valorCardPriceWrapper {
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
}

.cachorros-valorCardPrice {
    font-size: 2rem;
    font-weight: 500;
    color: #1C1C1C;
}

.cachorros-valorCardPrice2 {
    margin-top: 0.5rem;
    margin-left: 0.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #848484;
}

.cachorros-valorCardButton {
    background-color: #168C5A;
    color: #FAFAFA;
    
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;

    cursor: pointer;

    width: 80%;
    margin: 0 auto;
    padding: 3px 20px;
    border-radius: 8px;
    border: none;
}

.orangeColor {
    background-color: rgb(242, 142, 31);
}