/* 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/banner-catalogo.png');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: left;
    padding-left: 200px;
}
.seccion-1-titulo-1{
    font-size: 1.95rem;
    color: rgb(142, 159, 45);
    margin-bottom: 0;
    position: relative;
    bottom: -4px;
}
.seccion-1-titulo-2{
    font-size: 5.5rem;
    font-weight: 600;
    position: relative;
    top: -4px;
}



.section-detalle{
	padding: 80px 100px 0px;
}
.btn-detalle-img{
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: cover;
	border: 1px solid #e6e6e6;
	display: block;
	transition: all 0.4s;
	margin-bottom: 10px;
}
.box-galeria-detalle{
	display: flex;
	margin-right: 30px;
}
.box-img-detalle{
	/* width: 100%; */
    width: 85%;
	margin-right: 15px;
}
.box-btn-detalle-img{
    width: 15%;
}
.img-detalle{
    width: 100%;
	background-color: #efefef;
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-detalle::after{
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
}
.detalleTitulo-h3 > b{
	font-weight: 500;
}
.detalleTitulo-div{
	font-size: 0.8rem;
}
.btn-trp{
	background-color: #B0301B;
	color: white !important;
	text-decoration: none;
	display: block;
	align-self: flex-start;
	padding: 15px 25px;
}
.btn-atras{
	color: #5c5c5c !important;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}



@media (max-width: 1900px) {

}

@media (max-width: 1600px) {
    .seccion-1{
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1440px) {
    .seccion-1{
        height: 350px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .section-detalle{
		padding-left: 60px;
		padding-right: 60px;
	}
	.btn-detalle-img{
		width: 100px;
		height: 80px;
	}
}

@media (max-width: 992px) {
    .seccion-1{
        height: 300px;
    }
    .seccion-1-titulo-2{
        font-size: 5rem;
    }
    .section-detalle{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
    .box-galeria-detalle{
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
    .seccion-1-titulo-1{
        font-size: 1.9rem;
    }
    .seccion-1-titulo-2{
        font-size: 3.7rem;
    }
    .btn-detalle-img{
        width: 70px;
		height: 40px;
	}
}

@media (max-width: 576px) {
    .seccion-1-titulo-1{
        text-align: center;
    }
    .seccion-1-titulo-2{
        text-align: center;
    }
}

@media (max-width: 425px) {
    .seccion-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-detalle{
		padding-left: 20px;
		padding-right: 20px;
        padding-top: 50px;
	}
    .btn-detalle-img{
        width: 35px;
		height: 25px;
        margin-bottom: 3px;
	}
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}