:root {
  --brand-color: #e63329;
  --text-color: #6a6a6a;
  --swiper-theme-color: var(--brand-color);
  --swiper-navigation-color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  outline: none !important;
}

body {
  background-color: #fbf9fc;
  color: var(--text-color);
  overflow-x: hidden;
}

a,
a:hover {
  color: #e63329;
}

.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}

.text-brand {
  color: #e63329;
}

/* HEADER //////////////////////////////////////////////////////////////////////////////////////////////////// */

header {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #ebe9ec;
  background-color: #fbf9fc;
}

header #buscador-wrapper,
#preheader #buscador-wrapper {
  display: block;
  float: left;
  background-color: #fff;
  height: 51px;
}

header #buscador-wrapper-mob {
  float: none;
  display: inline-block;
  position: absolute;
  /* background-color:#fff; */
  top: 0;
  right: 52px;
  z-index: 100;
}

header input#buscador,
#preheader input#buscador,
header input#buscador-mob {
  width: 150px;
  border: 0px;
  padding: 15px;
  background-color: #fff;
  text-align: right;
}

@media (max-width: 380px) {
  header input#buscador,
  #preheader input#buscador {
    width: 100px;
  }
}

header input#buscador-submit,
#preheader input#buscador-submit,
header input#buscador-mob-submit,
#buscador-mob-toggle {
  border: 0px;
  padding: 15px;
  font-family: fontawesome;
  background-color: #fff;
  color: #666;
}

#buscador-mob-toggle {
  height: 50px;
  display: none;
  background-color: #fbf9fc;
}
#buscador-mob-toggle.active .fa-times {
  display: inline-block;
}
#buscador-mob-toggle.active .fa-search {
  display: none;
}
#buscador-mob-toggle .fa-times {
  display: none;
}

@media (max-width: 540px) {
  #buscador-mob,
  #buscador-mob-submit {
    border-radius: 0;
  }
  #buscador-mob {
    width: calc(100% - 43px) !important;
  }
  #buscador-mob-submit {
    height: 52px;
  }
  #buscador-mob-toggle {
    display: inline-block;
  }
  #buscador-wrapper-mob {
    right: 45px !important;
    width: calc(100% - 45px);
    padding-left: 45px;
    text-align: right;
  }
  #buscador-wrapper-mob-form {
    display: none;
  }
  #buscador-wrapper-mob-form.active {
    display: inline-block;
    width: 100%;
  }
}

header .menu,
#preheader .menu {
  list-style-type: none;
}

header .menu li,
#preheader .menu li {
  display: inline-block;
  padding: 0px 25px;
  padding-top: 16px;
}

#preheader .menu li {
  padding-top: 4px;
}

header .menu li.active a,
#preheader .menu li.active a {
  color: #fff;
}

header .menu li a,
#preheader .menu li a {
  color: #666;
}

header .menu li a:hover,
header .menu li a.active,
#menu-responsive li a.active,
#preheader .menu li a:hover,
#preheader .menu li a.active,
#preheader #menu-responsive li a.active {
  color: #e63329;
  text-decoration: none;
}
.area li a.active,
.lang li a.active {
  color: #e63329 !important;
}

.carousel-indicators {
  top: 30px;
  bottom: auto;
}
.carousel-indicators li,
.carousel-indicators li.active {
  color: #000 !important;
  border-color: #000 !important;
  margin: 0px 5px;
}
.carousel-indicators li.active {
  background-color: #000 !important;
}
.carousel-control {
  background-image: none !important;
}
.carousel-control {
  top: 50%;
  width: 5%;
  font-size: 60px;
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}
.carousel-control:focus,
.carousel-control:hover {
  color: #000;
}

.scroll-down {
  bottom: 5px;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 2em;
  color: #000;
  -webkit-animation-name: scroll-down-anim; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: scroll-down-anim;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 15px;
    opacity: 0;
  }
  33% {
    bottom: 5px;
    opacity: 1;
  }
  66% {
    bottom: -5px;
    opacity: 0;
  }
  100% {
    bottom: -5px;
    opacity: 0;
  }
}

/* Standard syntax */
@keyframes scroll-down-anim {
  0% {
    bottom: 15px;
    opacity: 0;
  }
  33% {
    bottom: 5px;
    opacity: 1;
  }
  66% {
    bottom: -5px;
    opacity: 0;
  }
  100% {
    bottom: -5px;
    opacity: 0;
  }
}

.title-med {
  font-size: 24px;
  font-weight: 400;
  margin-top: 55px;
  text-align: center;
}

#area {
  display: none;
  text-align: center;
  width: 480px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #area {
    width: 100%;
  }
}

form#private-form {
  width: 220px;
  float: none;
  display: inline-block;
}
form .form-control {
  border: 0;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
form textarea {
  resize: none;
}
form .form-group {
  margin-bottom: 2px;
}
form .form-group input,
form .form-group textarea {
  height: 45px;
  background-color: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
form .form-group textarea {
  height: 100px;
}
form#private-form input {
  text-align: center;
  width: 225px;
}
form .form-group button {
  height: 45px;
  width: 225px;
  float: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form .destacatLink {
  background-color: #e63329;
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  display: inline-block;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  text-align: center;
  font-weight: normal !important;
}
form .destacatLink:hover,
form .destacatLink:focus,
form .destacatLink:hover,
form .destacatLink:active,
form .destacatLink:visited {
  text-decoration: underline;
  color: #fff !important;
  background-color: #e63329 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

label.error {
  display: none !important;
}
input.error,
textarea.error {
  background-color: #6a6a6a !important;
  color: #fff;
}

.fancybox-overlay {
  background: none !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background: none !important;
}
.fancybox-close {
  background-image: url("/img/bt_close.png") !important;
  background-repeat: no-repeat !important;
  width: 14px !important;
  height: 14px !important;
  top: 12px !important;
  right: 12px !important;
}

.fancybox-prev span:before {
  content: "\f053";
  left: 0;
}
.fancybox-next span:before {
  content: "\f054";
  right: 0;
}

.fancybox-prev span:before,
.fancybox-next span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  position: absolute;
  font-size: 34px;
  color: #e63329;
}

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

.menu li {
  position: relative;
  display: inline-block;
  min-height: 52px;
}
#preheader .menu li {
  min-height: 30px;
}

.menu li.submenu:hover .submenu-nivell1,
.menu li.submenu:hover .lang,
.menu li.familia-option:hover .submenu-nivell2,
.menu li.subfamilia-option:hover .submenu-nivell3 {
  display: block;
}

.menu .submenu li {
  margin-left: 0px;
  width: 190px;
  padding-top: 0px;
  line-height: 1.2em;
}
.menu .submenu li a {
  font-weight: 700;
}
.menu .submenu li a:hover {
  text-decoration: none;
  color: #666;
}
.menu .submenu li:hover a {
  color: #666;
}

.menu .submenu li:hover img {
  -webkit-filter: grayscale;
  filter: grayscale;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.menu .submenu-nivell1 {
  top: 30px;
  left: -52px;
  padding-left: 0px;
}
.menu .submenu-nivell2,
.menu .submenu-nivell3 {
  top: 0px;
  left: 190px;
  padding-left: 0px;
}

.menu .submenu-nivell1,
.menu .submenu-nivell2,
.menu .submenu-nivell3,
.menu .lang {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 200;
}

.menu .submenu-nivell1 li a {
  color: #fff;
}
.menu .submenu-nivell2 li a {
  color: #666;
}

.menu .submenu-nivell2 li {
  padding-left: 10px;
}
.menu .submenu-nivell2 li a,
.menu .submenu-nivell2 li a:hover {
  display: inline-block;
  width: 90%;
  margin-top: 11px;
}

.submenu .submenu-nivell2 li,
.menu .submenu-nivell2 li {
  background-color: #eceaeb;
}
.submenu .submenu-nivell3 li,
.menu .submenu-nivell3 li {
  background-color: #f5f3f6;
}

.menu .submenu-nivell1 li:hover {
  background-color: #eceaeb;
}
.menu .submenu-nivell2 li:hover {
  background-color: #f5f3f6;
}
.menu .submenu-nivell3 li:hover {
  background-color: #fbf9fc;
}

.menu .submenu-nivell1 li:hover,
.menu .submenu-nivell2 li:hover,
.menu .submenu-nivell3 li:hover {
  cursor: pointer;
}

#slider .familia-100000 {
  background-color: #009ee2;
}
#slider .familia-200000 {
  background-color: #51ad32;
}
#slider .familia-300000 {
  background-color: #e63329;
}
.familia-100000.active,
.familia-100000:hover {
  background-color: #009ee2;
}
.familia-200000.active,
.familia-200000:hover {
  background-color: #51ad32;
}
.familia-300000.active,
.familia-300000:hover {
  background-color: #e63329;
}
.familia-100000.active a,
.familia-100000:hover a {
  color: white !important;
  text-decoration: none;
}
.familia-200000.active a,
.familia-200000:hover a {
  color: white !important;
  text-decoration: none;
}
.familia-300000.active a,
.familia-300000:hover a {
  color: white !important;
  text-decoration: none;
}
.btn-puntos-de-venta.active,
.btn-puntos-de-venta:hover,
.btn-sostenibilidad.active,
.btn-sostenibilidad:hover,
.btn-noticias.active,
.btn-noticias:hover {
  background-color: #676767;
}
.btn-puntos-de-venta.active a,
.btn-puntos-de-venta:hover a,
.btn-sostenibilidad.active a,
.btn-sostenibilidad:hover a,
.btn-noticias.active a,
.btn-noticias:hover a {
  color: white !important;
  text-decoration: none;
}
.btn-puntos-de-venta,
.btn-sostenibilidad {
  text-transform: uppercase;
}
.btn-puntos-de-venta .fa,
.btn-sostenibilidad .fa {
  margin-right: 3px;
}

.btn-novedades.active,
.btn-novedades:hover {
  background-color: #676767;
}
.btn-novedades.active a,
.btn-novedades:hover a {
  color: white !important;
  text-decoration: none;
}
.btn-novedades {
  text-transform: uppercase;
}
.btn-novedades .fa {
  margin-right: 3px;
}

.btn-buscador-tapas {
  display: flex;
  align-items: center;
  background: #e63329;
  color: #fff !important;
  padding: 8px;
}

.familia-100000 img {
  -webkit-filter: grayscale brightness(50%);
  filter: grayscale brightness(50%);
}

.menu .submenu-nivell3.bigMenu {
  top: -364px;
}

.area,
.lang {
  background-color: #eceaeb !important;
  text-align: center !important;
}
.area li a:hover,
.lang li a:hover {
  color: #e63329 !important;
}
.lang {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  right: 0px;
  top: 52px;
}
#preheader .lang {
  top: 30px;
  right: 25px;
}
.lang li,
.lang li a {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: right;
  text-align: right;
  width: 100%;
}
.lang li a {
  padding: 15px 15px 15px 35px !important;
}
.area {
  left: -33px !important;
}
.area li a,
.lang li a {
  font-weight: 500 !important;
  color: #666 !important;
  height: auto !important;
}

.area li a {
  display: inline-block !important;
  padding: 12px !important;
  width: 100%;
}

/*MENÚ DESKTOP*/
header #bars-desktop {
  display: inline-block;
}
#menu-desktop {
  display: none;
}
#bars-desktop {
  position: relative;
  top: 12px;
  color: #646464;
}
#menu-desktop {
  position: absolute;
  left: 0px;
  top: 52px;
  background-color: #fbf9fc;
  width: 170px;
}
#menu-desktop ul {
  list-style-type: none;
  padding: 10px 15px 0px 15px;
  float: left;
}
#menu-desktop ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #646464;
  display: inline-block;
  width: 100%;
}
#menu-desktop ul li a:hover,
#menu-desktop ul li a.active {
  text-decoration: none;
  color: #e63329;
}
/*END*/

header #bars {
  display: none;
}
#menu-responsive {
  display: none;
}

@media (min-width: 992px) {
  header .menu {
    display: block !important;
  }
  #menu-responsive {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /*MENÚ DESKTOP*/
  header #bars-desktop {
    display: none;
  }
  #menu-desktop {
    display: none !important;
  }
  /*END*/

  header .menu {
    display: none;
    z-index: 300;
  }
  header #bars {
    display: block;
    float: right;
    margin-top: 10px;
    color: #666;
  }
  #menu-responsive {
    display: none;
    position: fixed;
    top: 52px;
    left: 0px;
    width: 100%;
    background-color: #ebe9ec;
    z-index: 300;
    padding: 26px;
  }
  ul#menu-responsive {
    padding-left: 40px;
    list-style-type: none;
  }
  #menu-responsive ul {
    margin-left: 0px;
    list-style-type: none;
  }

  #menu-responsive li {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  #menu-responsive li a {
    color: #646464;
    cursor: pointer;
  }
  #menu-responsive a:hover {
    text-decoration: none;
  }

  #menu-responsive {
    max-height: calc(100% - 52px);
    overflow-y: scroll;
  }

  .hasSubmenu ul {
    display: none;
  }
  li.hasSubmenu:before {
    content: "";
    font-family: fontawesome;
    float: left;
    display: block;
    width: 20px;
    margin-left: -20px;
    font-size: 16px;
    line-height: 1.5;
  }

  li.hasSubmenuActive:before {
    content: "";
    font-family: fontawesome;
    float: left;
    margin-left: 5px;
    display: block;
    width: 20px;
    margin-left: -20px;
  }
  #ficha {
    margin-bottom: 40px;
  }
}

/* PRODUCT LIST ////////////////////////////////////////////////////////////////////////////////////////////// */

#path {
  z-index: 100;
}

/* PATH ////////////////////////////////////////////////////////////////////////////////////////////////////// */

.pathWrapper {
  height: 52px;
  position: absolute;
}
/*.pathWrapper:hover { height:auto; overflow:initial;}*/

#path li {
  position: relative;
  display: inline-block;
  height: 52px;
}

/*#path li.submenu:hover 				.submenu-nivell1,
#path li.familia-option:hover 		.submenu-nivell2,
#path li.subfamilia-option:hover 	.submenu-nivell3 {	display:block;	}*/

#path .submenu li {
  margin-left: 0px;
  width: 190px;
  padding-top: 0px;
  line-height: 1.2em;
}
#path .submenu li a {
  font-weight: 700;
}
/*#path .submenu li a:hover {text-decoration:none;color:#666;}
#path .submenu li:hover a {color:#666;}*/

/*#path .submenu li:hover img {
	-webkit-filter: grayscale;
	-webkit-filter: brightness(50%);
	}*/

#path .submenu-nivell1 {
  top: 52px;
  left: -52px;
  padding-left: 0px;
}
#path .submenu-nivell,
#path .submenu-nivell2,
#path .submenu-nivell3 {
  top: 0px;
  left: 190px;
  padding-left: 0px;
}

#path .submenu-nivell2,
#path .submenu-nivell3 {
  position: absolute;
  text-align: left;
  z-index: 200;
}

#path .submenu-nivell1 li a {
  color: #fff;
}
#path .submenu-nivell2 li a,
#path .submenu-nivell li a {
  color: #666;
}

#path .submenu-nivell2 li,
#path .submenu-nivell li {
  padding-left: 10px;
}
#path .submenu-nivell2 li a,
#path .submenu-nivell2 li a:hover,
#path .submenu-nivell li a,
#path .submenu-nivell li a:hover {
  display: inline-block;
  width: 90%;
  margin-top: 11px;
  text-decoration: none;
}

#path .submenu-nivell2 li {
  background-color: #eceaeb;
}
#path .submenu-nivell3 li {
  background-color: #f5f3f6;
}

/*#path .submenu-nivell1 li:hover {background-color:#eceaeb;}
#path .submenu-nivell2 li:hover {background-color:#f5f3f6;}
#path .submenu-nivell3 li:hover {background-color:#fbf9fc;}*/

/*#path .submenu-nivell1 li:hover,
#path .submenu-nivell2 li:hover,
#path .submenu-nivell3 li:hover {	cursor:pointer;	}*/

#path .submenu-nivell3.bigMenu {
  top: -364px;
}
#path .goFirst .submenu-nivell3.bigMenu {
  top: 0px;
}

.familia-option a {
  font-weight: 700;
  color: #fff;
}
.familia-option a:hover {
  text-decoration: none;
  color: #fff;
}

.grid-item:hover {
  cursor: initial !important;
}

/* PRODUCT LIST ////////////////////////////////////////////////////////////////////////////////////////////// */

.backBt,
.loginBt {
  display: block;
  float: left;
  background-color: #f5f3f6;
  color: #666;
  padding: 16px;
  text-transform: uppercase;
}

.backBt {
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.backBt-wrapper {
  margin-top: 80px;
  margin-left: 63px;
  width: 100%;
}

.loginBt {
  background-color: transparent;
}

.backBt a,
.loginBt a {
  color: inherit;
  font-weight: 700;
}
.loginBt a {
  color: inherit;
  font-weight: 400;
}
.backBt a:hover,
.loginBt a:hover {
  text-decoration: none;
}

.prod {
  display: block;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  color: #666;
}

.product-list-image {
  width: 100%;
  /*padding-top: 100%;*/
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-bottom: 0px;
}

.prod img.bt {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(100%) brightness(250%);
  filter: grayscale(100%) brightness(250%);
}

.prod:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #333;
}
.prod:hover img.bt {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

a.descargar-hq {
  text-align: center;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  margin: 0px 5%;
  background-color: rgba(0, 0, 0, 0.7);
}

a.descargar-hq i.fa {
  color: #e63329;
}

a.descargar-hq:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* AJAX LOAD PLACEHOLDERS */
@-webkit-keyframes loadingPlaceholders {
  0% {
    background-color: #dcdcdc;
  }
  50% {
    background-color: #ebe9ec;
  }
  100% {
    background-color: #dcdcdc;
  }
}
@keyframes loadingPlaceholders {
  0% {
    background-color: #dcdcdc;
  }
  50% {
    background-color: #ebe9ec;
  }
  100% {
    background-color: #dcdcdc;
  }
}
.placeholder {
  -webkit-animation: loadingPlaceholders 1.5s ease-in infinite;
  animation: loadingPlaceholders 1.5s ease-in infinite;
  background-color: #ebe9ec;
}

/* FOOTER //////////////////////////////////////////////////////////////////////////////////////////////////// */

footer {
  margin: 100px 0px;
  font-size: 0.85em;
  font-weight: 400;
}

footer a {
  color: #e63329;
}
footer a:hover {
  color: #e63329;
  text-decoration: underline;
}

/* BOOTSTRAP CONTAINER HACK  //////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

/* MEDIA QUERIES //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {
  /* header .menu li { margin-left:20px;} */
  header .menu {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  header {
    top: 0px !important;
  }
  header .container {
    padding: 0px !important;
  }
  header #bars {
    margin-right: 15px;
  }
  .carousel-inner {
    border: 0px !important;
    border-bottom: 50px solid #fbf9fc !important;
  }
  .grid-item {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .backBt-wrapper {
    margin-top: 52px;
    margin-left: 0px;
    width: 100%;
  }
}

ul#mainMenu li {
  padding: 0px !important;
  min-height: 0 !important;
}
ul#mainMenu li a {
  display: block;
  padding: 0px 25px;
  padding-top: 16px;
  min-height: 52px;
}

header > .container > .row {
  padding-left: 15px;
}
@media (max-width: 991px) {
  header > .container > .row {
    padding-right: 15px;
  }
}

@media (max-width: 769px) {
  #productos .contenido .titulo {
    font-size: 12px;
  }
}

@media (max-width: 1587px) {
  .btn-novedades {
    display: none !important;
  }
}

@media (max-width: 1475px) {
  .btn-puntos-de-venta {
    display: none !important;
  }
}

@media (max-width: 1302px) {
  .btn-sostenibilidad {
    display: none !important;
  }
}

@media (max-width: 1121px) {
  .btn-noticias {
    display: none !important;
  }
}

main {
  margin-top: calc(52px + 30px);
}

@media (max-width: 991px) {
  main {
    margin-top: 52px;
  }
}

.hero-full-vh {
  position: relative;
}

.hero-full-vh > a {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.4em 0.75em;
  background-color: #e63329;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 18px;
}
.hero-full-vh > a:hover {
  background-color: #fff;
  color: #e63329;
  text-decoration: none;
}

.hero-full-vh > video,
.hero-full-vh > img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: calc(100vh - (52px + 30px));
}

@media (max-width: 991px) {
  .hero-full-vh > video,
  .hero-full-vh > img {
    max-height: calc(100vh - 52px);
  }
}

h1.home {
  font-size: 16px; /*margin-top:104px;*/
  margin-top: 0px; /*margin-bottom:104px;*/
  line-height: 1.4em;
}

/* MarkerClustererPlus */

.tatay-clustericon {
  background: var(--cluster-color);
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tatay-clustericon::before,
.tatay-clustericon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--cluster-color);
  opacity: 0.2;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tatay-clustericon::before {
  padding: 4px;
}

.tatay-clustericon::after {
  padding: 8px;
}

.tatay-clustericon-1 {
  --cluster-color: #e63329;
}

.tatay-clustericon-2 {
  --cluster-color: #e63329;
}

.tatay-clustericon-3 {
  --cluster-color: #e63329;
}

.tatay-clustericon-4 {
  --cluster-color: #e63329;
}

.tatay-clustericon-5 {
  --cluster-color: #e63329;
}

.map-popup {
  padding: 15px 0;
  line-height: 1.2;
  max-width: 315px;
}
.map-popup .tienda-nombre {
  font-weight: bold;
  font-size: 16px;
}
.map-popup .tienda-direccion,
.map-popup .tienda-telefono {
  font-size: 14px;
}
.map-popup .tienda-telefono a {
  color: #e63329;
}
.map-popup .tienda-familias {
  font-size: 12px;
  color: #9a9a9a;
}
#slider {position:static;top:52px; left:0px; width:100%; z-index:1;}
.btWrapper {display:table-cell; vertical-align: middle;}
.destacatLink { color:#fff; box-sizing: border-box;text-transform: uppercase; display: inline-block;font-family: poppins; font-weight:bold; padding-right:15px; width:250px; text-align:left;}
/*.destacatLink {transform:scale(1.25);}*/
.destacatLink:hover {text-decoration:none; color:#fff;}
.backWrapper {background-size:cover;background-position: center;}
.back { width:100%; height:637px; display:table; text-align:center;}

.submenuWrapper { overflow:hidden; height:0px;display:block; width:250px; margin:0px auto;transition: all 0.5s ease; position:static;}
.landing .submenu, .landing .submenu ul {
	background-color: #dcdadb;
	font-size:14px;line-height:26px; font-weight:bold;
	list-style-type: none; 
	box-sizing: border-box!important;
	z-index:1000;
}

.landing .submenu li ul {position:absolute; left:100%; top:100px; width:250px!important;}
#bano-submenu li ul {right:100%!important;left:initial;}		

.landing .submenu li ul:before {
	content: url(/img/menu_marker.svg);
	position:absolute; top:23px;left:-20px;
}

#bano-submenu li ul:before {
	content: url(/img/menu_marker2.svg);
	position:absolute; top:23px;right:-20px; left:initial;
}


.landing .submenu ul li { background-color:#eceaeb;}

.landing .submenu li {position:relative; line-height:1.2em; height:52px; text-align:left;padding-left:52px;}
.landing .submenu li.subfamilia-option ul {    padding-left: 0px; }
.landing .submenu li.subfamilia-option ul li {padding-left:15px;}
.landing .submenu li a { color:#6c666c; font-weight:bold; display:inline-block; width:90%;margin-top: 11px;}
.landing .submenu li a:hover { text-decoration:none;}		
.landing .submenu li:hover { background-color:#f5f3f6;}
.landing .submenu li:hover ul {display:block;}

.landing .submenu li[style*="float:left"] {width:100px;}

.landing .submenu li.subfamilia-option ul.bigMenu {    top: -520px; }

.togray {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);			
}

body {z-index:2;}
#contenedor_inner {position:relative; z-index:20;background-color: transparent;}

	@media (max-width:991px) {
		#slider{height: auto !important;}
	}