/* --------------- p�rrafo de galeria de imagenes --------------- */

.media_titulo_seccion {
	font-size: 30px;
	font-family: 'Poppins-SemiBold';
	padding-top: 50px;
}


.galeria_imagen_container {
	padding-left: 15px;
	padding-right: 15px;
	padding: 4rem 0rem 0rem 0rem;
}

#cboxMiddleLeft {
	width: unset
}

#cboxMiddleRight {
	width: unset
}

#cboxWrapper {
	background: unset;
}

#cboxContent {
	background: unset;
}

#cboxPrevious {
	background: url(../img/flecha_izq.png) !important;
	background-repeat: no-repeat !important;
	background-size: 40px !important;
	width: 50px;
	height: 50px;
	z-index: 99999;
	position: fixed;
	left: 25px;
	top: 50%;
}

#cboxNext {
	background: url(../img/flecha_der.png) !important;
	background-repeat: no-repeat !important;
	background-size: 40px !important;
	width: 50px;
	height: 50px;
	z-index: 99999;
	position: fixed;
	left: calc(100% - 75px);
	top: 50%;
}

#cboxClose {
	background: url(../img/icono_cerrar.png) !important;
	background-repeat: no-repeat !important;
	background-size: 30px !important;
	width: 30px;
	height: 30px;
	z-index: 99999999999;
	position: fixed;
	left: calc(100% - 75px);
	top: 2%;
}

#cboxCurrent {
	z-index: 99999;
	position: fixed;
	left: calc(100% - 75px);
	top: 1%;
	left: 35px;
	color: #ffffff;
	font-weight: 900;
	font-size: 14px;
}


.galeria_imagen_container #cboxPrevious {
	border: 12px solid red;
	position: absolute;
	top: 400px;
}

.galeria_item>#cboxPrevious {
	border: 12px solid green;
}

/* --------------- M E D I A S  Q U E R I E S --------------- */
/* XL */
@media (max-width: 1400px) {}

/* LG */
@media (max-width: 1200px) {}

/* MD */
@media (max-width: 992px) {
	.galeria_imagen_container {
		padding: 2rem 0rem 0rem 0rem;
	}
}

/* SM */
@media (max-width: 768px) {}

/* XS */
@media (max-width: 575px) {
	.galeria_imagen_container {
		padding: 1rem 0rem 0rem 0rem;
	}
}