/* 

Moonlight Template 

http://www.templatemo.com/tm-512-moonlight

*/

@keyframes seq-preloader {
  50% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

.seq-preloader {
  background: white;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s, opacity .5s;
}

.seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: #7a7a7a;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
  animation-delay: .15s;
}

.seq-preload-circle-3 {
  animation-delay: .3s;
}

.seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
  width: 8px;
  height:8px;
  background-color: #f4f4f4;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 16px;
  height: 16px;
}


/* MAIN CSS */

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@-webkit-keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
@keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
	overflow: hidden;
}

body {
  overflow: hidden;
  font-size: 100%;
}

nav {
	top: 10vh;
	bottom: 10vh;
  	text-align: center;
  	background: rgba(0, 0, 0, 0.5);
  	position: fixed;
  	z-index: 100;
  	height: 80vh;
  	left: 0;
  	width: 20%;
  	font-weight: 300;
  	font-size: 1rem;
}

nav em {
	font-style: normal;
	margin-left: 5px;
	font-size: 14px;
}

nav ul li i {
	width: 25px;
}

nav ul li a {
	font-size: 18px;
}

nav .mini-logo {
	display: none;
}

nav .logo {
	margin-top: 45px;
	padding: 0px 20px;
}

nav .logo img {
	max-width: 100%;
	overflow-y: hidden;
}

nav ul {
	margin-top: 60px;
  	text-align: left;
  	margin-left: 40px;
  	list-style-type: none;
  	height: 48vh;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  	-ms-flex-pack: distribute;
    justify-content: space-around;
}
nav ul li {
	margin: 25px 0px;
}
nav a, nav a:visited, nav a:active {
  color: #fff;
}
nav a {
	text-decoration: none!important;
	font-size: 14px;
	letter-spacing: 0.5px;
  	-webkit-transition: color 2s, background 1s;
  	transition: color 2s, background 1s;
  	padding: 20px 30px;
  	position: relative;
  	z-index: 0;
}
nav a.active {
  background-color: #fff;
  color: #232323;
}
nav a::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
nav a:hover {
	text-decoration: none;
  -webkit-animation: fillColour 0.7s forwards ease-in-out;
          animation: fillColour 0.7s forwards ease-in-out;
}
nav a:hover::before {
  -webkit-animation: fill 0.7s forwards ease-in-out;
          animation: fill 0.7s forwards ease-in-out;
  opacity: 1;
}

.slides {
  width: 500vw;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.slides .slide {
  height: 100vh;
  width: 100vw;
  float: left;
  text-align: center;
  background-size: cover;
  background-position: center center;
  transition: background-image 1s ease-in-out;
}
.slides .slide .content {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 70%;
  height: 80%;
  left: 30%;
  top: 10%;
  bottom: 10%;
  background: rgba(0, 0, 0, 0.5);
}
.content::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* Add a thumb */
.content::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

.slides .slide:nth-child(1) {
  background-image: url(../img/thefirst_bg.jpg);
}
.slides .slide:nth-child(2) {
  background-image: url(../img/thefirst_bg.jpg);
}
.slides .slide:nth-child(3) {
  background-image: url(../img/thefirst_bg.jpg);
}
.slides .slide:nth-child(4) {
  background-image: url(../img/thefirst_bg.jpg);
 }
.slides .slide:nth-child(5) {
  background-image: url(../img/thefirst_bg.jpg);
}
.slides .slide img {
  width: 100%;
}


.main-btn a:hover {
	background-color: #fff;
	color: #232323!important;
}


.first-content {
	padding: 100px;
	text-align: left;
	padding-top: 13%;
}

.first-content .author-image img {
	margin-top: 15px;
	border-radius: 30px;
	max-width: 100%;
	overflow: hidden;
	float: left;
	margin-right: 35px;
}

.first-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.first-content p {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 26px;
	margin-bottom: 20px;
}

.first-content em {
	font-style: normal;
	font-weight: 600;
}

.first-content .main-btn {
	display: inline-block;
	margin-right: 15px;
}

.first-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	transition: all 0.5s;
}

.first-content .fb-btn {
	display: inline-block;
}

.first-content .fb-btn a {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #232323;
	text-decoration: none;
	transition: all 0.5s;
}

.first-content .fb-btn a:hover {
	color: #fff;
	background-color: transparent;
}


.second-content .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.second-content .container-fluid .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}

.second-content .right-image img {
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
	float: right;
}

.second-content .left-content {
	padding: 60px;
	text-align: left;
}

.second-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.second-content p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 30px;
}

.second-content a {
	color: #fff;
	text-decoration: underline;
}

.second-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}


.third-content {
	text-align: left;
	padding: 30px;
}

.third-content .container-fluid {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.third-content .first-section .left-content {
	margin-right: 15px;
	margin-top: 12px;
}

.third-content .first-section .right-image {
	margin-left: 15px;
}

.third-content .second-section {
	margin-top: 30px;
}

.third-content .second-section .right-content {
	margin-left: 15px;
	margin-top: 12px;
}

.third-content .second-section .left-image {
	margin-right: 15px;
}

.third-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.third-content p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}

.third-content .main-btn a {
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}

.third-content .col-md-6 {
	margin: 0px;
	padding: 0px;
}


.fourth-content {
	padding: 5px;
}

.fourth-content .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

.fourth-content .container-fluid .col-md-4 {
	padding-right: 0px;
	padding-left: 0px;
}

.fourth-content .item {
	margin: 10px;
}

.fourth-content .item img {
	max-width: 100%;
	overflow: hidden;
}

.fourth-content .item .thumb {
	position: relative;
}

.fourth-content .item .hover-effect {
	text-align: left;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.95);
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
}

.fourth-content .item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

.fourth-content .item .hover-effect .hover-content {
	transform: translateY(-50%);
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 30px;
}

.fourth-content .item .hover-effect h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.fourth-content .item .hover-effect p {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



.fifth-content .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.fifth-content .container-fluid .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.fifth-content #map {
	padding: 50px 0px 50px 50px;
}

.fifth-content #contact {
	padding: 50px 50px 50px 50px;
}

.fifth-content input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.fifth-content textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.fifth-content button {
	max-width: 100%;
	width: 100%;
    display: inline-block;
	border: 2px solid #fff;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0px;
	transition: all 0.5s;
}

.fifth-content button:hover {
	color: #232323;
	background-color: #fff;
}

.footer .content {
	left: 30%;
	width: 70%;
	max-width: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}

.footer .content p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

.footer .content p a {
	color: #aaa;
	text-decoration: none;
}



/* REPONSIVE */

@media (max-width: 991px) {

	nav ul {
  		margin-left: 25px;
  	}

	.first-content {
		text-align: center;
		padding: 50px;
	}

	.first-content .author-image img {
		max-width: 195px;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.third-content .first-section {
		border-bottom: 1px solid rgba(250,250,250,0.3);
		padding-bottom: 45px;
		margin-bottom: 45px;
	}

	.third-content .first-section .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.third-content .first-section .right-image {
		margin-left: 0px;
	}

	.third-content .second-section .right-content {
		margin-left: 0px;
		margin-top: 30px;
	}


	.third-content .second-section .left-image {
		margin-right: 0px;
	}

	.fifth-content #map {
		padding: 30px 30px 30px 30px;
	}

	.fifth-content #contact {
		padding: 30px 30px 30px 30px;
	}

}

@media (max-width: 749px) {

	nav {
		width: 15vh;
	}

	nav .logo {
		display: none;
	}

	nav .mini-logo {
		margin-top: 60px;
		display: block;
	}

	nav ul {
		text-align: center;
		margin-left: 0px;
	}


	nav ul li em {
		display: none;
	}

	nav ul li i {
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}

	.first-content {
		padding: 30px 5px;
	}

	.first-content .main-btn {
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.second-content .left-content {
		padding: 30px;
		text-align: left;
	}

	.fourth-content .item .hover-effect h2 {
		font-size: 15px;
	}


	.fifth-content #map {
		padding: 15px 15px 15px 15px;
	}

	.fifth-content #contact {
		padding: 15px 15px 15px 15px;
	}

}

@media(max-width: 450px) {
	nav ul {
		margin-top: 30px;
	}
	nav ul li {
		margin: 10px 0px;
	}
	nav a {
	  	padding: 15px 20px;
	}
}

/* =============================================
   NEW STYLES: Presentaciones, Galería, Contacto
   ============================================= */

/* Section Header with Tabs */
.section-header {
    text-align: left;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.section-header h2 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
    flex-shrink: 0;
}
.section-header h2 i {
    margin-right: 8px;
    color: #f96d38;
}

/* Tabs */
.pres-tabs, .gal-tabs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.pres-tab, .gal-tab {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
}
.pres-tab:hover, .gal-tab:hover {
    background: rgba(255,255,255,0.2);
}
.pres-tab.active, .gal-tab.active {
    background: #f96d38;
    border-color: #f96d38;
    color: #fff;
}
.pres-tab i, .gal-tab i {
    margin-right: 5px;
}

/* Panels */
.pres-panel {
    display: none;
}
.pres-panel.active {
    display: block;
}

/* Calendar */
#event-calendar {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    max-width: 500px;
}
.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.cal-nav {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}
.cal-nav:hover {
    background: rgba(255,255,255,0.2);
}
.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 5px;
}
.cal-weekday {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    padding: 5px 0;
}
.cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.cal-day {
    text-align: center;
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
    position: relative;
}
.cal-day:hover {
    background: rgba(255,255,255,0.15);
}
.cal-day.cal-other {
    color: rgba(255,255,255,0.2);
}
.cal-day.cal-today {
    background: rgba(249,109,56,0.3);
    font-weight: 700;
}
.cal-day.cal-has-event {
    font-weight: 700;
    color: #f96d38;
}
.cal-day.cal-has-event:hover {
    background: rgba(249,109,56,0.3);
}
.cal-event-dot {
    width: 5px;
    height: 5px;
    background: #f96d38;
    border-radius: 50%;
    margin: 2px auto 0;
}

/* Event Card (Upcoming) */
.event-card {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
}
.event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    border-color: rgba(249,109,56,0.3);
}
.event-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.event-card-body {
    padding: 15px;
    position: relative;
}
.event-card-date {
    position: absolute;
    top: -30px;
    right: 15px;
    background: #f96d38;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    min-width: 50px;
}
.event-card-day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.event-card-month {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}
.event-card-body h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding-right: 60px;
}
.event-card-venue, .event-card-time {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    margin: 0 0 4px 0;
    letter-spacing: 0.3px;
}
.event-card-venue i, .event-card-time i {
    margin-right: 5px;
    color: #f96d38;
    width: 14px;
}
.event-card-btn {
    background: transparent;
    border: 1px solid #f96d38;
    color: #f96d38;
    padding: 6px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    transition: all 0.3s;
}
.event-card-btn:hover {
    background: #f96d38;
    color: #fff;
}

/* Past Event Card */
.past-event-card {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
}
.past-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    border-color: rgba(249,109,56,0.3);
}
.past-event-img {
    height: 160px;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
}
.past-event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.past-event-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(255,255,255,0.2);
}
.past-event-body {
    padding: 12px 15px;
}
.past-event-body h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
}
.past-event-venue, .past-event-date, .past-event-desc {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    margin: 0 0 3px 0;
}
.past-event-body i {
    margin-right: 5px;
    color: #f96d38;
    width: 12px;
}
.past-event-desc {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    margin-top: 5px;
}

/* Venues Grid */
.venue-card {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.venue-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    border-color: rgba(249,109,56,0.3);
}
.venue-card img {
    max-width: 100%;
    max-height: 120px;
    margin-bottom: 12px;
    object-fit: contain;
}
.venue-card h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255,255,255,0.5);
}
.empty-state i {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.2);
}
.empty-state p {
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Gallery Tabs */
.gal-tabs {
    margin-left: auto;
}
.gal-tab {
    padding: 8px 16px;
    font-size: 12px;
}
.gal-tab i {
    font-size: 14px;
}

/* Gallery Items */
.fourth-content .item {
    margin: 10px;
}
.fourth-content .item .thumb {
    position: relative;
}
.fourth-content .item .hover-effect {
    text-align: left;
    position: absolute;
    color: #fff;
    background-color: rgba(0,0,0,0.92);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 2;
}
.fourth-content .item:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}
.fourth-content .item .hover-effect .hover-content {
    transform: translateY(-50%);
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 25px;
}
.fourth-content .item .hover-effect h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f96d38;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 8px;
    margin-top: 0;
}
.fourth-content .item .hover-effect p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: rgba(255,255,255,0.8);
}
.audio-play-btn, .video-play-btn {
    text-align: center;
    margin-top: 15px;
}
.audio-play-btn i, .video-play-btn i {
    font-size: 48px;
    color: #f96d38;
    transition: all 0.3s;
}
.audio-play-btn i:hover, .video-play-btn i:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Add Item Button */
.btn-add-item {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border: 1px dashed rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.6);
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-add-item:hover {
    background: rgba(255,255,255,0.15);
    border-color: #f96d38;
    color: #f96d38;
    text-decoration: none;
}
.btn-add-item i {
    margin-right: 5px;
}

/* ===== CONTACT SECTION REDESIGN ===== */
.fifth-content {
    overflow-x: hidden;
}
.fifth-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fifth-content .container-fluid .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.contact-info-card, .contact-form-card {
    padding: 15px 15px;
    text-align: left;
}
.contact-info-card h2, .contact-form-card h2 {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 2px solid #f96d38;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 25px;
    margin-top: 0;
}
.contact-info-card h2 i, .contact-form-card h2 i {
    margin-right: 8px;
    color: #f96d38;
}
.contact-form-card p {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s;
}
.contact-item:hover {
    background: rgba(0,0,0,0.35);
    border-color: rgba(249,109,56,0.2);
    transform: translateX(5px);
}
.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #f96d38, #e85a2a);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.contact-detail {
    flex: 1;
}
.contact-detail h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
    font-weight: 500;
}
.contact-detail p {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}
.contact-detail p a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s;
}
.contact-detail p a:hover {
    color: #f96d38;
    border-bottom-color: #f96d38;
    text-decoration: none;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s;
    border: none !important;
}
.social-link.facebook {
    background: #3b5998;
}
.social-link.twitter {
    background: #1da1f2;
}
.social-link.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.social-link.whatsapp {
    background: #25d366;
}
.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Contact Form */
.fifth-content input, .fifth-content textarea {
    border-radius: 8px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: rgba(255,255,255,0.08);
    outline: none;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: none;
    line-height: 42px;
    height: 42px;
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.fifth-content input:focus, .fifth-content textarea:focus {
    background: rgba(255,255,255,0.12);
    border-color: #f96d38;
}
.fifth-content textarea {
    height: 130px;
    max-height: 180px;
    line-height: 1.5;
    padding-top: 12px;
}
.fifth-content input::placeholder, .fifth-content textarea::placeholder {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
}
.fifth-content button.btn {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    background: linear-gradient(135deg, #f96d38, #e85a2a);
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 600;
}
.fifth-content button.btn:hover {
    background: linear-gradient(135deg, #e85a2a, #d4481c);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(249,109,56,0.4);
}
.fifth-content button.btn i {
    margin-right: 8px;
}

/* ===== EVENT MODAL ===== */
.event-modal-content {
    background: #1a1a2e !important;
    color: #fff;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.1);
}
.event-modal-content .modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 15px 20px;
}
.event-modal-content .modal-header .close {
    color: #fff;
    opacity: 0.7;
    font-size: 28px;
}
.event-modal-content .modal-header .close:hover {
    opacity: 1;
}
.event-modal-content .modal-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.event-modal-content .modal-title i {
    color: #f96d38;
    margin-right: 8px;
}
.event-modal-content .modal-body {
    padding: 20px;
}
.event-flyer-img {
    max-width: 100%;
    max-height: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.event-no-flyer {
    padding: 60px 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
    border: 2px dashed rgba(255,255,255,0.1);
    text-align: center;
}
.event-no-flyer i {
    font-size: 48px;
    color: rgba(255,255,255,0.15);
    display: block;
    margin-bottom: 10px;
}
.event-no-flyer p {
    color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin: 0;
}
.event-info-col {
    padding-left: 25px !important;
}
.event-detail-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.event-detail-venue {
    color: #f96d38;
    font-size: 15px;
    margin: 0 0 8px 0;
}
.event-detail-venue i {
    margin-right: 8px;
}
.event-detail-date {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 0 0 15px 0;
}
.event-detail-date i {
    margin-right: 8px;
    color: #f96d38;
}
.event-detail-description {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.event-map-container {
    margin-bottom: 15px;
    display: none;
}
.event-map-iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 8px;
}

/* Share */
.event-share {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
}
.event-share h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}
.event-share h4 i {
    color: #f96d38;
    margin-right: 6px;
}
.share-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.share-btn {
    border: none;
    padding: 8px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.share-btn i {
    font-size: 14px;
}
.share-email { background: #6c757d; }
.share-copy { background: #17a2b8; }
.share-whatsapp { background: #25d366; }
.share-facebook { background: #3b5998; }
.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    opacity: 0.9;
    color: #fff;
}

/* Audio Player Overlay */
.audio-player-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audio-player-container {
    background: #1a1a2e;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    border: 1px solid rgba(255,255,255,0.1);
}
.audio-player-container h4 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 16px;
    text-align: center;
}
.audio-player-container audio {
    width: 100%;
    margin-bottom: 15px;
}
.audio-close-btn {
    display: block;
    width: 100%;
    padding: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.audio-close-btn:hover {
    background: rgba(255,255,255,0.2);
}

/* Video Play Modal fix */
.modal-open .modal {
    z-index: 1050;
}
#videoModal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Spacing helpers */
.mt-3 { margin-top: 15px; }
.mt-4 { margin-top: 20px; }
.text-center { text-align: center; }

/* Responsive for new sections */
@media (max-width: 991px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .gal-tabs {
        margin-left: 0;
    }
    .event-info-col {
        padding-left: 15px !important;
        padding-top: 20px;
    }
    .event-modal-content .modal-body .row {
        display: flex;
        flex-direction: column;
    }
    .contact-item {
        padding: 12px;
    }
}
@media (max-width: 749px) {
    .section-header h2 {
        font-size: 18px !important;
    }
    .pres-tab, .gal-tab {
        padding: 6px 12px;
        font-size: 11px;
    }
    .cal-day {
        padding: 5px 2px;
        font-size: 12px;
    }
    #event-calendar {
        padding: 10px;
    }
    .contact-info-card, .contact-form-card {
        padding: 12px;
    }
    .contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }
    .contact-detail p {
        font-size: 13px !important;
    }
    .share-buttons {
        flex-direction: column;
    }
    .share-btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 450px) {
    .past-event-img {
        height: 120px;
    }
    .event-card-img img {
        height: 120px;
    }
}

/* ===== FLOATING WHATSAPP BUTTON ===== */
.float-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
}
.float-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.5);
    color: #fff;
    text-decoration: none;
}
.float-whatsapp i {
    font-size: 24px;
}
.float-whatsapp-text {
    display: inline;
}
@media (max-width: 749px) {
    .float-whatsapp {
        padding: 10px 14px;
        font-size: 12px;
        bottom: 15px;
        right: 15px;
    }
    .float-whatsapp-text {
        display: none;
    }
    .float-whatsapp i {
        font-size: 22px;
    }
}

/* ===== VENUE MODAL ===== */
.venue-card {
    cursor: pointer;
}
.venue-modal-logo {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}
.venue-detail-desc {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.venue-contact-list, .venue-social-list {
    margin-bottom: 12px;
}
.venue-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    margin-bottom: 6px;
}
.venue-contact-item i {
    width: 18px;
    color: #f96d38;
    font-size: 14px;
}
.venue-contact-item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s;
}
.venue-contact-item a:hover {
    color: #f96d38;
    border-bottom-color: #f96d38;
}
.venue-social-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none !important;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: all 0.3s;
}
.venue-social-item:hover {
    transform: translateY(-2px);
    color: #fff !important;
}
.venue-social-item.facebook { background: #3b5998; }
.venue-social-item.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.venue-social-item.tiktok { background: #000; }
.venue-social-item.website { background: #6c757d; }
.venue-social-item i { font-size: 14px; }

/* ===== REPERTORIO MODAL ===== */
.repertorio-intro {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}
.repertorio-category {
    margin-bottom: 20px;
    background: rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.05);
}
.repertorio-category h3 {
    color: #f96d38;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.repertorio-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 4px 15px;
}
.repertorio-category li {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 5px 0 5px 18px;
    position: relative;
    line-height: 1.5;
}
.repertorio-category li::before {
    content: "♪";
    position: absolute;
    left: 0;
    color: #f96d38;
    font-size: 14px;
}
@media (max-width: 749px) {
    .repertorio-category ul {
        grid-template-columns: 1fr;
    }
}
.enlace-placeholder {
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.enlace-placeholder .enlace-icon i {
    font-size: 48px;
    color: #f96d38;
}
.fourth-content .item .image {
    height: 200px;
    overflow: hidden;
}
.fourth-content .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* GoicoSOFT 2026 (c). ID: 202606300320 */