/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*-- THEME COLORS --*/ :root {
	/* Colors */
	--blue: #1590d3;
	--yellow: #faba14;
	--red: #e63136;
	--green: #32ba46;
	--gray-1: #b7b7b7;

	/* Shadows */
	--shadow-1: 0 1px 3px 1px rgb(66 66 66 / 20%),
		0 2px 8px 4px rgb(66 66 66 / 10%);
}

/* @font-face {
	font-family: "Nunito-Regular";
	src: url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Regular.woff2")
			format("woff2"),
		url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Regular.woff")
			format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Nunito-Bold";
	src: url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Bold.woff2")
			format("woff2"),
		url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Bold.woff")
			format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Nunito-Italic";
	src: url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Italic.woff2")
			format("woff2"),
		url("https://nemoconturistica./commina-de-sal-nemocon/src/fonts/Nunito-Italic.woff")
			format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
} */
/*-- END THEME COLORS --*/

@font-face {
	font-family: "Nunito-Regular";
	font-style: normal;
	font-weight: 600;
	src: local("Nunito-Regular"), local("Nunito-Regular"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Regular.woff2) format("woff2"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Regular.woff) format("woff");
}

@font-face {
	font-family: "Nunito-Bold";
	font-style: normal;
	font-weight: 600;
	src: local("Nunito-Bold"), local("Nunito-Bold"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Bold.woff2) format("woff2"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Bold.woff) format("woff");
}

@font-face {
	font-family: "Nunito-Italic";
	font-style: normal;
	font-weight: 600;
	src: local("Nunito-Italic"), local("Nunito-Italic"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Italic.woff2) format("woff2"),
		url(/mina-de-sal-nemocon/src/fonts/Nunito-Italic.woff) format("woff");
}

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* font-family: "Nunito-Regular" !important; */
}

body {
	background-color: #ffffff;
	margin: 0px;

	font-family: "Nunito-Regular" !important;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
}

#s-banner {
	width: 100%;
	height: auto !important;
	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;
	position: relative;
	height: 100vh;
	/* background-image: url(/mina-de-sal-nemocon/src/img/banner-1.jpg);
	background-size: cover;
	background-repeat: no-repeat; */
}

#image-banner {
	width: 100%;
	height: 100vh;
}

#text-banner {
	position: absolute;
	top: 5px;
	width: 90%;
	color: #ffffff;
	font-size: 55px;
	text-align: center;
	line-height: 75px;

	font-family: "Nunito-Bold" !important;
}

#text-banner b {
	background-color: #ed5d24;
	padding: 0px 10px;
	font-family: "Nunito-Bold" !important;
}

#logo-nemocon {
	position: absolute;
	width: 40%;
}


#btn-whatsapp {
	width: 100px;
	height: 100px;
	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;
	position: absolute;
	bottom: 80px;
	right: 10px;
	z-index: 111111;
	padding: 8px;
	background-color: #32ba46;
	border-radius: 50%;
	-webkit-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
	transition: ease all 0.4s;
	-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);
}

#flecha-abajo {
	position: absolute;
	bottom: 0px;
}
#flecha-abajo svg {
	width: 70px;
	fill: #fff;
}
/* 
footer {
	width: 100%;
	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;
	background-color: #fff;
	padding: 20px;
	gap: 0px 100px;
}

footer img {
	height: 50px;
} */

#s-2 {
	background-image: url(/mina-de-sal-nemocon/src/img/banner-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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;
}

#s-2 h3 {
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
}

#s-2 h4 {
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	background-color: #107c99;
	padding: 0px 25px;
	border-radius: 40px;
	-webkit-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);
	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-carousel-lugares {
	width: 80%;
	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;
	padding: 80px 0px;
	position: relative;
}

#carousel-lugares {
	width: 100%;
	display: block;
}

.card-lugares {
	padding: 15px;
	border-radius: 20px;
	background-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-lugares img {
	border-radius: 25px 25px 0px 0px;
}
.card-lugares span {
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Nunito-Bold" !important;
	text-align: center;
	margin-top: 5px;
	height: 50px;
	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;
}

.bnn {
	width: 70px;
	height: 70px;
	cursor: pointer;
	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;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 999;
	border-radius: 50%;
	background-color: #107c99;
	border: 3px solid #fff;
}

#bnn-izq {
	left: -35px;
}

#bnn-der {
	right: -35px;
}

#s-3 {
	background-image: url(/mina-de-sal-nemocon/src/img/banner-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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;
	padding-top: 120px;
}

#s-3 h3 {
	font-family: "Nunito-Bold" !important;
	color: #ed5d24;
	font-size: 55px;
	background-color: #fff;
	border-radius: 20px 20px 0px 0px;
	margin: 0px;
	padding: 0px 20px;
	-webkit-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);
	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);
}

#s-3 h4 {
	padding: 0px 20px;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
	background-color: #107c99;
	border-radius: 20px;
}

#content-cards-razones {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 40px;
	padding-bottom: 80px;
}

.card-razones {
	width: calc(100% / 4 - 60px);
	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-color: #fff;
	border-radius: 20px;
	-webkit-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);
	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);
	position: relative;
}
.card-razones img {
	width: 20%;
	margin-bottom: 15px;
	padding-top: 20px;
}
.card-razones span {
	font-family: "Nunito-Bold" !important;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

.line {
	content: "";
	background-color: red;
	height: 40px;
	width: 100%;
}

.line.azul {
	background-color: #17bfb2;
}

.triangulo {
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-top: 0px solid transparent;
	border-left: 40px solid transparent;
	position: absolute;
	bottom: -35px;
}
.triangulo.azul {
	border-top: 35px solid #17bfb2;
}
.triangulo.amarillo {
	border-top: 35px solid #f7cf0d;
}
.triangulo.naranja {
	border-top: 35px solid #ed5d24;
}
.triangulo.verde {
	border-top: 35px solid #6dd348;
}

.line.amarillo {
	background-color: #f7cf0d;
}
.line.naranja {
	background-color: #ed5d24;
}
.line.verde {
	background-color: #6dd348;
}

#s-3 > h5,
#btn-valores {
	padding: 0px 20px;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
	background-color: #ed5d24;
	border-radius: 20px;
	margin-bottom: 30px;
	-webkit-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);
	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);
	cursor: pointer;
	-webkit-transition: ease all 0.6s;
	-o-transition: ease all 0.6s;
	transition: ease all 0.6s;
}

#content-btn-valores {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

#s-3 > h5:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#s-3 > span {
	padding: 0px 80px;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
	background-color: #107c99;
	border-radius: 80px 80px 0px 0px;
	margin: 0px;
}

#s-4 {
	width: 100%;
	background-image: url(/mina-de-sal-nemocon/src/img/banner-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}
#s-4 > span {
	width: 100%;
	text-align: center;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
}

#pqrs.active {
	left: 0;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#pqrs {
	position: relative;
	right: -100vw;
	display: none;
	background-image: url(/mina-de-sal-nemocon/src/img/banner-5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}

#pqrs > h3 {
	padding: 0px 80px;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
	background-color: #107c99;
	border-radius: 0px 0px 80px 80px;
	margin-bottom: 50px;
	text-align: center;
}

.pqrs-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin: 0 auto;
	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;
	margin: 0 auto;
	width: 92%;
	/* background-image: url(/images/imagenes-generales/banner-ticket.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	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);
}

.pqrs-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pqrs-item {
	background: #fff;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.pqrs-item:first-child .pregunta {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pregunta {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	cursor: pointer;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	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;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	color: #606060;
}

.pregunta span:first-child {
	font-size: 14px;
	font-family: "Nunito-Bold" !important;
	line-height: 23px;
}

.pregunta span:last-child {
	color: #343434;
	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;
}

.pqrs-item p {
	width: 100%;
	margin: 0;
	padding: 15px 46px 15px 25px;
	color: #acacac;
	display: none;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 22px;
}

.pqrs-item p span,
.pqrs-item span span,
.pqr-item .descripcion p span {
	/* display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; */
	font-size: 14px !important;
	line-height: 22px;
}

.pqrs-item.active {
	margin: 1px 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px #77777721 solid;
}

.pqrs-item.active p {
	display: block;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: initial;
	animation-name: fadein;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	text-align: start !important;
}

#s-6 {
	background-image: url(/mina-de-sal-nemocon/src/img/banner-6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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;
	padding-bottom: 20px;
}

#s-6 > h2 {
	padding: 80px;
	color: #fff;
	font-family: "Nunito-Bold" !important;
	font-size: 80px;
}

#content-info-mapa {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}

#content-info-mapa > iframe {
	width: 40%;
	height: 400px;
}

#content-info-mapa > div {
	width: 60%;
	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;
}

#content-info-mapa > div > p {
	font-family: "Nunito-Italic" !important;
	color: #fff;
	text-align: start;
	margin-bottom: 10px;
}
#content-info-mapa > div p > b {
	font-family: "Nunito-Bold" !important;
}

#content-info-mapas {
	width: 30%;
	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;
	gap: 40px;
}

#content-info-mapas a {
	width: 100%;
	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;
	border: 1px solid #fff;
	border-radius: 15px;
	position: relative;
}

#content-info-mapas a img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: -25px;
}

#content-info-mapas a span {
	color: #fff;
	font-size: 18px;
	font-family: "Nunito-Bold" !important;
	padding: 3px 0px;
}

.row.content-carrito {
	margin: 100px 0 0 0;
	-webkit-box-shadow: 1px 1px 15px 2px #0000002b;
	box-shadow: 1px 1px 15px 2px #0000002b;
}

.col-md-6.productosNacionales {
	border-radius: 20px 0px 0px 20px;
	background: #ffffff;
	padding: 0px 80px 30px;
	border-right: 2px solid #606060;
}

#content-form-select {
	width: 90%;
}

.producto label {
	display: block;
	background: #d1331e;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-family: "Nunito-Bold" !important;
}

#comprar-tiquete {
	font-size: 22px;
	color: #ffffff;
	border-radius: 30px;
	background-color: #ed5d24;
	padding: 0px 40px;
}

.label-extra {
	background: #44a037 !important;
}

.producto select {
	border: none;
	width: 100%;
	display: block;
	padding: 7px;
}

*:focus {
	outline: none;
}

.content-carrito {
	background-image: url(/images/imagenes-generales/banner-ticket.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content-carrito h2 {
	text-align: center;
	color: #2ba84a;
	margin-bottom: 20px;
}

#lista-productos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.producto {
	margin: 10px 0;
	border: 1px solid #d1331e;
	border-radius: 10px;
	overflow: hidden;
}

.prod-ext {
	border: 1px solid #44a037 !important;
}

/*  */
.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;
	border-radius: 8px;
	padding: 4px 10px;
	max-width: 406px;
	margin: 0px auto 15px;
}

.content-total span {
	font-family: "Nunito-Bold" !important;
	color: #107c99;
	letter-spacing: 0.4px;
	font-size: 16px;
}

.content-total input {
	font-size: 16px;
	padding: 10px;
	margin-right: 30px;
	border-radius: 6px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-family: "Nunito-Bold" !important;
}

/* productos extranjeros */
.productosExtranjeros {
	background-color: #fff;
	border-radius: 0px 20px 20px 0px;
	padding: 0px 80px;
}
span.error-password.text-danger {
	color: red;
	font-size: 14px;
}

.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;
}

.content-btn-comprar a {
	padding: 10px 30px;
	font-size: 18px;
	background-color: #6dd348;
	border-radius: 20px 20px 0px 0px;
	font-family: "Nunito-Bold" !important;
	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;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	font-size: 30px;
}

.row.content-carrito {
	padding: 29px 20px;
}

.table-productos-nacionales {
	background: #ffffff;
	color: #c22c9a;
	text-align: center;
}

.table-productos-extranjeros {
	background: #ffffff;
	color: #c22c9a;
	text-align: center;
}

.table-productos-nacionales input,
.table-productos-extranjeros input {
	color: #000;
}

.datosComprador {
	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-color: #17bfb2;
	padding: 20px 30px;
}

.datosComprador h4 {
	font-size: 22px;
	font-family: "Nunito-Bold" !important;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 20px;
}

.datosComprador form > div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.datosComprador form > div input {
	width: 50%;
	text-align: center;
}

.precio-total-content input {
	text-align: center;
}

.datosComprador form > div > label {
	width: 45%;
	color: #fff;
}

.datosComprador form > div > label {
	width: 100%;
	height: 30px;
	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;
	color: #fff;
	font-family: "Nunito-Bold" !important;
	font-size: 15px;
	letter-spacing: 3px;
	text-align: center;
}

/*  */
.row.detalles-carrito {
	display: none;
}
.row.detalles-carrito.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#cont-1,
#cont-1 > 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;
}

#cont-1 h2 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 80%;
	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;
	padding: 20px 0px 50px;
	font-family: "Nunito-Bold" !important;
}

.productosExtranjeros h2,
.productosNacionales h2 {
	width: 100% !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	text-align: center !important;
	color: #606060 !important;
	padding: 20px 15px !important;
}

#content-fecha-visita {
	width: auto;
	border: 1px solid #fff;
	border-radius: 4px;
	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;
	padding: 0px;
	margin: 20px 0px;
}

#content-info-condiciones {
	width: 80%;
	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;
	margin-top: 20px;
}

#content-info-condiciones a {
	color: #ed5d24;
	font-weight: bold;
}
#content-info-condiciones b {
	font-family: "Nunito-Bold" !important;
}
#content-info-condiciones p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

#content-fecha-visita > label {
	color: #fff;
	font-family: "Nunito-Bold" !important;
	padding: 10px;
	font-size: 18px;
}

#content-fecha-visita > input {
	height: 100%;
	text-decoration: none;
	border: none;
	background-color: #fff;
	padding: 10px;
}

#form-datos-comprador,
.precio-total-content {
	width: 100%;
}

#form-datos-comprador > div,
.precio-total-content > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#form-datos-comprador > div label,
.precio-total-content > div label {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 3px;
	text-align: center;
}

#form-datos-comprador > div label,
.precio-total-content > div input,
#form-datos-comprador > div label,
.precio-total-content > div input {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btnPay {
	background-color: #ed5d24;
	border-radius: 10px;
	padding: 5px 20px;
	color: #ffffff;
	margin-top: 10px;
	border: none;
	font-family: "Nunito-Bold" !important;
	letter-spacing: 2px;
}

/* -----------------------------popup--------------------------------------- */
.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-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;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
}

.popup .cortina-popup.active {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}

.popup .cortina-popup {
	display: none;
}

.popup .popup-content {
	background-color: #ffff;
	color: #4d4d4d;
	width: 96%;
	max-height: 80vh;
	border-radius: 10px;
	overflow: auto;
	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: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	position: absolute;
}

.popup .popup-content .btn-cerrar-popup-container {
	width: 100%;
	text-align: end;
	font-size: 30px;
	padding: 15px;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup .popup-content .btn-cerrar-popup {
	width: 38px;
	height: 38px;
	color: #b30f0f;
	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;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "Nunito-Bold" !important;
}

.svg-24px {
	width: 24px;
	height: 24px;
}

.popup .popup-content .form-contactenos {
	width: 100%;
	height: 400px;
	padding: 0 40px 20px;
	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;
	color: #4e4e4e;
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}

.popup .popup-content .form-contactenos .container-popup {
	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;
	position: absolute;
	top: 0;
}

.popup .popup-content .form-contactenos .container-popup > div {
	width: 90%;
	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;
}

.popup .popup-content .form-contactenos .container-popup > div h3 {
	color: #0387cf;
	font-size: 30px;
	padding: 10px 0;
	font-family: "Nunito-Bold" !important;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

.popup .popup-content .form-contactenos .container-popup > div > p {
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	font-family: "Muller light" !important;
	margin-bottom: 20px;
	text-align: justify;
}

.container-popup {
	width: 100%;
	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;
}

.container-popup img {
	height: 80vh;
}

@media screen and (min-width: 992px) {
	.popup .popup-content {
		width: 850px;
	}
	.popup .popup-content .form-contactenos .container-popup > div h3 {
		font-size: 28px;
	}
	.popup .popup-content .form-contactenos .container-popup > div > p {
		font-size: 20px;
	}
}

#s-banner {
	width: 100%;
	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;
	margin-top: 90px;
}

#banner-carousel {
	width: 100%;
	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;
	position: relative;
}

#title-banner {
	position: absolute;
	z-index: 1;
}

#title-banner h3 {
	font-size: 18px;
	font-family: Barcelony !important;
	color: #0387cf;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%),
		0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
}

#title-pregunta h3 {
	font-size: 40px;
	font-family: Barcelony !important;
	color: #ffffff;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px;
}

#title-mapa h3 {
	font-size: 40px;
	font-family: Barcelony !important;
	color: #ffffff;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px;
}

#pqrs.active {
	left: 0;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	margin-top: 30px;
}

#pqrs {
	position: relative;
	right: -100vw;
	display: none;
}

.pqrs-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin: 0 auto;
	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;
	margin: 0 auto;
	width: 92%;
	background-image: url(/images/imagenes-generales/banner-ticket.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 20px 20px 60px; */
}

.pqrs-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pqrs-item {
	background: #fff;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.pqrs-item:first-child .pregunta {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pregunta {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	cursor: pointer;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	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;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	color: #606060;
}

.pregunta span:first-child {
	font-size: 14px;
	font-family: "Nunito-Bold" !important;
	line-height: 23px;
}

.pregunta span:last-child {
	color: #343434;
	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;
}

.pqrs-item p {
	width: 100%;
	margin: 0;
	padding: 15px 46px 15px 25px;
	color: #acacac;
	display: none;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 22px;
}

.pqrs-item p span,
.pqrs-item span span,
.pqr-item .descripcion p span {
	/* display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; */
	font-size: 14px !important;
	line-height: 22px;
}

.pqrs-item.active {
	margin: 30px 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px #77777721 solid;
}

.pqrs-item.active p {
	display: block;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: initial;
	animation-name: fadein;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	text-align: start !important;
}

#s-mapa {
	width: 100%;
	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;
}

#s-mapa > div {
	width: 92%;
	margin-top: 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;
	background-image: url(/images/imagenes-generales/banner-ticket.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 20px 60px;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 350px;
	width: 100%;
}
.gmap_canvas iframe {
	width: 100%;
	border-radius: 20px;
}
.mapouter {
	position: relative;
	text-align: right;
	height: 350px;
	width: 90%;
	-webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%),
		0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
	border-radius: 20px;
}

.num-input-container {
	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;
}

.num-input-container button {
	padding: 0;
	border: 1px #00000061 solid;
}

.informacion {
	width: 100%;
	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;
}

#btn-info {
	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;
	padding: 7px 20px;
	font-size: 15px;
	color: #fff;
	font-family: "Nunito-Bold" !important;
	background-color: #619d3b !important;
	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);
	margin-right: 20px;
	border-radius: 8px;
}

.svg-30px {
	width: 30px;
	height: 30px;
}

#popup-inicial .popup-content {
	background-color: transparent;
}

#popup-inicial .popup-content svg path {
	fill: #a30c0c !important;
}
/* 
footer ul li {
	width: 100%;
}

footer li img {
	width: 100%;
}
footer > div {
	max-width: 900px;
	display: block;
	width: 100%;
}

footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
} */

.bodyGracias {
	width: 100%;
	background-image: url(/mina-de-sal-nemocon/src/img/banner-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* footer img {
	max-width: 130px;
	height: auto;
}

footer > div {
	max-width: 1000px;
} */

.c-rojo {
	color: red !important;
}

#img-precios {
	width: 70%;
	height: auto;
}

#content-img-desk {
	width: 100%;
	display: none;
}

#content-img-res {
	width: 100%;
	display: flex;
}

#content-img-desk img,
#content-img-res img{
	width: 100%;
}
@media screen and (max-width: 992px) {
	/* footer img {
		height: auto;
	} */

	#img-precios {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {

	#s-banner {
		margin-top: 90px;
	}
#content-img-desk {
	display: flex;
}

#content-img-res {
	display: none;
}
	#s-mapa > div {
		width: 68%;
	}

	#pqrs.active {
		padding: 30px;
	}
	#title-banner h3 {
		font-size: 60px;
	}
	#pqrs {
		position: relative;
		right: -100vw;
		display: none;
		padding: 40px 120px 120px;
	}

	.pqrs-container {
		width: 70%;
		background-image: url(/images/imagenes-generales/banner-ticket.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		/* padding: 20px 20px 60px; */
	}

	.pregunta span:first-child {
		font-size: 14px;
	}

	.pqrs-item p span,
	.pqrs-item p,
	.pqrs-item span span,
	.pqr-item .descripcion p span {
		font-size: 14px !important;
		line-height: 22px;
	}

	.pqrs-item p span,
	.pqrs-item p,
	.pqrs-item span span,
	.pqr-item .descripcion p span {
		font-size: 14px !important;
		line-height: 22px;
	}
}

@media screen and (min-width: 992px) {
	#s-mapa > div {
		width: 68%;
	}
	#title-banner h3 {
		font-size: 60px;
	}
	#pqrs {
		position: relative;
		right: -100vw;
		display: none;
	}

	.pqrs-container {
		width: 70%;
		background-image: url(/images/imagenes-generales/banner-ticket.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.pregunta span:first-child {
		font-size: 14px;
	}

	.pqrs-item p span,
	.pqrs-item p,
	.pqrs-item span span,
	.pqr-item .descripcion p span {
		font-size: 14px !important;
		line-height: 22px;
	}

	.pqrs-item p span,
	.pqrs-item p,
	.pqrs-item span span,
	.pqr-item .descripcion p span {
		font-size: 14px !important;
		line-height: 22px;
	}
}

@media screen and (max-width: 1280px) {
	#text-banner {
		font-size: 45px;
		line-height: 54px;
	}
}

@media screen and (max-width: 992px) {
	/* footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	footer img {
		height: 70px;
	} */

	#text-banner {
		width: 95%;
		font-size: 20px;
		top: 5px;
		line-height: 30px;
	}

	#logo-nemocon {
		width: 80%;
	}

	#flecha-abajo svg {
		width: 50px;
	}

	#flecha-abajo {
		bottom: -5px;
	}

	

	#btn-whatsapp {
		width: 50px;
		height: 50px;
	}

	#s-2 h3 {
		text-align: center;
		font-family: "Nunito-Bold" !important;
		color: #fff;
		font-size: 20px;
		margin-bottom: 15px;
	}

	#s-2 h4 {
		width: 90%;
		font-size: 20px;
		padding: 0px 10px;
		text-align: center;
	}

	.bnn {
		width: 30px;
		height: 30px;
	}

	#s-2 {
		background-image: url(/mina-de-sal-nemocon/src/img/res-banner-2.jpg);
	}

	#s-3 {
		background-image: url(/mina-de-sal-nemocon/src/img/res-banner-3.jpg);
	}

	#s-3 h3 {
		font-size: 25px;
	}

	#s-3 h4 {
		font-size: 25px;
	}

	#content-cards-razones {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}

	.card-razones {
		width: 100%;
		margin-bottom: 50px;
	}

	#s-3 > h5 {
		width: 90%;
		text-align: center;
		font-size: 25px;
	}

	#s-3 > span {
		padding: 5px 80px;
		font-size: 25px;
		text-align: center;
		line-height: 25px;
	}

	#cont-1 h2 {
		font-size: 15px;
		padding: 20px 0px;
	}

	.content-btn-comprar a {
		width: 90%;
		text-align: center;
		line-height: 28px;
		font-size: 20px;
	}

	.col-md-6.productosNacionales {
		border-radius: 0px;
		padding: 20px;
	}

	.productosExtranjeros {
		border-radius: 0px;
		padding: 20px;
	}

	#content-info-condiciones {
		width: 90%;
	}

	#content-fecha-visita > label {
		font-size: 14px;
	}

	.content-total {
		max-width: 90%;
	}

	.content-total span {
		width: 60%;
	}

	.content-total input {
		width: 40%;
	}

	.row.detalles-carrito.active > div {
		padding: 0px;
	}

	.cantidad-input-detalles {
		width: 40px;
	}

	#pqrs > h3 {
		padding: 4px 45px;
		font-size: 25px;
		line-height: 28px;
		text-align: center;
	}

	#s-4 {
		width: 100%;
		background-image: url(/mina-de-sal-nemocon/src/img/res-banner-4.jpg);
		
	}

	.pqrs-container {
		padding: 0px;
	}

	#pqrs.active {
		margin-top: 0px;
		border-radius: 0px;
	}

	#s-6 > h2 {
		padding: 20px;
		font-size: 25px;
	}

	#content-info-mapa {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#content-info-mapa > iframe {
		width: 100%;
		height: 250px;
	}

	#content-info-mapa > div {
		width: 100%;
	}

	#content-info-mapas {
		width: 70%;
		gap: 25px;
	}

	#btn-valores {
		width: 95%;
		font-size: 25px;
		text-align: center;
	}
}


@media screen and (max-width: 1024px) {
	#text-banner {
		padding-top: 45px;
	}
}