@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  background-size: 100vw 100vh;
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding-bottom: 6rem; }

main {
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
  font-family: 'Share Tech', sans-serif;
  color: white;
  justify-content: center;
  align-items: center;
  text-shadow: 8px 8px 10px #0000008c;
  background-color: #4E4F50; }

h1 {
  margin: 10px;
  text-align: center; }

h2 {
  text-align: center; }

form {
  text-align: center;
  width: 450px;
  margin: auto;
  background: #665b5b89;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 7px; }

form h2 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  margin-bottom: 30px; }

input {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 16px;
  border: none; }

textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  min-height: 100px;
  max-height: 200px;
  max-width: 100%; }

#boton {
  background: #3b86f6;
  padding: 20px; }

#boton:hover {
  cursor: pointer; }

.art {
  width: 90%;
  max-width: 1000px;
  margin: 1.6em auto;
  padding-bottom: 2em;
  display: grid;
  gap: 1.6em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  text-align: center; }
  .art p {
    margin-left: 20px;
    margin-right: 30px; }
  .art img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    max-height: 300px;
    max-width: 400px; }
  .art h4 {
    padding-top: 15px; }

.maindex h2 {
  margin-bottom: 30px; }

.title-2 {
  grid-area: 2 / 2 / -2 / -1; }

.title-4 {
  grid-area: 4 / 2 / 5 / -1; }

.nav-link {
  color: #ffffff; }

.nav-link:hover {
  color: #ffffff;
  background-color: #3b86f6; }

.navbar {
  padding: 0;
  margin: 0; }

.navbar-brand {
  padding: 0;
  margin: 0; }

.navbar-brand img {
  width: 10rem; }

.container-fluid {
  padding: 0; }

.about h1 {
  text-align: center; }

.about p {
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  padding-top: 50px;
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 20px #ffffff; }

footer {
  background: #4e4f50;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%; }

footer li {
  list-style-type: none;
  color: #ffffff; }

footer img {
  height: 5rem;
  margin-right: 50px; }

.footer_container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse; }

.wsp:hover {
  color: #25D366; }

.insta:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.linkedin:hover {
  color: #40a1e6; }

.fab {
  margin-right: 20px;
  margin-left: 20px; }

.social_media {
  margin: 20px 150px; }

.social_media a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  transition: .6s; }

/* Galería lotes */
.container_lote {
  padding-top: 20px;
  padding-right: 30px; }
  .container_lote ul {
    list-style: none; }
  .container_lote .image-lote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; }
    .container_lote .image-lote img {
      max-height: 200px; }
    .container_lote .image-lote li {
      flex-basis: 350px;
      position: relative; }
      .container_lote .image-lote li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px; }

/*Galería*/
.container_gallery {
  padding-top: 20px;
  padding-right: 30px; }
  .container_gallery ul {
    list-style: none; }
  .container_gallery .image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .container_gallery .image-gallery li {
      flex-basis: 350px;
      position: relative; }
      .container_gallery .image-gallery li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
        max-height: 300px;
        max-width: 400px; }

/*fix lote590*/
.li590 {
  padding-bottom: 130px;
  padding-top: 130px; }

/*hover galeria*/
.image {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
  max-height: 300px;
  max-width: 400px; }

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 5px; }

.image__overlay--blur {
  backdrop-filter: blur(5px); }

.image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s; }

.image__overlay:hover {
  opacity: 1; }
  .image__overlay:hover > * {
    transform: translateY(0); }

.image__title {
  font-size: 2em;
  font-weight: bold; }

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em; }

@media (max-width: 1201px) {
  .social_media {
    display: flex;
    padding: 0 0; }
  body {
    padding-bottom: 0; }
  footer {
    position: relative; }
  footer img {
    margin-right: 0; }
  .footer_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 768px) {
  .maindex img {
    width: 100%;
    height: auto; }
  #galera {
    max-width: 90%;
    padding: 5px 5px; }
  .art {
    padding: 10px 10px;
    display: block; }
  .image__overlay {
    opacity: 1; } }

@media (max-width: 480px) {
  form {
    width: 90%; }
  .art {
    display: block; } }
