body{
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

h1{
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #87774F;
}
h2{
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #87774F;
}
h3{
  font-style: normal;
  color: #87774F;
  line-height: 25px;
  font-size: 25px;
}
span{
  color: #87774F;
  padding-top: 5px;
}
hr{
  width: 20%;
  color: #87774F;
  border-width: 2px;
  border-style: solid;
}


.title-center{
  text-align: center;
}
.black-background{
  background-color: black;
}
.grey-background{
  background-color: grey;
}
.golden-background{
  background-color: #87774F;
  padding-top: 50px;
  padding-bottom: 50px;
}
.title-white{
  color: rgb(255, 255, 255);
}
.white-card{
  background-color: white;
  border-radius: 10px;
  margin: 0px 20px 0px 20px;
  padding: 0px 10px 0px 10px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.event-card{
  border: solid 1px;
  border-radius: 10px;
  margin-left: 40PX;
  margin-bottom: 20px;
  margin-top: 20px;
}
.card{
  padding-left: 10px;
  padding-right: 10px;
}
.card span{
  line-height: 10px;
}

.card h1{
  line-height: 10px;
}
.golden-button{
  background-color: #87774F;
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  width: 95%;
  border-radius: 10px;
  margin-top: 20px;
}
.golden-button a{
  color: white;
	text-decoration: none;
}
.golden-button:hover{
  background-color: #87774F;
  color: white;
	font-weight: bold;
}
.black-footer{
  background-color: black;
    padding-left: 10px;
}
footer p{
  color: white;
}
.menu-footer{
  color: white;
  font-size: 20px;
}
.menu-item{
  color: white;
  text-decoration: none;
  display: block;
}

.space{
  padding-top: 20px;
  padding-bottom: 50px;
}

.black-card{
  background-color: black;
  padding: 10px;
  border-radius: 20px;
  color: white;
  margin: 5px;
  text-align: center;
}
.golden-card{
  background-color: #87774F;
  padding: 10px;
  border-radius: 20px;
  color: white;
  margin: 5px;
  text-align: center;
}
.item-prog{
  list-style-type: decimal;
  line-height: 50px;
}


input{
  border: solid 1px #87774F;
  border-radius: 5px;
  line-height: 28px;
}

label{
  line-height: 30px;
}
input[type="submit"]{
  background-color: #87774F;
  color: white;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}


.header-background{
  background-image: url(../images/header.png);
  height: 250px;
}
.white a{
  color: white;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #87774F;
}
.title-white{
  color: #ffffff;
}
.btn-primary{
  background-color: #87774F;
  border-color: #87774F;
  color: #ffffff;
  border-radius: 30px;
}
.btn-primary:active{
  background-color: #87774F;
  border-color: #87774F;
  color: #ffffff;
  border-radius: 30px;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none !important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
  background-color: #87774F;
  border-color: #87774F;
  color: #ffffff;
  border-radius: 30px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
  background-color: #87774F;
  border-color: #87774F;
  box-shadow: none !important;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none !important;
}
.btn-primary:hover{
  background-color: #87774F;
  border-color: #87774F;
}
.golden-text{
  color: #87774F;
}
.black-background{
  background-color: black;
}
button{
    text-decoration: none;
}
@media (min-width: 768px){
.col-md-35 {
	flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
	width: 20%
}
}


/* Loading Overlay */
.loading-overlay-showing {
	overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}

.loading-overlay {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #FFF !important;
}

body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
	transition: all 0.2s;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out infinite bouncedelay;
	animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Loading Overlay Percentage */
.loading-overlay.loading-overlay-percentage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-overlay.loading-overlay-percentage .page-loader-progress-wrapper {
	display: flex;
	font-size: 65.6px;
	font-size: 4.1rem;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #212121;
}

.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .loading-overlay-background-layer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0px;
	background: #f4f4f4;
	z-index: 0;
	transition: ease width 300ms;
}

.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .page-loader-progress-wrapper {
	position: relative;
	z-index: 1;
}

/* Pulse */
.wrapper-pulse {
	margin-top: -60px;
}

.cssload-pulse-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: black;
}

.cssload-pulse-loader,
.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
	-webkit-animation: 1.15s infinite ease-in-out;
	animation: 1.15s infinite ease-in-out;
}

.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-pulse-loader {
	-webkit-animation-name: cssload-pulse-loader;
	animation-name: cssload-pulse-loader;
}

@-webkit-keyframes cssload-pulse-loader {
	from {
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes cssload-pulse-loader {
	from {
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		opacity: 0;
	}
}
 /* Personalizado para el menú */
 .main-navbar .nav-link {
  font-size: 1.15rem;         /* Aumenta legibilidad */
  letter-spacing: 0.03em;     /* Separación elegante */
  text-transform: uppercase;  /* MAYÚSCULAS a fuerza */
  font-weight: 300;          /* Negritas */
  transition: color 0.2s;
}
.main-navbar .nav-link.active,
.main-navbar .nav-link:focus,
.main-navbar .nav-link:hover {
  color: #eecd67 !important;  /* Dorado o color que desees al pasar o estar activo */
}
.main-navbar .navbar-brand img {
  max-width: 250px;           /* Ajusta para responsivo */
  height: auto;
}
@media (max-width: 576px){
  .main-navbar .navbar-brand img {
    max-width: 180px;         /* Más pequeño en móvil */
  }
  .main-navbar .nav-link {
    font-size: 1rem;
  }
}