
a {
  color: #ccff66;
}

a:link {
  color: #ccff66;
}

a:visited {
  color: #ccff66;
}

a:focus {
  color: #ccff66;
}

a:hover {
  color: #ccff66;
}

a:active {
  color: #ccff66;
}

body.propiedades {

  background-color: #676767;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #999999;
  background-image: url("../../images/back2.jpg");
  background-position: center center;
  background-size: cover;
}

.element {
  position: fixed;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



@media all and (max-width:600px) {
  img {
    width: 100%;
  }
}


.logo {
  max-width: 1000px;
  object-fit: contain;
  padding-left: 20px;
}




.contenedor {

  margin: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;

}


.box1 {

  margin-left: 100px;


}



.container {
  width: 95%;
  position: fixed;
  margin: auto;
  bottom: 24%;
  margin-top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}






.emphasized {
  font-style: italic;
  font-weight: bolder;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;


  text-align: center;
}

.flex2 {
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: left;
  text-align: left;
  flex-wrap: wrap;

}

.flex-items {
  color: #ccff66;
  padding: 40px;
  padding-top: 50px;
  text-align: center;
  font-size: 1.7vh;
  font-weight: lighter;
  letter-spacing: .1em;
  line-height: 1.3;
  text-decoration: underline;
}

.flex-items2 {

  padding: 40px;
  padding-top: 50px;
  color: #ccff66;
  font-family: Roboto;
  letter-spacing: 13px;
  text-align: center;
  font-size: 2vh;
  font-weight: lighter;
  letter-spacing: .2em;
  line-height: 1.3;
}



/* Estilo base */
.video-fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Detrás del contenido */
}

.video-fondo video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mantiene la proporción y cubre toda el área */
}

/* Mostrar el video apropiado según el tamaño de la pantalla */
@media (max-width: 1024px) {
  .video-fondo .video-desktop {
    display: none;
  }
  .video-fondo .video-tablet {
    display: block;
  }
  .video-fondo .video-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .video-fondo .video-desktop {
    display: none;
  }
  .video-fondo .video-tablet {
    display: none;
  }
  .video-fondo .video-mobile {
    display: block;
  }
}
