.celular div {
	display: flex;
	width: 55%;
	align-items: center;
}
.celular div select {
	width: 65px;
	padding: 0;
	height: 30px;
	margin: 0;
}
.celular div input {
	width: 100% !important;
}
@media (max-width: 992px) {
	.celular div {
		width: 100%;
	}
}
a.btn-preguntas {
	display: flex;
	margin: 10px auto 20px;
	padding: 15px !important;
	color: #fff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-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: "Muller bold";
	letter-spacing: 4px;
	-webkit-box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
		0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
		0 1px 3px 0 rgb(0 0 0 / 12%);
	border-radius: 8px;
	animation-duration: 1s;
	transition: ease all 0.3s;
}
a.btn-preguntas:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.btn-whatsapp {
	position: fixed;
	bottom: 50px;
	right: -30px;
	max-width: 80px;
	z-index: 9999 !important;
	width: 70px;
	height: 70px;
}

.btn-whatsapp img {
	width: 70px;
	height: 70px;
}

div#alerta-banner-footer {
	max-width: 400px;
	margin: auto;
	z-index: 9999;
}

div#alerta-banner-footer img {
	width: 100%;
}
div#alerta-banner-footer {
	max-width: 500px;
	margin: auto;
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	transition-duration: 2s;
}
span.cerrar_alerta {
	float: right;
	background: #fff;
	padding: 2px 5px;
	cursor: pointer;
}

#banner-ws {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner-ws > a {
	width: 100%;
}

#banner-ws > a > img {
	width: 100%;
}
@media (min-width: 992px) {
	#banner-ws > a {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.btn-whatsapp {
		bottom: 20px;
		right: 26px;
		max-width: 80px;
		z-index: 9999 !important;
		width: 55px;
		height: 55px;
	}

	.btn-whatsapp img {
		width: 55px;
		height: 55px;
	}
}

@media (max-width: 414px) {
	div#alerta-banner-footer {
		max-width: 80%;
		margin: auto;
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
	}
}

#s-politicas {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	margin-bottom: 100px;
}

#s-politicas > img {
	width: 100%;
}

#info-terminos {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info-terminos > p {
	font-weight: bold;
	color: #606060;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

#info-terminos > span {
	color: #ffffff;
	background-color: #829b29;
	padding: 5px 15px;
	font-weight: bold;
	margin: 60px 0px 40px;
	text-align: center;
	font-size: 25px;
}

#title-terminos {
	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;
	font-size: 55px;
	font-family: Barcelony;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 0px;
}

#title-terminos span {
	font-size: 55px;
	color: #313713;
	margin-bottom: 10px;
	font-size: 55px;
	font-family: Barcelony;
	letter-spacing: 4px;
}

#content-info-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#content-info-btn a {
	background-color: #8d0d02;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	font-size: 22px;
}

#content-info-btn a > svg {
	width: 25px;
	height: 25px;
	background-color: #4d0101;
	border-radius: 50%;
	fill: #ffffff;
	padding: 2px;
}

#tabla-contenedor {
	width: 45%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 0 1px black;
}

#table-terminos {
	width: 100%;
	border-collapse: collapse;
}

#table-terminos td {
	border: 1px solid;
	padding: 20px 30px;
}

#table-terminos p {
	color: #829b29;
	text-align: center;
	font-size: 25px;
}

#table-terminos a {
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #8d0d02;
	border-radius: 10px;
	font-size: 25px;
}

#btn-politicas {
	background-color: #8d0d02;
	border-radius: 20px;
	color: #fff;
	padding: 5px 30px;
	border: none;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	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);
	transition: ease all 0.6s;
	margin-bottom: 15px;
}

#btn-politicas:hover {
	transform: scale(1.05);
	text-decoration: none;
}

#s-devoluciones {
	width: 100%;
	/* height: 100vh; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	padding: 50px;
}

#image-devoluciones {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	/* background-color: #829b29; */
	background-image: url("/src/img/devoluciones.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#image-devoluciones h3 {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 42px;
	margin-top: 30px;
}

#content-p-dev {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 10px 50px;
	gap: 15px;
}
#content-p-dev p {
	font-family: "Muller medium";
	color: #fff;
	font-size: 18px;
}
#content-p-dev a {
	font-family: "Muller medium";
	color: #f18506;
	font-size: 18px;
}

#image-devoluciones h3 > span:first-child {
	font-family: Barcelony;
	font-size: 60px;
}

#image-devoluciones h3 > span:last-child {
	font-size: 53px;
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
}

#form-devoluciones {
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/fondo-devolucion.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0px 20px 20px 0px;
	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);
	padding: 20px 30px;
}

#form-devoluciones form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-form-devol {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.content-inp-form {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 10px;
}

.content-inp-form.largo {
	width: 100%;
}

.content-inp-form label {
	font-size: 20px;
	color: #000;
	margin-bottom: 4px;
	font-weight: bold;
}
.content-inp-form textarea {
	resize: none;
	height: 90px;
}
.content-inp-form textarea,
.content-inp-form input {
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	border: none;
	font-size: 18px;
}

#content-ternimos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.info-form {
	color: #000;
	font-size: 14px;
	text-align: center;
	font-family: "Muller light";
	margin-bottom: 8px;
	text-align: start;
}

#content-ternimos label {
	font-weight: bold;
}

#content-btn-enviar-devo button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f18506;
	border: none;
	border-radius: 20px;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	gap: 10px;
	margin-top: 25px;
}

#content-btn-enviar-devo svg {
	width: 30px;
	fill: #fff;
}

.s-banner-n a,
.s-banner-n img,
.s-banner-n {
	width: 100%;
}

section#s-compre > div > div:nth-child(4) #btn-info {
	background-color: #619d3b !important;
}

#btn-ticket {
	text-align: center;
	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: "Muller bold";
	background-color: #f28706;
	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;
}

@media (max-width: 920px) {
	#info-terminos > p {
		font-size: 15px;
	}

	#content-info-btn {
		flex-direction: column;
		gap: 15px;
	}

	#content-info-btn a {
		font-size: 15px;
	}

	#tabla-contenedor {
		width: 100%;
	}

	#table-terminos p {
		font-size: 15px;
	}
	#table-terminos td {
		padding: 10px;
	}
	#table-terminos a {
		font-size: 16px;
	}

	#s-devoluciones {
		flex-direction: column;
		padding: 0px;
	}

	#image-devoluciones {
		width: 100%;
	}

	#form-devoluciones {
		width: 100%;
		border-radius: unset;
		padding: 10px 20px;
	}

	.content-inp-form {
		width: 100%;
	}

	#s-devoluciones {
		height: auto;
	}
}

.content-sub-items-header {
	position: relative;
}
.content-sub-items-header:hover ul {
	display: block !important;
}

.content-sub-items-header > a {
	display: flex !important;
}
.content-sub-items-header > a svg {
	width: 25px;
	fill: #fff;
	transition: ease all 0.6s;
}

.content-sub-items-header > a:hover svg {
	fill: #7ed1f5;
}

.sub-items-header {
	display: none !important;
	width: 250px !important;
	height: auto !important;
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-radius: 3px !important;
	top: 100% !important;
	z-index: 3 !important;
}

.sub-items-header > li {
	width: 100% !important;
	display: flex !important;
	position: relative !important;
}

.sub-items-header > li > a {
	width: 100% !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	color: #fff !important;
	border-bottom: 2px solid var(--negro) !important;
	padding: 10px 30px !important;
	transition: ease all 0.6s !important;
	font-weight: 600 !important;
}

.sub-items-header > li > a:hover {
	color: #7ed1f5 !important;
}

#content-btn-ws a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#content-btn-ws {
	position: fixed;
	right: -165px;
	top: 380px;
	z-index: 1;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-btn-ws a {
	font-size: 16px;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px 10px 0px 0px;
	transition: ease all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	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);
}

#content-btn-ws a:nth-child(1) {
	background-color: #ff5d5d;
}
#content-btn-ws a:nth-child(2) {
	background-color: #619d3b;
}

#content-btn-ws a > svg {
	margin-right: 5px;
}

#content-btn-ws a:hover {
	transform: scale(1.05);
}

#content-btn-ws a svg {
	fill: #fff;
	width: 25px;
	transform: rotate(90deg);
}

#content-btn-ws a span {
	padding: 0px 10px;
}

div#alerta-banner-footer {
	display: none !important;
	bottom: -100% !important;
}

.s-banners-2 ,
.s-banners-2 a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-banners-2 img {
	width: 100%;
}

.s-banners-2-res{
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.s-banners-2-res a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-banners-2-res img {
	width: 100%;
}

#s-resenas-google {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
}

#s-resenas-google>h3{	
	font-family: "Muller bold";
	font-size: 30px;
	color: #8d0d02;
	margin-bottom: 30px;
}

#content-resenas {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#carousel-resenas {
	width: 100%;
	padding: 20px 0px;
}

#carousel-resenas .owl-stage {
	padding: 10px 0px;
}

.card-resena {
	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);
	border-radius: 4px;
	padding: 15px;
}

.card-resena-home {
	min-height: 200px;
	cursor: pointer;
}

.info-card-resena {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.img-resena {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.img-resena img{
	width: 100%;
}

.img-resena::before {
	content: "";
	background-image: url("/src/img/google-logo.svg");
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	border-radius: 50%;
	background-color: #fff;
}

.nombre-card-resena {
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.nombre-card-resena h3{
	font-size: 18px;
	color: #4d0101;
	font-family: "Muller bold";
}
.nombre-card-resena span{
	color: #606060;
	font-size: 14px;
}

.estrellas-resena {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.estrellas-resena svg{
	width: 22px;
	fill: #F6BB06;
}

#s-resenas-google>a {
    color: #fff;
    padding: 4px 20px;
    font-size: 22px;
    font-family: "Muller bold";
    letter-spacing: 4px;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
		0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 8px;
    transition: ease all 0.3s;
	background-color: #8d0d02;
}

.description-resena {
	width: 100%;
}

.description-resena p {
	width: 100%;
	text-align: start;
	font-style: 18px;
	color: #606060;
}

.description-resena-home {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#s-comentarios {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 120px 0px 40px;
	gap: 20px;
}

#content-comentarios {
	width: 85%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	justify-content: center;
	align-items: stretch;
}

#content-comentarios .card-resena {
	width: 100%;
}

.btn-comentarios-google {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background-color: #f18506;
	border-radius: 4px;
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
		0 1px 3px 0 rgb(0 0 0 / 12%);	
		padding: 6px 15px;
}

.btn-comentarios-google img {
	width: 30px;
}

.btn-comentarios-google span {
	font-size: 25px;
	color: #fff;
    font-family: "Muller bold";
}

.skiptranslate {
	display: none !important; 
}

#img-popup-ticket {
	height: 80vh;
}

.total-sin-descuento {
	display: none;
}

#texto-tranquilidad {
	font-size:25px;
	color:white;
	text-align:center;
}

#label-datos-comprador {
	height:70px
}

#c-desc-apli {
	display: none;
}

#iframe-footer {
	display:none;
	visibility:hidden
}

.mapa iframe {
	border-radius: 8px
}

.grafico-clima {
    background-size: contain;
    background-position: 0 0;
}

#descuento-aplicado-sal-cer {
	display: none;
}

#btn-share {
	width: 50px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    right: 20px;
    top: 130px;
    background: #f28706;
    border-radius: 50%;
    padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#btn-share svg {
	fill: #fff;
}

#info-popup-share {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 30px 30px;
	gap: 30px;
}

.card-share {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	padding: 6px 20px;
}

.card-share svg{
	width: auto !important;
	height: 37px !important;
	fill: #fff;
}

.card-share img{
	width: auto !important;
	height: 30px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin-bottom: 0px !important;
}

.card-share span{
	font-size: 20px;
	color: #fff;
	font-family: "Muller bold";	
}

#info-popup-share a:nth-child(2){
	background-color: #1877F2 ;
}

#info-popup-share a:nth-child(3){
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

#info-popup-share a:nth-child(1){
	background: #25D366;
}

#popup-share .popup-content {
	width: auto !important;
}

@media screen and (max-width: 1024px) {
	#btn-share {
		width: 60px;
		position: unset;
		background-color: transparent;
	}

	.content-sub-items-header:hover ul {
		display: flex !important;
	}

	.sub-items-header {
		width: 100% !important;
		position: relative !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.sub-items-header > li > a {
		justify-content: center !important;
	}

	#content-btn-ws {
		right: 0px;
		top: auto;
		bottom: 0px;
		transform: rotate(-0deg);
		width: 100%;
	}

	#content-btn-ws a {
		padding: 5px 10px;
	}

	#content-btn-ws a svg {
		transform: rotate(0deg);
	}

	.s-banners-2 {
		display: none;
	}
	.s-banners-2-res  {
		display: flex;
	}

	#content-comentarios {
		width: 95%;
		grid-template-columns: 1fr;
	}

	/* header {
		flex-direction: row-reverse;
	} */

	header .brand-container {
		display: flex !important;
		justify-content: start;
		margin-left: 15px;
	}

	header #botones {
		position: absolute;
		right: 5px;
		top: 95px;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: -1;
	}

	header #botones > select {
		margin: 0px;
		width: auto;
	}

	header .brand-container img {
		width: 50%;
	}

	header .menu-btn-container {
		width: 30%;
		padding-right: 15px;
	}

	header .brand-container img {
		width: 60%;
	}

    header #botones > select {
        width: 80px !important;
        padding: 4px 0px;
    }
}