/**** Reset ***/
html {
	scroll-behavior: smooth;
}

body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

/*
==============================================
Variables CSS
==============================================
*/

:root {
	--color-negro: #222222;
	--color-gris: #575756;
	--color-naranja: #C99D62;
	--color-cafe: #7a5f38;
	--color-dorado: #C99D62;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

/****  Fin Reset ***/
body {
	font-family: "Conduit ITC";
	font-weight: 400;
	font-style: normal;
	color: var(--color-negro);
}

p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 21px;
}

img {
	max-width: 100%;
}

.blanco {
	color: #fff !important;
}

.gris {
	color: var(--color-gris) !important;
}

.naranja {
	color: var(--color-naranja) !important;
}

.cafe {
	color: var(--color-cafe) !important;
}

/*Alertas Ajax*/
#alertLoad {
	position: fixed;
	bottom: 8px;
	right: 6px;
	background: #27ae60;
	border: 2px solid #27ae60;
	z-index: 9999;
	padding: 2px 8px;
	border-radius: 3px;
	border: 2px solid #209143;
	display: none;
}

#alertLoad span {
	color: #FFF;
	font-size: 21px;
	display: inline-block;
	float: left;
	margin-top: 13px;
}

#alertLoad img {
	width: 48px;
}

.alertFail,
.alertOk {
	display: none;
	position: fixed;
	bottom: 15px;
	width: 80%;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #c0392b;
	z-index: 99999999;
	padding: 2px 8px;
	border-radius: 3px;
	padding: 11px;
	border: 1px solid rgb(119, 0, 0);
}

.alertFail {
	visibility: visible;
}

.alertOk {
	background: #27AE60;
	border: 1px solid #3B694F;
}

.alertFail span,
.alertOk span {
	color: #FFF;
	font-size: 21px;
	display: block;
	text-align: center;
}

.woowRequireFail {
	border: 1px solid #D60000 !important;
	box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-webkit-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-moz-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-ms-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
	-o-box-shadow: inset 0px 0px 9px -3px #FF0303 !important;
}

.woowNavBreadcrumb {
	margin: 0px;
	margin-bottom: 15px;
	padding: 2px 0px;
	display: inline-block;
}

.woowNavBreadcrumb ol li {
	float: left;
	list-style: none;
}

.woowNavBreadcrumb ol li:after {
	content: '❯';
	padding: 0px 8px;
	color: var(--color-verde);
	font-weight: 600;
}

.woowNavBreadcrumb ol li:last-child:after {
	content: '';
	display: none;
}

.woowNavBreadcrumb ol li a span {
	font-size: 16px;
	color: #999999;
}

.woowNavBreadcrumb ol li a span:hover {
	color: #222;
	text-decoration: underline;
}

.woowNavBreadcrumb ol li b {
	opacity: 0;
	position: absolute;
}

.woowTheContent {
	height: auto;
	font-size: 1.2rem;
}

.woowTheContent h1 {
	font-size: 32px;
	margin: 25px 0px 0px;
}

.woowTheContent h2 {
	font-size: 26px;
	margin: 25px 0px 15px;
	font-weight: 600;
}

.woowTheContent h3 {
	font-size: 24px;
	margin: 25px 0px 0px;
}

.woowTheContent h4 {
	font-size: 22px;
	margin: 25px 0px 0px;
}

.woowTheContent h5 {
	font-size: 20px;
	margin: 25px 0px 0px;
}

.woowTheContent h6 {
	font-size: 18px;
	margin: 25px 0px 0px;
}

.woowTheContent p {
	margin: 8px 0px 10px;
	font-size: 19px;
	line-height: 23px;
}

.woowTheContent img {
	max-width: 100%;
	height: auto;
}

.woowTheContent ul,
.woowTheContent ol {
	padding-left: 40px;
}

.woowTheContent ul {
	list-style: inherit;
}

.woowTheContent ol {
	list-style: auto;
}

.woowTheContent ul li,
.woowTheContent ol li {
	padding-bottom: 15px;
}

.woowTheContent blockquote {
	border-color: var(--color-azul-claro);
	border-left-style: solid;
	border-left-width: 7px;
	padding-left: 20px;
	margin-bottom: 1em;
	margin-right: 1em;
	line-height: 1.5em;
	color: #919191;
}

.woowTheContent a {
	color: var(--color-link);
	text-decoration: underline;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centerVertical {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* ANIMACIONES */
.bounce {
	animation: bounce 2s ease infinite;
}

@keyframes bounce {
	70% {
		transform: translateY(0%);
	}

	80% {
		transform: translateY(-15%);
	}

	90% {
		transform: translateY(0%);
	}

	95% {
		transform: translateY(-7%);
	}

	97% {
		transform: translateY(0%);
	}

	99% {
		transform: translateY(-3%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

/* Home */
.navNuevo {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: rgb(78 78 78 / 60%);
}

.navNuevo .navbar-toggler {
	border-color: rgb(255, 255, 255, 0.8);
}

.navNuevo .navbar-nav {
	text-align: center;
	padding: 0px 20px;
}

.navNuevo .navbar-nav li {
	padding: 22px 12px;
}

.navNuevo .navbar-nav .menu-item a {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
}

.navNuevo .navbar-nav .current-menu-item {
	background: #000;
}

.navNuevo .navbar-nav li ul.dropdown-menu {
	background: rgb(78 78 78 / 60%);
}

.navNuevo .navbar-nav li ul.dropdown-menu li {
	padding: 5px 12px;
}

.navNuevo .navbar-nav li ul.dropdown-menu li a:hover {
	background: #000;
}

.navNuevo .regionMenu {}

.navNuevo .regionMenu ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.navNuevo .regionMenu ul li {
	display: inline-block;
}

.navNuevo .regionMenu ul li span {
	display: block;
	text-align: center;
	color: #fff;
	margin-top: -8px;
	font-size: 14px;
}

.navNuevo .regionMenu ul li img {
	max-width: 35px;
}

.navNuevo .regionMenu i {
	display: inline-block;
	padding: 0px 30px;
	background: var(--color-cafe);
	line-height: 90px;
}

.swiperHome img {
	width: 100%;
}

.swiperHome .swiper-button-prev:after,
.swiperHome .swiper-button-next:after {
	color: #fff;
}

.swiperHome .swiper-pagination-bullet-active {
	background: #fff;
}

.titleStyle {
	color: var(--color-naranja);
	text-align: center;
	font-size: 50px;
	font-weight: 600;
}

.titleStyle span {
	display: block;
	color: var(--color-negro);
	font-weight: 300;
	font-size: 40px;
	margin-right: 140px;
}

.bgSection {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bgHistoria {
	background-color: var(--color-naranja);
}

.hitoriaTxt {
	max-width: 500px;
	margin: auto;
}

.hitoriaTxt .titleStyle {
	color: #fff;
}

.hitoriaTxt .titleStyle span {}

.hitoriaIcons {
	width: 100%;
	height: 100%;
}

.hitoriaIcons ul {
	list-style: none;
	text-align: center;
}

.hitoriaIcons ul li {
	display: inline-block;
	padding: 10px 25px;
	border-right: 1px solid #fff;
}

.hitoriaIcons ul li:last-child {
	border-right: 0px;
}

.hitoriaIcons ul li img {
	max-width: 55px;
}

.hitoriaIcons ul li span {
	display: block;
	color: #fff;
	font-size: 20px;
}

.btnLink {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
}

.btnLink i {
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	margin-left: 4px;
}

.btnLink:hover {
	color: #fff;
	text-decoration: none;
}

.cardProducto {
	position: relative;
	transition: 1s ease all;
}

.cardProducto img {
	width: 100%;
}

.cardProducto * {
	transition: 1s ease all;
}

.cardProducto .wrap {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	max-height: 100%;
	text-align: center;
}

.cardProducto .wrap .titleWrap {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	color: var(--color-naranja);
}

.cardProducto .wrap .titleWrap span {
	display: block;
	font-size: 35px;
	font-weight: 400;
	color: #fff;
}

.cardProducto .wrap .tag {
	background: var(--color-naranja);
	display: inline-block;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-weight: 600;
	font-size: 13px;
}

.bgMapa {
	background-color: var(--color-gris);
	margin-top: -220px;
}

.fullMap img {
	width: 100%;
}

.fullMap .text-center {
	background: var(--color-naranja);
}

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

.bgCalidad .bgHistoria {
	background: var(--color-naranja);
}

.bgCalidad .calidadCifras {
	max-width: 500px;
	margin: auto;
}

.bgCalidad .calidadCifras ul {
	list-style: none;
}

.bgCalidad .calidadCifras ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 15px 0px;
}

.bgCalidad .calidadCifras ul li img {
	max-width: 110px;
	padding-bottom: 10px;
}

.bgCalidad .calidadCifras ul li strong {
	display: block;
	font-weight: 600;
	font-size: 35px;
	line-height: 33px;
}

.bgCalidad .calidadSlider {
	max-width: 100%;
	height: 100%;
}

.swiperVideos {}

.swiperVideos .swiper-button-prev:after,
.swiperVideos .swiper-button-next:after {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-dorado);
	font-size: 32px;
}

.swiperVideos .swiper-button-next:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
}

.calidadSlider .swiper-pagination {
	bottom: 15px;
}

.calidadSlider .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--color-naranja);
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.swiperVideosThumbs {
	max-width: 500px;
}

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

.noticiasMargin {
	margin-top: -130px;
}

.noticias .captionImg {
	position: relative;
}

.noticias .captionImg img {
	width: 100%;
}

.noticias .captionImg figcaption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	min-height: 0px;
	line-height: 75px;
	transition: 0.7s ease all;
}

.noticias .captionImg figcaption .desc {
	display: none;
	opacity: 0;
	font-size: 14px;
	line-height: 20px;
}

.noticias .captionImg .titleCap {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
	line-height: 25px;
}

.noticias .captionImg .titleCap a {
	color: inherit;
}

.noticias .captionImg .titleCap a:hover {
	text-decoration: none;
}

.noticias .captionImg:hover figcaption {
	line-height: 10px;
	height: 65px;
	background-color: rgb(87 86 86 / 90%);
	border-radius: 0px;
	padding-top: 20px;
}

.noticias .captionImg:hover figcaption .desc {
	display: block;
	opacity: 1;
	font-size: 20px;
	line-height: 20px;
}

.logoMarca {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
}

.logoMarca:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
}

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

.footerDatos {
	color: #fff;
}

.footerDatos article {
	font-size: 16px;
}

.footerDatos article strong {
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
}

.footerDatos article .listSimple {
	list-style: none;
}

.footerDatos article .listSimple li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid var(--color-dorado);
}

.footerDatos article .listSimple li:last-child {
	border-right: 0px;
}

.footerDatos article .listSimple li a {
	color: var(--color-dorado);
	font-size: 17px;
}

.footerDatos article .listSimple li span {
	font-weight: 600;
}

.footerMenu ul {
	list-style: none;
}

.footerMenu ul li {
	display: inline-block;
	text-transform: uppercase;
}

.footerMenu ul li.current_page_item a {
	color: var(--color-dorado);
}

.footerMenu ul li a {
	color: #fff;
	padding: 0px 8px;
}

.zoco {
	background: #212529;
	font-weight: 500;
	color: #fff;
}

.zoco a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.woowAnimCss3 {
	visibility: hidden;
}

/* Page: Nosotros */

.simbolos img {
	max-width: 100%;
}

.simbolos strong {
	display: block;
	width: 100%;
	font-size: 27px;
}

.simbolos span {
	display: inline-block;
	max-width: 250px;
	line-height: 22px;
	font-size: 19px;
}

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

/*timeline*/
.lineaHead {}

.containLine {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.slickLine {}

.slickLine .item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.slickLine .owl-stage .active {
	position: relative;
	padding-bottom: 30px;
}

.slickLine .owl-stage .active:before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--color-naranja);
	position: absolute;
	bottom: 20px;
}

.slickLine .owl-stage .active:last-child:before {
	width: 0%;
}

.slickLine .owl-stage .active .item:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--color-naranja);
	position: absolute;
	bottom: 10px;
}

.slickLine .owl-stage .active.center .item:before {
	width: 30px;
	height: 30px;
	bottom: 5px;
}

.slickLine .owl-stage-outer span {
	display: inline-block;
	font-size: 20px;
	padding: 15px 0px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #fff;
}

.slickLine .center span {
	color: var(--color-naranja);
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.slickLine .owl-nav {
	display: block !important;
	position: absolute;
	top: 0px;
	width: 100%;
	margin-top: -11px;
	font-size: 45px;
	color: var(--color-naranja) !important;
}

.slickLine .owl-prev {
	position: absolute;
	left: 0px;
}

.slickLine .owl-next {
	position: absolute;
	right: 0px;
}

.slickLine .owl-prev:hover,
.slickLine .owl-next:hover {
	background: transparent !important;
	color: var(--color-naranja) !important;
}

.slickLine .owl-dots {
	display: none;
}

.contentLine {
	display: none;
	position: relative;
}

.contentLine:first-child {
	display: block;
}

.contentLine:before {
	content: "";
	position: absolute;
	width: 30%;
	height: 2px;
	background: #e2e2e2;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.separator:before {
	height: 0px;
}

.contentLine .titleContent {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	max-width: 300px;
	display: inline-block;
}

.contentLine .titleContent span {
	color: var(--color-naranja);
}

.contentLine .woowTheContent {
	color: #fff;
}


/* Soluciones */

.pValor .simbolos span {
	max-width: initial;
}

.btnFiltro {
	border: 0px;
	border-radius: 5px;
	font-size: 20px;
	padding: 5px 10px;
	max-width: 100%;
	width: 150px;
	color: var(--color-gris);
	font-weight: 600;
	margin: 10px 5px;
}

.btnFiltro:hover,
.btnFiltro.mixitup-control-active {
	background-color: var(--color-naranja);
	color: var(--color-cafe);
}

.containerFilter .filterMarca img {
	display: block;
	margin: 0px auto;
	/*  max-width: 250px;*/
}

.containerFilter .h3 {
	font-size: 23px;
}

.containerFilter .descF {
	font-size: 18px;
	line-height: 20px;
}

.contentComprar * {
	transition: 1s ease all;
}

.contentComprar .btnLink {
	display: block;
	width: 100%;
	background: var(--color-dorado);
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 20px;
}

.contentComprar:hover .flags {
	opacity: 1;
	transform: translateY(0px);
}

.contentComprar .flags {
	opacity: 0;
	display: block;
	transform: translateY(-15px);
}

.contentComprar .flags span.fi {
	font-size: 25px;
	margin: 0px 5px;
}

.productPatente {
	cursor: pointer;
}

.productPatente .pDesc {
	font-size: 18px;
	line-height: 20px;
}

.pSello {
	display: block;
	margin: 0px auto;
	max-width: 70px;
}

.flags.fBorder {
	border-bottom: 1px solid #c1c1c1;
}

.flags .fText {
	width: 25%;
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: 500;
}

.flags .owl-carousel {
	width: 75%;
	display: inline-block;
}

.flags span.fi {
	font-size: 45px;
	margin-bottom: 10px;
}

.flags p {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	margin-bottom: 0px;
}

.flags .owl-carousel {
	position: relative;
}

.flags .owl-carousel .owl-nav {
	display: block !important;
	position: absolute;
	top: 0px;
	width: 100%;
	margin-top: -11px;
	font-size: 45px;
	color: var(--color-cafe) !important;
}

.flags .owl-carousel .owl-prev {
	position: absolute;
	left: 0px;
}

.flags .owl-carousel .owl-next {
	position: absolute;
	right: 0px;
}

.flags .owl-carousel .owl-prev:hover,
.flags .owl-carousel .owl-next:hover {
	color: var(--color-naranja) !important;
}

.flags .owl-carousel .owl-nav {
	display: block !important;
}

.slideCategories {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 110px;
}

.slideCategories .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 350px;
}

.slideCategories .swiper-slide img {
	display: block;
	width: 100%;
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
}

.slideCategories .cat-next:after,
.slideCategories .cat-prev:after {
	font-size: 27px;
	font-weight: bold;
}

.slideCategories .cat-next,
.slideCategories .cat-prev {
	color: var(--color-naranja);
}

.slideCategories .cat-next {
	right: 50%;
	bottom: 0px;
	top: initial;
	transform: translateX(40px);
}

.slideCategories .cat-prev {
	left: 50%;
	bottom: 0px;
	top: initial;
	transform: translateX(-40px);
}

.slideCategories .cardProducto .wrap .titleWrap {
	font-size: 35px;
	color: #fff;
	opacity: 0.5;
}

.slideCategories .contentLink {
	display: none;
	left: 0px;
	right: 0px;
	bottom: 40px;
	position: absolute;
}

.slideCategories .contentLink .btnLink {
	background: rgb(239 181 95 / 60%);
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 20px;
}

.slideCategories .swiper-slide-active .cardProducto .wrap .titleWrap {
	font-size: 45px;
	color: var(--color-naranja);
	opacity: 1;
}

.slideCategories .swiper-slide-active .contentLink {
	display: block;
}

.slideCategories .swiper-slide-active .cardProducto img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.titleForm {
	color: #fff;
}

.titleForm strong {
	font-size: 25px;
	display: block;
}

.titleForm strong span {
	color: var(--color-naranja);
}

.titleForm .woowTheContent {
	font-size: 18px;
}

.btnEnviar{
	background: var(--color-dorado);
	border: 0px;
}

.solucionesForm {
	margin-top: -150px;
}

.wrapperForm {
	box-shadow: 0px 0px 9px -4px #3b3b3b;
	border-radius: 8px;
	background-color: #fff;
}

.wrapperForm .formContacto {}

#formContacto .labelAcepto,
#formContactoPopup .labelAcepto{
	padding-bottom: 14px;
	line-height: 17px;
}
#formContacto .labelAcepto a,
#formContactoPopup .labelAcepto a{
	color: var(--color-negro);
}

.otraSolucion {}

.otraSolucion strong {
	display: block;
	font-size: 25px;
	line-height: 28px;
	color: var(--color-naranja);
	font-weight: 400;
}

.otraSolucion img {
	width: 150px;
	max-width: 100%;
}


/* Sobrevivientes */
.bgCifras {
	background: var(--color-naranja);;
}

.bgCifras .calidadCifras {
	max-width: 100%;
	margin: auto;
}

.bgCifras .calidadCifras ul {
	list-style: none;
}

.bgCifras .calidadCifras ul li {
	display: inline-block;
	width: 24.5%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 15px 0px;
}

.bgCifras .calidadCifras ul li img {
	max-width: 110px;
	padding-bottom: 10px;
}

.bgCifras .calidadCifras ul li strong {
	display: block;
	font-weight: 600;
	font-size: 35px;
	line-height: 33px;
}

.slideTestimonios .wrapImagen {
	display: inline-block;
	max-width: 29%;
	color: var(--color-dorado);
	vertical-align: middle;
	font-size: 17px;
}

.slideTestimonios .wrapImagen img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.slideTestimonios .wrapImagen strong {
	display: block;
}

.slideTestimonios .wrapTxt {
	display: inline-block;
	max-width: 69%;
	color: var(--color-negro);
	vertical-align: middle;
	text-align: justify;
}

.slideTestimonios .wrapTxt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.slideTestimonios .swiper-button-prev {
	left: -25px;
}

.slideTestimonios .swiper-button-next {
	right: -25px;

}

.slideTestimonios .swiper-button-prev:after,
.slideTestimonios .swiper-button-next:after {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-negro);
	font-size: 32px;
}

.slideTestimonios .swiper-button-next:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
}

.titleLine {
	position: relative;
}

.titleLine .bg {
	display: inline-block;
	background: #ffffff;
	z-index: 99;
	position: relative;
	padding: 0px 20px;
}

.titleLine .bg span {
	margin-right: 0px;
	font-size: 30px;
}

.titleLine::before,
.titleLine::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	width: 30px;
	height: 2px;
	left: 50%;
	background-color: var(--color-naranja);
}

.titleLine::before {
	position: absolute;
	left: 0;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.titleLine::after {
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
}


/* Single Blog */
.bannerBlog .wrapperTitle {
	max-width: 800px;
	display: block;
	margin: 150px auto 0px;
}

.bannerBlog .wrapperTitle .titleStyle {
	line-height: 40px;
}

.bannerBlog .wrapperTitle .titleStyle span {
	font-weight: 500;
	color: #fff;
	font-size: 40px;
}

.bannerBlog .wrapperTitle p {
	font-weight: 500;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 30px;
}

.bannerBlog .woowNavBreadcrumb ol li:after {
	color: var(--color-dorado);
}

.bannerBlog .woowNavBreadcrumb ol li a span {
	color: #fff;
}

.postDestacado .titleStyle {
	font-size: 40px;
	line-height: 40px;
}


.single-post .bannerBlog .wrapperTitle .titleStyle {
	line-height: 50px;
	text-transform: uppercase;
	font-size: 35px;
}

.single-post .bannerBlog .wrapperTitle p {
	font-weight: 500;
	color: rgb(255 255 255 / 70%);
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0px;
	padding-top: 30px;
}


.navNuevo:has(.show) .regionMenu {
	/*	display: none;*/
}


/*
==============================================
Page Tiendas
==============================================
*/

.main-ubicaciones {
	height: 80vh;
	padding: 0%;
	margin-bottom: 10vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ubicaciones {
	height: 100%;
	width: 35%;
	max-width: 35%;
}

.tab-content{
	padding-left: 13%;
	height: 78%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.main-ubicaciones>.ubicaciones>.nav.nav-pills {
	margin-bottom: 5vh;
}

.tab-content::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: #aeaeae;
	border-radius: 20px;
	width: 10px;
}

.ubicaciones .tab-content::-webkit-scrollbar-thumb {
	background-color: #ffc57c;
	border-radius: 20px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.tab-content::-webkit-scrollbar-thumb:hover {
	background: var(--color-dorado);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

/* Cambiamos el fondo cuando esté en active */
.tab-content::-webkit-scrollbar-thumb:active {
	background-color: #ffc57c;
}

.main-ubicaciones .cont-mapa {
	width: 75%;
	height: 100%;
}

.main-ubicaciones>.ubicaciones>.nav.nav-pills>.nav-item>.nav-link {
	background-color: #fff;
	border: none;
	color: #aeaeae;
	font-family: "Conduit ITC";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}

.main-ubicaciones>.ubicaciones>.nav.nav-pills>.nav-item>.nav-link.active {
	background-color: #ffc57c;
	border: none;
	color: var(--color-gris);
	font-family: "Conduit ITC";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card {
	border: none;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-header {
	background-color: #fff;
	border: none;
	padding-bottom: 0
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-body {
	padding-top: 10px;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-header .btn.btn-link {
	color: var(--color-negro);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	border-top: solid 1px #c5c5c5;
	border-radius: 0%;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-header .btn.btn-link.collapsed {
	color: #aeaeae;
	font-family: "Conduit ITC";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	border: none;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-header .btn-link:hover {
	text-decoration: none;
	color: var(--color-dorado) !important;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-header .btn:focus {
	box-shadow: none;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-body ul li {
	background-color: #fff;
	border: none;
	color: #aeaeae;
	font-family: "Conduit ITC";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	margin-left: 5%;
	list-style: none;
	cursor: pointer;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-body ul li:hover {
	text-decoration: none;
	color: var(--color-dorado) !important;
}

.main-ubicaciones>.ubicaciones>.tab-content .tab-pane .accordion .card .card-body ul .li-activo {
	color: var(--color-negro);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	border-bottom: solid 1px #c5c5c5;
	border-top: solid 1px #c5c5c5;
}

.custom-marker {
	display: block;
	border: none;
	cursor: pointer;
	padding: 0;
	background-image: url("../images/iconos/gold-pointer.png");
	background-size: 100%;
	width: 35px;
	height: 35px;
}

.custom-marker svg {
	display: none;
}

.maplibregl-popup-content{
	background: #1c1c1c !important;
	border-radius: 0 0 15% 15% !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1) !important;
	padding: 30px 20px !important;
	color: #fff;
	width: 110%;
}

.maplibregl-popup-content h3{
	text-transform: uppercase;
	color: var(--color-dorado);
	margin-bottom: -20px;
	font-size: 24px;
}
.maplibregl-popup-content span{
	font-weight: 800;
}

.maplibregl-popup-content a{
	font-weight: 700;
	color: var(--color-dorado);
}
.maplibregl-popup-content .text-white{
	font-weight: 700;
	color: #fff;
}

.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
	border-top-color: #1c1c1c !important;
}
