.contenedor{
    background: linear-gradient(180deg, #FFCC29, #FFF212, transparent);
    padding-top: 70px;
    margin-bottom: 30px;
}

.subcontenedor{
    max-width: 1200px;
    margin: auto;

}
.titulo{
    font-size: 2.5rem;
    color: black;
    text-align: center;
}
.texto{
    font-size: 1rem;
    color: black;
    text-align: center;
    /* width: 80%; */
    /* margin: auto; */
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 55px;
}
/*===========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: 0.5rem;
}
.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;
}
.btn-gal:hover .h-gal{
	opacity: 1;
	transition: 0.5s;
}
.h-gal{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #468c216c;
	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;
}
.btn-pag-g button:hover{
	background: #468c216c;
	color: black;
	transition: 0.5s;
}
.btn-pag-g .active{
	background: #318138;
	color: white;
}
.btn-pag-g{
	padding: 60px 0 !important;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 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%;
    }
    .contenedor2{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 425px) {
    .titulo{
        font-size: 2rem;
    }
    .texto{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .fila-imagen > a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .texto{
        padding-left: 20px;
        padding-right: 20px;
    }
}

