@media screen and (max-width: 480px) {
  .main-slider .swiper-slide {
    min-height: 700px;
  }

  .vert-title {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main-slider .swiper-slide {
    min-height: 840px;
  }

  .vert-title {
    margin-top: 0;
  }
}
.main-slider .swiper-slide {
  min-height: 820px;
}

.vert-title {
  margin-top: 0;
}

.m-200 .swiper-arrow-left,
.m-200 .swiper-arrow-right {
  margin-top: 0;
}

/* Leadflet Maps */
.leaflet-map {
  height: 400px;
  z-index: 1;
}

.map-form .map-text {
  opacity: 1;
}

.map-title {
  text-shadow: 1px 1px 0px #999;
}

/* Helpers */
.padd-10-0 {
  padding-top: 10px;
}

.padd-120-0 {
  padding-top: 120px;
}

.link-blue-2:hover {
  color: #1593d0 !important;
}

.font-size-85em {
  font-size: 0.85em;
}

.font-size-1em {
  font-size: 1em;
}

/* Contenidos */
.detail-content-block table {
  color: #575757 !important;
}

.tabs-content .tab-info p,
.tabs-content .tab-info ul,
.tabs-content .tab-info table,
.detail-content-block table,
.detail-block.bg-grey-6 ul {
  color: #989898;
}

/* Form contact */
.input-style-1 .type-2 input,
.input-style-1 .type-2 select {
  padding: 0px 20px 0px 21px;
}
.input-style-1 .color-2 input,
.input-style-1 .color-2 select {
  border-color: rgba(219, 219, 219, 0.6);
  color: rgba(34, 34, 34, 0.6);
}
.input-style-1 input,
.input-style-1 select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  background: none;
  height: 60px;
  padding: 0px 20px 0px 20px;
  color: #fff;
}
.input-style-1 select option {
  color: #555;
}

.contact-info .contact-line img {
  display: inline-block;
}
.area-style-1.color-white ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.area-style-1.color-white ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.bg-surface-dark {
  background: url(/images/stone_dark_texture.webp?d5624b01357767351e18259bcaf18c7a);
  background-size: cover;
}

.hotel-small.style-2 .hotel-desc {
  margin-left: 150px;
  max-height: 130px;
  overflow: hidden;
}

.underline {
  text-decoration: inherit;
}

/* Loader Color */
.object.object_one,
.object.object_three {
  border-top-color: #575757 !important;
  border-left-color: #575757 !important;
}

.object.object_two,
.object.object_four {
  border-top-color: #2C96CE !important;
  border-left-color: #2C96CE !important;
}

.loading-center-absolute {
  top: 43%;
}

.loading img {
  position: relative;
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
  display: block;
  top: 49%;
}
.loading ul {
  position: relative;
  width: 21em;
  margin: 0 auto;
  top: 52%;
}
.loading ul li {
  font-size: 0.9em;
}
.loading ul li a {
  color: #575757;
}
.loading ul li a:hover i {
  color: #2C96CE;
}

/* Color */
.sidebar-category.color-5 a {
  color: #6b7280;
}

.detail-content, .acc-body {
  color: #4b5563;
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  margin-bottom: 0px;
  border: 1px solid;
  border-radius: 25px;
}


.footer-block {
    margin-bottom: 0;
}
