/* Galeria 1 */
.contenedor{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.galeria-1{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%), url('../img/galeria/Rectangle29.jpg');
    background-position: center;
    background-size: cover;
    height: 481px;
    padding: 0 185px 200px;
}
.galeria-1 h1{
    color: white;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Roboto Serif', serif;
}
.g1-sp-1{
    color: #e28140;
    font-family: 'Roboto Serif', serif;
}
.g1-sp-2{
    color: #ffc529;
    font-family: 'Roboto Serif', serif;
}

/*===========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: #dc914170;
	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: 1440px) {
    .galeria-1{
        padding-left: 100px;
        padding-right: 100px;
    }

}
@media (max-width: 1200px) {
    .galeria-1{
        padding-left: 60px;
        padding-right: 60px;
    }

}
@media (max-width: 992px) {
    .galeria-1{
        padding-left: 30px;
        padding-right: 30px;
        height: 550px;
    }
    .galeria-1 br{
        display: none !important;
        visibility: hidden !important;
    }

    .secc2-div{
        flex-direction: column;
        margin-top: 60px;
    }
    .imagen-galeria{
        width: 45%;
    }

}
@media (max-width: 768px) {
    .galeria-1{
        align-items: center !important;
        padding-bottom: 0;
        height: 450px;
    }
}
@media(max-width: 600px){
    .secc2-div-int-subdiv1-1{
        height: 500px;
    }
    .imagen-galeria{
        width: 100%;
    }
}

@media (max-width: 425px) {
    .galeria-1{
        padding-left: 20px;
        padding-right: 20px;
        height: 300px;
    }
    .galeria-1 h1{
        font-size: 1.5rem;
    }
    .galeria-1{
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media (max-width: 375px) {}