.wrapper {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  padding-top: 60px;
  top: 0;
  right: 0;
  background-color: #fff;
}
.wrapper.active {
  width: calc(100% - 250px);
}

#sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -250px;
}
#sidebar.active {
  margin-left: 0;
}

.menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  height: 100px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu.active {
  margin-left: 200px;
}

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: 9999;
  display: none;
}

.menu-mobile .logo-mobile {
  position: absolute;
  width: 125px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  display: none;
}
.overlay-menu ul {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay-menu ul li {
  text-align: center;
}
.overlay-menu ul li a {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-family: "Questrial", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-menu ul li a.active {
  color: #d0551b;
  opacity: 1;
  text-decoration: underline;
}

.overlay-menu ul li + li {
  padding-top: 18px;
}

.hamburger {
  padding: 15px 10px;
  width: 100%;
}
.hamburger-box {
  width: 35px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: white;
  width: 35px;
  height: 3px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: white;
}

.menu-desktop li {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 25px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.menu-desktop li a {
  color: white;
  font-family: "Raleway";
}

.menu-desktop li:hover a,
.menu-desktop li a.active {
  color: #d0551c;
  text-decoration: none;
}

img.img-fluid.mx-auto.bcg {
  cursor: pointer;
}

ul.menu-desktop {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 50px;
}

@media only screen and (max-width: 900px) {
  ul.menu-desktop {
    right: 30px;
  }
  .menu-desktop li {
    margin-left: 17px;
    font-size: 16px;
  }
}

#sidebar ul.components {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 45px;
}

#sidebar ul.components > li {
  margin: 10px 0;
}

#sidebar ul li a {
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar ul li a:hover,
#sidebar ul li a.active {
  color: #d0551b;
  opacity: 1;
  text-decoration: underline;
}

#sidebar ul.submenu li a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 25px;
}

.barra-rrss {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .barra-rrss {
    top: 75%;
  }
}

.barra-rrss > ul {
  padding: 0;
  margin: 0;
  display: block;
}
.barra-rrss > ul li {
  position: relative;
  display: block;
}
.barra-rrss > ul li > a {
  width: 40px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 19px;
}

.barra-rrss > ul li:hover {
  opacity: 0.9;
}

.barra-rrss > ul li .btn-maps {
  background-color: #d0551b;
  padding: 0 8px;
  display: block;
}
.barra-rrss > ul li .btn-maps > svg {
  width: 100%;
  height: 100%;
  color: #ff0000;
  position: relative;
  top: -2px;
}

.barra-rrss > ul li .btn-search {
  background-color: #d0551b;
  margin-bottom: 15px;
}

.barra-rrss > ul li .cont-search {
  position: absolute;
  width: 235px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.barra-rrss > ul li .cont-search.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.barra-rrss > ul li .cont-search .close-search {
  width: 50px;
  height: 100%;
  display: inline-block;
  float: left;
  background-color: #d0551b;
  position: absolute;
  color: #fff;
  line-height: 45px;
  border-radius: 20px 0 0 20px;
  left: -33px;
  padding-left: 13px;
}

.barra-rrss > ul li .cont-search form {
  width: 100%;
  height: 100%;
  float: left;
  display: inline-block;
  position: relative;
}

.barra-rrss > ul li .cont-search input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  color: #666;
  border-radius: 20px 0 0 20px;
}

.barra-rrss > ul li .fb {
  background-color: #3a589b;
}
.barra-rrss > ul li .ig {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.box_banner {
  position: relative;
  background-image: url("../img/img_fondo.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.box_filtro {
  display: block;
  position: relative;
  top: 50%;
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

img.img-fluid.linea_filter {
  position: absolute;
  right: 0;
  margin-right: 30px;
}
.arrow_filter {
  position: absolute;
  right: 0;
  margin: 10px;
}

.select_filtro {
  width: 100%;
  background-color: #dfdedd;
  opacity: 0.7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  font-family: "Raleway", sans-serif;
  height: 35px;
  font-size: 14px;
  padding-left: 20px;
  color: #69696a;
}

/*
.breadcrumbs{
  display: block;
  width: 100%;
  padding: 30px;
}

.box_breadcrumbs{
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs a{
  color: #cccccc;
  text-decoration: underline;
}
*/

.slider_tiendas {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.grid-tiendas li .logo-small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 160px;
  margin: auto;
  text-align: center;
  background: #fff;
}
.grid-tiendas li .logo-small > img {
  width: 110px;
  height: auto;
  background: #fff;
}

.grid-tiendas li .overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0.25rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}
.grid-tiendas li img {
  position: relative !important;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.grid-tiendas li:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.grid-tiendas li .overlay .ctx-info {
  width: 90%;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.grid-tiendas li .overlay .ctx-info .list {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.grid-tiendas li:hover .overlay .ctx-info .list {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.grid-tiendas li .overlay .ctx-info .list .item-list {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
/*.grid-tiendas li .overlay .ctx-info .list .item-list + .item-list{
				margin-left: 10px;
				padding-left: 10px;
				border-left: 1px solid white;
			}*/
.grid-tiendas li .overlay .ctx-info .list .item-list span {
  color: white;
  font-family: "Questrial", sans-serif;
}
.grid-tiendas li .overlay .ctx-info .list .item-list .btn-ubicacion {
  color: #f96c2a;
  font-family: "Raleway";
  text-transform: uppercase;
}
.grid-tiendas li .overlay .ctx-info .list .item-list .btn-website {
  color: #f96c2a;
  font-family: "Raleway";
}

.grid-tiendas li .overlay .ctx-info .ir-tiendas {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  display: block;
  width: 160px;
  padding: 6px 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.grid-tiendas li:hover .overlay .ctx-info .ir-tiendas {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*.grid-tiendas li .overlay .ctx-info .ir-tiendas:hover{
				background-color: #fff;
				color: #000;
			}*/

.ajax-load-more-wrap ul.alm-listing li.grid-item {
  width: 33.3333%;
  margin: 0;
  float: left;
  display: inline;
}
@media screen and (max-width: 768px) {
  .ajax-load-more-wrap ul.alm-listing li.grid-item {
    width: 50%;
  }
}

.single-tiendas h1.title {
  font-family: "Raleway SemiBold";
  font-size: 14px;
  color: #000000;
}

.single-tiendas .interior-logo {
  width: 100%;
  max-width: 219px;
  margin: 0 auto;
  display: block;
  /*border: 4px solid #ccc;*/
}

.single-tiendas .content {
  font-family: "Raleway";
  font-size: 14px;
}
.single-tiendas .ubicacion {
  font-family: "Raleway SemiBold";
  font-size: 14px;
  color: #d0551b;
  text-align: center;
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
}
.single-tiendas .info-contact p.phone,
.single-tiendas .info-contact p.globe {
  font-family: "Raleway";
  font-size: 14px;
}
.single-tiendas .info-contact a {
  color: #000;
}

.single-tiendas .single-rrss {
  margin: 0;
  padding: 0;
  display: block;
}
.single-tiendas .single-rrss li {
  display: inline-block;
}
.single-tiendas .single-rrss li + li {
  margin-left: 15px;
}
.single-tiendas .single-rrss li a {
  color: #000;
  font-size: 18px;
}

.page-terminos-y-condiciones .content p {
  font-family: "Raleway";
  font-size: 14px;
}
.page-servicios .content p {
  font-family: "Raleway";
  font-size: 14px;
}
.page-historia .content p {
  font-family: "Raleway";
  font-size: 14px;
}
.page-sostenibilidad .content p {
  font-family: "Raleway";
  font-size: 14px;
}

.page-servicios .content .accordion > .card .card-header button {
  width: 100%;
  height: 100%;
  text-align: left;
  color: #333333;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-items: center;
}
.page-servicios .content .accordion > .card .card-header button:hover,
.page-servicios .content .accordion > .card .card-header button:focus {
  text-decoration: none;
}

.page-servicios .content .accordion > .card .card-header button .icons {
  width: 45px;
  margin-right: 15px;
}
.page-servicios
  .content
  .accordion
  > .card
  .card-header
  button
  .svg-inline--fa {
  color: #d0551b;
  float: right;
  display: block;
  position: absolute;
  right: 35px;
}

.page-servicios .content .accordion > .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.page-servicios .content .accordion > .card .card-header {
  border-bottom: none;
  background-color: transparent;
}

.suscribete > p {
  font-family: "Raleway SemiBold";
  font-size: 14px;
  color: #fff;
}
.suscribete input {
  color: white;
  border: 1px solid #858586;
  border-radius: 0;
  background-color: #858586;
  font-family: "Raleway";
  font-size: 12px;
  font-style: italic;
  background-clip: inherit;
}

.suscribete input.error {
  color: white;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.75);
}

.suscribete input::-webkit-input-placeholder {
  color: white;
}
.suscribete input:-ms-input-placeholder {
  color: white;
}
.suscribete input::placeholder {
  color: white;
}

.suscribete input.error::-webkit-input-placeholder {
  color: white;
}
.suscribete input.error:-ms-input-placeholder {
  color: white;
}
.suscribete input.error::placeholder {
  color: white;
}

.suscribete button.input-group-text {
  border: 1px solid #000;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-family: "Raleway SemiBold";
  font-size: 12px;
  text-transform: uppercase;
}

.principal-historia {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent url(../img/bg-principal.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  visibility: visible;
}
.principal-historia.hide {
  opacity: 0;
  visibility: hidden;
}

.principal-historia .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.principal-historia .info > span {
  color: #d4ba8a;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
}

.principal-historia .info > .line {
  position: relative;
  display: block;
  overflow: hidden;
}

.principal-historia .info > .line h2 {
  color: #fff;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.principal-historia .info > .line h2:after,
.principal-historia .info > .line h2:before {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #d4ba8a;
}

.principal-historia .info > .line h2:after {
  left: 130%;
}
.principal-historia .info > .line h2:before {
  right: 130%;
}

.principal-historia .info > h1 {
  color: #fff;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
}

.principal-historia .info > p {
  color: #d4ba8a;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.principal-historia .info > #ver-historia {
  color: #d4ba8a;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #d4ba8a;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.principal-historia .info > #ver-historia:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .principal-historia {
    height: 110.5vh;
  }
  .principal-historia .info {
    width: 90%;
  }
  .principal-historia .info > .line h2:before {
    right: 110%;
  }
  .principal-historia .info > .line h2:after {
    left: 110%;
  }
  .principal-historia .info > h1 {
    font-size: 21px;
  }
  .principal-historia .info > p {
    font-size: 12px;
  }
}

.cont-historia {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: black;
}

.cont-historia .slider-for {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cont-historia .slider-for .slick-prev,
.cont-historia .slider-for .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.cont-historia .slider-for .slick-prev {
  left: 60px;
  background: transparent url(../img/arrow-back.svg) no-repeat center center;
  background-size: contain;
}
.cont-historia .slider-for .slick-prev:before {
  content: "";
}
.cont-historia .slider-for .slick-next {
  right: 60px;
  background: transparent url(../img/arrow-next.svg) no-repeat center center;
  background-size: contain;
}
.cont-historia .slider-for .slick-next:before {
  content: "";
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .cont-historia .slider-for .slick-prev {
    left: 10px;
  }
  .cont-historia .slider-for .slick-next {
    right: 10px;
  }
}

.cont-historia .bg-imagen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center center;
}
.cont-historia .bg-imagen .ctx-info {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cont-historia .bg-imagen .ctx-info #ano {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.cont-historia .bg-imagen .ctx-info #ano > span {
  position: relative;
  display: inline-block;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  border: 2px solid #d4ba8a;
  width: 90px;
  height: 90px;
  line-height: normal;
  margin: 0 auto;
  border-radius: 100%;
  padding: 25px 0;
  /*position: relative;
	padding: 0 20px;*/
}

.cont-historia .bg-imagen .ctx-info #ano > span:before,
.cont-historia .bg-imagen .ctx-info #ano > span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #d4ba8a;
}
.cont-historia .bg-imagen .ctx-info #ano > span:before {
  right: 130%;
}
.cont-historia .bg-imagen .ctx-info #ano > span:after {
  left: 130%;
}
.cont-historia .bg-imagen .ctx-info h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
}
.cont-historia .bg-imagen .ctx-info p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  color: #dac295;
  font-size: 13px;
}

.nav-dots-historia {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #000;
  display: block;
}
.nav-dots-historia .slider-nav {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nav-dots-historia .slider-nav .circle {
  position: relative;
  width: 17px;
  height: 17px;
  background-color: #dac295;
  display: block;
  border-radius: 100%;
  margin: 26px -10px;
  cursor: pointer;
}

.nav-dots-historia .slider-nav .slick-current .circle {
  background-color: transparent;
  border: 5px solid #fff;
  width: 20px;
  height: 20px;
}

.info-historia {
  position: relative;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background-color: #000;
}

.info-historia .info-item {
  color: white;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 10px 15px;
}

.info-historia .info-item ul {
  margin: 0;
  padding: 0;
  display: block;
}
.info-historia .info-item ul li {
  display: inline-block;
}
.info-historia .info-item #ano {
  border: 2px solid #d4ba8a;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
}
.info-historia .info-item .title {
  font-size: 12px;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .cont-historia .bg-imagen .ctx-info {
    width: 80%;
  }
  .cont-historia .bg-imagen .ctx-info h1 {
    font-size: 20px;
  }
  .cont-historia .bg-imagen .ctx-info p {
    font-size: 11px;
  }
}

.btn-subir {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  color: #281f1b;
  font-family: "Raleway SemiBold";
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-subir:hover {
  color: #281f1b;
  background-color: #adb5bd;
}
.btn-subir > span {
  margin-left: 8px;
}

.ver-mas-tiendas {
  background: #d0551b !important;
  font-family: "Raleway";
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 3rem !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  width: 230px !important;
  height: 52px !important;
  line-height: 52px !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  left: 0 !important;
  top: -1px !important;
  width: 42px !important;
  height: 42px !important;
  background: transparent url(../img/Ripple-1s-42px.gif) no-repeat center center !important;
  background-size: contain;
}

.box-search {
  box-shadow: 0 2px 30px -2px rgba(35, 29, 69, 0.1);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}
.box-search:hover {
  text-decoration: none;
  box-shadow: 0 2px 20px 2px rgba(35, 29, 69, 0.4);
}

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

.box-search .card-body .card-title {
  color: #666;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
}
.box-search .card-body .card-text {
  font-family: "Raleway";
  font-size: 13px;
}
.box-search .card-body .search-ver {
  position: relative;
  display: inline-block;
  background-color: #000;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 6px 0;
  width: 160px;
}
.box-search .ver-mas {
  position: relative;
  display: inline-block;
  color: white;
  background-color: black;
  padding: 5px 20px;
  border-radius: 8px;
  font-style: normal;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-top: 1rem;
  font-size: 13px;
  font-family: "Raleway";
}
.box-search .ver-mas:hover {
  opacity: 0.6;
}

.banner-header,
.banner-header-mobile {
  width: 100%;
}
.banner-header {
  display: block !important;
  min-height: auto;
}
.banner-header-mobile {
  display: none !important;
}

.banner-header > img {
  width: 100%;
  height: auto;
}

.logodesk {
  display: block;
  padding: 10px;
}

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

/*
	Magic-Check Example
*/
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #000;
  background: #000;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-top: 0px;
  }
  .menu {
    display: none !important;
  }
  .menu-mobile {
    display: block;
  }
  .overlay-menu {
    display: block;
  }

  .logodesk {
    display: none;
  }

  /*.single-tiendas .header-interior{
		min-height: 350px;
		object-fit: cover;
	}*/

  /*.banner-header{
		min-height: initial;
		height: auto;
		display: none !important;
	}
	.banner-header-mobile{
		display: block !important;
	}*/

  .single-tiendas .interior-logo {
    width: 50%;
  }

  .grid-tiendas li .overlay .ctx-info .list .item-list {
    width: 100%;
    font-size: 10px;
  }
  /*.grid-tiendas li .overlay .ctx-info .list .item-list + .item-list{
		margin-left: inherit;
		padding-left: inherit;
		border-left: none;
	}*/
  .grid-tiendas li .overlay .ctx-info .ir-tiendas {
    width: 90%;
  }

  .grid-tiendas li .logo-small {
    width: 100px;
  }
  .grid-tiendas li .logo-small > img {
    width: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .box-search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Box Barra Status Aforo*/

.barra-covid {
  position: fixed;
  width: 100%;
  display: block;
  padding: 15px 0;
  margin-top: 130px;
}

.box_bar {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5px 0px 5px 0px;
  text-align: center;
}

.box_quantity {
  display: block;
  position: relative;
  width: 100%;
  background-color: #1a1a1a;
  z-index: 9;
  top: -10px;
}

@media (max-width: 768px) {
  .box_quantity {
    margin-top: 0px;
  }
}

.box_title {
  position: relative;
  display: inline-block;
  text-align: end;
  padding-right: 25px;
  font-family: "Gotham";
}

@media (max-width: 991px) {
  .box_title {
    display: none;
  }
}

.box_quantity .title {
  position: relative;
  display: block;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;

  font-family: "Gotham";
}

.box_quantity .description {
  position: relative;
  display: block;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0px;

  font-family: "Gotham";
}

.box_status {
  padding-left: 25px;
}

.box_state,
.box_status {
  position: relative;
  display: inline-block;
  top: -7px;
}

@media (max-width: 991px) {
  .box_state,
  .box_status {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}

.img-state {
  max-width: 110px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .img-state {
    display: inline-block;
    padding-top: 3px;
  }
}

.box_btnInfo {
  position: relative;
  display: inline-block;
  text-align: end;
  padding-right: 25px;
}

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

.box_btnInfo img {
  position: relative;
  display: block;
  top: 0px;
  height: 25px;
}
