@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');

#getPriceBotaoDesktop {
    list-style: none;
}

.modal-getprice {
    font-family: 'Barlow';
    background-color: #E4E4E4;
    border-radius: 2rem;
}

@media (min-width: 769px) {
    .modal-getprice {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .modal-getprice {
        padding: 1rem;
    }

    .modal-getprice .swiper-slide:not(.swiper-slide-active){
        opacity: 0;
    }
}

.getprice-link {
    color: #fff !important;
    background-color: #0097B0;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    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;
}

.get-price-close-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 30px;
}

.getprice-price {
    color: #0097B0;
    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-modal .texto-getprice {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #666666;
}

#getprice-modal .texto-getprice.texto-modal-2 {
    padding-top: 20px;
    justify-content: center;
}

#getprice-modal .nome-drogaria {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #939393;
}

#getprice-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 0px;
    float: right;
    line-height: 1;
    color: #666;
    text-shadow: 0 1px 0 #fff;
}

#getprice-exibe-apresentacoes {
    padding: 3rem 0;
    display: flex;
}

@media (min-width: 769px) {
    #getprice-exibe-apresentacoes.carrossel-centralizado {
        justify-content: center;
        /* grid-gap: 2rem; */
    }
}

#getprice-modal .getprice-card {
    height: auto;
    min-height: 40vh;
    padding: 1rem;
    transition: .3s all ease-in-out;
    border-radius: 1rem;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    min-width: calc(33.3% - 330px);
    background-color: #fff!important;
    margin-right: 20px;
}

@media (max-width: 768px) {
    #getprice-modal .getprice-card {
        min-width: 80%;
        margin: 0 10%;
    }

    #getPriceBotaoDesktop {
        display: none;
    }
}

#getprice-modal .getprice-card.card-inativo {
    background-color: #c4c4c4;

}

#getprice-modal .getprice-card.card-inativo .getprice-image {
    filter: grayscale(1);
}

#getprice-modal .getprice-card.card-inativo .getprice-price {
    color: #444444;
}

#getprice-modal .getprice-card.card-inativo .getprice-link {
    color: white!important;
    background-color: #444444!important;
    text-decoration: line-through;
    pointer-events: none;
}

#getprice-modal .getprice-card.card-inativo:active,
#getprice-modal .getprice-card.card-inativo:focus,
#getprice-modal .getprice-card.card-inativo:hover {
    cursor: not-allowed;
}

#getprice-modal .getprice-card:active,
#getprice-modal .getprice-card:focus,
#getprice-modal .getprice-card:hover {
    background-color: #c4c4c4;
    cursor: pointer;
}

#getprice-modal .getprice-card .getprice-image {
    max-height: 150px;
    object-fit: contain;
}

#getprice-modal .getprice-card .nome-produto {
    color: #767676;
    font-size: 1rem;
    text-align: center;
}

#getprice-modal .getprice-card .nome-apresentacao {
    color: #767676;
    font-size: .75rem;
    text-align: center;
}

#voltar-apresentacoes-getprice {
    color: #6C757D;
    background: transparent;
    border: none;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 769px) {
    #getprice-exibe-precos {
        grid-gap: 2rem;
    }
}

#getprice-modal .texto-getprice {
    display: block;
}

#getprice-mobile {
    position: fixed;
    bottom: 0;
    z-index: 100000000;
    right: calc(50% - 40vw);
}

.btn-getprice{
    border-radius: 30px!important;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    min-height: 45px;
    max-width: max-content;
    display: flex;
    align-items: center;
    padding: 0.375rem 1rem;
    text-transform: uppercase;
}

.btn-getprice:disabled,
.btn-getprice[disabled] {
    opacity: .7;
    text-decoration: line-through;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-getprice-mobile {
    font-size: 1.5rem;
    padding: 1rem !important;
    border-radius: 30px 30px 0 0 !important;
    min-width: 80vw;
    display: flex;
    justify-content: center;
    font-family: 'Barlow';
}

@media (min-width: 769px) {
    .nav-link-mobile{
        display: none!important;
    }
    .btn-getprice-mobile {
        display: none!important;
    }
    .navbar .dropdown-menu-getprice-desktop.open, .navbar .dropdown-menu-getprice-desktop.open #accordion {
        display: flex;
    }
    .dropdown-menu-getprice-desktop.open {
        animation: fade-in-down .5s ease-in-out forwards;
    }
    .dropdown-menu-getprice-mobile.open {
        animation: fade-in-down .5s ease-in-out forwards;
    }
}

#dropdown-link-getprice {
    min-width: max-content;
    display: flex !important;
}

.navbar .btn-getprice {
    min-width: max-content;
}

.navbar .btn-getprice-mobile {
    min-width: max-content;
}

@media (max-width: 768px) {
    .navbar .btn-getprice {
        display: none;
    }
}

.dropdown-menu-getprice-desktop {
    margin: 0;
    border-radius: 5px;
    width: max-content;
}

.dropdown-menu-getprice-desktop.open {
    top: 50px;
    z-index: 1;
    right: -25%;
}

#dropdown-menu-getprice-mobile {
    margin: 0;
    background-color: #e1e1e1;
}

#dropdown-menu-getprice .nav-link {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    list-style-type: none;
    color: #6c757d;
}

.nav-link-mobile {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: 30px 30px 0 0;
    min-width: 80vw;
    display: flex;
    justify-content: center;
    font-family: 'Barlow';
    text-align: center;
    list-style-type: none;
}

#dropdown-menu-getprice-mobile .nav-link-mobile {
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    list-style-type: none;
    color: #6c757d;
}

.submenu-getprice {
    list-style-type: none;
}

.close {
    display: none;
}
.btn-getprice-mobile{
    font-family: 'Barlow', sans-serif;
    list-style-type: none;
}

.menu-item-mobile{
    font-family: 'Barlow', sans-serif;
    list-style-type: none;
}

.submenu-mobile {
    padding: 0;
    margin-bottom: 0;
}

.nav-link-desktop {
    font-weight: 500;
    /* font-size: 1.25rem; */
    text-align: center;
    list-style-type: none;
    color: #6c757d;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
}

