#content-promociones {
	width: 100%;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.owl-dots {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: calc(50% - 36px);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF0000;
}
.owl-theme .owl-dots .owl-dot span {
	background: #B0B0B0;
	width: 6px;
	height: 6px;
}

.owl-carousel .owl-item img {
	width: 100%;
	height: 300px;
}

#content-text-p {
	width: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#content-text-p>div {
	width: 50%
}
#content-text-p>div:first-child>img {
	width: 100%;
}
#content-text-p>div:last-child {
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
}
#content-text-p>div:last-child>h4 {
	color: #000000;
	margin-bottom: 5px;
	font-size: 25px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#content-text-p>div:last-child>h5 {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}
#content-slider-p {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#content-sede {
	width: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/commons/fondo-ubicacion.png");
	background-repeat: round;
	background-size: cover;
}

#content-sede>img {
	width: 18%;
	margin-bottom: 15px;
}
#content-sede>select {
	width: 156px;
	outline: none;
	padding: 5px 20px;
	background-color: #ff0000;
	border: none;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	margin-bottom: 15px;
	font-size: 20px;
}
#content-sede>option {
	outline: none
}


@media screen and ( min-width: 992px ) {	
	#content-sede {
		padding: 10px 20px 30px;
	}
}
