.popup-org.showing {
	display: flex;
}

.popup-org {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup-org .popup-container {
	width: 95%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.popup-org .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 2px;
	z-index: 10;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.popup-org .popup-content {
	width: 100%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 6px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#s-sal-y-cerveza {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-banner img {
	width: 100%;
}

#content-sumergete {
	width: 100%;
	background-image: url("/src/img/cerveza/fondo-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 40px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

#content-sumergete h2 {
	width: auto;
	font-family: "Muller bold";
	font-size: 55px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	line-height: 55px;
	padding-bottom: 15px;
}
#content-sumergete p {
	width: 80%;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

#content-btn-ver {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-btn-ver a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-btn-ver a span {
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	text-align: center;
	line-height: 16px;
}
#content-btn-ver a svg {
	fill: #fff;
}

#content-btns-sumergete {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-btn-sumergete {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.card-btn-sumergete > img {
	width: 100%;
}

#content-btns-sumergete > div:hover > div {
	display: flex;
}

.card-btn-sumergete > div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	gap: 20px;
}

.card-btn-sumergete > div span {
	width: 100%;
	text-align: center;
	font-family: "Muller bold";
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}

.card-btn-sumergete > div h4 {
	width: 100%;
	font-family: "Muller bold";
	font-size: 20px;
	color: #fff;
	text-align: start;
}

.card-btn-sumergete > div p {
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: start;
}

.card-btn-sumergete > div a {
	color: #fff;
	font-family: "Muller bold";
	background-color: #eb8006;
	padding: 4px 15px;
	font-size: 20px;
}

#content-tipos-cerveza {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/sal-cerveza/13.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

#info-tipo-cerveza {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}
#info-tipo-cerveza h2{
    font-size: 35px;
    font-family: "Muller bold";

}
#info-tipo-cerveza h5{
	color: #fff;
    padding: 4px 10px;
    background-color: #eb8006;
    margin-top: 15px;
    font-size: 25px;
    font-family: "Muller bold";
}

.blanco-t {
	color: #fff;
}

#info-tipo-cerveza > span {
	content: "";
	width: 100%;
	height: 3px;
}
#info-tipo-cerveza h4 {
	width: 70%;
	text-align: center;
	font-size: 40px;
	color: #0d2e40;
	margin-top: 40px;
}
#info-tipo-cerveza > p {
	width: 80%;
	font-size: 30px;
	text-align: center;
	color: #0d2e40;
}
#info-tipo-cerveza h4 b {
	font-family: "Muller bold";
}

#content-incluye {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

#content-incluye > h5 {
	font-size: 40px;
	color: #eb8006;
	font-family: "Muller bold";
	margin-bottom: 10px;
}

#content-incluye > p {
	font-size: 25px;
	color: #0d2e40;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

#content-incluye > p svg {
	fill: #eb8006;
	width: 30px;
}

#content-incluye > p span {
	width: calc(100% - 30px);
}

#image-tipo-cerveza {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 40px;
}

#image-tipo-cerveza a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: ease all 0.6s;
}
#image-tipo-cerveza a:hover {
	transform: scale(1.05);
}

#image-tipo-cerveza a img {
	width: 70%;
}

#image-tipo-cerveza a span {
	font-family: "Muller bold";
	font-size: 25px;
	text-align: center;
	color: #fff;
}

#image-tipo-cerveza a.active span,
#image-tipo-cerveza a:hover span {
	color: #eb8006;
}

#text-tipo-cerveza {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 95px 40px;
	background-image: url("/src/img/sal-cerveza/13.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#text-tipo-cerveza p {
	width: 80%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#text-tipo-cerveza a {
	color: #fff;
	font-family: "Muller bold";
	background-color: #eb8006;
	padding: 4px 15px;
	font-size: 20px;
}

#content-cards-cerveza {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px;
	gap: 40px;
	background-image: url(/src/img/cerveza/fondo-cer-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

#content-cards-cerveza > span {
	content: "";
	width: 80%;
	height: 3px;
	background-color: #b9b9b9;
}

#cards-cerveza {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	margin-top: 160px;
}

#cards-cerveza > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	padding: 20px;
	position: relative;
	background-color: #fff;
}

#cards-cerveza > div img {
	width: 40%;
	top: -55%;
	position: absolute;
}
#cards-cerveza > div p {
	margin-top: 70px;
	font-size: 22px;
	text-align: justify;
	font-weight: 400;
	color: #606060;
}

#cards-cerveza > div p a {
	font-weight: bold;
	color: #606060;
}

#cards-cerveza > div p b {
	font-family: "Muller bold";
}

#principal-content-form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	background-image: url("/src/img/sal-cerveza/03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

#principal-content-form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#principal-content-form.active > div:first-child {
	left: -100%;
}

#principal-content-form.active > div:last-child {
	right: 100%;
}

#principal-content-form > div {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	position: relative;
	top: 0;
	padding: 10px;
}

#principal-content-form > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form > div:first-child {
		padding: 40px 30px;
	}
}

#principal-content-form > div:first-child > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form > div:first-child > div {
		padding: 40px 60px;
	}
}

#principal-content-form > div:first-child > div > h2 {
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
	color: #eb8006;
	background-color: #fff;
	padding: 4px 10px;
	font-family: "Muller bold";
	height: 40px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#principal-content-form > div:first-child > div > h2::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -5px;
	top: 0px;
	transform: rotate(180deg);
}

#principal-content-form > div:first-child > div > h2::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -5px;
	top: 0px;
}

#principal-content-form > div:first-child > div > h3 {
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
	color: #eb8006;
	background-color: #fff;
	padding: 4px 10px;
	font-family: "Muller bold";
	position: relative;
	height: 40px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#principal-content-form > div:first-child > div > h3::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 5px solid #eb8006;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: rotate(180deg);
}

#principal-content-form > div:first-child > div > h3::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 5px solid #eb8006;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}

#content-nuestra-experiencia {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	background-image: url(/src/img/cerveza/fondo-cer-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 40px 0px;
}

#content-nuestra-experiencia h2 {
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #0D2E40;
	padding: 4px 10px;
	font-family: "Muller bold";
	position: relative;
	height: 40px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-nuestra-experiencia h2::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #0D2E40;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -5px;
	top: 0px;
	transform: rotate(180deg);
}

#content-nuestra-experiencia h2::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #0D2E40;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -5px;
	top: 0px;
}

#content-slide-experiencia {
	width: 80%;
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}


.bnn2 {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	border-radius: 10px;
	z-index: 1999;
    background-color: #eb8006;
    box-shadow: var(--shadow);
	border-radius: 50%;
}
.bnn2 svg{
	width: 70px;
	height: 70px
}

#bnn-izq-expe {
	left: -20px;
}

#bnn-der-expe {
	right:  -20px;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form > div:first-child > div > h2 {
		width: auto;
		font-size: 35px;
	}
}

#principal-fecha-visita {
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#principal-content-form > div:first-child > div #content-fecha-visita {
	border: 1px solid #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

#principal-content-form > div:first-child > div #content-fecha-visita > label {
	color: #606060;
	background-color: #fff;
	font-family: "Muller bold";
	padding: 10px;
	font-size: 18px;
}

#select-hora-visita {
	width: auto;
	border: none;
	padding: 10px;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-fecha-visita
		> label {
		font-size: 18px;
	}
}

#principal-content-form > div:first-child > div #content-fecha-visita > input {
	height: 100%;
	text-decoration: none;
	border: none;
	background-color: #fff;
	padding: 10px;
}

#principal-content-form > div:first-child > div #content-form-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	gap: 50px;
}

.line-separator-compras {
	width: 5px;
	height: 100%;
	content: "";
	background-color: #fff;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-form-select {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

#principal-content-form > div:first-child > div #content-form-select > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:first-child
		> div
		#content-form-select
		> div {
		width: 50%;
	}
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div:first-child {
	background-color: #eb8006;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div:last-child {
	background-color: #eb8006;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div
	> h3 {
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 20px;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div
	> div {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 10px;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	> label {
	width: 100%;
	height: 40px;
	color: #fff;
	font-family: Muller;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	text-align: center;
	background-color: #0d2e40;
}

#principal-content-form
	> div:first-child
	> div
	#content-form-select
	> div
	> div
	> div
	> select {
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	cursor: pointer;
	border: none;
	border-radius: 0;
}

#principal-content-form > div:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form > div:last-child {
		padding: 40px 60px;
	}
}

#principal-content-form > div:last-child > h4 {
	font-family: "Muller light";
	color: #fff;
	letter-spacing: 4px;
	font-size: 28px;
}

#principal-content-form > div:last-child #fecha-de-visita-u {
	padding: 10px 30px;
	border: none !important;
	border-radius: 4px;
}

#principal-content-form > div:last-child > a {
	padding: 5px 10px;
	margin: 20px 0;
	font-size: 25px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Muller bold";
	color: #0d2e40;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#principal-content-form > div:last-child > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#principal-content-form > div:last-child #content-form-2 {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form > div:last-child #content-form-2 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}

#principal-content-form > div:last-child #content-form-2 > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child {
	margin-bottom: 30px;
	background-color: #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child
	> table
	th {
	border-bottom: 2px solid #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:first-child
	> table
	td {
	border-bottom: 2px solid #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child {
	background-color: #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child
	> table
	th {
	border-bottom: 2px solid #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	> div:last-child
	> table
	td {
	border-bottom: 2px solid #eb8006;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container {
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#national-num-personas {
    background: linear-gradient(135deg, #0D2E40, #174861);
	border-radius: 10px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container#extranjero-num-personas {
    background: linear-gradient(135deg, #0D2E40, #174861);
	border-radius: 10px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.headers-container {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 1px solid #fff;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.headers-container
	h4 {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row:not(:last-child) {
	border-bottom: 1px solid #fff;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div
	p {
	width: 100%;
	text-align: start;
	padding: 10px 0px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container {
	width: 100%;
	padding: 10px 0;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container
	button {
	width: 25px;
	height: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.num-personas-container
	.num-personas-row
	div.num-input-container
	input {
	width: 35px;
	height: 30px;
	text-align: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table {
	width: 100%;
	text-align: left;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th {
	color: #fff;
	letter-spacing: 5px;
	font-size: 15px;
	font-family: "Muller light";
	padding: 2px 10px;
	border-bottom: 1px solid #fff;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(1) {
	width: 50%;
	text-align: left;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(2) {
	width: 20%;
	text-align: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	th:nth-child(3) {
	width: 30%;
	text-align: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	td {
	color: #fff;
	letter-spacing: 5px;
	font-size: 15px;
	font-family: "Muller light";
	padding: 2px 10px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	> thead
	th {
	border: none;
	color: #fff;
	letter-spacing: 5px;
	font-size: 16px;
	font-family: "Muller light";
	padding: 0 10px 15px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span {
	width: 80%;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> a {
	background-color: #dadada;
	width: 30%;
	height: 24px;
	margin: 0;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> a
	> svg {
	background-color: #dadada;
	width: 30%;
	height: 24px;
	margin: 0;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:first-child
	.content-num-personas
	> table
	.cantidad
	> span
	> input {
	width: 20%;
	height: 24px;
	margin: 0;
	border: none;
}

#principal-content-form > div:last-child #content-form-2 > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	#btn-volver {
	margin-top: 30px;
	padding: 5px 20px;
	color: #fff;
	background-color: #0d2e40;
	border-radius: 6px;
	font-family: "Muller bold";
	font-size: 18px;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	#btn-volver:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background: linear-gradient(135deg, #0D2E40, #174861);
	border-radius: 10px;
	padding: 20px 30px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> h4 {
	width: 100%;
	font-size: 18px;
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	text-align: start;
	margin-bottom: 20px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div
	> label {
	width: 100%;
	/* height: 30px; */
	background-color: #eb8006;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	padding: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "Muller bold";
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div
		> label {
		width: 45%;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	> div
	input {
	width: 100%;
	height: 30px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Muller light";
	padding: 0 10px;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		> form
		> div
		input {
		width: 55%;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	> form
	#inp-total-f {
	width: 50%;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1) {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1)
	> label {
	width: 100%;
	height: 30px;
	background-color: #eb8006;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "Muller bold";
	font-size: 15px;
	letter-spacing: 3px;
	text-align: start;
	padding: 5px;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		width: 45%;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(1)
	input {
	width: 100%;
	height: 30px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Muller light";
	padding: 0 10px;
	color: #000;
	background-color: #fff;
	padding: 7px 7px 7px 10px;
	font-weight: bolder;
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	section#s-compre
		> div
		> div:nth-child(3)
		> div:last-child
		#content-form-2
		> div:last-child
		> div
		.precio-total-content
		> div:nth-child(1) {
		width: 100%;
	}
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(2) {
	right: 0;
}

#principal-content-form
	> div:last-child
	#content-form-2
	> div:last-child
	> div
	.precio-total-content
	> div:nth-child(2)
	#btn-pagar-boletos {
	padding: 7px 20px;
	font-size: 15px;
	background-color: #eb8006;
	border-radius: 8px;
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

#principal-content-form .content-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 4px 10px;
}

#principal-content-form .content-total > span {
	font-family: "Muller bold";
	color: #0d2e40;
	letter-spacing: 0.4px;
	font-size: 20px;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form .content-total > span {
		font-size: 24px;
	}
}

#principal-content-form .content-total > input {
	font-size: 15px;
	padding: 10px;
	margin-right: 30px;
	border-radius: 6px;
	border: none;
	text-align: center;
}

@media screen and (min-width: 992px) {
	#principal-content-form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#principal-content-form .content-total > input {
		padding: 10px 30px;
		font-size: 18px;
	}
}

#principal-content-form .content-btn-comprar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
}

#principal-content-form .content-btn-comprar > input {
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 6px;
	border: none;
}

#principal-content-form .content-btn-comprar > a {
	padding: 10px 30px;
	font-size: 18px;
	background-color: #0d2e40;
	font-family: "Muller bold";
	color: #fff;
	letter-spacing: 0.4px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	margin-bottom: 20px;
}

#principal-content-form .content-btn-comprar > a:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#btn-whatsapp {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 111111;
	padding: 8px;
	background-color: #32ba46;
	border-radius: 50%;
	transition: ease all 0.4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#btn-whatsapp:hover {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	right: 20px;
	transform: scale(1.05, 1.05);
}

.valor-ingreso-text {
	width: 95%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.valor-ingreso-text a {
	color: #0d2e40;
	font-size: 20px;
}

#popup-content-suemrgete {
	overflow: auto;
	background-image: url(/src/img/cerveza/fondo-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

#popup-content-suemrgete > div {
	display: none;
}

#popup-content-suemrgete > div.active {
	width: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.popup-sumergete .popup-container {
	width: 60%;
}

#popup-content-suemrgete h3 {
	width: 100%;
	text-align: center;
	font-family: "Muller bold";
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}

#popup-content-suemrgete span {
	width: 100%;
	font-family: "Muller bold";
	font-size: 22px;
	color: #fff;
	text-align: start;
}

#popup-content-suemrgete p {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: start;
}

.popup-solo-imagen .popup-content {
	background-color: transparent !important;
	box-shadow: unset !important;
}

.popup-solo-imagen .popup-container {
	width: 55%;
}

.popup-solo-imagen .popup-container img {
	width: 70%;
}

#section-banner-seg {
	width: 100%;
}

#section-banner-seg img {
	width: 100%;
}

#img-valor-desk {
	display: flex;
}

#img-valor-res {
	display: none;
}

#content-banner-2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-banner-2 img {
	width: 100%;
}

#content-comentarios {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	padding: 30px 0px !important;
	background-image: url(/src/img/sal-cerveza/13.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#content-comentarios > h4 {
	width: 70%;
	text-align: center;
	font-size: 40px;
	color: #0d2e40;
	margin-top: 40px;
	margin-bottom: 40px;
}

#content-cards-comentarios {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.card-comentarios {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	gap: 30px;
	background-color: #fff;
	transition: ease all 0.6s;
}

.card-comentarios:hover {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.content-img-card > img {
	width: 100%;
}

.info-card-comentario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}

.info-card-comentario > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.info-card-comentario > div > h4 {
	font-size: 16px;
	font-family: "Muller Bold";
}

.info-card-comentario > div > h5 {
	font-size: 13px;
	margin-bottom: 10px;
}

.content-star {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-star svg {
	fill: #00BE79;
	width: 20px;
}

.info-card-comentario > h4 {
	font-size: 16px;
	font-family: "Muller Bold";
}

.info-card-comentario > p,
.info-card-comentario > span {
	font-size: 16px;
}

.content-btn-card-com {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.content-btn-card-com a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 16px;
}

.content-btn-card-com svg {
	width: 30px;
	fill: #000;
}
.content-btn-card-com span {
	font-size: 18px;
	text-decoration: underline;
	color: #000;
}

.info-card-comentario > h5 {
	font-size: 12px;
}

#content-incluye {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/sal-cerveza/02.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
}

#content-incluye  h3{
	color: #fff;
	padding: 4px 10px;
	background-color: #eb8006;
	margin-top: 15px;
	font-size: 25px;
	font-family: "Muller bold";
}

#content-cards-incluye {
	width: 75%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.card-incluye {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.card-incluye img{
	width: 20%;
	padding: 0px 20px;
	border-radius: 50%;
}
.card-incluye p{
	width: 80%;
	padding: 0px 20px;
	font-size: 18px;
	color: #4d4d4d;
	font-family: "Muller bold";
	border-left: 3px solid #eb8006;;
}
.card-incluye p b{
	color: #fff;
	background-color: #eb8006;
	padding: 2px 8px;
	border-radius: 8px;
}

#content-form-visitantes {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 50px;
	margin-bottom: 40px;
}

#content-form-visitantes>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#content-form-visitantes>div label{
	width: 100%;
	background-color: #0D2E40;
	color: #fff;
	font-family: "Muller bold";
	font-size: 20px;
	padding: 4px 20px;
	text-align: center;
}

#content-form-visitantes>div input,
#content-form-visitantes>div select{
	width: 100%;
	font-size: 20px;
	padding: 10px;
	height: 45px;
}

#content-disfruta-platos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url(/src/img/sal-cerveza/03.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0px;
}

#content-disfruta-platos h3{
	font-size: 35px;
	color: #fff;
	font-family: "Muller bold";
}

#content-disfruta-platos h4{
	font-size: 30px;
	background-color: #0D2E40;
	color: #fff;
	font-family: "Muller bold";
	padding: 4px 20px;
	display: flex;
	justify-content: center;
	align-items: center;

}

#content-disfruta-platos span{
	font-size: 14px;
	color: #fff;
}

#content-cards-platos {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding-top: 30px;
}

#content-cards-platos img{
	width: 20%;
}

#content-c-llega {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/sal-cerveza/03.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
}

#content-c-llega img {
	width: 30%;
	padding: 40px;
	border-right: 3px solid #fff;
}

#content-c-llega iframe {
	width: 70%;
	margin: 40px;
	border-radius: 20px;
	height: 350px;

}

#info-popup-mayor-edad {
	padding: 30px 0px;
	background-image: url(/src/img/cerveza/fondo-cer-1.webp);
    background-size: cover;
    background-repeat: no-repeat;	
}

#info-popup-mayor-edad img {
	width: 60%;
	margin-bottom: 30px;
	
}


#info-popup-mayor-edad h3 {
	font-size: 45px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #eb8006;
	padding: 4px 10px;
	font-family: "Muller bold";
	position: relative;
	height: 70px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#info-popup-mayor-edad h3::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 15px solid #eb8006;
	border-bottom: 35px solid transparent;
	position: absolute;
	left: -15px;
	top: 0px;
	transform: rotate(180deg);
}

#info-popup-mayor-edad h3::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 15px solid #eb8006;
	border-bottom: 35px solid transparent;
	position: absolute;
	right: -15px;
	top: 0px;
}


#info-popup-mayor-edad span {
	font-size: 30px;
	color: #0d2e40;
	padding: 10px 0px;
}


#info-popup-mayor-edad div {
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#info-popup-mayor-edad div a{
	background-color: #0d2e40;
	color: #fff;
	font-family: "Muller bold";
	font-size: 35px;
	padding: 4px 30px;
}



.banner-video {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch !important;
	flex-direction: row !important;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 90px;
}

.banner-video img{
	width: 75% !important;	
	height: 85vh;
	object-fit: cover;
	object-position: bottom;
	border-left: 5px solid #fff;
}

.banner-video video{
	width: 25%;	
	height: 85vh;
	background-color: #dadada;
}



@media screen and (max-width: 1280px) {
	#cards-cerveza > div img {
		top: -16%;
	}
}

#img-title {
	width: 100% ;
}


#content-title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.btn-ver-video {
	padding: 10px 30px;
    font-size: 25px;
    background: linear-gradient(135deg, #0D2E40, #174861);
    font-family: "Muller bold";
    color: #fff;
    letter-spacing: 0.4px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: ease all 0.3s;
    margin: 40px 0px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: ease all 0.3s;
}

.btn-ver-video svg {
	fill: #fff;
	width: 35px;
}

.btn-ver-video:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
    background: #eb8006;
}

#content-vdeo-c video{
	height: 80vh;
	width: 100%;
	background-color: #000;
	border-radius: 20px;
}


#content-title-form h2 {
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #0D2E40;
	padding: 4px 10px;
	font-family: "Muller bold";
	position: relative;
	height: 40px;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-title-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-title-form h2::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #0D2E40;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -5px;
	top: 0px;
	transform: rotate(180deg);
}

#content-title-form h2::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 5px solid #0D2E40;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -5px;
	top: 0px;
}

#content-title-form span {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: "Muller bold";
}

#planes-container {
	width: 70%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	padding: 40px 0px;
}


/* Etiqueta principal para la sección de planes */
.plan-label {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: -5px;
}

/* Tarjeta base */
.plan-card-radio {
    display: block;
    border: 2px solid #d0d6db;
    border-radius: 18px;
    padding: 40px;
    cursor: pointer;
    background: #ffffff;
    transition: all .35s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* Ocultar input */
.plan-card-radio input[type="radio"] {
    display: none;
}

/* Cabecera */
.plan-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
	gap: 30px;
}

.plan-card-body p {
	width: 100%;
	text-align: center;
	color: #0D2E40;
	font-size: 16px;
	margin-top: 30px;
}

.plan-card-header h4 {
	font-size: 30px;
	text-align: center;
	font-family: "Muller bold";
	color: #0D2E40;
}
.plan-card-header span {
	font-size: 50px;
	text-align: center;
	font-family: "Muller bold";
	color: #0D2E40;
}

/* —— RADIO CUSTOM —— */
.plan-card-radio::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    border: 2px solid #0D2E40;
    border-radius: 50%;
    transition: all .35s ease;
}

.plan-card-radio::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    transition: all .35s ease;
}

/* Hover */
.plan-card-radio:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(13, 46, 64, 0.25);
    border-color: #0D2E40;
}

/* —— ESTILO SELECCIONADO —— */
.plan-card-radio:has(input[type="radio"]:checked) {
    background: linear-gradient(135deg, #0D2E40, #174861);
    border-color: #0D2E40;
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(13, 46, 64, 0.4);
    animation: pulse-select .35s ease-out;
}

@keyframes pulse-select {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1.03); }
}

/* Radio marcado */
.plan-card-radio:has(input[type="radio"]:checked)::before {
    border-color: #fff;
}

.plan-card-radio:has(input[type="radio"]:checked)::after {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255,255,255,0.8);
}

/* Tipografías */
.plan-card-radio h4,
.plan-card-radio p,
.plan-card-radio .precio {
    transition: color .3s ease;
}

.plan-card-radio:has(input[type="radio"]:checked) h4,
.plan-card-radio:has(input[type="radio"]:checked) p,
.plan-card-radio:has(input[type="radio"]:checked) .precio {
    color: #ffffff !important;
}


/* Contenedor para la fecha y cantidad */
#content-form-visitantes {
    display: flex;
    flex-direction: column;
    gap: 20px;
	flex-direction: row;
}

#content-form-visitantes label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
/* --- FIN ESTILOS RECOMENDADOS --- */



@media screen and (max-width: 1024px) {
	#content-sumergete {
		padding: 20px;
	}

	#content-sumergete h2 {
		font-size: 30px;
		line-height: 30px;
	}

	#content-sumergete p {
		width: 100%;
		font-size: 18px;
		text-align: justify;
	}

	#content-btns-sumergete {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.popup-sumergete .popup-container {
		width: 90%;
	}

	#info-tipo-cerveza {
		padding: 20px;
	}

	#info-tipo-cerveza h4 {
		width: 100%;
		font-size: 25px;
		margin-top: 10px;
	}

	#info-tipo-cerveza p {
		font-size: 18px;
		text-align: justify;
	}

	#image-tipo-cerveza {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	#text-tipo-cerveza {
		padding: 20px;
	}

	#text-tipo-cerveza p {
		width: 100%;
		font-size: 18px;
		text-align: justify;
	}

	#content-cards-cerveza {
		padding: 20px;
	}

	#cards-cerveza {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	#cards-cerveza > div img {
		position: unset;
	}

	#cards-cerveza > div p {
		margin-top: 10px;
		font-size: 18px;
	}

	#principal-content-form > div:first-child > div #content-form-select {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}

	.card-btn-sumergete > div {
		display: flex;
	}

	#content-banner {
		margin-top: 90px;
	}

	#principal-content-form {
		padding: 20px;
		padding-top: 40px;
	}

	#principal-content-form > div:first-child > div > h2 {
		font-size: 25px;
	}

	.valor-ingreso-text {
		width: 100%;
		font-size: 18px;
		text-align: justify;
	}

	#principal-content-form .content-total {
		width: 100%;
		flex-direction: column;
	}

	#principal-content-form .content-total > span {
		width: 100%;
		text-align: center;
	}
	#principal-content-form .content-total > input {
		width: 100%;
		margin-right: 0px;
		font-weight: bold;
	}

	.popup-solo-imagen .popup-container {
		width: 100%;
	}

	.popup-solo-imagen .popup-container img {
		width: 95%;
	}

	#content-btns-sumergete {
		flex-direction: column;
	}

	.card-btn-sumergete {
		width: 100%;
	}

	#img-valor-desk {
		display: none;
	}

	#img-valor-res {
		display: flex;
	}

	#principal-fecha-visita {
		flex-direction: column;
	}

	#principal-content-form > div:first-child > div #content-fecha-visita {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#content-comentarios > h4 {
		width: 90%;
		font-size: 31px;
	}

	#img-title {
		width: 230% !important;
	}

	#content-incluye {
		background-color: #F1F1F1;
		background-image: none;
		padding: 30px 0px;
	
	}

	#content-cards-incluye {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.card-incluye {
		align-items: center;
		flex-direction: column;
	}

	.card-incluye img {
		width: 30%;
		padding: 10px;
		border-bottom: 3px solid #eb8006;
	}

	.card-incluye p {
		width: 100%;
		padding: 10px;
		border-left: navajowhite;
		text-align: center;
	}

	#content-banner {
		overflow: hidden;
	}

	#principal-content-form > div:first-child > div > h2 {
		font-size: 20px;
	}

	#principal-content-form > div:first-child > div > h3 {
		height: auto;
		font-size: 20px;
	}
	#principal-content-form > div:first-child > div > h3::after {
		display: none
	}
	#principal-content-form > div:first-child > div > h3::before {
		display: none
	}

	#content-form-visitantes {
		width: 100%;
		gap: 20px;
		flex-direction: column;
		margin-bottom: 40px;
	}

	#content-form-visitantes>div {
		width: 100%;
	}

	#content-nuestra-experiencia h2 {
		height: auto;
	}

	
	#content-nuestra-experiencia h2::after {
		display: none
	}
	#content-nuestra-experiencia h2::before {
		display: none
	}

	#info-tipo-cerveza h2 {
		text-align: center;
		font-size: 30px;
	}

	#content-disfruta-platos h3 {
		text-align: center;
		font-size: 25px;
	}

	#content-disfruta-platos {
		padding: 20px;
	}

	#content-disfruta-platos h4 {
		font-size: 25px;
	}

	#content-disfruta-platos span {
		font-size: 14px;
		top: 10px;
		text-align: center;
		margin-top: 10px;
	}

	#content-cards-platos {
		width: 90%;
		gap: 30px;
		flex-direction: column;
	}

	#content-cards-platos img {
		width: 70%;
	}

	#content-cards-comentarios {
		width: 90%;
	}

	#content-c-llega {
		flex-direction: column;
	}

	#content-c-llega img {
		width: 70%;
		padding: 40px;
		border-right: none;
		border-bottom: 3px solid #fff;
	}

	#content-c-llega iframe {
		width: 90%;
	}

	.banner-video {
		flex-direction: column-reverse !important;
	}

	.banner-video video {
		width: 50%;
		height: auto;
	}

	.banner-video img {
		width: 100% !important;
		height: auto;
		border: none;
	}

	.banner-video {
		align-items: center !important;
	}

	#info-popup-mayor-edad h3 {
		font-size: 20px;
		height: 40px;
	}

	#info-popup-mayor-edad span {
		font-size: 20px;
		text-align: center;
	}

	#info-popup-mayor-edad div {
		width: 100%;
		justify-content: center;
		gap: 20px;
	}

	#info-popup-mayor-edad div a {
		font-size: 25px;
	}

	.btn-ver-video {
		font-size: 20px;
		width: 90%;
		text-align: center;
	}

	#content-title-form h2 {
		font-size: 18px;
	}

	#content-title-form span {
		font-size: 16px;
	}

	#planes-container {
		width: 95%;
		flex-direction: column;
		padding: 40px 0px 10px;
	}

	.plan-card-header h4 {
		font-size: 20px;
	}

	.plan-card-header span {
		font-size: 30px;
	}

	.plan-card-header {
		gap: 15px;
	}

	.plan-card-body p {
		font-size: 18px;
		margin-top: 10px;
	}
}
