.contenedor{
	max-width: 1440px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	margin-right: auto;
}
.galeria1,.galeria2{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.galeria1{
	margin-top: 50px;
}
.galeria1 h2{
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 100px;
	position: relative;
}
.galeria1 h2:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
	width: 50px;
	height: 8px;
	/*background: #4c0990;*/
	background: #006B52;
}
/*===========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{
	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{
	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: #006B52 !important;
	color: white !important;
}
.btn-pag-g{
	padding: 60px 0 !important;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 5rem;
}






@media(min-width: 320px){
	.galeria1 h2{
		font-size: 1.5rem;
		margin-bottom: 70px;
	}
	.galeria1, .galeria2{
		width: 95%;
	}
}
@media(min-width: 375px){
	
}
@media(min-width: 425px){
	
}
@media(max-width: 767px){
	
}
@media(min-width: 768px){
	.galeria1, .galeria2{
		width: 85%;
	}
}
@media(min-width: 992px){
	.galeria1 h2{
		font-size: 1.7rem;
		margin-bottom: 100px;
	}
}
@media(min-width: 1400px){

	.galeria1 h2{
		font-size: 1.9rem;
	}
}
@media(min-width: 1600px){
	.galeria1 h2 {
	    font-size: 2.1rem;
	}
}
@media(min-width: 1900px){
	.galeria1 h2 {
	    font-size: 2.5rem;
	}
}


@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%;
    }
}
