/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

/* PRIMARY COLOR*/
/* #a02420 (160,36,32)*/

/* SECONDARY COLOR*/
/* #787976 */

body,
p {
	color: #787976;
	font: 600 1rem/1.5625rem "Open Sans", sans-serif;
}

body {
	background-color: #171819;
}

hr {
	border-top: 2px solid #eeeeee;
}

.p-large {
	font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

.p-heading {
	margin-bottom: 3.5rem;
	text-align: center;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
	text-align: justify;
}

.modal-dialog-concerts .li-space-lg li {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: justify;
}

.modal-body {
	padding-top: 1rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.modal-header {
	padding-top: 0rem !important;
	padding-bottom: 1rem !important;
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.indent {
	padding-left: 1.25rem;
}

.text-container {
	text-align: left;
}

.text-container p {
	text-align: justify;
}

h1 {
	color: #484a46;
	font: 700 2.5rem/3rem "Monserrat", sans-serif;
}

h2 {
	color: #484a46;
	font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3 {
	color: #484a46;
	font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h4 {
	color: #484a46;
	font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

h5 {
	color: #484a46;
	font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
}

h6 {
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

.h7 {
	color: #484a46;
	font: 600 0.85rem "Montserrat", sans-serif !important;
	margin-bottom: 1rem;
}

a {
	color: #a02420;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a.white,
.white {
	color: #dfe5ec;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

strong {
	color: #484a46;
}

.section-title {
	margin-bottom: 1rem;
	color: #a02420;
	font: 500 2rem "Montserrat", sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #a02420;
	border-radius: 0.25rem;
	background-color: #a02420;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #a02420;
	text-decoration: none;
}

.right-btn {
	float: inline-end;
}

.btn-solid2-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: #787976;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid2-reg:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #787976;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1rem 5.5rem 1rem 5.5rem;
	border: 0.125rem solid #a02420;
	border-radius: 0.25rem;
	background-color: #a02420;
	color: #fff;
	font: 700 0.85rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: 0.25rem;
}

.btn-solid-lg:hover {
	color: #a02420;
	border-color: white;
	background-color: white;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: rgba(0, 0, 0, 0);
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: rgba(0, 0, 0, 0);
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.9375rem 1.625rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: rgba(0, 0, 0, 0);
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute !important;
	top: 0.8rem;
	left: 1rem;
	color: #787976;
	opacity: 1;
	font: 700 1rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.label-control {
		top: 0.9rem !important;
	}
}

.form-control-input:focus + .label-control,
.form-control-input:not(:placeholder-shown) + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea:not(:placeholder-shown) + .label-control {
	transform: translateY(-0.75rem);
	opacity: 1;
	font-size: 0.7rem;
	color: #787976;
}

.empty-label {
	position: absolute !important;
	top: 0.8rem;
	left: 1rem;
	color: #787976;
	opacity: 1;
	font: 700 1rem/1.375rem "Open Sans", sans-serif !important;
	cursor: text;
	transition: all 0.2s ease;
	transform: translateY(0rem) !important;
}

.blank-date-placeholder {
	color: rgba(0, 0, 0, 0) !important;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	height: 3rem;
	padding-top: 1.35rem;
	padding-bottom: 0.35rem;
	padding-left: 1rem;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #787976;
	font: 700 1rem/1.375rem "Open Sans", sans-serif !important;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
	/* you should keep these first rules in place to maintain cross-browser behavior */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url("../images/down-arrow.png");
	background-size: 10px;
	background-position: 96% 50%;
	background-repeat: no-repeat;
	outline: none;
}

.label-control-select {
	position: absolute !important;
	top: 3.3rem;
	left: 1rem;
	color: #787976;
	opacity: 1;
	font: 700 1rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

select::-ms-expand {
	display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.35rem;
	padding-left: 1rem;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #787976;
	font: 400 1rem/1.5625rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 600 0.9rem/1.375rem "Open Sans", sans-serif;
}

input[type="checkbox"] {
	margin-left: 0.25rem;
	margin-right: 1rem;
	scale: 1.5;
	accent-color: #a02420;
}

input[type="radio"] {
	margin-left: 0.25rem;
	margin-right: 0.5rem;
	scale: 1.5;
	accent-color: #a02420;
}

label {
	font: 700 1rem "Open Sans", sans-serif;
}
input::-webkit-date-and-time-value {
	text-align: left;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	input[type="checkbox"] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.175rem solid #a02420;
	border-radius: 0.25rem;
	background-color: #a02420;
	color: #fff;
	font: 700 0.85rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #a02420;
	color: #a02420;
}

/* Form Success And Error Message Formatting */
.help-block.with-errors .list-unstyled {
	color: #a02420 !important;
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	text-align: left !important;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
	transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */

/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(60, 0, 0, 1));
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

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

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

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

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

/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background-color: #171819;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.5);
	font: 500 0.8rem/0.875rem "Montserrat", sans-serif;
	transition: all 0.2s;
}

.navbar-custom .navbar-brand {
	font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
	width: 1rem;
	height: 1rem;
	margin-right: -0.5rem;
	margin-left: -0.25rem;
	-webkit-backface-visibility: hidden;
	border-radius: 0 !important;
}

.navbar-custom .navbar-brand.logo-text {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font: 1000 calc(0.5em + 0.9vw) "Montserrat", sans-serif;
	color: #fff;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 1000;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #a02420;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar-custom .dropdown-toggle:focus {
	/* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #171819;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #171819;
}

.navbar-custom .dropdown-item .item-text {
	font: 700 0.75rem "Montserrat", sans-serif !important ;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #a02420 !important;
}

.navbar-custom .dropdown-item.active {
	background-color: #171819 !important;
	font-weight: bolder !important;
	color: #a02420 !important;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.75rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 1.5rem;
}

.navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-times {
	display: none;
}

.navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-bars {
	display: inline-block;
}

.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-bars {
	display: none;
}

.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-times {
	display: inline-block;
	margin-right: 0.125rem;
}

/*********************/
/*    04. Header     */
/*********************/
.header {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(75, 0, 0, 0.65));
	height: calc(100vh - calc(100vh - 100%));
	background-size: cover !important;
	overflow: hidden;
}

.header-concert {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(75, 0, 0, 0.65));
	height: calc(100vh - calc(100vh - 100%));
	background-size: cover !important;
	overflow: hidden;
}

.header .header-content {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding-top: 1rem;
}

.header-concert .header-content .row {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding-top: 3rem !important;
}

.header h1 {
	color: #fff;
	font: 600 calc(1.4rem + 1.25vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.header h2 {
	color: #fff;
	font: 300 calc(0.75rem + 1.25vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.header h3 {
	color: #fff;
	font: 500 calc(1rem + 0.5vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.header-concert h1 {
	color: #fff;
	font: 600 calc(2.25rem + 1vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.header-concert h2 {
	color: #fff;
	font: 300 calc(0.75rem + 1.25vw) "Montserrat", sans-serif !important;
	text-align: center;
	padding-top: 2.5rem;
}

.header-concert h3 {
	color: #fff;
	font: 500 calc(1rem + 0.5vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.confirm h1 {
	color: #fff;
	font: 600 calc(1.2rem + 1.25vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.confirm h2 {
	color: #fff;
	font: 300 calc(0.85rem + 1vw) "Montserrat", sans-serif !important;
	text-align: center;
}

.header .p-large {
	color: #dfe5ec;
}

.header .fa-stack,
.header-concert .fa-stack {
	width: 3.25rem;
	height: 3.25rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.header .fa-stack .hexagon,
.header-concert .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
	left: 0;
}

.header .fa-stack:hover .hexagon,
.header-concert .fa-stack:hover .hexagon {
	background: url("../images/hexagon-white.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.header .fa-stack-1x,
.header-concert .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.header .fa-stack:hover .fa-stack-1x,
.header-concert .fa-stack:hover .fa-stack-1x {
	color: #a02420;
}

.botones-header {
	align-items: center;
	display: block;
	margin-top: 1.5rem !important;
	text-align: center;
	font: 100 1rem/1.5625rem "Open Sans", sans-serif;
}

.boton-ventas {
	font: 1000 calc(1rem + 0.5vw) "Montserrat", sans-serif;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.space {
	margin-top: 1.5rem !important;
	scale: 1;
}

/*Tablet Landscape*/
@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px) {
	.space {
		scale: 0.8 !important;
	}
}

/*Tablet or mobile Portrait*/
@media (orientation: portrait) {
	.header-concert {
		height: calc(1.45 * calc(100vh - calc(100vh - 100%)));
	}
}

/* Min-width width 768px */
@media (min-width: 768px) {
	.header-concert {
		height: calc(100vh - calc(100vh - 100%)) !important;
	}
}

/* Mobile Landscape */
@media (orientation: landscape) and (max-width: 992px) {
	.header-concert {
		height: calc(1.5 * calc(100vh - calc(100vh - 100%))) !important;
	}
}

/*********************/
/*     05. Intro     */
/*********************/
.basic-1 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: white;
	overflow: hidden;
}

.basic-1 h2 {
	margin-bottom: 1.375rem;
}

.basic-1 .section-title {
	margin-top: 1.5rem;
}

.basic-1 .testimonial-author {
	color: #484a46;
}

.patrocinadores {
	display: flex;
	justify-content: center;
	align-items: center;
}

.patrocinadores a img {
	padding-right: 1rem;
	padding-left: 1rem;
}

@media (max-width: 768px) {
	.patrocinadores {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.patrocinadores a img {
		height: auto; /* Esto puede ser útil si necesitas que los logos sean más flexibles */
		margin-top: 1rem;
		max-height: 2.35rem;
	}
}

/* Hover Animation */
.image-container {
	overflow: hidden;
	border-radius: 0.25rem;
	vertical-align: middle;
	width: 100%;
}

.image-container img {
	margin: 0;
	border-radius: 0.25rem;
	transition: all 0.3s;
	vertical-align: middle;
}

.image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/* end of hover animation */

/***************************/
/*     06. Description     */
/***************************/
.cards-1 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: white;
	overflow: hidden;
}

.cards-1 .col-md-4 {
	border: none;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: justify;
}

.cards-1 .fa-stack {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	line-height: 6rem;
	text-align: left;
}

.cards-1 .fa-stack .hexagon {
	position: absolute;
	width: 6rem;
	height: 6rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 6rem 6rem;
}

.cards-1 .fa-stack-1x {
	color: #fff;
	font-size: 2rem;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}

/****************************/
/*     10. Testimonials     */
/****************************/
.slider {
	background-color: white;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	overflow: hidden;
}

.slider h2 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.slider .slider-container {
	position: relative;
}

.slider .swiper-container {
	position: static;
	width: 90%;
	height: 5rem;
}

.slider .swiper-button-prev:focus,
.slider .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider .swiper-button-prev {
	left: 1rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider .swiper-button-next {
	right: 1rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider .card {
	position: relative;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

/************************/
/*     12. Projects     */
/************************/
.filter {
	background-color: #171819;
	overflow: hidden;
}

.filter h2,
.filter .section-title {
	text-align: center;
}

.filter h2 {
	margin-bottom: 3.25rem;
}

.filter .button-group {
	padding: 0.5rem;
	text-align: center;
}

.filter .button-group a {
	display: inline-block;
	margin-right: 0.1875rem;
	margin-left: 0.1875rem;
	padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
	background-color: #f1f4f7;
	color: #7b7e85;
	font: 700 0.75rem/1.25rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
}

.filter .button-group a:hover {
	background-color: #a02420;
	color: #fff;
}

.filter .button-group a.button.is-checked {
	background-color: #a02420;
	color: #fff;
}

.filter .grid {
	margin-top: 1.25rem;
}

/* Hover Animation */
.filter .element-item {
	position: relative;
	padding: 0.5rem !important;
	float: left;
	width: 100% !important;
}

.filter .element-item img {
	max-width: 100%;
	margin: 0rem;
	border-radius: 0.25rem;
}

.filter .element-item:hover {
	border: white 0.15rem solid;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 1rem rgba(255, 255, 255, 0.25);
	transition: all 0.1s ease-in-out !important;
}

/* end of hover animation */

.filter .btn-solid-lg-red,
.news .btn-solid-lg-red {
	display: inline-block;
	border: 0.125rem solid #a02420;
	border-radius: 0.25rem;
	background-color: #a02420;

	transition: all 0.2s;
	margin-top: 0.5rem;
	text-align: center;
}

.filter .btn-solid-lg-red:hover,
.news .btn-solid-lg-red:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #a02420;
	background-color: white;
	text-decoration: none;
}

.filter .btn-solid-lg-green,
.news .btn-solid-lg-green {
	display: inline-block;
	border: 0.125rem solid #20a040;
	border-radius: 0.25rem;
	background-color: #20a040;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: 0.5rem;
	text-align: center;
}

.filter .btn-solid-lg-green:hover,
.news .btn-solid-lg-green:hover {
	color: #20a040;
	background-color: white;
	text-decoration: none;
}

.disabled {
	color: white !important;
}

.btn-group .btn {
	width: 50%;
	padding: 0.25rem 0rem 0.25rem 0rem;
	color: white;
	font: 600 calc(0.75rem + 0.1vw) "Montserrat", sans-serif;
}
.btn-group {
	width: 100%;
}

/********************/
/*     14. Team     */
/********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #171819;
	text-align: center;
	color: white;
	overflow: hidden;
}

.basic-2 .section-title {
	margin-top: 0.75rem;
}

.basic-2 h3 {
	margin-bottom: 1rem;
}

.basic-2 h5 {
	margin-bottom: 1rem;
}

.basic-2 p {
	margin-bottom: 2rem;
}

.basic-2 .team-member {
	display: inline-block;
	max-width: 13rem;
	margin-right: 1.5rem;
	margin-bottom: 3.5rem;
	margin-left: 1.5rem;
}

/* Hover Animation */
.basic-2 .image-wrapper {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.basic-2 .image-wrapper img {
	margin: 0;
	transition: all 0.3s;
}

.basic-2 .image-wrapper:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/* end of hover animation */

.basic-2 .team-member .p-large {
	margin-bottom: 0.25rem;
}

.basic-2 .team-member .job-title {
	margin-bottom: 0.75rem;
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

.basic-2 .fa-stack {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.125rem;
	margin-left: 0.125rem;
}

.basic-2 .fa-stack .hexagon {
	position: absolute;
	left: 0;
	width: 1.75rem;
	height: 1.75rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 1.75rem 1.75rem;
	transition: all 0.25s ease-in-out;
}

.basic-2 .fa-stack:hover .hexagon {
	background: url("../images/hexagon-white.svg") center center no-repeat;
	background-size: 1.75rem 1.75rem;
}

.basic-2 .fa-stack-1x {
	font-size: 0.6875rem;
	line-height: 1.75rem;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.basic-2 .fa-stack:hover .fa-stack-1x {
	color: #a02420;
}

/*********************/
/*     15. About     */
/*********************/
.counter {
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: hidden;
}

.counter .image-container {
	margin-bottom: 3rem;
}

.counter .image-container img {
	border-radius: 0.25rem;
}

.counter h2 {
	margin-bottom: 1.375rem;
}

.list-unstyled {
	margin-bottom: 1.5rem;
	margin-left: 0.6rem;
}

.list-unstyled .fas {
	color: #a02420;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.list-unstyled .media-body {
	margin-left: 0.625rem;
}

.counter #counter {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.counter #counter .cell {
	display: inline-block;
}

.counter #counter .counter-value {
	display: inline-block;
	color: #a02420;
	font: 700 3.25rem "Montserrat", sans-serif !important;
	vertical-align: middle;
	text-align: center;
	width: 6rem;
}

.counter #counter .counter-info {
	display: inline-block;
	line-height: 1.25rem;
	vertical-align: middle;
	font: 700 1.1rem "Montserrat", sans-serif !important;
	text-align: center;
}

/***********************/
/*     16. Contact     */
/***********************/
.form-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #eeeeee;
	overflow: hidden;
}

.form-2 h2 {
	margin-bottom: 1.375rem;
}

.form-2 .text-email {
	font: 700 1rem/1.375rem "Montserrat", sans-serif !important;
}

.form-2 .section-title {
	margin-top: 1rem;
}

.form-2 .list-unstyled {
	margin-bottom: 1.75rem;
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 0.875rem;
	color: #a02420;
}

.form-2 .list-unstyled .fa-phone {
	vertical-align: 3%;
}

.form-2 h3,
h4 {
	margin-bottom: 1rem;
}

.form-2 .fa-stack {
	margin-right: 0.5rem;
	margin-bottom: 0.75rem;
	margin-left: 0.5rem;
	width: 3.25rem;
	height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.25s ease-in-out;
	left: 0px;
}

.form-2 .fa-stack:hover .hexagon {
	background: url("../images/hexagon-white.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.form-2 .fa-stack:hover .fa-stack-1x {
	color: #a02420;
}

.form-2 .botones-header {
	align-items: center;
	display: block;
	text-align: center;
}

.form-2 form {
	margin-top: 1rem;
}

/**********************/
/*     17. Footer     */
/**********************/
.footer {
	padding-top: 3rem;
	background-color: #171819;
}

.container {
	max-width: 1170px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
}

.footer p {
	color: #bbbbbb;
	text-align: justify;
}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 1.5rem;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #a02420;
	height: 2px;
	box-sizing: border-box;
	width: 75px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col ul li:last-child {
	margin-bottom: 2rem;
}
.footer-col ul li a {
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	color: #bbbbbb;
	display: block;
	padding-left: 10px;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 15px;
}

.footer-col form ul li:last-child {
	margin-bottom: 0px !important;
}

.footer .botones-header {
	margin-top: 0rem !important;
}

.footer .fa-stack {
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: 0.1rem;
}

.footer .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
	left: 0;
}

.footer .fa-stack:hover .hexagon {
	background: url("../images/hexagon-white.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.footer .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #a02420;
}

/*responsive*/
@media (max-width: 767px) {
	.footer-col {
		width: 50%;
	}
}
@media (max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.footer .botones-header {
		margin-top: 1rem !important;
	}

	.footer .fa-stack {
		margin-bottom: 0rem !important;
		margin-top: 0rem !important;
	}
}

/*************************/
/*     18. Copyright     */
/*************************/
.copyright {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: #171819;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #dfe5ec;
	font-weight: 1000;
	text-decoration: none;
	font-size: 1rem;
	margin-bottom: 0px;
}

/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 1.2rem;
	bottom: 1rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	border-color: #a02420;
	border-style: solid;
	border-width: 0.25rem;
	background: #a02420 url("../images/up-arrow-white.png") no-repeat center 45%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	border-color: #a02420;
	background: #ffffff url("../images/up-arrow-red.png") no-repeat center 45%;
	background-size: 1.125rem 1.125rem;
}

/***************************/
/*     20. Extra Pages     */
/***************************/
.ex-header {
	padding-top: 5rem;
	padding-bottom: 3rem;
	background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(75, 0, 0, 0.65)),
		url("../images/slider/orquesta_palacio_background.webp") center center no-repeat;
	background-size: cover;
	text-align: center;
}
.ex-header h1 {
	color: #fff;
	font: 1000 calc(1.4rem + 0.9vw) "Montserrat", sans-serif;
}

.ex-basic-1 {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #eeeeee;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
}

.ex-basic-2 {
	padding-top: 4rem;
	padding-bottom: 2rem;
	background-color: white;
}

.ex-basic-2 h2,
h3 {
	margin-bottom: 1rem;
}

.ex-basic-2 .list-unstyled .fas {
	color: #a02420;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
	margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
	margin-top: 1.75rem;
}

/*****************************/
/*     21. Media Queries     */
/*****************************/
/* Min-width width 768px */
@media (min-width: 768px) {
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */

	.header h1 {
		font: 700 3.5rem/4rem "Montserrat", sans-serif;
	}
	/* end of header */

	/*Counter*/
	.counter #counter {
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
		text-align: left;
	}

	.counter #counter .cell {
		display: inline-block;
		width: 20rem;
	}

	.counter #counter .counter-value {
		display: inline-block;
		color: #a02420;
		font: 700 3.5rem "Montserrat", sans-serif;
		vertical-align: middle;
		text-align: right;
		margin-left: 0.75rem;
	}

	.counter #counter .counter-info {
		display: inline-block;
		line-height: 1.25rem;
		vertical-align: middle;
		font: 700 1.2rem "Montserrat", sans-serif;
		text-align: right;
		margin-left: 0.5rem;
	}

	/* Testimonials */
	.slider .swiper-button-prev {
		left: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}

	.slider .swiper-button-next {
		right: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	/* end of testimonials */

	/* Projects */
	.filter .element-item {
		width: 50% !important;
		height: fit-content !important;
		padding: 0.75rem !important;
	}

	.filter .element-item img {
		width: 100%;
	}
	/* end of projects */

	/* Contact */
	.form-2 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.form-2 .list-unstyled .address {
		display: block;
	}
	/* end of contact */

	/* Extra Pages */
	.ex-header {
		padding-top: 8rem;
		padding-bottom: 5rem;
	}

	.ex-basic-2 .form-container {
		margin-top: 0.5rem;
	}
	/* end of extra pages */
}
/* end of min-width width 768px */

/* Min-width width 992px */
@media (min-width: 992px) {
	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */

	/* Navigation */
	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		margin-left: 0.375rem;
		font-size: 0.8125rem;
	}

	.navbar-custom .navbar-brand {
		margin-right: 1rem;
	}

	.navbar-custom .fa-stack .hexagon {
		width: 1.625rem;
		height: 1.625rem;
		position: absolute;
		background: url("../images/hexagon-green.svg") center center no-repeat;
		background-size: 1.625rem 1.625rem;
		transition: all 0.25s ease-in-out;
	}

	.navbar-custom .fa-stack:hover .hexagon {
		background: url("../images/hexagon-white.svg") center center no-repeat;
		background-size: 1.625rem 1.625rem;
	}

	.navbar-custom .fa-stack-1x {
		font-size: 0.6875rem;
		line-height: 1.625rem;
		color: #fff;
		transition: all 0.25s ease-in-out;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #a02420;
	}
	/* end of navigation */

	.header .header-content {
		padding-top: 5rem !important;
	}

	.header .text-container {
		margin-top: 6.5rem;
	}

	/* end of header */

	/* Intro */
	.basic-1 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of intro */

	/* Description */
	.cards-1 .card {
		display: inline-block;
		max-width: 17.5rem;
		text-align: left;
		vertical-align: top;
	}

	.cards-1 div.card:nth-child(3n + 2) {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	/* end of description */

	/* About */
	.counter .image-container {
		margin-bottom: 0;
	}
	/* end of about */

	/* Contact */
	.form-2 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.form-2 .text-container {
		margin-bottom: 0;
	}
	/* end of contact */

	/* Extra Pages */
	.ex-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	/* end of extra pages */

	/* Projects */
	.filter .element-item {
		width: 33.3% !important;
		height: fit-content !important;
		padding: 0.75rem !important;
	}
}
/* end of min-width width 992px */

/* Min-width width 1200px */
@media (min-width: 1200px) {
	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */

	/* Navigation */
	.navbar-custom {
		padding: 2.125rem 1.5rem 2.125rem 2rem;
		box-shadow: none;
		background: rgba(0, 0, 0, 0);
	}

	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}

	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #a02420;
	}

	.navbar-custom.top-nav-collapse {
		padding: 0.375rem 1.5rem 0.375rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.5);
		background-color: #171819;
	}

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #a02420;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid rgba(0, 0, 0, 0);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */

	/* Navigation */
	.navbar-custom {
		padding-right: 5rem;
		padding-left: 5rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 5rem;
		padding-left: 5rem;
	}
	/* end of navigation */

	/* Intro */
	.basic-1 .text-container {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.basic-2 .text-container {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	/* end of intro */

	/* Description */
	.cards-1 .card {
		max-width: 21rem;
	}

	.cards-1 div.card:nth-child(3n + 2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of description */

	/* About */
	.counter {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	/* end of about */

	/* Contact */
	.form-2 .text-container {
		margin-right: 1.5rem;
	}

	.form-2 form {
		margin-left: 1.5rem;
	}
	/* end of contact */

	/* Extra Pages */
	.ex-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-header {
		padding-top: 10rem;
		padding-bottom: 7rem;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}
	/* end of extra pages */
}
/* end of min-width width 1200px */

/* Min-width width 1600px */
@media (min-width: 1600px) {
	/* Navigation */
	.navbar-custom {
		padding-right: 12rem;
		padding-left: 12rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 12rem;
		padding-left: 12rem;
	}
	/* end of navigation */
}
/* end of min-width width 1200px */

/*VIDEO*/
#video_background {
	position: fixed;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	background-size: cover;
}
#video_pattern {
	background: #fff;
	position: fixed;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/*---------------------------------------
     MODAL              
  -----------------------------------------*/

.modal-dialog {
	position: relative;
	max-width: 60rem;
	margin: 5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
}

.modal-dialog-small {
	position: relative;
	max-width: 30rem !important;
	margin: 10rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
}

.modal-dialog-concerts {
	position: relative;
	max-width: 75rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
}

.modal-dialog-concerts .modal-content {
	text-align: left;
}

.modal-dialog-pop-up {
	position: relative;
	margin-top: 15rem !important;
	max-width: 40rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
}

.modal-content .close {
	position: absolute;
	top: 2.25rem;
	right: 2.75rem;
}

.modal-content {
	padding: 2rem;
	text-align: justify;
}

.modal-header {
	display: inline-flexbox;
}

.modal-dialog .section-title {
	margin: 0rem !important;
	font-size: 1.75rem;
}

.modal-info {
	padding-bottom: 0.25rem !important;
}

.modal-info-line {
	border-top: 2px solid #eeeeee;
	padding-top: 0.5rem;
}

.fixed-bottom-modal {
	margin-top: 7.05rem;
}

@media (max-width: 992px) {
	.fixed-bottom-modal {
		margin-top: 0rem !important;
	}
}

/*---------------------------------------
	 CD CONTAINER              
  -----------------------------------------*/
.cd-container {
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.cd-container img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.cd-container img:nth-child(2) {
	z-index: 1;
	position: absolute;
}

.cd-container img:nth-child(1) {
	z-index: 2;
}

.cd-visible {
	transform: translateX(65%) rotate(185deg);
	transition: 3s;
}

/*---------------------------------------
	 WRAP IMAGES            
  -----------------------------------------*/

.left {
	width: 100% !important;
	margin-bottom: 1rem;
	border-radius: 0.25rem !important;
}

.right,
.right-orquesta {
	width: 100% !important;
	margin-bottom: 1rem;
	border-radius: 0.25rem !important;
}

/* Min-width width 768px */
@media (min-width: 768px) {
	.left {
		float: left;
		margin: 0 2rem 0.5rem 0;
		width: 34% !important;
		border-radius: 0.25rem !important;
	}

	.right {
		float: right;
		margin: 0 0 0.5rem 2rem;
		width: 34% !important;
		border-radius: 0.25rem !important;
	}

	.right-orquesta {
		float: right;
		margin: 0.25rem 0rem 0.5rem 2rem;
		width: 55% !important;
		border-radius: 0.25rem !important;
	}
}

.center {
	margin: 1rem 0rem 1rem 0;
}

.center img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0.25rem !important;
}

img {
	border-radius: 0.25rem !important;
}

iframe {
	border-radius: 0.25rem !important;
}

/*---------------------------------------
	Buttons       
  -----------------------------------------*/

.form-entry-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.175rem solid #a02420;
	border-radius: 0.25rem;
	background-color: #a02420;
	color: #fff;
	font: 700 0.85rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
	margin-bottom: 1rem;
	text-decoration: none;
	text-align: center;
	line-height: 2.75rem;
}

.form-entry-button-green {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.175rem solid #20a040;
	border-radius: 0.25rem;
	background-color: #20a040;
	color: #fff;
	font: 700 1rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
	margin-bottom: 1rem;
	text-decoration: none;
	text-align: center;
	line-height: 2.75rem;
}

.form-entry-button:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #a02420;
	color: #a02420;
	text-decoration: none;
}

.form-entry-button-green:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #20a040;
	color: #20a040;
	text-decoration: none;
}

/*---------------------------------------
	Separadores   
  -----------------------------------------*/
.separador {
	height: 375px;
}

.parallax-0 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/encuentro2025/rsz_1potes-cantabria-2.webp") center center no-repeat;
	background-size: cover;
}

.parallax-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/1.webp") center center no-repeat;
	background-size: cover;
}

.parallax-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/2.webp") center center no-repeat;
	background-size: cover;
}

.parallax-3 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/3.webp") center center no-repeat;
	background-size: cover;
}

.parallax-4 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/4.webp") center center no-repeat;
	background-size: cover;
}

.parallax-5 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/5.webp") center center no-repeat;
	background-size: cover;
}

.parallax-6 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/6.webp") center center no-repeat;
	background-size: cover;
}

.parallax-7 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/7.webp") center center no-repeat;
	background-size: cover;
}

.parallax-8 {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(100, 0, 0, 0.5)),
		url("../images/separadores/8.webp") center center no-repeat;
	background-size: cover;
}

/*---------------------------------------
	NOVEDADES   
  -----------------------------------------*/
.news p {
	text-align: left;
	margin-bottom: 0.5rem !important;
	font: 700 1rem "Open Sans", sans-serif !important;
}

.news p:last-child {
	margin-bottom: 0.75rem !important;
}

.news .card {
	display: inline-table;
	width: 100%;
	background-color: white;
	color: #989898;
	border-radius: 0.25rem;
	position: relative;
	overflow: hidden;
	border: 0px;
	margin-bottom: 1rem;
}

.news .date {
	display: table-cell;
	width: 15%;
	position: relative;
	text-align: center;
	border-right: 3px dashed #eeeeee;
}

.news .date:before,
.news .date:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-color: #eeeeee;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	border-radius: 50%;
}

.news .date:after {
	top: auto;
	bottom: -15px;
}

.news .date time {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news .date time span {
	display: block;
}

.news .date time span {
	color: #a02420;
	font: 1000 calc(2.5rem + 1vw) "Montserrat", sans-serif;
}

.news .date time span:last-child {
	text-transform: uppercase;
	color: #a02420;
	font: 1000 calc(1.5rem + 1vw) "Montserrat", sans-serif;
	margin-top: -10px;
}

.news .card-cont {
	display: table-cell;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}

.news .card-cont h3 {
	color: #3c3c3c;
}

.tags {
	font: 700 calc(0.8rem + 0.05vw) "Open Sans", sans-serif !important;
	color: #a02420 !important;
	text-transform: uppercase !important;
	margin-bottom: 1rem !important;
}

.tags:after {
	content: "";
	display: block;
	background-color: #a02420;
	height: 0.1rem;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0.15rem;
}

.news .btn-group .btn {
	width: 50%;
	padding: 0.25rem 0rem 0.25rem 0rem;
	font: 600 calc(0.7rem + 0.3vw) "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
	.news .card-cont {
		padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
	}

	.news .date {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.news img,
	.news iframe {
		margin-top: 1rem;
		padding-bottom: 1rem;
	}
}

/*---------------------------------------
	VIDEO GALLERY   
  -----------------------------------------*/
/* Start: Video Responsive */

.video-responsive {
	overflow: hidden;
	padding-bottom: 310px; /* Adecua este valor para controlar la altura del video */
	position: relative;
	height: 0;
	margin-bottom: 1.5rem;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	border-radius: 0.25rem !important;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 0.25rem !important;
}
/* End: Video Responsive */

/*---------------------------------------
	FORMS   
-----------------------------------------*/
.inscripciones {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(100, 0, 0, 0.75)),
		url("../images/slider/orquesta_palacio_background.webp") center center no-repeat;
	background-size: cover;
}

.section-title-ins {
	color: white;
	font: 1000 calc(1.4rem + 0.9vw) "Montserrat", sans-serif;
	text-align: center !important;
	text-transform: uppercase !important;
	padding: 3rem !important;
	padding-top: 3.5rem !important;
}

.inscripciones span {
	color: #3c3c3c;
	text-transform: none !important;
	font-weight: 500 !important;
	margin-left: 0.25rem !important;
}

.accordion .card {
	background-color: #eeeeee !important;
	border-radius: 0.5rem !important;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.75);
	padding: 0 !important;
	margin-bottom: 1.5rem !important;
}

.accordion .card-header {
	padding: 0.75rem !important;
	border-bottom-width: 5px !important;
	background-color: white !important;
}

.accordion .card-header .btn {
	color: #2f2f31;
	font-size: 1.04rem;
	text-align: left;
	position: relative;
	font-weight: 500;
	padding: 0.5rem !important;
	font: 1000 calc(0.75rem + 0.5vw) "Montserrat", sans-serif;
	text-transform: uppercase !important;
	color: #a02420 !important;
	text-decoration: none;
}

.accordion .card-header .btn:disabled,
button[disabled] {
	color: #3c3c3c !important;
}

.accordion .card-header i {
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 2.5px;
	display: inline-block;
	margin: 0.5rem;
}

.accordion .card-header .btn:hover {
	color: #ff8300 !important;
}

.accordion .highlight .btn {
	color: #74bd30 !important;
}

.accordion .list-unstyled .fas,
.accordion .list-unstyled .fab {
	margin-right: 0.5rem;
	font-size: 1rem !important;
	font-weight: 1000 !important;
	color: #a02420;
}

.accordion .list-unstyled .fa-square {
	margin-right: 0.05rem;
	font-size: 0.5rem !important;
	font-weight: 1000 !important;
	color: #a02420;
	position: relative;
	top: 0.1rem !important;
}

.accordion .variable-font-size {
	font: 700 calc(0.75rem + 0.25vw) "Montserrat", sans-serif;
}

.accordion .fa-stack {
	width: 3.25rem;
	height: 3.25rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.accordion .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url("../images/hexagon-green.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
	left: 0;
}

.accordion .fa-stack:hover .hexagon {
	background: url("../images/hexagon-white.svg") center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.accordion .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	text-align: center;
	padding-left: 0.5rem;
	color: #fff;
	transition: all 0.25s ease-in-out;
}

.accordion .fa-stack:hover .fa-stack-1x {
	color: #a02420;
}

.accordion textarea {
	height: 8.35rem !important;
}

.accordion p {
	text-align: justify !important;
}

.accordion .calendar-info {
	margin-bottom: 0rem !important;
}

.importante {
	color: #a02420 !important;
	margin-bottom: 1rem !important;
}

.linea-izq {
	border-top: 3px solid lightgray;
	padding-top: 1rem;
}

.space-after {
	margin-bottom: 1rem;
}

.pad-right {
	padding-right: 0rem;
}

.accordion .section-title {
	color: #a02420 !important;
	font-size: 1.9rem;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.accordion .tags {
	margin-top: 0.75rem;
	font: 1000 calc(1rem + 0.5vw) "Montserrat", sans-serif !important;
}

@media (min-width: 992px) {
	.accordion .section-title {
		margin-top: 0rem !important;
		margin-bottom: 0.75rem !important;
	}
}

@media (min-width: 1200px) {
	.accordion .section-title {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
}

/* Min-width width 992px */
@media (min-width: 772px) {
	.linea-izq {
		border-left: 3px solid lightgray !important;
		padding-left: 0.75rem !important;
		border-top: none !important;
		padding-top: 0rem !important;
	}

	.space-after {
		margin-bottom: 0rem !important;
	}

	.pad-right {
		padding-right: 1rem !important;
	}
}

.space-after-photo {
	margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
	.space-after-photo {
		margin-bottom: 0rem !important;
	}
}

.linea-top {
	border-top: 3px solid lightgray;
	padding-top: 1rem;
}

.accordion .no-bottom {
	margin-bottom: 0.25rem !important;
	padding-bottom: 0rem !important;
}

.accordion hr {
	border: lightgray 2px solid;
}

.more-space {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.inscripciones .modal-body {
	padding: 0px 15px 0px 15px !important;
}

.inscripciones table {
	width: 100%;
}

.inscripciones .list-unstyled {
	margin-left: 0.35rem !important;
}
