@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,200;1,300&display=swap');
.modal-getprice {
    font-family: 'Barlow';
    background-color: #E4E4E4;
    padding: 50px;
    border-radius: 2rem;
}

.getprice-carrossel .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-gap: 2rem;
}

.getprice-link {
    color: #fff !important;
    background-color: #0097B0!important;
    text-decoration: none !important;
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #0000;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 3rem;
    width: 150px;
    height: 50px;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 18px;
}

.getprice-link:hover {
    background-color: #10b5cf!important;
}

.get-price-close-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 30px;
}

.getprice-price {
    color: #0097B0!important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    /* identical to box height */
    text-align: center;
}

.getprice-image {
    padding: 15px;
    width: 100%;
    height: auto;
}

.getprice-card {
    border-radius: 1rem;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
}

.texto-getprice {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #666666;
}

.nome-drogaria {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #939393!important;
}

button.btn-close {
    position: absolute;
    right: 10px;
    top: 0px;
}

.btn-close {
    float: right;
    line-height: 1;
    color: #666;
    text-shadow: 0 1px 0 #fff;
}
button#voltar-apresentacoes-getprice {
    color: #6C757D;
    background: transparent;
    border: none;
    width: fit-content;
    position: absolute;
    left: 0;
    top: -20px;
}