.refugios-page .HeaderPage {
  position: relative;
  display: block;
  background-color: #dddddd;
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage {
    margin-top: 60px;
  }
}
.refugios-page .HeaderPage__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__container {
    background-position: 55% center;
    text-align: center;
  }
}
.refugios-page .HeaderPage__content {
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__content {
    height: 280px;
    width: 90%;
    margin: auto;
    line-break: normal;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__content__title {
    font-size: 2rem;
    color: #e79c3a;
    margin-bottom: 30px;
  }
}
.refugios-page .HeaderPage__content__caption {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__content__caption .box-text {
    width: 100%;
  }
  .refugios-page .HeaderPage__content__caption ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .refugios-page .HeaderPage__content__caption ul li i {
    margin-top: 4px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__bar {
    background-color: #ddeaf0;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page .HeaderPage__bar .container {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
  .refugios-page .HeaderPage__bar .container .box-text {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    color: #282f4e;
  }
}
.refugios-page .gallery-section {
  position: relative;
  display: block;
  padding: 40px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section {
    padding: 20px 0px;
  }
}
.refugios-page .gallery-section .gallery-tabs {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section .gallery-tabs {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
.refugios-page .gallery-section .gallery-tabs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section .gallery-tabs_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.refugios-page .gallery-section .gallery-tabs li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.refugios-page .gallery-section .gallery-tabs .tab {
  width: 160px;
  padding: 15px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-blue-10);
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(66, 65, 131, 0.12);
          box-shadow: 0px 2px 6px 1px rgba(66, 65, 131, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section .gallery-tabs .tab {
    width: 47%;
    padding: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
  }
}
.refugios-page .gallery-section .gallery-tabs .tab:hover {
  background-color: var(--color-yellow-40);
  color: var(--color-blue-10);
}
.refugios-page .gallery-section .gallery-tabs .tab.active {
  position: relative;
  font-weight: 600;
  color: #f5f5f5;
  background-color: #c1272d;
}
.refugios-page .gallery-section .gallery-tabs .tab-icon {
  display: none;
}
.refugios-page .gallery-section .gallery-container-items {
  min-height: 400px;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section .gallery-container-items {
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
  }
}
.refugios-page .gallery-section .gallery-results .grid-item {
  width: 24.4%;
  padding: 5px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .refugios-page .gallery-section .gallery-results .grid-item {
    width: 47%;
  }
}
.refugios-page .gallery-section .gallery-results .grid-item a {
  position: relative;
}
.refugios-page .gallery-section .gallery-results .grid-item img,
.refugios-page .gallery-section .gallery-results .grid-item video {
  width: 100%;
  display: block;
}
.refugios-page .gallery-section .nav-button {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 2.4rem;
  color: var(--color-blue-10);
  background-color: var(--color-yellow-10);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.refugios-page .gallery-section .nav-button:disabled {
  opacity: 0.4;
  cursor: default;
}
.refugios-page .gallery-section .prev-button {
  left: -20px;
}
.refugios-page .gallery-section .next-button {
  right: -20px;
}
.refugios-page .ContentPage .btn-link {
  position: relative;
  display: table;
  padding: 12px 15px;
  color: #ffffff;
  font-weight: 500;
  background-color: var(--color-blue-10);
}
.refugios-page .ContentPage .btn-alt {
  color: var(--color-blue-10);
  background-color: var(--color-yellow-40);
  font-weight: 600;
}
.refugios-page #SidebarPage {
  position: relative;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .refugios-page #SidebarPage {
    display: none;
  }
}
.refugios-page #SidebarPage .sidebar-item {
  position: relative;
  display: block;
  padding: 20px 0;
  margin-bottom: 20px;
}
.refugios-page #SidebarPage .sidebar-item.block-tabs .tabs-links .tab-link {
  position: relative;
  display: block;
  width: 90%;
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-blue-10);
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.refugios-page #SidebarPage .sidebar-item.block-tabs .tabs-links .tab-link:hover {
  background-color: var(--color-blue-20);
  color: #ffffff;
}
.refugios-page #SidebarPage .sidebar-item.block-tabs .tabs-links .tab-link.active {
  background-color: var(--color-blue-10);
  color: #ffffff;
}
.refugios-page #SidebarPage .sidebar-item.block-files {
  position: relative;
}
.refugios-page #SidebarPage .sidebar-item.block-files .btn-file {
  display: block;
  width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border: solid 3px #c1272d;
}
.refugios-page #DetailsPage {
  position: relative;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .DetailsPage__block {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .AboutSection .inner-container {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .AboutSection__content, .refugios-page #DetailsPage .AboutSection__slider {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .refugios-page #DetailsPage .AboutSection__content .title, .refugios-page #DetailsPage .AboutSection__slider .title {
    color: var(--color-blue-20);
  }
  .refugios-page #DetailsPage .AboutSection__content .btn-link, .refugios-page #DetailsPage .AboutSection__slider .btn-link {
    margin: auto;
    padding: 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .AboutSection__slider .image-box {
    width: 315px;
    height: 315px;
    margin: 5px auto;
  }
}
.refugios-page #DetailsPage .AboutSection .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.refugios-page #DetailsPage .AboutSection .video .icon-box {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background-color: var(--color-blue-10);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.refugios-page #DetailsPage .AboutSection .video .icon-box svg {
  width: 40px;
}
.refugios-page #DetailsPage .AboutSection .video:hover .icon-box {
  background-color: var(--color-blue-20);
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .BoxesSection {
    padding: 2rem 1.5rem;
  }
  .refugios-page #DetailsPage .BoxesSection .container-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.refugios-page #DetailsPage .BoxesSection .box-item:hover .icon {
  background-color: var(--color-blue-20);
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .BoxesSection .box-item {
    width: 47%;
    text-align: center;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item_group {
    width: 100%;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item_title {
    font-size: 1.2rem;
    margin-top: 10px;
    color: var(--color-blue-20);
  }
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  vertical-align: top;
  background-color: var(--color-blue-10);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../media/resource/icons/sprite-icons-01.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-estructura {
  background-position: 0px 0;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-ventana {
  background-position: -60px 0;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-piso {
  background-position: -120px 0;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-puerta {
  background-position: -180px 0;
}
.refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-revestimiento {
  background-position: -240px 0;
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .BoxesSection .box-item .icon {
    margin-right: 0px;
    width: 70px;
    height: 70px;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-estructura {
    background-position: 0px 0;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-ventana {
    background-position: -70px 0;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-piso {
    background-position: -140px 0;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-puerta {
    background-position: -210px 0;
  }
  .refugios-page #DetailsPage .BoxesSection .box-item .icon i.icon-revestimiento {
    background-position: -280px 0;
  }
}
@media only screen and (max-width: 768px) {
  .refugios-page #DetailsPage .TechnicalSection {
    padding: 2rem 1.5rem;
  }
  .refugios-page #DetailsPage .TechnicalSection .title {
    text-align: center;
    color: var(--color-blue-20);
  }
  .refugios-page #DetailsPage .TechnicalSection p {
    margin-bottom: 30px;
  }
}
.refugios-page .MobileInfoSection {
  display: none;
}
.refugios-page .MobileInfoSection .block-files {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.refugios-page .MobileInfoSection .block-files h4 {
  color: var(--color-blue-20);
}
.refugios-page .MobileInfoSection .block-files .btn-file {
  display: block;
  width: 240px;
  margin: auto;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  border: solid 3px #c1272d;
}
.refugios-page .MobileInfoSection .block-contact {
  text-align: center;
}
.refugios-page .MobileInfoSection .block-contact h4 {
  color: var(--color-blue-10);
}
.refugios-page .MobileInfoSection .block-contact .phone-number {
  display: table;
  margin: 0 auto 10px auto;
  padding: 10px 20px;
  font-size: 1.3rem;
  background-color: #ffffff;
  border-radius: 50px;
}
.refugios-page .MobileInfoSection .block-contact .btn {
  margin: 20px auto 0px auto;
  width: 240px;
  padding: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .refugios-page .MobileInfoSection {
    display: block;
  }
}
.refugios-page .titlebox-overlay {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 10;
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: rgba(70, 70, 78, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .refugios-page .titlebox-overlay {
    position: relative;
    height: 40px;
    padding: 6px 20px;
    font-size: 1rem;
    text-align: center;
  }
}

.wow {
  visibility: hidden;
}

.lity-iframe-container {
  height: 500px !important;
}