.slide {
  height: 80vh;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.slide-footer {
  background-color: #383838;
  color: #afafaf;
  min-height: 140px;
  display: flex;
  align-items: center;
}
.slide-logo {
  display: flex; 
  align-items: center;
}

/* FORM */
.form-card {
  background-color: #efefef;
  padding-top: 45px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.form-card label {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: .2rem;  
}
.form-card a {
  color: #212529;
  font-weight: 700;
}
.video-item {
  border-left: 1px solid #FFF; 
  border-right: 1px solid #FFF;
}
.video-preview {
  height: 400px;
  background-image: url('../img/bg-video.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


h1 {
  text-transform: uppercase;
}
.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.proyecto-features {
  display: flex; 
  flex-direction: row; 
  height: 55px; 
  align-items: center;
  font-size: 1rem;
  line-height: 1.1rem;
  gap: 20px;
}
.proyecto-feature {
  display: flex; 
  flex-direction: row; 
  align-items: center;
}
.proyecto-info-state {
  font-family: 'Dosis', sans-serif;
  background-color: #b91e22; 
  color: #fff; 
  width: fit-content;
}

.slick, .slick-plan {
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0;
}
.slick.active, .slick-plan.active {
  z-index: 30;
  opacity: 1;
}
.slick, .slick-plan, .slick-list, .slick-track {
  height: 100%;
}
.slick .slick-prev1, .slick-plan .slick-prev1 {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  right: 33px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  line-height: 2;
}
.slick .slick-next1, .slick-plan .slick-next1 {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  right: 0px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  line-height: 2;
}
.slick-plan .slick-prev1 {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 10px;
  right: 33px; 
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  line-height: 2;
}
.slick-plan .slick-next1 {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 10px;
  right: 0px; 
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  line-height: 2;
}
.gallery-type, .gallery-plan {
  height: 40px; 
  width: 140px; 
  text-align: center; 
  line-height: 40px; 
  background-color: #f9f9f9;
  cursor: pointer;
}
.gallery-type.active, .gallery-type:hover, 
.gallery-plan.active, .gallery-plan:hover {
  background-color: #b91e22; 
  color: #fff;
}
.gallery-item {
  background-size: cover; 
  background-position: center center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.gallery-plan-wrapper {
  height: 490px; 
  width: 100%; 
  position: relative;
}
.gallery-item-plan {
  background-size: contain !important; 
  background-repeat: no-repeat;
}

iframe {
  width: 100%;
}

.numero-dormitorios {
  border-radius: 99px;
  height: 30px;
  width: 30px;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.numero-dormitorios:hover, .numero-dormitorios.active {
  background-color: #B91E22;
}
.planos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #B91E22;
  font-size: 1.5rem;
}
.planos-item {
  cursor: pointer;
}
.planos-item:hover, .planos-item.active {
  color: #B91E22;
}
.departamentos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #B91E22;
  border-bottom: 1px solid #B91E22;
  font-size: 1rem;
}
#gallery3 {
  cursor: zoom-in;
}

@media screen and (max-width: 768px) { 
  .slide {
    min-height: 900px;
  }
  .slide_content {
    width: 100%;
  }
  .slide-logo {
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .slide-logo > div {
    align-items: center;
  }
  .slide-logo img {
    max-height: 80px;
  }
  .slide-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slide-footer-img img {
    max-width: 120px;
  }
  .slide-footer-txt {
    font-size: 12px;
  }
  .gallery-type, .gallery-plan {
    font-size: 12px;
  }
  .video-item {
    border-left: 0; 
    border-right: 0;
    border-bottom: 2px #FFF solid;
  }  
}
@media screen and (max-width: 576px) { 
  .gallery-plan-wrapper {
    height: 330px; 
  }
}