.navbar-toggler-icon {
	height: 4px;
}
@media (min-width: 768px) {
	.navbar-expand-md .nav-item.active::after {
		border-bottom-width: 0;
	}
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh; /* Asegura que la altura mínima sea igual al viewport */
}

.page-body {
	flex: 1; /* Hace que el contenido crezca para llenar el espacio disponible */
}

.footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}


.form-control,
.form-select {
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: none !important;
}
.form-control::file-selector-button {
	border: 0;
}
.form-control:focus,
.focus .ts-control {
	background-color: transparent;
	box-shadow: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	box-shadow: none;
	border-color: var(--tblr-danger) !important;
}
.plugin-dropdown_input.dropdown-active:not(.has-items) .items-placeholder {
	display: block !important;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
	border-color: var(--tblr-primary-light);
	box-shadow: none;
}
.ts-dropdown {
	background: var(--tblr-body-bg);
	border-radius: 0;
	margin: 0;
}
.disabled,
[disabled],
.disabled .ts-control,
.disabled .ts-control * {
	cursor: not-allowed !important;
}


@font-face {
    font-family: IntroRust;
	src: url("../../fonts/IntroRust-Base-d003cbe50bd1723c86f50215c666adc2.otf");
}

body.home .cartel {
	position: relative;
	background: url("../../images/fondo_campana-439ad41fc25947d2eb3e7be1157c97bb.png") no-repeat top center;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}

.cartel {
	max-width: 1344px;
	margin: 0 auto;
}

.img-tarjeta img{
	max-width: 250px;
}

@media (max-width: 992px) {
	body.home .cartel {
		background-size: cover;
	}
	body.home .text-header-1{
		font-size: 35px !important;
		margin-top: -100px;
	}

	body.home .btn-custom {
		background-color: var(--tblr-secondary) !important;
		min-height: 70px!important;
		font-size: 12px !important;
		border-radius: 15px;
		border: solid 1px #FFF;
		font-weight: normal !important;
		text-transform: uppercase;
		text-wrap: wrap;
		font-family: 'IntroRust';
		margin-top: -63px !important;
	}

	.img-tarjeta{
		padding-bottom: 40px;
	}
	.img-tarjeta img{
		max-width: 150px;
	}

	.textos-footer{
		font-size: 12px;
	}
}


body.home .cartel::before {
	content: "";
	display: block;
	padding-top: calc(100% * (1344 / 992));
}
.cartel .logos-cartel{
	position:absolute;
	top:0
}

body.home .background-2 {
	background: url("../../images/landing_fondo_2-bfc42e3a1b3050385dab588b31494649.png") no-repeat bottom center;
	background-size: cover;
}

body.home .btn-custom {
	background-color: var(--tblr-secondary) !important;
	min-height: 75px;
	font-size: 25px;
	border-radius: 15px;
	border: solid 1px #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	text-wrap: wrap;
	font-family: 'IntroRust';
}
body.home .btn-custom.disabled,
body.home .btn-custom[disabled] {
	filter: brightness(75%);
}
@media (min-width: 992px) {
	body.home .btn-custom {
		min-height: 70px;
		font-size: 28px;
	}
}
body.home .text-header-1 {
	font-size: 65px;
	line-height: 20px;
	font-family: "Oswald", sans-serif;
}
body.home .text-header-2 {
	font-size: 32px;
	line-height: 40px;
	text-shadow: 3px 3px 1px gray;
}
@media (min-width: 992px) {
	body.home .text-header-1 {
		font-size: 80px;
	}
	body.home .text-header-2 {
		font-size: 58px;
		line-height: 60px;
	}
}
