@font-face {
    font-family: 'Jost';
    src: url("../fonts/jost.ttf");
 }

body{
    font-family: Jost;
}

.mb_0{
    margin-bottom: 0;
}

.col_logo{
    text-align: center;
    background-color: black;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.col_title{
    padding-top: 3%;
}

.title{
    font-weight: bold;
}

.filters-container{
    margin-top: 3%;
    margin-bottom: 1%;
    color: #00000085;
}

.active_filter_grid{
    color: #000000;
}

.filter_grid{
    cursor: pointer;
}

.filters-row-container{
    display: flex;
    gap: 30px;
}

.dropdown-toggle::after {
    display:none;
}

.drop-alfa{
    text-align: end;
}

.btn-drop{
    border: none;
    padding: 0;
}

.btn-drop:focus{
    outline: 0;
    box-shadow: none;
}

.img-material{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.img-slider{
    height:auto;
    width: 100%;
    object-fit: contain;
}

.modal-fullscreen .modal-body {
	overflow-y: hidden;
}

.modal-name-product{
    font-size: 35px;
}
.modal-subname-product{
    font-weight: normal;
}
.modal-x-col{
    margin-bottom: 45px;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events:none;
}

.footer{
    background-color: #000000;
    color: white;
    padding-top: 4%;
    padding-bottom: 4%;
    margin-top: 4%;
}

.logo-footer{
    width: 50%;
}

.fa-brands{
    color: white;
}

.cursor-pointer{
    cursor: pointer;
}

.txt-left{
    text-align: left;
}

.txt-center{
    text-align: center;
}

.txt-right{
    text-align: right;
}

.m-top-2{
    margin-top: 2%;
}

.modal-body {
	margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px;
    margin-bottom: 30px;
}

.modal-x{
    max-width: 20px;
}

.footer-socials{
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* display none slides */


.slick-arrow{
    display: none!important;
}

span{
    display: none;
}

/* -------------------------------- */

@media (min-width: 1400px) {
    .col_logo img{
        max-width: 18%;
    }
    .modal-name-product{
        font-size: 40px;
    }
}

@media (max-width: 1300px) {
    .col_logo img{
        max-width: 30%;
    }
}

@media (max-width: 800px) {
    .col_logo img{
        max-width: 35%;
    }
}

@media (max-width: 700px) {
    .col_logo img{
        max-width: 30%;
    }
}

@media (max-width: 600px) {
    .col_logo img{
        max-width: 30%;
    }
}
@media (max-width: 400px) {
    .col_logo img{
        max-width: 35%;
    }
    .modal-name-product{
        font-size: 24px;
    }
}






