/* Seccion 1 */
.seccion-1{
    height: 481px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/catalogo/image-9.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    padding-left: 200px;
}
.seccion-1-titulo-1{
    font-size: 1.95rem;
    color: #f6cd23;
    margin-bottom: 0;
    position: relative;
    bottom: -4px;
}
.seccion-1-titulo-2{
    font-size: 5.5rem;
    font-weight: 600;
    position: relative;
    top: -4px;
}

/* Seccion 2 */
.seccion-2{
    padding-top: 120px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 30px;
}
.seccion-2-titulo-1{
    font-size: 3.6rem;
    font-weight: 700;
}
.seccion-2-titulo-2{
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(145, 158, 61);
    margin-bottom: 35px;
}
.seccion-2-descripcion{
    font-size: 1.4rem;
    margin-bottom: 60px;
    font-weight: 400;
    line-height: 30px;
}
.seccion-2-caracteristica{
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 25px;
}
.seccion-2-caracteristica>span{
    color: rgb(145, 158, 61);
    font-weight: 700;
}
.seccion-2-cont-1{
    width: 50%;
    margin-right: 50px;
}
.seccion-2-cont-2{
    width: 40%;
}
.btn-regresar{
    background-color: rgb(196, 128, 67);
    border: 1px solid rgb(196, 128, 67);
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff !important;
}
.btn-regresar:hover{
    background-color: rgb(161, 105, 56);
    border: 1px solid rgb(161, 105, 56);
}
.img-product90 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}
.img-product90::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.detalle1_img button {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 8px 3px;
    box-shadow: none !important;
}
.btn-galery-detail {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
}
.img-product {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}
.img-product::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.item-detail{
    text-decoration: none;
    color: #000;
}

/* Seccion 3 */
.seccion-3{
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 50px;
}


/* Seccion 4 */
.seccion-4{
    padding: 100px 200px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.seccion-4-producto-1{
    max-width: 430px;
    border-radius: 20px;
    padding: 27px 20px 10px
}
.seccion-4-producto-1:hover{
    background-color: rgb(142, 159, 45);
    color: white;
}
.seccion-4-producto-1:hover > * {    
    color: white !important;
}
.seccion-4-imagen-producto-1{
    margin-bottom: 20px;
}
.seccion-4-producto-titulo-1{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.seccion-4-producto-descripcion-1{
    font-size: 1.3rem;
    font-weight: 200;
    text-align: center;
}
.seccion-4-producto-precio-1{
    color: rgb(142, 159, 45);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.seccion-4-titulo{
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 2.5rem;
}


@media (max-width: 1600px) {
    .seccion-1{
        padding-left: 150px;
        padding-right: 150px;
    }
    .seccion-2{
        padding-left: 150px;
        padding-right: 150px;
    }
    .seccion-2-cont-2{
        width: 50%;
    }
    .seccion-3{
        padding-left: 150px;
        padding-right: 150px;
    }
    .seccion-4{
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1440px) {
    .seccion-1{
        height: 350px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .seccion-2{
        padding-left: 50px;
        padding-right: 50px;
    }
    .seccion-3{
        padding-left: 50px;
        padding-right: 50px;
    }
    .seccion-4{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .seccion-1{
        height: 300px;
    }
    .seccion-1-titulo-2{
        font-size: 5rem;
    }
    .seccion-2{
        flex-direction: column-reverse;
    }
    .seccion-2-cont-1{
        /*width: 100%;*/
        margin-right: 0;
        margin: auto;
    }
    /*.seccion-2-cont-1 > img{
        width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }*/
    .seccion-2-cont-2{
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .seccion-1-titulo-1{
        font-size: 1.9rem;
    }
    .seccion-1-titulo-2{
        font-size: 3.7rem;
    }
    .seccion-2-titulo-1{
        font-size: 3.1rem;
    }
    .seccion-2-titulo-2{
        font-size: 1.7rem;
    }
    .seccion-2-descripcion{
        font-size: 1.2rem;
    }
    .seccion-2-caracteristica{
        font-size: 1.2rem;
    }
    .seccion-2-cont-1{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .seccion-1-titulo-1{
        text-align: center;
    }
    .seccion-1-titulo-2{
        text-align: center;
    }
    .seccion-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-3{
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center !important;
    }
    .seccion-4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-2-titulo-1{
        text-align: center;
    }
    .seccion-2-titulo-2{
        text-align: center;
    }
    .seccion-2-descripcion{
        text-align: justify;
    }
    .btn-regresar{
        font-size: 1.3rem;
    }
    .seccion-4-titulo{
        text-align: center;
    }
}

@media (max-width: 425px) {
    .seccion-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-2-titulo-1{
        font-size: 3rem;
    }
    .seccion-2-titulo-2{
        font-size: 1.6rem;
    }
    .btn-regresar{
        font-size: 1.2rem;
    }
}

@media (max-width: 375px) {
    .seccion-2-titulo-1{
        font-size: 2.8rem;
    }
    .seccion-2-titulo-2{
        font-size: 1.4rem;
    }
    .seccion-4-titulo{
        font-size: 2rem;
    }
}

@media (min-width: 425px){
    .btn-galery-detail {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 992px){
    .btn-galery-detail {
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 1200px) {
    .img-product90 {
        width: 90%;
    }
    .btn-galery-detail {
        width: 96px;
        height: 96px;
    }
}
@media (min-width: 1600px) {
    .img-product90 {
        width: 80%;
    }
}