@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto&display=swap");
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.list {
  line-height: 1.5;
  list-style: none;
  text-align: left;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

img {
  min-width: 100%;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 4em;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  color: #004aad;
  text-transform: capitalize;
}

p,
li {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  text-align: justify;
}

p {
  margin-bottom: 20px;
}

i {
  padding: 5px;
  color: red;
}

.bg-hero {
  background-image: url(/img/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-hero::before {
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.bg-about {
  background-image: url(/img/bg-white.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.toggle-menu {
  position: absolute;
  top: 0.5rem;
  right: 2.5rem;
  cursor: pointer;
  filter: invert(0);
  width: 40px;
  z-index: 1;
}

.main-menu {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #004aad;
  transition: transform 0.3s ease-in;
  transform: translateY(-100%);
}

.main-menu--show {
  transform: translateY(0);
}

.main-menu-item {
  padding: 1em;
}

.main-menu-link {
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.contenedor {
  width: 90%;
  margin: 0 auto;
  background-image: url(/img/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contenedor .titulo {
  position: relative;
  color: #fff;
}

.contenedor::before {
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.contenedor2 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-about {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/img/bg-white.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.nosotros {
  width: 90%;
  height: 50vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.nosotros-titulo {
  align-content: center;
  align-items: center;
  text-align: center;
}

.nosotros-contenido {
  align-content: center;
  align-items: center;
  text-align: justify;
}

.mision,
.vision {
  margin-top: 30px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mision-imagen,
.vision-imagen {
  text-align: center;
}
.mision-imagen img,
.vision-imagen img {
  width: 100%;
  margin-bottom: 30px;
}

.mision-contenido,
.vision-contenido {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mision-contenido h2,
.vision-contenido h2 {
  margin-bottom: 25px;
}

.vision-contenido p {
  margin-bottom: 25px;
}

.main-container-services {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/img/bg-services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contenedor-servicios {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inmuebles,
.servicios,
.marketing,
.diversos {
  margin-top: 30px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.boxes {
  animation: reveal linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 30%;
}

.inmuebles-contenido,
.servicios-contenido,
.marketing-contenido,
.diversos-contenido {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inmuebles-contenido h2,
.servicios-contenido h2,
.marketing-contenido h2,
.diversos-contenido h2 {
  margin-bottom: 25px;
}

.inmuebles-imagen,
.servicios-imagen,
.marketing-imagen,
.diversos-imagen {
  text-align: center;
}
.inmuebles-imagen img,
.servicios-imagen img,
.marketing-imagen img,
.diversos-imagen img {
  width: 100%;
  margin-bottom: 30px;
}

.box {
  view-timeline-name: --contenido;
  view-timeline-axis: block;
  animation-timeline: --contenido;
  animation-name: show;
  animation-range: entry 20% cover 50%;
  animation-fill-mode: both;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-container {
  width: 90%;
  margin: 0 auto;
}
.main-container .project {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .project .project-file {
  width: 100%;
  height: 95vh;
}

.main-container-contact {
  width: 90%;
  margin: 0 auto;
  background-image: url(/img/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.main-container-contact::before {
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}

.contact {
  width: 90%;
  height: 90vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.contact-map {
  padding: 30px;
  width: 100%;
  height: 65vh;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1.5px solid rgba(209, 213, 219, 0.3);
}

.contact-info {
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1.5px solid rgba(209, 213, 219, 0.3);
}

.contact-info h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 2.4em;
}

.footer {
  width: 100%;
  padding: 20px;
  background-color: #004aad;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer p {
  font-size: 1.2em;
  color: #fff;
}
.footer .logo {
  width: 20%;
}
.footer .logo img {
  width: 100%;
  height: 100px;
}
.footer .direccion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
  .main-menu {
    flex-direction: row;
    transform: translateY(0);
  }
  .hero h1 {
    margin-top: 50%;
    font-size: 4em;
  }
  .nosotros {
    margin-top: 15%;
    grid-template-columns: repeat(5, 1fr);
  }
  .nosotros-titulo {
    grid-column: 1/3;
  }
  .nosotros-contenido {
    grid-column: 3/6;
  }
  .mision,
  .vision {
    flex-direction: row;
    justify-content: space-between;
  }
  .mision-imagen,
  .vision-imagen,
  .inmuebles-imagen,
  .servicios-imagen,
  .marketing-imagen,
  .diversos-imagen {
    width: 400px;
    height: 300px;
  }
  .inmuebles,
  .servicios,
  .marketing,
  .diversos {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer {
    flex-direction: row;
    justify-content: space-around;
  }
  .footer .logo {
    width: 8%;
  }
  .contact {
    flex-direction: row;
  }
  .contact-map {
    width: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
