p{
    margin-bottom: 0;
}
/*==================SECCIÓN 1=================*/
.secc1-bg{
    background-image: url('../img/Catalogo/Rectangle1.jpg');
    background-position: center;
    background-size: cover;
    height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secc1_marca_agua{
    opacity: 0.5;
    width: 30vw;
    min-width: 280px;
}
.secc1_flecha{
    position: absolute;
    bottom: 0;
}
.productos{
    justify-content: center;
}
/*==================SECCIÓN 3=================*/
.secc2{
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.secc2_titulo{
    color: #01042D;
}
.secc2_categoria{
    width: 15%;
}
.secc2_categoria-select{
    display: flex;
    justify-content: space-between;
}
.secc2_categoria_items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.categoria_item{
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 0px 5px 0px;
    transition: all 0.15s ease-in-out;
    color: #575757;
}
.categoria_item:hover{
    color: #F79F00;
}
.categoria_item-activo{
    color: #F79F00;
}
/*==================SECCIÓN 3=================*/
.secc3{
    width: 100%;
    margin-bottom: 50px;
}
.secc3_productos{
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin-bottom: 20px;
    background-color: #CEAF90;
}
.secc3_productos .sub_titulos{
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.8rem;
    background-color: #F5F5F5;
    border: solid 0.1px #F5F5F5;
    color: black;
}
.secc3_productos:hover{
    transform: scale(1.05);
}
.secc3_productos:hover .secc3_texto p{
    color: white;
}
.secc3_productos a{
    text-decoration: none;
    color: white;
}
.secc3_texto{
    margin-top: -1px;
    text-align: left;
    border: solid 0.1px #ceaf9000;
    padding: 20px 10px;
    position: relative;
}
.secc3_texto h4{
    margin-bottom: 0px;
}
.secc3_texto p {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    width: 80%;
}
.img-producto{
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;

    position: relative;
}
.subimg-producto{
    position: absolute;
    padding: 20px;
    right: 0;
    bottom: 0;
    background-color: #745739;
}
.img-producto::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 80%;
}

/*==================SECCIÓN 4=================*/
.secc4{
    margin-bottom: 160px;
}
.page-item:first-child,
.page-item:last-child{
    display: none;
}
.page-link{
    background-color: white;
    color: black;
}
.page-link:hover{
    color: black;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #745739;
    border-color: #0d6dfd00;
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
    .secc1-bg {
        height: 350px;
    }

    /*-----------------*/
    .secc2 {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 1590px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-md-4 {
        width: 100%;
    }
}
@media (min-width: 550px) {
    .secc1-bg {
        height: 450px;
    }

    /*-----------------*/
}
@media (min-width: 600px) {
    .col-md-4 {
        width: 50%;
    }
}

@media (min-width: 720px) {
    .secc2 {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .secc1-bg {
        height: 500px;
    }

    /*-----------------*/
}
@media (min-width: 1200px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 1440px) {
    .secc1-bg {
        height: 593px;
    }

    /*-----------------*/
}
@media (min-width: 1600px) {

}
