:root {
	--main-tph-color: #393939;
	--tph-gris: #393939;
	--tph-blanco: white;
	--tph-negro: black;
	--tph-cuenta-atras: #e8871b;
	--tph-form-label: black;
	--tph-form-placeholder: #868686;
	--tph-form-input: #000;
	--tph-form-bg: white;
	--tph-font-body: 'resistenzaannuarioregular';
	--tph-font-resistenzaannuariobold: 'resistenzaannuariobold';
	--tph-font-resistenzaannuariocondensedblack: 'resistenzaannuariocondensedblack';
	--tph-font-resistenzaannuarioregular: 'resistenzaannuarioregular';
	--animation-primary: 0.5s ease-out;
	--hover-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	--dulcesol-red: #e3000b;
	--dulcesol-dark-red: #c8000a;
	--dulcesol-yellow: #ffc757;
	--dulcesol-green: #009f63;
	--dulcesol-brown: #963c0f;
}

/********************************************************************* fuentes *********************************************************/

@font-face {
	font-family: 'resistenzaannuariobold';
	src: url('../../../fonts/Resistenza-Annuario-Bold.woff2') format('woff2'),
		url('../../../fonts/Resistenza-Annuario-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'resistenzaannuariocondensedblack';
	src: url('../../../fonts/resistenza-annuario-condensed-black.woff2') format('woff2'),
		url('../../../fonts/resistenza-annuario-condensed-black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'resistenzaannuarioregular';
	src: url('../../../fonts/resistenza-annuario-regular.woff2') format('woff2'),
		url('../../../fonts/resistenza-annuario-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.font-body {
	font-family: var(--tph-font-body);
}

.font-resistenzaannuariobold {
	font-family: var(--tph-font-resistenzaannuariobold);
}

.font-resistenzaannuariocondensedblack {
	font-family: var(--tph-font-resistenzaannuariocondensedblack);
}

.font-resistenzaannuarioregular {
	font-family: var(--tph-font-resistenzaannuarioregular);
}

.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}


/********************************************************************* estilos generales *********************************************************/

html,
body {
	overflow-x: hidden;
	height: 100%;
	margin: 0;
}

body {
	font-family: var(body);
	color: rgb(0, 0, 0);
	background-color: transparent;
	background-color: var(--tph-purpura);
}


img,
iframe {
	max-width: 100%;
}

/* BACKGROUND */

.bg-promo {
	background-color: var(--tph-gris);
}

.bg-main {
	background-color: var(--main-tph-color);
}

.bg-menu {
	background-color: var(--tph-gris);
}

.bg-gris {
	background-color: var(--tph-gris);
}

.bg-negro {
	background-color: var(--tph-negro);
}

.bg-blanco {
	background-color: var(--tph-blanco);
}

/* COLOR */

.color-gris {
	color: var(--tph-gris);
}

.color-blanco {
	color: var(--tph-blanco);
}

.color-negro {
	color: var(--tph-negro);
}

.cursor-blocked {
	cursor: not-allowed;
}

.cursor-pointer {
	cursor: pointer;
}

.degradado-foodtruck {
	background: linear-gradient(180deg, rgba(255, 199, 87, 1) 0%, rgba(255, 199, 87, 1) 55%, rgba(235, 83, 9, 1) 45%, rgba(235, 83, 9, 1) 100%);
}

/********************************************************************* Botones *********************************************************/

.btn-promo {
	background-color: rgb(0, 0, 0);
	color: #fff;
}

.btn-promo:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.btn-promo:focus {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.btn-round-negativo {
	border-radius: 1.3rem !important;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.gradiente-texto {
	background-clip: text;
	-webkit-background-clip: text;
	/* Para navegadores basados en WebKit, como Chrome y Safari */
	color: transparent;
	background-image: linear-gradient(to right, #00B09F, #004862);
}

.btn-formulario-cabecera {
	background-color: var(--tph-amarillo-oscuro);
	color: var(--tph-rojo);
	font-size: 1.8rem;
	padding: 1.2rem 1.5rem;
	border: none;
	border-radius: 0;
	text-align: center;
}

.btn-formulario-cabecera:hover {
	background-color: var(--tph-amarillo-oscuro);
	color: var(--tph-rojo);
}

.btn-formulario {
	background-color: var(--tph-amarillo-oscuro);
	color: var(--tph-blanco);
	font-size: 1.8rem;
	padding: 0.2rem 4.5rem;
	border: none;
	border-radius: 2.5rem;
	text-align: center;
	font-family: 'resistenzaannuariobold';
}

.btn-formulario:hover {
	background-color: var(--tph-blanco);
	color: var(--tph-amarillo-oscuro);
}

.icono-flecha {
	font-size: 1.5rem;
	vertical-align: middle;
}


/********************************************************************* scrollbar css *********************************************************/
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--tph-lavanda);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--tph-purpura);
}

/********************************************************************************** MENU  *******************************************************************************/

#accesoMicuenta {
	z-index: 99999;
}

#mainMenu {
	padding-top: 0%;
	padding-bottom: 0%;
	position: relative;
	min-height: 4.5rem;
}

#mainMenu .container-fluid {
	background-color: var(--tph-gris);
	min-height: 4.5rem;
	color: #fff;
	z-index: 1;
}

#logo {
	padding-left: 16px;
	max-width: 150px;
}

.navbar-dark .navbar-nav .nav-link {
	color: var(--tph-blanco);
	font-weight: bold;
	font-size: 1.2rem;
	font-family: var(--tph-font-special);
	text-transform: uppercase;
}

.navbar-dark .navbar-brand {
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
	color: var(--tph-turquesa);
}

.fixed-top {
	position: fixed !important;
}

.navbar-toggler-icon {
	background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path stroke="white" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

/********************************************************************************** inicio  *******************************************************************************/

.hero__img {
	object-fit: cover;
	object-position: center;
}

.hero__overlay {
	inset: 0;
}

.hero__panel {
	max-width: 880px;
}

.hero__title {
	letter-spacing: .5px;
}

.brand-logo {
	max-width: 260px;
}

.social-icon {
	width: 40px;
	height: 40px;
}

#inicio p {
	line-height: 0.7;
}

#inicio .black-burger {
	font-size: 6rem;
}

#inicio h1 {
	font-size: 3rem;
	line-height: 0.8;
}

/********************************************************************************** mecánica  *******************************************************************************/

/* Packs en desktop (flanqueando el título) */
.pack {
	position: absolute;
	top: -18px;
	width: 240px;
	max-width: 28vw;
	height: auto;
}

.pack-left {
	left: -24px;
}

.pack-right {
	right: -24px;
}

.title-wrap {
	padding: 2.6rem 0 1rem;
}

/* Packs móviles (arriba/abajo) */
.pack-mobile {
	width: 70%;
	max-width: 320px;
	height: auto;
}

/* Iconos y numeración */
.icon-step {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.step-num {
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1;
	margin-right: .25rem;
}

#mecanica h2 {
	line-height: 0.7;
}

/* Alinea todo en el centro y evita separación excesiva */
#mecanica .list-unstyled>li {
	justify-content: center !important;
	/* pisa justify-content-between */
	align-items: center !important;
	/* pisa align-items-start */
	gap: 10px;
	/* separación mínima y uniforme */
}

/* Iconos: pegados al texto, sin márgenes laterales */
#mecanica .list-unstyled>li .icon-step {
	flex: 0 0 auto !important;
	margin: 0 !important;
	/* anula me-3 / ms-3 */
}

/* Texto: que NO crezca (anula flex-grow-1) */
#mecanica .list-unstyled>li p.flex-grow-1 {
	flex: 0 0 auto !important;
	/* clave: quita el grow */
	margin: 0 !important;
	text-align: center;
	/* opcional */
}

/* ===== MECÁNICA: base (MÓVIL primero) ===== */
#mecanica .list-unstyled {
	padding-inline: 16px;
	/* respiro lateral en móvil */
}

#mecanica .list-unstyled>li {
	padding: 10px 12px;
	/* evita que toque bordes */
	justify-content: center;
	/* centra icono–texto–icono */
	align-items: center;
	gap: 8px;
	/* separación mínima */
}

#mecanica .list-unstyled>li p {
	flex: 0 1 auto;
	/* NO crecer a los lados */
	margin: 0;
	text-align: center;
	/* cámbialo a left si prefieres */
	font-size: 1.05rem;
	line-height: 1.25;
	word-break: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
}

/********************************************************************************** participa  *******************************************************************************/

/********************************************************************************** recetas  *******************************************************************************/

#recetas h2 {
	font-size: 3rem;
}

/********************************************************************************** regalo  *******************************************************************************/

.rc-heading {
	text-transform: uppercase;
	letter-spacing: .6px;
}

.rc-subheading {
	opacity: .9;
}

.rc-icon {
	width: 40px;
	height: auto;
	object-fit: contain;
}

.rc-media {
	max-width: 460px;
}


/********************************************************************************** contacto  *******************************************************************************/

#contacto {
	color: white;
}

#contacto h1 {
	font-size: 2rem;
}

#contacto p {
	font-size: 2rem;
}

#contacto h2 {
	font-size: 2rem;
}

#contacto .email_contacto {
	font-size: 1.3rem;
	text-decoration: none !important;
}

#contacto .tel_promo {
	font-size: 3.5rem;
	text-decoration: none !important;
}

/********************************************************************************** countdown  *******************************************************************************/


#countdown {
	font-family: var(--tph-font-resistenza-annuario-bold);
	font-size: 2rem;
	color: black;
}

#countdown .wrapper {
	text-align: center;
}

#countdown .time {
	color: black;
	font-size: 3rem;
	padding: 0.25rem;
}

#countdown .label {
	font-size: 1.8rem;
	display: block;
	color: black;
}

#countdown svg {
	font: bold 5rem;
	width: 100%;
	height: 120px;
}

#countdown text {
	fill: none;
	stroke: black;
	stroke-width: 6px;
	stroke-linejoin: round;
	animation: 2s pulsate infinite;
}

@keyframes pulsate {
	50% {
		text-shadow: 4px 4px #fff;
	}
}

/********************************************************************************** participa  *******************************************************************************/

#participa p {
	font-size: 1rem;
}

#participa .input-group-text {
	display: none;
}

form #formReg_l {
	font-size: 1rem;

}

form#formReg_l label {
	display: block;
	color: black;
	font-family: var(--font-textos);
	font-size: 1rem;
	font-weight: bold;
}

form#formReg_l input {
	border-radius: 5rem;

	/* border-color: black; */
}

form#formReg_l .form-control {
	color: var(--tph-form-input);
	background-color: var(--tph-form-bg);
	font-size: 0.8rem;
	font-family: var(--font-textos);
}

form#formReg_l .form-select {
	color: var(--tph-form-input);
	background-color: var(--tph-form-bg);
	font-family: var(--font-textos);
	border-radius: 5rem;
	font-size: 0.8rem;
	/* border-color: black; */

}

form#formReg_l label.custom-control-label {
	display: block !important;
	color: var(--tph-form-label);
	font-size: 1rem;
}

form#formReg_l .form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--tph-form-placeholder);
	opacity: 1;
	/* Firefox */
}

form#formReg_l .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--tph-form-placeholder);
}

form#formReg_l .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--tph-form-placeholder);
	opacity: 1;
	/* Firefox */
}

form#formReg_l .form-select:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--tph-form-placeholder);
}

form#formReg_l a {
	color: var(--tph-lavanda);
}

form option {
	color: #000000;
	font-size: 1rem;
}

form option:hover {
	background-color: #ffffff;
}

form .input-group-text {
	background: transparent;
	color: #fff;
	border: none;
}

form .form-check-input:checked {
	background-color: var(--tph-lavanda);
	border-color: var(--tph-lavanda);
}

.msgError {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.25rem;
}

.choices__inner {
	border-radius: 15rem !important;
}

/********************************************************************************** footer  *******************************************************************************/

.tel_promo a {
	color: var(--tph-naranja);
}

.email_contacto a {
	color: var(--tph-naranja);
}

footer {
	background-color: var(--tph-negro);
	position: sticky;
	font-family: var(--tph-font-special);
	z-index: 1000;
}

footer ul {
	list-style: none;
}

footer a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	transition: 0.3s color;
}

footer a:hover {
	color: var(--tph-purpura);
}

footer .small {
	color: white;
	font-size: 0.8rem;
}

footer img .small {
	max-width: 1.5rem;
}

.logoBonduellPie {
	max-width: 8rem;
}

.pull-right {
	float: right;
}

.xs-d-flex {
	flex-direction: column;
}

/********************************************************************************** Area personal  *******************************************************************************/
.card-width {
	min-width: 10rem;
}

.flex-adapt {
	flex-direction: column !important;
}

/********************************************************************************** textos  *******************************************************************************/
/********************************************************************************** contacto  *******************************************************************************/

.social-icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

/********************************************************************************** media query  *******************************************************************************/

@media (min-width: 430px) {}

@media (min-width: 568px) {}

@media (min-width: 668px) {}


@media (min-width: 768px) {}

@media (min-width: 868px) {}

@media (min-width: 992px) {

	#inicio h1 {
		font-size: 6rem;
		line-height: 0.8;
	}

	#inicio h2 {
		font-size: 2rem;
	}

	.icon-step {
		width: 56px;
		height: 56px;
	}

	.step-num {
		font-size: 2.1rem;
	}

	.title-wrap {
		padding-top: 3rem;
	}

	.pack {
		width: 260px;
		top: -22px;
	}

	.pack-left {
		left: -36px;
	}

	.pack-right {
		right: -36px;
	}

	.rc-subheading {
		font-size: 1.25rem;
	}

	.rc-icon {
		width: 52px;
	}

	.rc-media {
		max-width: 560px;
	}

	.social-icon {
		width: 44px;
		height: 44px;
	}

	.social-wrapper {
		justify-content: flex-end !important;
		margin-right: 60px;
		margin-top: 20px;
		position: relative;
		width: 100%;
	}

	/* 22.5% - 55% - 22.5%: centro grande sin usar scale() */
	#carouselTransilvaniaD.carousel-3up .carousel-item .row {
		display: flex;
	}

	#carouselTransilvaniaD.carousel-3up .carousel-item .col-4 {
		flex: 0 0 22.5% !important;
		max-width: 22.5% !important;
	}

	#carouselTransilvaniaD.carousel-3up .carousel-item .col-4:nth-child(2) {
		flex-basis: 55% !important;
		max-width: 55% !important;
		z-index: 1;
	}

	/* Imagen con altura fija y recorte para que no cambie la caja */
	#carouselTransilvaniaD.carousel-3up .img-clip {
		height: 320px;
		object-fit: cover;
		border-radius: .5rem;
		display: block;
	}

	#carouselTransilvaniaD.carousel-3up .carousel-item .col-4:nth-child(2) .img-clip {
		box-shadow: 0 16px 42px rgba(0, 0, 0, .35);
	}

	#mecanica .list-unstyled {
		padding-inline: 0;
	}

	#mecanica .list-unstyled>li {
		gap: 10px;
		padding: 12px 0;
	}

	/* Si mantienes los dos iconos (izq/der) en desktop: */
	#mecanica .list-unstyled>li .icon-step {
		margin: 0 !important;
		flex: 0 0 auto !important;
	}

	/* El texto centrado y sin grow en desktop también */
	#mecanica .list-unstyled>li p.flex-grow-1 {
		flex: 0 0 auto !important;
		margin: 0 !important;
		text-align: center;
	}

	#regalo h2 {
		font-size: 8rem !important;
	}

	#mecanica h2 {
		font-size: 4rem;
	}

	#mecanica p {
		font-size: 3rem !important;
	}

	#participa h1 {
		font-size: 4rem !important;
	}

	#recetas h2 {
		font-size: 4rem !important;
	}

	#recetas p {
		font-size: 2rem !important;
	}
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {

	.btn-like img {
		width: 70px;
		margin-top: 1rem;
		margin-right: 4rem;
	}
}

@media (min-width: 1400px) {
	.img-clip {
		height: 320px;
	}
}

@media (min-width: 1600px) {

	#mainMenu,
	section,
	header,
	footer {
		max-width: 1920px;
		margin: 0 auto;
	}


}

@media (min-width: 1800px) {}