@font-face {
	font-family: 'telegraf_regular';
	src: url("../fonts/Telegraf_Font_Family/Telegraf_Regular_400.b361ce7dfa2b.ttf") format('truetype');
}

@font-face {
	font-family: 'telegraf_bold';
	src: url("../fonts/Telegraf_Font_Family/Telegraf_UltraBold_800.1c4d48d73f5c.ttf") format('truetype');
}

@font-face {
	font-family: 'league_spartan';
	src: url("../fonts/League_Spartan/LeagueSpartan-VariableFont_wght.74e0325138e0.ttf") format('truetype');
}

@font-face {
	font-family: 'bebas_neue';
	src: url("../fonts/Bebas_Neue/BebasNeue-Regular.b5685f7fcc0b.woff2") format('woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'bebas_neue_condensed';
	src: url("../fonts/Bebas_Neue/BebasNeue-Condensed.75e6bc832f59.woff2") format('woff2');
	font-weight: 400;
}


body {
	font-family: 'telegraf_regular';
	background: #ffff;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'bebas_neue';
}
h1 { font-size: 3.5rem; }
h2 { font-size: 3rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.1rem; }


p {
	line-height: 1.75;
}

.text-faded {
	color: rgba(255, 255, 255, 0.3);
}

.site-heading {
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'league_spartan' !important;
}

.site-heading .site-heading-upper {
	display: block;
	font-size: 2rem;
	font-weight: 800;
}

.site-heading .site-heading-lower {
	font-size: 5rem;
	font-weight: 100;
	line-height: 4rem;
}

.page-section {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.page-section-heading {
	background-color: #000000;
	position: relative;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.section-heading {
	text-transform: uppercase;
	background-color: #000000;
}

.section-heading .section-heading-upper {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	padding-bottom:.5rem;
}

.section-heading .section-heading-lower {
	display: block;
	font-weight: 700;
	font-family: 'League Spartan', sans-serif;
	font-size: 52px;
	color: #ffffff;
	text-decoration: underline #D9AA55;
	background-color: #000000;
}


.section-heading .section-heading-under {
	display: block;
	font-size: 1rem;
	text-transform: none;
	font-weight: 300;
	margin-top:.5rem;
}

.bg-faded {
	background-color: #000000;
}

#mainNav {
	background-color: rgba(255, 255, 255, 1);
	font-family: 'bebas_neue_condensed' !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 1.3;
	width: 100%;
}

#mainNav .navbar-brand {
	color: #000000;
}

.navbar-nav .nav-item {
	font-family: 'bebas_neue_condensed', sans-serif !important;
	font-stretch: ultra-condensed;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-nav .nav-item:hover {
	margin-right: 0;
}

#mainNav .navbar-nav .nav-item .nav-link {
	color: #000000;
	font-family: 'bebas_neue_condensed', sans-serif !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	font-style: normal !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-stretch: ultra-condensed !important;
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
	color: #000000;
	background-color: #D9AA55;
}

.web-heading {
	font-family: 'league_spartan';
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	max-width: 550px;
}

.web-heading .inverted {
	color: #ffffff;
}

.web-heading mark {
	background-color: #DDB355;
	color: #000000;
	padding: 5px 5px 0px 5px;
}

.web-heading mark.alt {
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 5px 0px 5px;
}

.web-text {
	font-size: 1.25rem;
	line-height: 1.35;
}

.modal-xl {
	max-width: 800px;
}

@media (min-width: 992px) {
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 0.9rem;
	}
	#mainNav .navbar-nav .nav-item .nav-link:hover {
		color: #000000;
		background-color: #D9AA55;
	}
	#mainNav .navbar-nav .nav-item.active .nav-link:hover {
		color: #000000;
		background-color: #D9AA55;
	}
	.modal-xl {
		max-width: 950px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1150px;
	}
}

.btn-xl {
	font-weight: 700;
	font-size: 0.8rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.intro {
	position: relative;
}

@media (min-width: 992px) {
	.intro .intro-img {
		width: 75%;
		float: left;
	}
	.intro .intro-cabecera {
		width: 50%;
		float: left;
	}
	.intro .intro-text {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}
	.intro .intro-text .intro-button {
		width: 100%;
		left: 0;
		position: absolute;
		bottom: -2rem;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
}


/* Ajustes para pantallas grandes */
@media (min-width: 1200px) {
	.intro .intro-text {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}
}
.cta {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: rgb(242, 245, 240);
}

.cta .cta-inner {
	position: relative;
	padding: 3rem;
	margin: 0.5rem;
	background-color: rgba(24, 64, 8);
	color: cornsilk;
}

.cta .cta-inner:before {
	border-radius: 0.5rem;
	content: '';
	position: absolute;
	top: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
	border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

.cta .cta-innerv {
	position: relative;
	padding: 3rem;
	margin: 0.5rem;
	background-color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
	.about-heading .about-heading-img {
		position: relative;
		z-index: 0;
	}
	.about-heading .about-heading-content {
		margin-top: -5rem;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 992px) {
	.product-item .product-item-title {
		position: relative;
		z-index: 1;
		margin-bottom: -3rem;
	}
	.product-item .product-item-img {
		position: relative;
		z-index: 0;
		max-width: 60vw;
	}
	.product-item .product-item-description {
		position: relative;
		z-index: 1;
		margin-top: -3rem;
		max-width: 50vw;
	}
}



@media (min-width: 992px) {
	.list-hours {
		width: 50%;
		font-size: 1.1rem;
	}
}

.address strong {
	font-size: 1.2rem;
}

.footer {
	background-color: rgba(34, 31, 32, 0.8);
}



.btn {
	box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}



.font-weight-light {
	font-weight: 100 !important;
}

.mbtm{
	padding-top: 5rem;
}

.mbt{
	padding-top: 2rem;
}

.mbt1{
	padding-top: 1.25rem;
}

a.link{
	color: rgba(255, 255, 255, 0.7);
}

a.link:hover{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
}

.section-content{
	font-family: 'telegraf_regular' !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
}

ul.errorlist{
	padding-top: .75rem;
	font-style: italic;
	color: red;
}

.circle-container {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid black;
	margin-left: 8px;
	margin-bottom: 7px;
}



.circle-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Centra la imagen horizontal y verticalmente */
	max-width: 100%; /* Ajusta la imagen para que no exceda el tamaño del contenedor */
	max-height: 100%; /* Ajusta la imagen para que no exceda el tamaño del contenedor */
}

/* CSS para el logo en la barra de navegación */
.navbar-logo {
	width: 20%; /* Asegura que el logo no exceda el ancho del contenedor */
	height: auto; /* Permite que la altura se ajuste proporcionalmente */
}

/* Media query para el logo para dispositivos móviles */
@media (max-width: 768px) {
	.navbar-logo {
		width: 40%; /* Ajusta el ancho máximo del logo en dispositivos móviles */
	}
}

/* Clases para cambiar colores y efectos a los formularios */
.formheader {
	background-color: #D9AA55;
	font-family: 'league_spartan', sans-serif;
	font-weight: bold;
}

.btnResolucion {
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	background-color: initial !important;
}

.btnResolucion-red {
	background-color: red !important;
}

.btnResolucion-green {
	background-color: green !important;
}

.btnResolucion-gray {
	background-color: gray !important;
}

/* Efecto hover */
.btnResolucion:hover {
	background-color: #D9AA55 !important;
	color: white !important;
	text-decoration: none;
}

.square {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	color: white !important;
}

.gray {
	background-color: gray;
}

.green {
	background-color: green;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.btn-defferary {
	background-color: #D9AA55;
	color: #ffffff;
	font-family: 'league_spartan', sans-serif;

	&:hover {
		background-color: #ffffff;
		color: #D9AA55;
	}
}

/* Ajustes específicos para tabletas pequeñas */
@media (max-width: 992px) {
	.page-section-heading {
		height: auto;
		padding: 0;
		margin-top: 4rem;
	}

	.section-heading .section-heading-lower {
		font-size: 32px;
		padding: 1rem 0;
	}

	.intro-text {
		position: static;
		transform: none;
		width: 100%;
	}
	
	.page-section {
		margin: 1rem 0;
	}
}

/* Mejora de animación para Bootstrap 4.0 modals */
.modal.fade .modal-dialog.modal-dialog-centered {
	transition: transform 0.3s ease-out;
	transform: translateY(-3%) !important;
}

.modal.show .modal-dialog.modal-dialog-centered {
	transform: translateY(0) !important;
}

/* Estilos para el spinner de Stripe */
.spinner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}

.hidden {
	display: none !important;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-wrapper {
	position: relative;
	display: inline-block;
}

.htmx-request .texto-link,
.htmx-request.texto-link {
	opacity: 0;
}

.loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}

.htmx-request .loading-indicator,
.htmx-request.loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.htmx-request .form-modal,
.htmx-request.form-modal {
	opacity: 50%;
	pointer-events: none;
	transition: opacity 0.2s ease;
}