.homefotospalacio .genera {
  margin-bottom: 30px;
}

.homefotospalacio .div-block {
  background-color: #000;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 10px;
}

.homefotospalacio .heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lft-etica, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.homefotospalacio .slider {
  background-color: #ddd0;
  height: 180px;
}

.homefotospalacio .slide-nav {
  display: none;
}

.homefotospalacio .icon {
  color: #ea0a0a;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.homefotospalacio .left-arrow {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.homefotospalacio .icon-2 {
  color: #ea0a0a;
  font-size: 20px;
}

.homefotospalacio .slide {
  padding: 0% 10%;
}

.homefotospalacio .right-arrow {
  width: 10%;
}

.homefotospalacio .link-block {
  color: #000;
  width: 100%;
  font-family: lft-etica, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.homefotospalacio .div-block-2 {
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
}

.homefotospalacio .text-bdlock {
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  line-height: 13px;
}

.homefotospalacio .gale1 {
  background-image: url('../images/gale1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homefotospalacio .gale2 {
  background-image: url('../images/gale2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homefotospalacio .gale3 {
  background-image: url('../images/gale3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homefotospalacio .gale4 {
  background-image: url('../images/gale4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homefotospalacio .gale5 {
  background-image: url('../images/gale5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homefotospalacio .slider-2 {
  text-align: center;
  margin-bottom: 6px;
  font-family: lft-etica, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.homefotospalacio .heading-2 {
  color: #fff;
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

@media screen and (max-width: 991px) {
.homefotospalacio .slider {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
.homefotospalacio .slider {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
.homefotospalacio .slider {
    height: 180px;
  }

.homefotospalacio .slider-2 {
    height: 160px;
  }
}


