p{
    margin-bottom: 0;
}
.contenedor{
    max-width: 1400px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;

}

/*=====================SECCIÓN 2=====================*/
.secc1-bg{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),  url('../img/galeria/banner.jpg');
    background-position: center;
    background-size: cover;
    height: 410px;
}


/*===========SECC 2===========*/
.secc2-div{
    display: flex;
    gap: 20px;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.secc2-div-int{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    width: 100%;
}
/*------*/
.imagen-galeria{
    width: 30%;
}

.modal-dialog{
    justify-content: center;
	max-width: 1200px !important;
    max-height: 900px !important;
}

.item-galeria{
	height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    border-radius: 1rem;
}
.modal-content{
    width: auto;
	background: transparent;
	border: 0;
}
.modal-header{
	justify-content: center;
    padding: 0;
    border: 0;
}
.modal-header .close{
	color: #fff;
    opacity: 1;
    font-size: 3rem;
    margin: 0;
    background: transparent;
    border: 0;
    line-height: 1;
}
.modal-body{
	padding: 0;
	text-align: center;
}
.btn-gal{
	width: 100%;
	border: 0;
	padding: 0;
	position: relative;
	border-radius: 1rem;
}
.btn-gal:hover .h-gal{
	opacity: 1;
	transition: 0.5s;
}
.h-gal{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #31813873;
	border-radius: 1rem;
	color: #fff;
	transition: 0.5s;
	opacity: 0;
}
.h-gal span{
	font-size: 1rem;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    padding: 1px 20px;
}
.img-grande{
	max-height: 900px;
}
/*--*/
.btn-pag-g button{
	background: #fff;
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	color: #000;
	transition: all 0.15s ease-in-out;
}
.btn-pag-g button:hover{
	background: #ff8c0065;
	color: black;
	transition: 0.5s;
}
.btn-pag-g .active{
	background: #FF8B00 !important;
	color: white !important;
}
.btn-pag-g{
	padding: 60px 0 !important;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 5rem;
}
@media(max-width: 1200px){
    .contenedor{
    padding-left: 1rem;
    padding-right: 1rem;
}
}

@media(max-width: 992px){
    .secc2-div{
        flex-direction: column;
        margin-top: 60px;
    }
    .imagen-galeria{
        width: 45%;
    }
}

@media(max-width: 600px){
    .secc2-div-int-subdiv1-1{
        height: 500px;
    }
    .imagen-galeria{
        width: 100%;
    }
}
