:root {
	--prim-color: #1e3b5c;
	--sec-color: #d8b983;
	--ter-color: #E8F4FF;
	--quat-color: #6599cd;
	--dark-color: #1D2127;
	--text-color: #565656;
	--disabled-color: #818181;
}

body {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1em;
	line-height: 26px;
	margin: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
	color: var(--dark-color);
	text-transform: none;
	font-weight: 600;
}

p {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.6;
}

#header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 0.7rem;
	margin-right: 0.7rem;
	text-transform: none;
	font-size: 1em;
}

#header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav>ul>li>a>span {
	font-size: .8em;
	text-transform: none;
	font-weight: normal;
	margin-top: -0.4rem;
	color: #777;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li {
		padding-top: 1px;
	}
}

#header .header-logo {
	margin: 10px 0;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.active>a {
	background-color: #F1f1f1;
	color: var(--prim-color);
	font-weight: bold;
}

.sticky-header-active #header .header-body {
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background: linear-gradient(white 0%, rgba(255, 255, 255, 0.5) 100%);
}

.grayscale {
	filter: grayscale(100%);
	opacity: 0.5;
}

.social-icons li:hover.social-icons-tiktok a {
	background: #ff0050 !important;
}

html .scroll-to-top {
	font-size: 1em;
	padding: 5px 10px 30px 10px;
	transform: translateX(-50%);
	margin: 0 50%;
	min-width: 54px;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 10px 10px 0 0;
}

/* Scrollbars */
.scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track,
.textarea::-webkit-scrollbar-track,
.select::-webkit-scrollbar-track,
.quill-editor::-webkit-scrollbar-track {
	background-color: #f9f9f9;
}

.scrollbar::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
.quill-editor::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #f9f9f9;
}

.scrollbar::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
.quill-editor::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #7f9ca9;
}

.scrollable-content ul > li {
	padding-right: 20px;
}



/* Whatsapp icon */

.whatsapp-button {
	position: fixed;
	width: 84px;
	height: 36px;
	bottom: 15px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 30px;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	z-index: 10;
	font-size: 14px;
}

.whatsapp-icon {
	margin-top: 6px;
	margin-left: 14px;
	font-size: 1.6em;
}


.custom-marquee {
	bottom: -10%;
}

.custom-marquee p {
	font-size: 400px;
	font-weight: 600;
}

.custom-outline-text-style-1 {
	text-shadow: -1px 1px 0 #000,
	1px 1px 0 #000,
	1px -1px 0 #000,
	-1px -1px 0 #000;
	letter-spacing: 0;
	color: var(--light);
	opacity: 0.05;
}


.table-transparent td {
	background-color: transparent;
}

.stroke-light {
	text-shadow:
			0 0 1px #FFF,
			-0.01em -0.01em 0 #FFF,
			0.01em -0.01em 0 #FFF,
			-0.01em 0.01em 0 #FFF,
			0.01em 0.01em 0 #FFF;
}

.form-label {
	font-size: .80rem;
	font-weight: bold;
	margin-bottom: 0;
	color: #333;
}

.required::after {
	content: " *"; /* Agrega un asterisco y un espacio despues del contenido de la etiqueta */
	color: #cc3333;
}

@media (max-width: 991px) {
	.custom-col-1 {
		padding-top: 40px;
		margin-bottom: 50px;
	}
}

/* Youtube Responsive video container */
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-carousel-slider {
	height: 600px;
}

@media (max-width: 576px) {
	.owl-carousel-slider {
		height: 1100px;
	}
}

/* Maps */
.google-map {
	height: 400px;
}

.select-item-list {
	padding: 6px 8px 6px 8px;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-top: 4px;
	background-color: white;
	z-index: 10;
	width: calc(100% - 8px);
	position: absolute;
}

.card-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 5px;
	margin: 5px;
	border: 1px solid #cdcdcd;
	padding: 10px 10px 12px 10px;
	transition: all 0.3s ease;
}

.card-item:hover {
	-webkit-box-shadow: 1px 1px 4px 2px #dadada; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 1px 4px 2px #dadada; /* Firefox 3.5 - 3.6 */
	box-shadow: 1px 1px 4px 2px #dadada; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	position: relative;
	background-color: #fafafa;
	border: 1px solid #ccc;
	transform: translate(1px, -1px) perspective(1px);
}

.card-item.active {
	background-color: #eaeaea;
	border: 1px solid var(--ter-color);
}