.bg-title{
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.title-home{
    color: #C49A3B;
}
.div-home-2{
    font-size: 0.8rem;
}
.div-home-contenido{
    width: 90%;
}
.btn-home{
    padding: 10px; 
    background: #292929; 
    color: #C49A3B; 
    border: 3px solid #292929;
    text-decoration: none;
    cursor: pointer;
}
.btn-home:hover{
    background: #292929; 
    color: #C49A3B;
    border: 3px solid #C49A3B;
    border-radius: 10px;
    text-decoration: underline;
    transition: ease-in-out 0.5s;
}
.st-industrias{
    background-color: #C49A3B;
    color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.industria{
    margin: 0;
    padding: 0;
}
.industria:hover .industria--content{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
}
.industria--title{
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease-in-out;
    min-height: 110px;
}
.industria--content{
    color: #fff;
    opacity: 0; 
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
    margin-top: 1.5em;
}
.div-industria{
    position: relative;
    background: rgb(0, 0, 0);
}
.img-industria{
    opacity: 0.4;
}
.industria:hover .img-industria{
    opacity: 0.2;
    transition: all 0.5s ease-in-out;
}
.mask{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.lista-industria{
    display:grid;
    width:100%;
    grid-template-rows:1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap:2rem;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}
.st-botonera{
    background-color: #171717;
    color: #fff;
    clip-path: polygon(50% 20%,100% 0,100% 100%,0 100%,0 0);
}
.div-seccion{
    display:grid;
    width:100%;
    gap:0;
    box-sizing:border-box;
    background-color:#333;
    color:#fff
}
.img-seccion{
    background-image:url('../images/slider/slider-1.webp');
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    background-size:cover;
    background-position:center;
    width:100%;
    min-height: 400px;
}
.div-seccion-2{
    display:grid;
    width:100%;
    gap:0;
    box-sizing:border-box;
    background-color:#222;
    color:#fff
}
.div-desc-2{
    order: 2 !important
}
.div-img-2{
    order: 1 !important;
}
.img-seccion-2{
    background-image:url('../images/slider/slider-2.webp');
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    background-size:cover;
    background-position:center;
    width:100%;
    min-height: 400px;
}
.bg-lista{
    background: #fff;
}
.div-marca{
    display:grid;
    width:100%;
    grid-template-rows:1fr;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    box-sizing:border-box;
    margin: 0;
    padding: 0; 
}
.bg-marcas-desc{
    background: #fff;
}
.btn-marcas{
    background: #C49A3B;
    border: 2px solid #C49A3B;
    color: #171717;
    padding: 10px;
    text-decoration: none;
}
.btn-marcas:hover{
    background: #171717;
    color: #C49A3B;
    padding: 10px;
    text-decoration: underline;
    transition: all 0.5s;
}
@media(max-width:500px){
    .div-home-btn{
        display: flex;
        flex-direction: row;
    }
    .div-botones{
        display: flex;
        flex-direction: column;
    }
}
@media(max-width:759px){
    .lista-industria{
        grid-template-columns:1fr;
    }
}
@media(min-width:759px){
    .div-seccion, .div-seccion-2{
        grid-template-rows:1fr;
        grid-template-columns:50% 1fr;
    }
    .img-seccion{
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    }
    .img-seccion-2{
        clip-path: polygon(10% 0, 0 50%, 10% 100%, 100% 100%, 100% 0);
    }
    .div-desc-2{
        order: 1 !important
    }
    .div-img-2{
        order: 2 !important;
    }
}
@media(max-width:960px){
    #bienvenida{
        grid-template-rows:2fr !important;grid-template-columns:1fr !important;
    }
    #marcas{
        grid-template-rows:1fr !important;grid-template-columns:1fr !important;
    }
    .div-marca{
        display:grid;
        width:100%;
        grid-template-rows:1fr;
        grid-template-columns:1fr 1fr;
    }
}
@media(min-width:759px){
    .st-botonera{
        clip-path: polygon(50% 25%,100% 0,100% 100%,0 100%,0 0) !important;
    }
}
@media(max-width:1100px){

    .lista-industria{
        grid-template-columns:1fr 1fr;
    }
}
