@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body {
    font-family: "Roboto Flex", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

.main-wrapper {
    max-width: 430px;
    width: 100%;
    margin: auto;
    padding: 1rem 0.75rem;
}

.card {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.card-main {
    background-color: #05817F;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    padding: 0.75rem;
    border-radius: 1rem;
    column-gap: 0.75rem;
}

.card_logo {}

.card_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.75rem 0;
    row-gap: 0.5rem;
}

h2 {
    font-weight: 600;
    line-height: 1.5rem;
    font-size: 1.25rem;
}

h3 {
    font-weight: 300;
    font-size: 1rem;
}

.opacity_title {
    opacity: 0.6;
}

.card-btns {
    display: flex;
    column-gap: 0.5rem;
}

.btn {
    border: #05817F 2px solid;
    border-radius: 1rem; 
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #05817F;
}

.btn-green {
    color: #7DBC07;
    border: #7DBC07 2px solid;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(125, 188, 7, 0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(125, 188, 7, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(125, 188, 7, 0.25);
}

.plus {
    display: flex;
    column-gap: 1rem;
    margin: 1.5rem 0;
}

.plus_item {
    background-color: hsla(179, 93%, 26%, 0.075);
    border-radius: 1rem;
    padding: 1rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 0.25rem;
    line-height: 1rem;
    width: 100%;
    font-size: 0.9rem;
    
}

.plus_img {
    height: 2.25rem;
}

.plus_title {

}


.vitrina {
    background-color: hsla(179, 93%, 26%, 0.075);
    border-radius: 1rem;
    padding: 1rem 1rem;
    display: flex;
    column-gap: 0.25rem;
    justify-content: space-between;
}

.vitrina_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem 0.25rem;
    row-gap: 0.5rem;
}

.vitrina_img {
    height: 3.2rem;
}

.vitrina_title {
    font-size: 0.9rem;
}



.stores {
    background-color: hsla(179, 93%, 26%, 0.075);
    border-radius: 1rem;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}

.store_item {
    padding: 1rem 1rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1rem;
    align-items: center;
}

.store_info {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
}

.store_address {
    color: #05817F;
    font-size: 1.25rem;
    font-weight: 500;
}

.store_time {
    opacity: 0.4;
}

.store_phone {
    text-decoration: none !important;
    color: #000;
}

.store_links {

}

.store_link_icon {

}