/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*! normalize.css End */
                
/* width */
::-webkit-scrollbar {
    width: 10px;
    /* height: 20px; */
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-gray-300);
    border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary);
}

.btn-outline-primary {
    background: #6539C31A;
    border-color: transparent;
}

.btn-outline-success {
    background: #20C6521A;
    border-color: transparent;
}

.breadcrumb-item {
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.modal-content {
    border-radius: var(--bs-border-radius);
}

.mask-image {
    -webkit-mask-image: linear-gradient(0deg, transparent, #000 25%, #000 100%, transparent);
    mask-image: linear-gradient(0deg, transparent, #000 25%, #000 100%, transparent);
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}

.w-90 {
    width: 90%;
}

.h-10vh {
    height: 10vh;
}

.h-20vh {
    height: 20vh;
}

.h-30vh {
    height: 30vh;
}

.h-40vh {
    height: 40vh;
}

.h-50vh {
    height: 50vh;
}

[dir="rtl"] .custom_line {
    border-top-style: dashed;
    width: 790px;
    top: 160px;
    right: 98px;
}

[dir="ltr"] .custom_line {
    border-top-style: dashed;
    width: 790px;
    top: 160px;
    left: 98px;
}

.card .card-img-overlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.card:hover .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    transition: .3s;
}

.product_btn {
    right: 0;
    left: 0;
    bottom: 20px;
    width: 85% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transition: .3s;
    transform: translateY(101%);
    visibility: hidden
}

.card:hover .product_btn {
    transform: translateY(0);
    visibility: visible
}

.service_card {
    margin-top: -6.5rem !important;
}

.service_card_img {
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

[dir="rtl"] .promo--img {
    width: 28.5vh !important;
    right: auto;
    left: 10vw;
    bottom: 0;
}

[dir="ltr"] .promo--img {
    width: 28.5vh !important;
    right: 10vw;
    left: auto;
    bottom: 0;
}

.whatsapp {
    bottom: 2.5vw;
    left: 2.5vw;
    right: auto;
    background: var(--bs-body-bg);
    border-radius: 50%;
}

.whatsapp img {
    background: var(--theme-palette-color-8) !important;
    border-radius: 50% !important;
}

@media (max-width: 576px) {
    .text-justify {
        text-align: start;
    }

    .service_card {
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    .custom_line {
        width: 550px;
    }
}