/*========== FONTS */

/*========== Font > Fontawesome (* ALLWAYS FIRST) */

@import url("fonts/fontawesome/fontawesome.min.css");
@import url("fonts/fontawesome/brands.min.css");
@import url("fonts/fontawesome/regular.min.css");
@import url("fonts/fontawesome/solid.min.css");
@import url("fonts/fontawesome/light.min.css");

/*========== Font > Chilena */

@font-face {
  font-family: "chilenalight";
  src: url("fonts/chilena-light-webfont.woff2") format("woff2"),
    url("fonts/chilena-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chilenaregular";
  src: url("fonts/chilena-regular-webfont.woff2") format("woff2"),
    url("fonts/chilena-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chilenabold";
  src: url("fonts/chilena-bold-webfont.woff2") format("woff2"),
    url("fonts/chilena-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chilenaextrabold";
  src: url("fonts/chilena-extrabold-webfont.woff2") format("woff2"),
    url("fonts/chilena-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*========== GENERAL */

:root {
  --st-gradient-principal: linear-gradient(
    to bottom,
    rgba(34, 34, 34, 0.9) 0%,
    rgba(34, 34, 34, 0.3) 100%
  );
  --st-color-principal: #61b3ff;
  --st-color-light: #ffffff;
  --st-color-dark: #222222;
  --st-font-principal-regular: "chilenaregular";
  --st-font-principal-bold: "chilenabold";
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* body {
	background-color: var(--st-color-light);
	font-family: var(--st-font-principal-regular);
	color: var(--st-color-dark);
	font-size: .9rem;
} */

body {
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
  font-family: var(--st-font-principal-regular);
}
body.dark-mode {
  background-color: #181a1b;
  color: #fff;
  font-size: 0.9rem;
  font-family: var(--st-font-principal-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--st-font-principal-bold);
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
a:hover,
a:active,
a:focus {
  outline: none;
  border: 0;
}
a:hover {
  text-decoration: none;
}
input::-moz-focus-inner {
  border: 0;
}
*:focus {
  outline: none;
}
button {
  outline: none !important;
}
main section:first-child {
  margin-top: 80px;
}
body:not(#home) main section:first-child {
  margin-top: 112px;
}
main section#section-slider {
  margin-top: 0;
}
.hidden {
  display: none !important;
}
.regular-bold {
  font-family: var(--st-font-principal-regular) !important;
}
.regular-bold strong {
  font-family: var(--st-font-principal-bold) !important;
}

/*========== GENERAL > owl carousel */

.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding-bottom: 30px;
}
.owl-carousel .owl-item {
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem !important;
  color: var(--st-color-principal) !important;
}
.owl-nav .owl-prev {
  left: -40px;
}
.owl-nav .owl-next {
  right: -40px;
}
.btn-load-more {
  background: var(--st-color-light);
  padding: 0.7rem 1.5rem;
  font-family: var(--st-font-principal-bold);
  font-size: 1.1rem;
  color: var(--st-color-principal);
  border-radius: 50px;
  border: 1px solid var(--st-color-principal) !important;
}
.btn-load-more:hover {
  background: var(--st-color-principal);
  color: var(--st-color-light);
}

/*========== GENERAL > banner carousel bootstrap */

.carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-item .gradient-layer {
  background: var(--st-gradient-principal);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.carousel-welcome {
  width: 55%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.carousel-welcome .welcome-title,
.carousel-welcome .welcome-title-drop {
  font-family: var(--st-font-principal-regular);
  color: #fff;
  text-align: center;
}
.carousel-welcome .welcome-title strong {
  font-family: var(--st-font-principal-bold);
}
.carousel-welcome .welcome-title-drop {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .carousel-welcome .welcome-title-drop {
    display: none;
  }
}


/*========== GENERAL > search */

.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-home-bar {
  background: rgba(255, 255, 255, 1);
  width: 60%;
  padding: 5px;
  border-radius: 10rem;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
.search-home-bar:hover,
.search-home-bar-transparent {
  background: rgba(255, 255, 255, 0.3);
}
.search-home-bar .places-button,
.search-home-bar .services-button {
  width: 35%;
  margin-right: 2%;
}
.search-home-bar .submit-button {
  width: 22%;
  margin-left: auto;
}
.search-button .btn {
  background: #fff;
  width: 100%;
  border: 0;
  border-radius: 10rem;
  position: relative;
}
.search-button.search-button-lg .btn {
  padding: 1rem 2rem;
  min-height: 80px;
}
.search-button.search-button-lg .btn.btn-submit {
  padding: 1rem 2rem;
}
.search-button.search-button-md .btn {
  padding: 1rem 1.6rem;
  min-height: 58px;
}
.search-button .btn.dropdown-toggle::after {
  margin: 0;
  border: 0;
}
.search-button .btn h5,
.search-button .btn h6 {
  margin-bottom: 0;
  text-align: left;
}
.places-button .btn h5,
.services-button .btn h5,
.filter-button .btn h5 {
  position: absolute;
}
.search-button.search-button-lg .btn h5,
.search-button.search-button-lg .btn h6 {
  font-size: 1rem;
}
.places-button.search-button-lg .btn h5,
.services-button.search-button-lg .btn h5 {
  top: 20px;
  left: 75px;
}
.search-button.search-button-md .btn h5,
.search-button.search-button-md .btn h6 {
  font-size: 0.9rem;
}
.places-button.search-button-md .btn h5,
.services-button.search-button-md .btn h5,
.filter-button.search-button-md .btn h5 {
  top: 12px;
  left: 55px;
}
.search-button .btn h6 {
  font-family: var(--st-font-principal-regular);
}
.search-button .btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-button.search-button-md .btn .btn-icon {
  margin-right: 10px;
}
.places-button .btn .btn-icon,
.services-button .btn .btn-icon,
.filter-button .btn .btn-icon  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-button.search-button-lg .btn .btn-icon {
  width: 40px;
}
.search-button.search-button-lg .btn .btn-icon i {
  font-size: 1.5rem;
}
.search-button.search-button-md .btn .btn-icon i {
  font-size: 1.1rem;
}
.search-button .btn-submit {
  background: var(--st-color-principal);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-button .btn-submit .btn-icon i,
.search-button .btn-submit .btn-text h5 {
  color: #fff;
}
.search-button.search-button-lg .btn-submit .btn-icon i,
.search-button.search-button-lg .btn-submit .btn-text h5 {
  font-size: 1.4rem;
}
.search-button.search-button-md .btn-submit .btn-icon i,
.search-button.search-button-md .btn-submit .btn-text h5 {
  font-size: 1.1rem;
}

/*========== GENERAL > search / page */

#section-search {
  background: #ebebeb;
  width: 100%;
  padding: 20px 0;
}
.search-page-bar {
  background: rgba(255, 255, 255, 1);
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10rem;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
.search-page-bar:hover,
.search-page-bar-transparent {
  background: rgba(255, 255, 255, 0);
}
.search-page-bar .search-button {
  width: 28%;
  margin-right: 1.5%;
}
.search-page-bar .search-button.filter-button {
  padding-top: 0!important;
  margin-top: 0!important;
}
.search-page-bar .search-button.submit-button {
  width: 17.5%;
  margin-right: 0;
}
.search-page-bar .search-button .btn {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.search-page-bar .search-button .btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.search-page-bar .search-button-md.filter-button #search-filters {
  background: transparent;
  padding: 0 0 0 55px;
  position: absolute;
  left: 0;
  top: 26px;
  font-size: .9rem;
  text-align: left;
}

/*========== GENERAL > cards */

.item-card {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
}
.item-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.item-card .item-card-head {
  position: relative;
}
.item-card .item-card-head a {
  display: block;
}
.item-card .item-card-head img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.item-card .item-card-head .featured-badge {
  background: var(--st-color-principal);
  padding: .4rem 1rem;
  border-radius: 10px 0 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
}
.item-card .item-card-body {
  padding: 15px;
}
.item-card .item-card-title {
  margin-bottom: 10px;
}
.item-card .item-card-contact {
  margin-bottom: 20px;
}
.item-card .card-title {
  margin-bottom: 10px;
  font-size: 1rem;
}
.item-card .card-title a {
  color: var(--st-color-dark);
  text-decoration: none;
}
.item-card .item-card-contact li {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
.item-card .item-card-contact li .c-icon {
  width: 20px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
}
.item-card .item-card-seals {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-card .item-card-seals .card-list {
  display: flex;
  align-items: center;
}
.item-card-seals .card-list li {
  margin-right: 5px;
}
.item-card-seals .card-list li:last-child {
  margin-right: 0;
}
.seal-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.seal-icon:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.seal-btn {
  padding: 0.3rem 0.4rem;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
}
.seal-btn i {
  margin-right: 0.3rem;
  font-size: 1.2rem;
}
.seal-icon-approved {
  background: #7de559;
}
.seal-icon-no-inspected {
  background: #a9a9a9;
}
.seal-icon-fail-inspection {
  background: #ed6060;
}
.card-category {
  background: rgba(203, 203, 203, 0.3);
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 0.85rem;
}
#result .item-card {
  position: relative;
}

/*========== HEADER */

.navbar {
  background: #2c2e41;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header a,
.nav-link {
  color: var(--st-color-light);
  text-decoration: none;
}
header a:hover,
header a.active,
.nav-link:hover {
  color: var(--st-color-principal);
}
.container-head {
  justify-content: space-between;
  align-items: center;
}
.nav-container,
.nav-container ul {
  display: flex;
  align-items: center;
}
.nav-container {
  margin-left: auto;
}
.nav-container .menu-list {
  margin-right: 15px;
}
.nav-container .menu-list li {
  margin-right: 2rem;
}
.nav-container .accessibility {
  margin-right: 40px;
}
.nav-container .translate li:first-child {
  margin-right: 10px;
}
.brand {
  width: 155px;
  display: block;
}
.brand img {
  height: 80px!important;
  width: 100%;
}

/*========== HEADER > accessibility */

.accessibility {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accessibility li {
  margin: 0 10px 0 0 !important;
}
.accessibility li:last-child {
  margin-right: 0 !important;
}
.accessibility span {
  height: 35px;
  width: 35px;
  border: 1px solid var(--st-color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: sans-serif, arial;
  font-size: 1.2rem;
  color: var(--st-color-light);
  line-height: 1;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.accessibility span:hover {
  background-color: var(--st-color-light);
  color: var(--st-color-dark);
}
.contraste .accessibility span {
  border-color: #fff;
  color: #fff;
}

/*========== FOOTER */

footer {
  background: #222;
  padding: 4rem 0;
  position: relative;
  z-index: 20;
}
footer * {
  color: var(--st-color-light);
}
footer .social-list,
footer .awards-list {
  display: flex;
}
footer h5 {
  margin-bottom: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .menu-list li {
  margin-bottom: 0.7rem;
  font-size: 1rem;
}
footer .menu-list li a {
  text-decoration: none;
}
footer .menu-list li a:hover {
  text-decoration: underline;
}
footer img {
  width: 100%;
}
footer .awards-list li {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .awards-list img {
  width: 120px;
}
footer .social-list {
  gap: 20px;
}
footer .social-list a {
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
footer .social-list a i {
  color: #222;
}
footer .social-list a:hover {
  background: var(--st-color-principal);
}
footer .social-list a:hover i {
  color: var(--st-color-light);
}

/*========== MAIN SECTIONS */

/*========== SECTION > section-slider */

#section-slider {
  position: relative;
}
#section-slider .carousel-item {
  height: 700px;
}

/*========== SECTION > section-search-results */

.list-results .item-card {
  margin-bottom: 30px;
}
.list-results .col-md-3 {
  position: relative;
}
.map {
  position: relative;
}
.map iframe {
  width: 100%;
  height: calc(100vh - 82px);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 0;
}
.info-results {
  margin: 0;
  padding: 20px 0;
  font-family: var(--st-font-principal-regular);
  font-size: 0.9rem;
}
.results-pager {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 42px;
  display: flex;
  justify-content: center;
}
.results-pager .pagination {
  align-items: center;
}
.results-pager .page-link {
  width: 32px;
  height: 32px;
  margin: 0 10px !important;
  border-radius: 50px !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--st-font-principal-bold);
  font-size: 0.9rem;
  color: #444;
  line-height: 1;
}
.results-pager .active .page-link {
  background: var(--st-color-principal);
  width: 36px;
  height: 36px;
  font-size: 1rem;
  color: var(--st-color-light);
}
.action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-box.back {
  padding: 0.7rem 0;
}
.btns-map .btn-map {
  background: var(--st-color-dark);
  padding: 0.3rem 1rem;
  font-family: var(--st-font-principal-bold);
  font-size: 0.8rem;
  color: var(--st-color-light);
  border-radius: 50px;
  border: 1px solid var(--st-color-dark) !important;
}
.btns-map .btn-map:hover {
  background: var(--st-color-dark);
  color: var(--st-color-light);
}
.btns-map .btn-map i {
  margin-right: 0.3rem;
}
.col-map {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.hidden-map,
.hidden-map * {
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden;
  opacity: 0;
}

/*========== SECTION > section-featured */

#section-featured {
  overflow: hidden;
  margin-bottom: 100px;
}

/*========== SECTION > section-single */

#section-single {
  background: #f9f9f9;
  padding-bottom: 5rem;
}
#section-single .single-cover {
  padding-bottom: 1.5rem;
  position: relative;
}
#section-single div[class^="single-cover--grid-"] {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#section-single .single-cover--img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#section-single .img-100 {
  min-height: 360px;
}
#section-single .img-100-50 {
  min-height: calc(360px / 2 - 4px);
}
#section-single .img-50-50 {
  min-height: calc(360px / 2 - 4px);
}
#section-single .single-cover--img-wrap {
  margin-top: 8px;
  display: flex;
}
#section-single .single-cover--img-wrap .single-cover--img {
  width: calc(50% - 4px);
}
#section-single .single-cover--img-wrap .single-cover--img:first-child {
  margin-right: 8px;
  width: 100%;
}
#section-single .single-cover--grid-3 .single-cover--img-wrap {
  margin-top: 0;
  flex-direction: column;
}
#section-single
  .single-cover--grid-3
  .single-cover--img-wrap
  .single-cover--img {
  width: 100%;
}
#section-single
  .single-cover--grid-3
  .single-cover--img-wrap
  .single-cover--img:first-child {
  margin-right: 0;
  margin-bottom: 8px;
}

.single-cover--img-wrap a {
  width: 100%;
}

#section-single > div > div.single-cover > div > div > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) {
  margin-right: 8px !important;
}

#section-single > div > div.single-cover > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1) {
  margin-right: 8px !important;
}

.single-row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-row.single-row--title,
.single-row.single-row--tour-guide {
  padding-top: 0;
  padding-bottom: 1.5rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.single-row.single-row--tour-guide {
  flex-direction: column;
}
.single-row.single-row--tour-guide .wrap-title {
  margin-bottom: 2rem;
  text-align: center;
}
.single-row.single-row--title .wrap-title {
  width: calc(100% - 250px);
}
.single-row .wrap-share ul {
  display: flex;
}
.single-row .wrap-share a {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--st-color-dark);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
.single-row .wrap-share a:hover {
  color: var(--st-color-principal);
}
.single-info .row .col-md-4 .single-row {
  border: 0;
}
.single-info .row .col-md-8 .single-row--title {
  padding-top: 0;
}
.single-row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-row ul li {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
.single-row ul.single-list a {
  text-decoration: none;
  color: var(--st-color-dark);
}
.single-row ul.single-list a:hover {
  text-decoration: underline;
}
.single-row ul li i {
  width: 32px;
  display: flex;
  justify-content: center;
}
.single-row ul li strong {
  margin-right: 0.3rem;
}
.single-title {
  font-size: 1.8rem;
}
.single-row h4 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.single-category {
  background: rgba(203, 203, 203, 0.3);
  padding: 3px 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
}
.single-row--featured .accordion-button,
.single-row--featured .accordion-button:not(.collapsed) {
  color: var(--sp-color-dark);
}
.single-row--featured .accordion-button:not(.collapsed) {
  background: #fff;
}
.accordion-button .seal-icon {
  margin-right: 0.5rem;
}
.accordion-button .btn-text {
  font-size: 1rem;
}
.accordion-body p {
  text-align: justify;
}
.btn-images-num {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  position: absolute;
  bottom: 50px;
  right: 30px;
  font-family: var(--st-font-principal-bold);
  color: #fff;
  z-index: 9;
}
.single-row--map .map-wrap {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
}
.single-row--map .map-wrap iframe {
  border-radius: 10px;
}
#accordion-featured {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
a.back-link {
  text-decoration: none;
  color: var(--st-color-dark);
}
a.back-link:hover {
  text-decoration: underline;
}
.section-tour-guide .single-cover--img {
  position: relative;
}
.section-tour-guide .single-profile-img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  z-index: 3;
  overflow: hidden;
}
.section-tour-guide .single-profile-img img {
  width: 100%;
}
.section-tour-guide .single-cover--img .gradient-layer {
  background: linear-gradient(
    to bottom,
    rgba(97, 179, 255, 0.9) 0%,
    rgba(97, 179, 255, 0.4) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.wrap-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  overflow: hidden;
  gap: 8px;
}
.wrap-gallery .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-gallery .btn-images-num {
  bottom: 20px;
  right: 20px;
}

/* Modal */

.modal.lightbox {
  background-color: rgba(0,0,0,0.8);
}
.modal.lightbox .carousel-item .ratio {
  background: transparent!important;
}
@media (min-width: 1200px) {
  
  .modal-xl {
     max-width: 90%;
  }
  .modal.lightbox .carousel-item .ratio img {
    width: 60%!important;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
  
}

/*========== SECTION > section-related */

#section-related {
  background: #fff;
  padding-bottom: 5rem;
  overflow: hidden;
}

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

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media screen and (min-width: 800px) {
  
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item,
  .owl-item .ow-item {
    height: 100%;
  }
  .item-card .item-card {
    position: relative;
  }
  .item-card .item-card-contact {
      margin-bottom: 0;
      padding-bottom: 60px;
  }
  .item-card-seals {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  
}

@media screen and (min-width: 768px) {
  footer .col-md-3.d-flex {
    justify-content: center;
  }
  footer .awards-list {
    padding-left: 1.5rem;
  }
  .single-info .row div[class^="col-md"] .single-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #section-single
    .single-cover--grid-5
    .col-md-6:last-child
    .single-cover--img-wrap:first-child {
    margin-top: 0;
  }
  .single-row--services ul {
    columns: 2;
  }
}









/* SELECT2 */



.select2-container {
  width: 100% !important;
}
.select2-container {
  font-family: var(--st-font-principal-regular);
}
.select2-container strong {
  font-family: var(--st-font-principal-bold);
}
span.select2 {
  text-align: left;
  position: absolute;
  left: 0;
}
.search-button-lg span.select2 {
  padding-left: 75px;
  top: 38px;
}
.search-button-md span.select2 {
  padding-left: 55px;
  top: 26px;
  font-size: .9rem;
}
.select2-dropdown {
  padding-top: 20px;
  padding-bottom: 15px;
  top: -60px;
  border: 0;
  border-radius: 44px 44px 15px 15px!important;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#finder .select2-dropdown {
  top: -44px;
  border-radius: 24px 24px 15px 15px!important;
}
.select2-results {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 15px;
  padding: 0 20px;
  border: 0;
  font-family: var(--st-font-principal-bold);
  font-size: 1.8rem;
}
#finder .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1.3rem;
}
.select2-container .select2-selection--single {
  height: auto; 
  position: relative;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  order: 1;
}
.select2-container .select2-selection--single .select2-selection__clear {
  order: 2;
}
.select2-selection__placeholder {
  color: #000 !important;
}
.select2-selection__arrow b {
  border-color: transparent transparent !important;
}
.select2-selection--single {
  border: 0px !important;
}
.select2-selection {
  background-color: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-location-indicator {
  display: flex;
  align-items: center;
}
.select2-location-icon {
  font-size: 16px;
  margin-right: 8px;
  padding: 5px;
}
.select2-location-text {
  display: flex;
  flex-direction: column;
}
.select2-title {
  color: #222;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.select2-subtitle {
  color: #656565;
  font-weight: 400;
  line-height: normal;
  font-size: 0.7rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #222;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-title {
  color: rgba(255,255,255,1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-subtitle {
  color: rgba(255,255,255,.8);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: auto;
}
#not-found {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 500px;
  width: 100%;
}

/* SKELETON CSS */ 

.sk-card {
  background: #fff;
  width: 100%;
  padding-bottom: 0.3rem;
  margin-left: 10%;
  margin-right: 10%;
}

.sk-card-full {
  background: #fff;
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.sk-card_header {
  background: #d8e1e6;
  height: 170px;
}

.sk-card_map {
  background: #d8e1e6;
  height: 50vh;
}

.sk-card-full figure {
  margin: 0 0 0rem;
}

.sk-container {
  padding-left: 2%;
  padding-right: 2%;
}

.sk-text-container {
  padding: 5%;
}

.sk-button {
  height: 30px;
  min-width: 140px;
  border-radius: 15px;
}


.sk-card-title {
  height: 1.5rem;
  margin-bottom: 1rem;
}

.sk-card-text {
  height: 0.8rem;
  margin-bottom: 0.5rem;
}

.sk-card-text-large {
  height: 1.3rem;
  min-width: 10vw;
}

.sk-pending {
  color: #bdc3c7!important;
  background-color: #bdc3c7!important;
  border-color: #bdc3c7!important;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.pending_el {
  color: #ccc !important;
  background-color: #ccc !important;
  animation-name: skeletonAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

/* OFF CANVAS */

.offcanvas {
  position: absolute; /* Posicionamiento relativo al contenedor */
    top: 0;            /* Alineado con la parte superior del contenedor */
    bottom: 0;         /* Alineado con la parte inferior del contenedor */
    height: auto;
    width: calc(100% + 15vw);
}
#mapazo {
  position: sticky;
  height: calc(100vh - 98px);
  width: 100%;
}
.offcanvas-body {
  width: calc(100% + 15vw);
  padding: 0px !important;
  overflow-y: hidden;
}
.canvas-wrapper {
  position: sticky;
  top: 0; /* Adjust this value as needed */
  z-index: 10; /* To ensure it's above other content */
}
.sticky-map {
  position: fixed !important;
  top: 82px !important;
  z-index: 100 !important;
}
