/* Carrossel */

#carrossel-lote .carousel-item img {
    aspect-ratio: 1.8 / 1;
    object-fit: cover;
}

#carrossel-lote .carousel-indicators [data-bs-target] {
    min-width: 85px !important;
    height: 50px !important;
    min-height: 50px !important;
}

#carrossel-lote .carousel-indicators [data-bs-target] img {
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0.45px);
}

#carrossel-lote .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#carrossel-lote .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff' %3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Carrossel */

ul.nav-tabs#tabsLote li.nav-item button.nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cor-principal);
}

ul.nav-tabs#tabsLote li.nav-item button.nav-link.active {
    /* border-width: 0 0 2px 0 !important;
    border-color: var(--cor-secundaria); */
    color: #212529;
    font-weight: bold;
}

.tab-content#tabsLoteContent .tab-pane {
    font-size: 0.95rem !important;
}

/*.tab-content#tabsLoteContent .tab-pane#documentos-tab-pane>div>a*/
#listagem-documentos>a {
    word-wrap: break-word;
    min-width: 5rem;
    max-width: 8rem;
    color: #212529;
    font-size: 0.8rem !important;
    line-height: 1.1em !important;
    text-decoration: none;
    text-align: center;
    border-radius: 0.375rem;
    padding: .75rem 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0.25rem 0.45rem rgba(0, 0, 0, .15) !important;
    transition: box-shadow 0.3s ease !important;
}

/*.tab-content#tabsLoteContent .tab-pane#documentos-tab-pane>div>a:hover*/
#listagem-documentos>a:hover {
    color: var(--cor-principal);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#infos-lote .infos-principal .data-ativa {
    color: #FFFFFF !important;
    font-weight: bold !important;
    /* padding-left: 1rem !important;
    padding-right: 1rem !important; */
    border-radius: 0.25rem !important;
    /* background-color: rgba(var(--cor-principal-rgb), 0.9) !important; */
    background-color: var(--cor-principal) !important;
}

#infos-lote .infos-principal .row.datas {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #444444;
}

#infos-lote .infos-principal>div {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#btn-whats, #btn-share, #btn-favorito {
    transition: 0.3s ease !important;
}

#btn-whats:not([disabled]):hover, #btn-share:not([disabled]):hover, #btn-favorito:not([disabled]):hover {
    opacity: 1 !important;
    transform: scale(1.2);
}

.detalhes .body-detalhes {
    background-color: #F5FAFE;
    font-size: 0.8rem !important;
}

.detalhes .body-detalhes a {
    color: #222222;
    text-decoration: none;
}

.detalhes .body-detalhes table.table tbody tr td:last-child {
    font-weight: bold;
}

.detalhes.detalhes-principal .body-detalhes table.table tbody tr td:last-child {
    color: var(--cor-principal);
}

.detalhes .body-detalhes table.table tbody tr:last-child td {
    border: none !important;
}


#modalProposta .modal-header button.btn-close {
    --bs-btn-close-color: #FFFFFF !important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}

#modalProposta .modal-header button.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important;
}


/* Medias */

/* Desktop */
@media (min-width: 992px) {
    #banner-padrao {
        padding: 50px 9% !important;
    }

    #carrossel-lote .carousel-indicators {
        max-height: 26vw;
        padding-right: 20px;
    }
}

/* Desktop */

/* Tablet e Desktop */
@media (min-width: 768px) {
    /* section#main-lote {
        overflow: visible;
    } */

    /* #infos-lote {
        margin-top: -12.5vh;
    } */
}

/* Tablet e Desktop */

/* Medias */