.secc1-background-color{
    background-color: #834411;
    overflow: hidden;

}
.secc1-background-img{
    background-image: url('../img/catalogo/banner.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 540px;

    max-width: 1600px;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.secc1-div-subdiv-textos{
    color: white;
    padding-left: 170px;
    max-width: 750px;
}

.secc1-div-subdiv-textos p{
    max-width: 450px;
}
/*========SECC 2========*/
.desplegar-producto{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.producto-imagen{
    width: 35%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}
.content-img-detail{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 1rem;
    
}
.content-img-detail::after{
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
}
.secc2{
    margin-top: 80px;
    margin-bottom: 80px;
}
.selector-imagen{
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.btn-galery-detail{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    max-width: 70px;
    max-height: 70px;
    height: 5vw;
    width: 5vw;
}
.descripcion-producto{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px black;
}
.descripcion-producto2{
    gap: 40px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.descripcion-producto2 p{
    font-size: 1.5rem;
    font-weight: bold;
    color: #99301A;
}
.btn-descargar{
    padding: 0.75rem 2rem;
    background-color:#99301A;
    color: white;
    border: none;
    border-radius: 1rem;
    transition: all .10s ease-in-out;
}
.btn-descargar:hover{
    transform: scale(1.1);
}
.producto-txt{
    width: 50%;
}
/*========RESPONSIVE========*/
@media(max-width: 1500px){
    .secc1-background-img{
        width: 110%;
    }
}

@media(max-width: 1366px){
    .secc1-div-subdiv-textos{
        padding-left: 70px;
        max-width: 520px;
    }
}

@media(max-width: 1200px){
    .secc1-div-subdiv-textos{
        padding-left: 20px;
    }
    .secc1-background-img{
        width: 130%;
    }
}

@media(max-width: 992px){
    .secc1-div-subdiv-textos p{
        max-width: unset;
    }
    .secc1-div-textos{
        width: 100%;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .secc1-div-subdiv-textos{
        padding: 20px;
        
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .secc1-background-img {
        width: 100%;
        justify-content: center;
        background-size: cover;
        background-position: center;
    }
    /*----------------*/
    .desplegar-producto{
        flex-direction: column;
        align-items: center;
    }
    .producto-txt{
        width: 100%;
    }
    .producto-imagen{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-galery-detail{
        min-height: 50px;
        min-width: 50px;
    }
}

@media(max-width: 400px ){
    .btn-galery-detail{
        min-height: 30px;
        min-width: 10px;
    }

}