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

ul,
ol {
  list-style: none;
  padding: 0px;
}

a {
  text-decoration: none;
  color: black;
}

/*Main*/
main {
  /*     background-color: rgb(241, 241, 241); */
  background-color: #efedd9;
  background-image: linear-gradient(180deg, #efedd9 0%, #efb19e 100%);
}

/*Layout*/
header nav {
  padding: 0;
  height: 3.2rem;
  width: 100%;
}
header nav .menu {
  flex-grow: 0;
}
header nav div a img {
  width: 55px;
  height: 45px;
}
header nav div div {
  font-family: "Alice";
}
header nav div div .menu-nav {
  font-style: none;
}
header nav div div ul {
  gap: 40px;
  color: black;
}
header nav div div ul li .titulo-link {
  color: black;
  font-size: 0.9rem;
  font-weight: 590;
}

.cont-principal {
  width: 100%;
  height: 700px;
  background: url(../img/imagen_principal.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.cont-principal .cont-principal_texto {
  text-align: center;
  margin-top: 100px;
}
.cont-principal .cont-principal_texto .texto {
  font-size: 3.6rem;
  color: white;
  font-family: "Dancing Script";
  opacity: 0.6;
}

footer {
  width: 100%;
  height: 12.5rem;
  display: flex;
  justify-content: space-around;
  background-color: #eb9782;
}
footer .cont-footer_barra-nav {
  font-size: 1.2rem;
  font-family: "Alice";
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12.5px;
}
footer .cont-footer_sucursal-direccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12.5px;
}
footer .cont-footer_sucursal-direccion .cont-footer_sucursal {
  font-size: 1.5rem;
  font-family: "Alice";
}
footer .cont-footer_sucursal-direccion .cont-footer_direccion {
  font-family: "Alice";
  font-size: 1rem;
}
footer .cont-footer_contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12.5px;
}
footer .cont-footer_contacto .cont-footer_titulo-contacto {
  font-size: 1.5rem;
  font-family: "Alice";
}
footer .cont-footer_contacto .cont-footer_whatsapp-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_whatsapp {
  font-size: 1rem;
  font-family: "Alice";
}
footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_mail {
  font-size: 1rem;
  font-family: "Alice";
}
footer .cont-footer_redes-sociales {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 12.5px;
}
footer .cont-footer_redes-sociales .logo-instagram-footer {
  width: 39px;
  height: 39px;
}
footer .cont-footer_redes-sociales .logo-facebook-footer {
  width: 39px;
  height: 39px;
}

/*Index*/
/*Prop-Recientes*/
.titulo-recientes {
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Alice";
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.propiedades-recientes {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.propiedades-recientes .propiedades-recientes_props {
  width: 250px;
  height: 340px;
  border: 1.5px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0.6rem 0.6rem 1rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.47);
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_prop-img {
  width: 248px;
  height: 186px;
  border-radius: 10px;
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_caract-recientes {
  width: 100%;
  font-size: 1rem;
  font-family: "Alice";
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-habitacion {
  width: 32px;
  height: 32px;
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-baño {
  width: 30px;
  height: 30px;
}
.propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-garage {
  width: 28px;
  height: 28px;
}

hr {
  height: 2px;
  background-color: black;
  border-color: black;
  border-radius: 10px;
  margin-left: 150px;
  margin-right: 150px;
}

.seccion-nosotros {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 90px;
}
.seccion-nosotros .seccion-nosotros_cont-imagen {
  display: flex;
  align-items: center;
}
.seccion-nosotros .seccion-nosotros_cont-imagen .seccion-nosotros_imagen {
  width: 450px;
  height: 300px;
  border-radius: 15px;
  box-shadow: 0.4rem 0.4rem 0.8rem;
}
.seccion-nosotros .seccion-nosotros_titulo-boton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: none;
  gap: 20px;
}
.seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nostros_titulo {
  font-size: 1.4rem;
  font-family: "Alice";
}
.seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: none;
}
.seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton .seccion-nosotros_boton-sumate {
  font-family: "Alice";
  width: 90px;
  height: 45px;
  border-radius: 7px;
  box-shadow: inset -1.5px -1.5px 3px 0 #111;
  background-color: #eb9782;
}

/*Servicios*/
.servicios_titulo {
  font-size: 2.8rem;
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Alice";
}

section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
}
section .servicios_subtitulos-parrafos {
  width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  gap: 1rem;
}
section .servicios_subtitulos-parrafos .servicios_subtitulos {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Alice";
  font-weight: 800;
}
section .servicios_subtitulos-parrafos .servicios_parrafos {
  font-size: 1.1rem;
  text-align: center;
  font-family: "Alice";
}

/*Propiedades*/
.titulo-propiedades {
  font-size: 2.8rem;
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Alice";
}

.propiedades {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.propiedades .propiedades_cont1 {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props {
  width: 250px;
  height: 340px;
  border: 1.5px;
  border-style: solid;
  border-radius: 12px;
  box-shadow: 0.6rem 0.6rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: none;
  background-color: rgba(255, 255, 255, 0.47);
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_imagenes {
  width: 248px;
  height: 340px;
  border-radius: 12px;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_caracteristicas {
  font-size: 1rem;
  font-family: "Alice";
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: none;
  margin-top: 15px;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
  width: 32px;
  height: 32px;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
  width: 30px;
  height: 30px;
}
.propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
  width: 28px;
  height: 28px;
}
.propiedades .propiedades_cont2 {
  width: 100%;
  height: 500px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props {
  width: 250px;
  height: 340px;
  border: 1.5px;
  border-style: solid;
  border-radius: 12px;
  box-shadow: 0.6rem 0.6rem 1rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.47);
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_imagenes {
  width: 248px;
  height: 340px;
  border-radius: 12px;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_caracteristicas {
  font-size: 1rem;
  font-family: "Alice";
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
  width: 32px;
  height: 32px;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
  width: 30px;
  height: 30px;
}
.propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
  width: 28px;
  height: 28px;
}

/*Contacto*/
.titulo-contacto {
  font-size: 2.8rem;
  margin-top: 5rem;
  margin-bottom: 4rem;
  font-family: "Alice";
  text-transform: uppercase;
  text-align: center;
}

.contacto {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contacto .contacto-formulario {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 60px 60px 60px 60px;
  gap: 20px;
}
.contacto .contacto-formulario_nombre {
  width: 450px;
  height: 66px;
  font-family: "Alice";
  grid-column: 2;
  grid-row: 1;
  border-radius: 5px;
}
.contacto .contacto-formulario_apellido {
  width: 450px;
  height: 66px;
  font-family: "Alice";
  grid-column: 2;
  grid-row: 2;
  border-radius: 5px;
}
.contacto .contacto-formulario_email {
  width: 450px;
  height: 66px;
  font-family: "Alice";
  grid-column: 2;
  grid-row: 3;
  border-radius: 5px;
}
.contacto .contacto-formulario_telefono {
  width: 450px;
  height: 66px;
  font-family: "Alice";
  grid-column: 2;
  grid-row: 4;
  border-radius: 5px;
}
.contacto .contacto-formulario_mensaje {
  width: 450px;
  height: 306px;
  font-family: "Alice";
  grid-column: 3;
  border-radius: 5px;
}
.contacto .contacto-formulario_cont-boton {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.contacto .contacto-formulario_cont-boton .contacto-formulario_boton-enviar {
  margin-top: 4rem;
  align-items: center;
  width: 90px;
  height: 45px;
  border-radius: 7px;
  box-shadow: inset -1.5px -1.5px 3px 0 #111;
  background-color: #eb9782;
}

/*Nosotros*/
.page-seccion-nosotros {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.page-seccion-nosotros .page-seccion-nosotros_cont-imagen .page-seccion-nosotros_img {
  width: 330px;
  height: 330px;
  border-radius: 30px;
  box-shadow: 0.4rem 0.4rem 0.7rem;
}
.page-seccion-nosotros .page-seccion-nosotros_cont-informacion {
  display: flex;
  flex-direction: column;
  width: 600px;
  gap: 30px;
}
.page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_titulo {
  font-size: 2.2rem;
  font-family: "Alice";
  text-decoration: underline;
  text-align: center;
}
.page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_parrafo {
  font-size: 1.5rem;
  font-family: "Alice";
  text-align: center;
}

.seccion-equipo {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.seccion-equipo .seccion-equipo_titulo {
  font-size: 2.2rem;
  font-family: "Alice";
  text-align: center;
  text-transform: uppercase;
}
.seccion-equipo .seccion-equipo_cont-imagenes {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.seccion-equipo .seccion-equipo_cont-fundador {
  width: 250px;
  height: 350px;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-fundador .seccion-equipo_fundador {
  font-size: 1.8rem;
  font-family: "Alice";
  text-decoration: underline;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-fundador .seccion-equipo_imagen {
  width: 225px;
  height: 280px;
  border-radius: 5px;
  box-shadow: 0.4rem 0.4rem 0.7rem;
}
.seccion-equipo .seccion-equipo_cont-fundador .seccion-equipo_nombre-fundador {
  font-size: 1.2rem;
  font-family: "Alice";
  text-align: center;
  margin-top: 10px;
}
.seccion-equipo .seccion-equipo_cont-corredor {
  width: 250px;
  height: 350px;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-corredor .seccion-equipo_corredor {
  font-size: 1.8rem;
  font-family: "Alice";
  text-decoration: underline;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-corredor .seccion-equipo_imagen {
  width: 225px;
  height: 280px;
  border-radius: 5px;
  box-shadow: 0.4rem 0.4rem 0.7rem;
}
.seccion-equipo .seccion-equipo_cont-corredor .seccion-equipo_nombre-corredor {
  font-size: 1.2rem;
  font-family: "Alice";
  text-align: center;
  margin-top: 10px;
}
.seccion-equipo .seccion-equipo_cont-fotografa {
  width: 250px;
  height: 350px;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-fotografa .seccion-equipo_fotografa {
  font-size: 1.8rem;
  font-family: "Alice";
  text-decoration: underline;
  text-align: center;
}
.seccion-equipo .seccion-equipo_cont-fotografa .seccion-equipo_imagen {
  width: 225px;
  height: 280px;
  border-radius: 5px;
  box-shadow: 0.4rem 0.4rem 0.7rem;
}
.seccion-equipo .seccion-equipo_cont-fotografa .seccion-equipo_nombre-fotografa {
  font-size: 1.2rem;
  font-family: "Alice";
  text-align: center;
  margin-top: 10px;
}

/*Media Queries -Tablet-*/
/*Base*/
@media (max-width: 1024px) {
  main {
    background-color: rgb(241, 241, 241);
    width: 100%;
  }
}
/*Layout*/
@media (max-width: 1024px) {
  header {
    width: 100%;
  }
  header nav {
    padding: 0;
    height: 4rem;
    width: 100%;
  }
  header nav .menu {
    flex-grow: 0;
  }
  header nav .container-fluid {
    padding: 0;
    display: flex;
  }
  header nav .container-fluid a img {
    width: 55px;
    height: 50px;
  }
  header nav .container-fluid .hambur-boton {
    background-color: #eb9782;
  }
  header nav .container-fluid .menu {
    font-family: "Alice";
  }
  header nav .container-fluid .menu .menu-nav {
    font-family: "Alice";
    font-style: none;
    justify-content: space-evenly;
    background-color: white;
    width: 100%;
  }
  header nav .container-fluid .menu .menu-nav li .titulo-link {
    color: black;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .cont-principal {
    width: 100%;
    height: 850px;
    background: url(../img/imagen_principal.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
  }
  .cont-principal .cont-principal_texto {
    color: white;
    text-align: center;
    margin-top: 100px;
    font-size: 3.2rem;
    font-family: "Dancing Script";
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: none;
    background-color: #eb9782;
    gap: 20px;
  }
  footer .cont-footer_barra-nav {
    display: none;
  }
  footer .cont-footer_sucursal-direccion {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_sucursal-direccion .cont-footer_sucursal {
    font-size: 1.5rem;
    font-family: "Alice";
    font-weight: 1000;
  }
  footer .cont-footer_sucursal-direccion .cont-footer_direccion {
    font-family: "Alice";
    font-size: 1.2rem;
  }
  footer .cont-footer_contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_contacto .cont-footer_titulo-contacto {
    font-size: 1.438rem;
    font-family: "Alice";
    font-weight: 1000;
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail {
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 5px;
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_whatsapp {
    font-size: 1.2rem;
    font-family: "Alice";
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_mail {
    font-size: 1.2rem;
    font-family: "Alice";
  }
  footer .cont-footer_redes-sociales {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_redes-sociales .logo-instagram-footer {
    width: 39px;
    height: 39px;
  }
  footer .cont-footer_redes-sociales .logo-facebook-footer {
    width: 39px;
    height: 39px;
  }
}
/*Index*/
@media (max-width: 1024px) {
  .titulo-recientes {
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Alice";
    margin-top: 50px;
  }
  .propiedades-recientes {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: none;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }
  .propiedades-recientes .propiedades-recientes_props {
    width: 250px;
    height: 340px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0.6rem 0.6rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: none;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_prop-img {
    width: 248px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_caract-recientes {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-habitacion {
    width: 26px;
    height: 26px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-garage {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  hr {
    height: 0.75px;
    background-color: black;
    border-color: black;
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .seccion-nosotros {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .seccion-nosotros .seccion-nosotros_cont-imagen {
    display: flex;
    flex-direction: row;
    justify-content: none;
    align-items: center;
  }
  .seccion-nosotros .seccion-nosotros_cont-imagen .seccion-nosotros_imagen {
    display: none;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: none;
    gap: 20px;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nostros_titulo {
    font-size: 2.1rem;
    font-family: "Alice";
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: none;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton .seccion-nosotros_boton-sumate {
    font-family: "Alice";
    width: 95px;
    height: 40px;
    border-radius: 7px;
    box-shadow: inset -1.5px -1.5px 3px 0 #111;
    background-color: #eb9782;
  }
}
/*Servicios*/
@media (max-width: 1024px) {
  .servicios_titulo {
    font-size: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
    font-family: "Alice";
  }
  section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }
  section .servicios_subtitulos-parrafos {
    width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 1rem;
  }
  section .servicios_subtitulos-parrafos .servicios_subtitulos {
    font-size: 1.5rem;
    text-align: center;
    font-family: "Alice";
    font-weight: 800;
  }
  section .servicios_subtitulos-parrafos .servicios_parrafos {
    font-size: 1.1rem;
    text-align: center;
    font-family: "Alice";
  }
}
/*Propiedades*/
@media (max-width: 1024px) {
  .titulo-propiedades {
    font-size: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Alice";
  }
  .propiedades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades .propiedades_cont1 {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props {
    width: 250px;
    height: 300px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0.6rem 0.6rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_imagenes {
    width: 248px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_caracteristicas {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
    width: 26px;
    height: 26px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
    width: 22px;
    height: 22px;
  }
  .propiedades .propiedades_cont2 {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props {
    width: 250px;
    height: 300px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0.6rem 0.6rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_imagenes {
    width: 248px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_caracteristicas {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
    width: 26px;
    height: 26px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
    width: 22px;
    height: 22px;
  }
}
/*Contacto*/
@media (max-width: 1024px) {
  .titulo-contacto {
    font-size: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
    font-family: "Alice";
    text-transform: uppercase;
    text-align: center;
  }
  .contacto {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .contacto .contacto-formulario {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 20px;
  }
  .contacto .contacto-formulario_nombre {
    width: 550px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 1;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_apellido {
    width: 550px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 2;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_email {
    width: 550px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 3;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_telefono {
    width: 550px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 4;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_mensaje {
    width: 550px;
    height: 306px;
    font-family: "Alice";
    grid-column: 3;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_cont-boton {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
  .contacto .contacto-formulario_cont-boton .contacto-formulario_boton-enviar {
    margin-top: 50px;
    align-items: center;
    width: 95px;
    height: 40px;
    border-radius: 7px;
    box-shadow: inset -1.5px -1.5px 3px 0 #111;
    background-color: #eb9782;
  }
}
/*Nosotros*/
@media (max-width: 1024px) {
  .page-seccion-nosotros {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-imagen .page-seccion-nosotros_imagen {
    width: 350px;
    height: 350px;
    border-radius: 25px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 500px;
    gap: 20px;
    padding-bottom: 50px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_titulo {
    font-size: 2.5rem;
    font-family: "Alice";
    text-decoration: underline;
    text-align: center;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_parrafo {
    font-size: 1.3rem;
    font-family: "Alice";
    text-align: center;
  }
  .seccion-equipo {
    display: none;
  }
}
/*Media Querie -Mobile-*/
/*Base*/
@media (max-width: 768px) {
  main {
    background-color: rgb(241, 241, 241);
    width: 100%;
  }
}
/*Layout*/
@media (max-width: 768px) {
  header {
    width: 100%;
  }
  header nav {
    padding: 0px;
    height: 4rem;
    width: 100%;
  }
  header nav .menu {
    flex-grow: 0;
  }
  header nav .container-fluid {
    padding: 0px;
  }
  header nav .container-fluid a img {
    width: 55px;
    height: 50px;
  }
  header nav .container-fluid .hambur-boton {
    background-color: #eb9782;
  }
  header nav .container-fluid .menu {
    font-family: "Alice";
  }
  header nav .container-fluid .menu .menu-nav {
    margin-top: -5px;
    gap: 2px;
    font-family: "Alice";
    font-style: none;
    text-align: center;
    background-color: white;
    width: 100%;
  }
  header nav .container-fluid .menu .menu-nav li .titulo-link {
    color: black;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: none;
    background-color: #eb9782;
    gap: 20px;
  }
  footer .cont-footer_barra-nav {
    display: none;
  }
  footer .cont-footer_sucursal-direccion {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_sucursal-direccion .cont-footer_sucursal {
    font-size: 1.5rem;
    font-family: "Alice";
    font-weight: 1000;
  }
  footer .cont-footer_sucursal-direccion .cont-footer_direccion {
    font-family: "Alice";
    font-size: 1.2rem;
  }
  footer .cont-footer_contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_contacto .cont-footer_titulo-contacto {
    font-size: 1.438rem;
    font-family: "Alice";
    font-weight: 1000;
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail {
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 5px;
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_whatsapp {
    font-size: 1.2rem;
    font-family: "Alice";
  }
  footer .cont-footer_contacto .cont-footer_whatsapp-mail .cont-footer_mail {
    font-size: 1.2rem;
    font-family: "Alice";
  }
  footer .cont-footer_redes-sociales {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 12.5px;
  }
  footer .cont-footer_redes-sociales .logo-instagram-footer {
    width: 39px;
    height: 39px;
  }
  footer .cont-footer_redes-sociales .logo-facebook-footer {
    width: 39px;
    height: 39px;
  }
}
@media (max-width: 768px) {
  .cont-principal {
    width: 100%;
    height: 850px;
    background: url(../img/imagen_principal.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
  }
  .cont-principal .cont-principal_texto {
    text-align: center;
    margin-top: 100px;
    font-style: italic;
  }
  .cont-principal .cont-principal_texto .texto {
    font-size: 2rem;
    color: white;
    font-family: "Dancing Script";
    opacity: 0.6;
  }
}
/*Index*/
@media (max-width: 768px) {
  hr {
    height: 0.75px;
    background-color: black;
    border-color: black;
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .seccion-nosotros {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .seccion-nosotros .seccion-nosotros_cont-imagen {
    display: flex;
    align-items: center;
  }
  .seccion-nosotros .seccion-nosotros_cont-imagen .seccion-nosotros_imagen {
    display: none;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nostros_titulo {
    font-size: 1.5rem;
    font-family: "Alice";
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton {
    display: flex;
    justify-content: center;
  }
  .seccion-nosotros .seccion-nosotros_titulo-boton .seccion-nosotros_boton .seccion-nosotros_boton-sumate {
    border-radius: 15px;
    font-family: "Alice";
    width: 90px;
    height: 45px;
    border-radius: 7px;
    box-shadow: inset -1.5px -1.5px 3px 0 #111;
    background-color: #eb9782;
  }
}
@media (max-width: 768px) {
  .titulo-recientes {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Alice";
  }
  .propiedades-recientes {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 20px;
  }
  .propiedades-recientes .propiedades-recientes_props {
    width: 250px;
    height: 300px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: none;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_prop-img {
    width: 248px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_caract-recientes {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-habitacion {
    width: 26px;
    height: 26px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades-recientes .propiedades-recientes_props .propiedades-recientes_ambientes-recientes .propiedades-recientes_icono-garage {
    width: 22px;
    height: 22px;
  }
}
/*Servicios*/
@media (max-width: 768px) {
  .servicios_titulo {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Alice";
  }
  section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }
  section .servicios_subtitulos-parrafos {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 1rem;
  }
  section .servicios_subtitulos-parrafos .servicios_subtitulos {
    font-size: 1.3rem;
    text-align: center;
    font-family: "Alice";
    font-weight: 800;
  }
  section .servicios_subtitulos-parrafos .servicios_parrafos {
    font-size: 1rem;
    text-align: center;
    font-family: "Alice";
  }
}
/*Propiedades*/
@media (max-width: 768px) {
  .titulo-propiedades {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Alice";
  }
  .propiedades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades .propiedades_cont1 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props {
    width: 200px;
    height: 300px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0.4rem 0.4rem 0.7rem;
    display: flex;
    flex-direction: column;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_imagenes {
    width: 198px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_caracteristicas {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
    width: 26px;
    height: 26px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades .propiedades_cont1 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
    width: 22px;
    height: 22px;
  }
  .propiedades .propiedades_cont2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props {
    width: 200px;
    height: 300px;
    border: 1.5px;
    border-style: solid;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_imagenes {
    width: 198px;
    height: 150px;
    border-radius: 10px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_caracteristicas {
    font-size: 1rem;
    font-family: "Alice";
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-cama {
    width: 26px;
    height: 26px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-baño {
    width: 24px;
    height: 24px;
  }
  .propiedades .propiedades_cont2 .propiedades_tarjetas-props .propiedades_ambientes .propiedades_iconos-garage {
    width: 22px;
    height: 22px;
  }
}
/*Contacto*/
@media (max-width: 768px) {
  .titulo-contacto {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-family: "Alice";
    text-transform: uppercase;
    text-align: center;
  }
  .contacto {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
  }
  .contacto .contacto-formulario {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 20px;
  }
  .contacto .contacto-formulario_nombre {
    width: 300px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 1;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_apellido {
    width: 300px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 2;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_email {
    width: 300px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 3;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_telefono {
    width: 300px;
    height: 66px;
    font-family: "Alice";
    grid-column: 2;
    grid-row: 4;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_mensaje {
    width: 300px;
    height: 200px;
    font-family: "Alice";
    grid-column: 3;
    border-radius: 5px;
  }
  .contacto .contacto-formulario_cont-boton {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
  .contacto .contacto-formulario_cont-boton .contacto-formulario_boton-enviar {
    margin-top: 50px;
    align-items: center;
    width: 90px;
    height: 45px;
    border-radius: 7px;
    box-shadow: inset -1.5px -1.5px 3px 0 #111;
    background-color: #eb9782;
    font-size: 1.2rem;
  }
}
/*Nosotros*/
@media (max-width: 768px) {
  .page-seccion-nosotros {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-imagen .page-seccion-nosotros_imagen {
    width: 330px;
    height: 330px;
    border-radius: 25px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
    gap: 20px;
    padding-bottom: 50px;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_titulo {
    font-size: 2.5rem;
    font-family: "Alice";
    text-decoration: underline;
    text-align: center;
  }
  .page-seccion-nosotros .page-seccion-nosotros_cont-informacion .page-seccion-nosotros_parrafo {
    font-size: 1.2rem;
    font-family: "Alice";
    text-align: center;
  }
  .seccion-equipo {
    display: none;
  }
}

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