/** Geral **/
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 75px;
}

.error-message {
    color: #858796 !important;
    font-size: small !important;
    margin-top: 0.5rem !important;
}

.padding-section {
    padding-left: 7rem;
    padding-right: 7rem;
}

.menu-justify {
    margin-right: 3rem !important;
    margin-left: 1rem !important;
}

/** Navbar **/

.bg-dark {
    background-color: #000000 !important;
}

.bg-especificacoes {
    background-color: #D9D9D9 ;
}

.bg-categories {
    background-color: #F5F5F5;
}

.custom-link {
    color: #B9352F;
    text-decoration: none;
    position: relative;
}

.custom-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px; /* Ajuste a espessura do sublinhado conforme necessário */
    background-color: #B9352F;
    position: absolute;
    left: 0;
    bottom: -2px; /* Ajuste a posição do sublinhado conforme necessário */
}

.bg-relacionados {
    background-color: #F5F5F5;
}

.list-group li {
    background: transparent !important;
    border-color: #9B9B9B;
}

.nav-link  {
    color: white !important;
    font-weight: 400;
    font-family: "League Spartan", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    font-size: 20px;
}

.btn-cart-toggler {
    border: none;
    background: transparent;
}

.btn-cart-toggler .badge {
    background: #D9D9D9 !important;
    color: #000;
    top: 20% !important;
    left: 80% !important;
    width: 13px;
    height: 13px;
    border-radius: 50% !important;
    font-size: 10px;
    text-align: center; /* Centraliza o texto */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cart .badge {
    background: #D9D9D9 !important;
    color: #000;
    top: 20% !important;
    left: 94% !important;
    width: 13px;
    height: 13px;
    border-radius: 50% !important;
    font-size: 10px;
    text-align: center; /* Centraliza o texto */
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    color: white !important;
}

footer ul {
    font-size: 23px;
    font-weight: 500;
    line-height: 34.5px;
    text-align: left;
}

.title-about {
    font-weight: 900 !important;
    text-align: left !important;
}

.subtitle-about {
    font-size: 16px;
    font-weight: 400 !important;
    text-align: left !important;
}

.title-section {
    color: #4E4E4E;
    font-weight: 900;
    line-height: 75px;
    text-align: left;
}

.title-section-page {
    font-size: 25px;
    font-weight: 900;
    text-align: left;
    color: #4C4C4C;
}

.subtitle-page {
    font-size: 28px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    color: #1E1E1E;
}

.img-fluid-half {
    max-width: 50%;
    height: auto;
}

.divider {
    border: 2px solid #B9352F;
}

.divider-2 {
    border: 1px solid #3D3D3D;
}

.breadcrumb-item-solucoes {
    color: #B7B7B7;
    font-size: smaller;
}

.breadcrumb-item-solucoes a {
    text-decoration: none;
    color: #B7B7B7;
}

.text-none {
    text-decoration: none;
    color: white;
}

.breadcrumb-item-solucoes-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5px 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.breadcrumb-item-solucoes-divider::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #B9352F;
    border-radius: 50%;
    margin-bottom: 5px;
}

.breadcrumb-item-solucoes-divider .breadcrumb-item-solucoes {
    text-align: center;
    color: #fff;
}

.text-light {
    color: #989898 !important;
    text-decoration: none !important;
}


.text-light a {
    color: #989898 !important;
    text-decoration: none !important;
}

.btn-border-none {
    background: transparent;
    color: #474747;
    border: none;
    text-align: left;
}

.btn-border-none:hover, .btn-border-none:active  {
    background: transparent;
    color: #474747;
}

.bg-body {
    background: #F5F5F5 !important;
}

.text-light {
    color: #9B9B9B !important;
}

.frame-map iframe {
    width: 100%;
    height: 325px;
    top: 752px;
    left: 148px;
    gap: 0px;
}

.ml-9 {
    margin-left: 9rem;
}

.mt-6 {
    margin-top: 6rem;
}

.p-4-custom {
    padding: 4rem;
}

.p-especificacoes {
    padding: 5rem 7rem;
}

.title-anotation {
    color: #9B9B9B;
}

.form-control-transparent {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #D5D5D5;
    border-radius: 0;
    color: #9B9B9B !important;
}

select.form-control-transparent {
    --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%239B9B9B\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m2 5 6 6 6-6\'/%3e%3c/svg%3e');
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
}

.form-control-transparent::placeholder {
    color: #9B9B9B !important;
    text-transform: uppercase;
}

.form-control-transparent:-ms-input-placeholder {
    color: #9B9B9B !important;
    text-transform: uppercase;
}

.form-control-transparent::-ms-input-placeholder {
    color: #9B9B9B !important;
    text-transform: uppercase;
}

.btn-danger-custom {
    background: #AD312A;
    width: 100%;
    max-width: 385px;
    height: 60px;
    margin: 0 auto;
}

.table>:not(caption)>*>* {
    color: #9B9B9B;
    font-weight: 400;
}

.img-table {
    width: 182px;
    height: auto;
}

table.table td {
    text-align: left;
    vertical-align: middle;
}
.btn-about {
    background-color: #AD312A;
    border-color: #AD312A;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 304px;
}

.img-container img {
    max-height: 100%;
    width: auto;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    filter: brightness(1.1);
}

.w-80 {
    width: 80px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: #9B9B9B;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    font-size: 2rem;
    color: #9B9B9B;
}

.carousel-item {
    padding: 0 50px;
}

.carousel-inner {
    padding-bottom: 20px;
}

.carousel-item-banner {
    height: 50vh;
    min-height: 175px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-call {
    left: 10% !important;
    top: 65% !important;
    width: 25%;
    height: 50px;
    padding: 0.7rem;
}

.pagination {
    font-size: 27px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.3em;
    text-align: left;
}

.pagination li {
    margin-right: 1rem;
}

.pagination li a {
    text-decoration: none;
    color: #000000;
}

.pagination li.active a {
    color: #B9352F !important;
}

#hero {
    background: #000000;
}

.hero-title {
    font-size: 50px;
    font-weight: 900;
    /* line-height: 75px; */
    text-align: left;
    color: #FFFFFF;
}

.hero-divider {
    width: 534px;
    height: 0px;
    top: 331px;
    left: 150px;
    gap: 0px;
    border: 2px solid #B9352F
}

.hero-image {
    position: relative;
    padding: 0;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}
.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(4, 4, 4, 0) 100%);
    z-index: 2;
}


.hero-bg-image h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.input-group-append .btn {
    background-color: #B9352F;
    border-color: #B9352F;
    height: 60px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.hero-bg-image input {
    height: 60px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #D9D9D9AB;
    border: #D9D9D9AB;
}

.hero-bg-image input::placeholder {
    color: #FFFFFF !important;
    font-weight: 700;
    text-align: left;

}

.hero-bg-image input:-ms-input-placeholder {
    color: #FFFFFF !important;
    font-weight: 700;
    text-align: left;
}

.hero-bg-image input::-ms-input-placeholder {
    color: #FFFFFF !important;
    font-weight: 700;
    text-align: left;
}

.title-category {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.bd-placeholder-img {
    /* min-width: 210px;
    min-height: 210px; */
    object-fit: cover;
}

.img-fluid-image {
    max-height: 210px;
    object-fit: cover;
}

.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-color: white;
}

.custom-checkbox:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-checkbox:checked::after {
    content: '\2714';
    font-size: 1rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.card-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem;
}

.action-bar {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.action-bar .form-check {
    display: flex;
    align-items: center;
}

.action-bar .form-check-label {
    margin-bottom: 0;
}

.action-button {
    margin-left: 1rem;
}

#select-all {
    margin-right: 0.5rem;
}

.card-body .d-flex {
    margin-top: 1rem;
}

.small-screen .padding-section {
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
}

.small-screen .pagination {
    font-size: 17px;
}

@media (max-width: 576px) {
    .img-table {
        width: 80px;
        height: auto;
    }

    table.table td {
        text-align: center;
    }
}


@media (max-width: 768px) {
    .img-table {
        width: 100px;
        height: auto;
    }

    table.table td {
        text-align: center;
    }

    .title-section {
        font-size: 33px;
    }
    .divider {
        width: 100%;
    }
    .divider-lg {
        width: 95%;
    }
    .p-especificacoes {
        padding: 2rem !important;
    }

    .hero-title {
        font-size: 27px;
    }

    .hero-subtitle {
        font-size: xx-small;
    }

    .carousel-item-banner {
        height: 15vh ;
        min-height: 88px;
    }

    .btn-call {
        left: 2% !important;
        top: 53% !important;
        width: 30% !important;
        height: 30px !important;
        padding: 0.1rem !important;
    }
}

@media (min-width: 769px) {
    .title-section {
        font-size: 35px;
    }
    .divider {
        width: 65%;
    }
    .divider-lg {
        width: 48%;
    }
}
