body {
    /* Aquí el origen de la imagen */
    background-image: url(../img/1983.png);
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow-x: hidden;
}

.active-light{
	box-shadow: 0px 0px 0px rgb(0 0 0 / 50%) inset, 0px 0px 0px rgb(0 0 0 / 50%), 0 0 25px #debc77 inset, 0 0 20px #ff7100 inset, 0 0 25px #fff, 0 0 20px #ffb500, 0 0 25px rgb(192 189 255 / 50%);
}

.title-history{
    color: #e5ca9e;
}

.carousel-dark .carousel-caption {
    text-align: left;
}

.carousel-indicators {
	bottom: auto;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

.carousel-caption {
	top: 0;
	bottom: auto;
}

.carousel-caption p{
	font-size: 14px;
}

.carousel-caption h1, .carousel-caption p{
	text-transform: uppercase;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100px;
	margin: auto 2%;
	z-index: 10;
	cursor: pointer;
}

ol.carousel-indicators:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 4px;
	top: 30%;
	background-color: rgba(255, 255, 255, 0.5);
}

.content-historia {
    height: 4px;
    background-color: white;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 0;
    top: 30%;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-item .bd-placeholder-img{
	height:500px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #e5ca9e;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color:#e5ca9e;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.change-date{
	font-size: 2.5rem;
}

@media ( min-width : 992px) {
	p {
		color: #fff;
		font-weight: 100;
		letter-spacing: 1px;
	}
	.carousel-indicators {
		bottom: 2em;
		position: fixed;
	}
	.time-historia {
		position: static;
	}
	.fecha-historia {
		position: fixed;
		left: 50%;
		right: 50%;
		bottom: 7em;
		width: 100%;
		max-width: 300px;
		transform: translate(-50%, 50%);
	}
	.carousel-indicators li {
		margin: auto 2rem;
	}
}

@media only screen and (min-width: 992px) and (max-height : 735px){
	.font-size_0_7 {
		font-size: .93rem !important;
	}

	.logo {
		width: 120px;
	}

	.menu {
		padding: 15px 10px 30px;
	}

	section#historia p {
		font-size: 0.8rem;
	}
	h1{
		font-size: 2rem;
	}

	.carousel-caption p{
		font-size: 11px;
	}

	.carousel-caption{
		padding-top: 0; 
     	padding-bottom: auto;
	}

	.size-11 p {
		font-size: 8px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px){
    
	.carousel-item{
		overflow-y: scroll;
	}

}