.breadcrumb-catalogs {
    background-image: url(../../img/catalogos/reyes-wallpaper.png);
    background-repeat: no-repeat;
}

.subtitle-catalogs {
    color: black;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.main-title-catalogs {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    margin-top: 40px;
    color: black;
    line-height: 66px;
    line-height: 72px;
}

.catalog-types {
    column-gap: 47px;
    margin-bottom: 130px;
}


/* .catalog-question {
    width: 571px;
} */

.catalog-question>h1 {
    color: black;
    font-size: 56px;
    font-family: 'Playfair Display', serif;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 40px;
}

.catalog-question>p {
    color: black;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 75px;
}

.catalog-card {
    width: 576px;
    height: 203px;
    border: 1px solid #E1E4E7;
    margin-bottom: 32px;
    padding: 10px;
}

.ion-ios-arrow-thin-right {
    color: black;
    font-size: 2.3rem;
}

.content>img {
    margin-right: 26px;
}

.content>p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: black;
    width: 55%;
}

@media (max-width: 1200px) {
    .change-img {
        display: none;
    }
    .change-text {
        text-align: center;
    }
    .intermediate {
        text-align: center;
    }
    .empty-container {
        display: none;
    }
    .lezada-single-slider__content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .catalog-card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .catalog-question {
        padding: 0px 35px !important;
    }
    .catalog-question>h1 {
        font-size: 44px;
    }
    .catalog-question>p {
        font-size: 26px;
    }
    .main-title-catalogs {
        font-size: 44px;
        line-height: 60px;
        margin-top: 15px;
    }
    .catalog-card {
        width: 95%;
        height: 170px;
    }
    .catalog-card>.content>img {
        width: 125px;
        height: 125px;
        margin-right: 25px;
    }
    .catalog-card p {
        font-size: 18px;
    }
}