* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: aliceblue !important;
  overflow: hidden;
}
p {
  margin-bottom: 0 !important;
}
.basicpage {
  padding-top: 0 !important;
}
.leaflet-container {
  background-color: #d5e8eb;
}
#container {
  display: flex;
  height: 100vh;
  position: relative;
  z-index: 1;
}
#container #map {
  width: 100%;
  height: 100vh;
}
#container #widgets {
  max-width: 300px;
  min-width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -1px 0 5px #999999;
  z-index: 1000;
}
@media (max-width: 1024px) {
  #container #widgets {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: calc(50%);
    left: 0px;
    z-index: 1000;
    padding-bottom: 70px;
  }
  .leaflet-top .leaflet-control {
    margin-top: 100px;
  }
}
.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .logo {
    display: none;
  }
}
.logo img {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.motto-legend {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.motto,
.legend {
  line-height: 25px;
  font-weight: 700;
}
.motto {
  color: #454E53;
  font-size: 18px;
}
.legend {
  color: #9D9A9D;
  font-size: 12px;
}
.upper-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #dd250f;
  display: flex;
  height: 115px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .upper-title {
    display: none;
  }
}
.filters-title {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  color: #dd250f;
  font-size: 14px;
}
.filters-title .underline a {
  text-decoration: underline;
}
.filter-button {
  display: none;
}
@media (max-width: 1024px) {
  .filter-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 50px;
    background-color: #dd250f;
    border-bottom: 1px solid silver;
    box-shadow: 0 -1px 5px #999999;
    transition: all, .3s;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  #iframeMap {
    margin-top: 50px;
  }
}
.select-title {
  color: #454E53;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.input-select {
  width: 260px;
  height: 30px;
  font-size: 11.5px;
  color: #666;
  font-style: italic;
  border-radius: 5px;
  padding-left: 5px;
  outline: none;
  cursor: pointer;
}
.input-select option {
  color: #222;
  font-weight: 400;
}
#map > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content {
  margin: 0;
}
.popup-contenido {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  min-width: 300px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.popup__caja-1 {
  width: 100%;
}
.popup__caja-1 img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  height: 145px;
}
.popup__caja-2 {
  width: 100%;
  position: relative;
}
.container-icono-ofecomes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 125px;
}
.container-icono-ofecomes {
  background-color: #f7f7f7;
}
.container-icono-ofecomes img {
  width: 27px;
}
p.ofecomes {
  color: #dd250f;
  font-size: 13px;
  font-weight: bold;
  margin-top: 45px !important;
  margin-bottom: 5px !important;
  text-align: center;
}
.container-icono-wine,
.container-icono-restaurant,
.container-icono-store {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: calc(26%);
}
.container-icono-restaurant {
  background-color: #ed7b0f;
}
.container-icono-wine {
  background-color: #a01a1c;
}
.container-icono-store {
  background-color: #ed7b0f;
}
.container-icono-wine img {
  width: 10px;
}
.container-icono-restaurant img {
  width: 27px;
}
.container-icono-store img {
  width: 27px;
}
.texto-tipo {
  color: #dd250f;
  font-size: 13px;
  font-weight: bold;
  margin-top: 45px !important;
  margin-bottom: 5px !important;
  text-align: center;
}
.texto-empresa {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.texto-site {
  text-align: center;
  margin: 0 !important;
}
.popup__caja-2 a.popup__enlace {
  color: #dd250f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
.popup__caja-2 a.popup__enlace:hover {
  color: #000000;
}
.container-iconsite {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon-site {
  width: 30px;
}
.container-botonpopup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #dd250f;
  border-radius: 0 0 12px 12px;
  margin: 0 !important;
}
#map > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-tip-container > div.leaflet-popup-tip {
  background-color: #dd250f;
}
.popup__boton {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
  display: inline-block;
  height: 36px;
  border: 2px solid;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: border .2s ease .1s, color .2s ease .1s;
  margin: 0;
  float: right;
}
.popup__boton:hover {
  color: #dd250f !important;
}
a.popup__boton.round {
  display: inline-block;
  color: #fff;
  height: 36px;
  border: 2px solid;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  -moz-transition: border .2s ease .1s, color .2s ease .1s;
  -o-transition: border .2s ease .1s, color .2s ease .1s;
  -webkit-transition: border .2s ease, color .2s ease;
  -webkit-transition-delay: .1s, .1s;
  -webkit-transition: border .2s ease .1s, color .2s ease .1s;
  transition: border .2s ease .1s, color .2s ease .1s;
  transition: background-color 0.3s ease;
}
a.popup__boton.round:hover {
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}
a.popup__boton.round:after {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  padding: 0 20px;
  box-sizing: border-box;
}
a.popup__boton.round:hover:after {
  moz-animation: fromTopBounce .4s ease .15s 1 normal both;
  -webkit-animation: fromTopBounce .4s ease .15s 1 normal both;
  animation: fromTopBounce .4s ease .15s 1 normal both;
}
.title-country {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#map > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-tip-container > div.leaflet-popup-tip {
  background-color: #dd250f;
}
.divdireccion {
  padding: 10px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.divcontacto {
  padding: 10px 30px;
  text-align: center;
}
.divdireccion span.titulo-datos,
.divcontacto span.titulo-datos {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.divcontacto p a {
  color: #dd250f;
  font-weight: bold;
  text-decoration: none;
}
.divcontacto p a:hover {
  color: #000;
}
.circulo-cruz {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 5px;
  left: calc(88%);
  transition: all, .3s;
  cursor: pointer;
}
.circulo-cruz:hover {
  transform: rotate(180deg);
}
.aspa-1,
.aspa-2 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(49%);
  left: 5px;
  border-radius: 3px;
}
.aspa-1 {
  transform: rotate(45deg);
}
.aspa-2 {
  transform: rotate(-45deg);
}
