* {
  margin: 0;
  padding: 0;
}
.clearer {
  clear: both;
}
.web_wrapper {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
}
.title-section {
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  text-align: center;
  margin: 20 auto;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #738cb1;
  padding: 0 30px;
}
.text-section {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  text-align: center;
}
.text-section span {
  font-family: 'Montserrat-SemiBold';
}
.filete {
  width: 100%;
  height: 10px;
  background: #2d3339;
}
#nav {
  width: 100%;
  height: 15vh; /* Aumentado para dar más espacio si es necesario */
  background-color: #2d3339;
}

#nav .logos {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#nav .logos .logo {
  height: 15vh; /* Ajustado para coincidir con el nuevo height de #nav */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#nav .logos .logo-principal {
  margin-top: 10px; /* Reducido para permitir un mayor tamaño de imagen */
}

#nav .logos .logo-principal img {
  height: 80%; /* Aumentado para hacer el logo más grande */
  width: auto; /* Mantiene la proporción de la imagen */
}

#nav .logos .logo-secundario {
  margin-top: 20px;
}
#nav .logos .logo-secundario img {
  height: 60%;
  width: auto;
  margin-right: 40px;
}
#cabecera {
  width: 100vw;
  position: relative;
}
#cabecera img {
  width: 100%;
  z-index: -44;
}
#cabecera .texto_cabecera {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#cabecera .texto_cabecera .text-principal {
  font-family: 'Montserrat-Medium';
  font-size: 50px;
}
#cabecera .texto_cabecera .text-secundario {
  font-family: 'Montserrat-Light';
  font-size: 40px;
}
#cabecera .topo_precio {
  position: absolute;
  width: 100%;
  bottom: 300px;
}
#cabecera .topo_precio .fondo_topo {
  width: 400px;
  line-height: 60px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cabecera .topo_precio .fondo_topo .text-secundario {
  font-family: 'Montserrat-Medium';
  font-size: 40px;
}
#cabecera .formulario {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#cabecera .formulario p {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 30px;
}
form {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form .inputs {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .inputs .input-style {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
form .inputs .input-style input {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
form .inputs .bg {
  width: 100%;
}
form .submits {
  display: flex;
  flex-direction: row;
  width: 27%;
  margin-top: 25px;
}
form .submits .checkbox {
  width: auto;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  line-height: 15px;
}
form .submits .checkbox input {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: #000;
}
form .submits .checkbox a {
  color: #000;
}
form .submits .submit input {
  width: 140px;
  height: 45px;
  color: #FFF;
  background-color: #2d3339;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#disenio {
  margin-top: 50px;
}
#disenio .piso {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#disenio .piso .texto_disenio {
  width: 30%;
  padding: 0 50px;
  margin-top: 300px;
}
#disenio .piso .img_disenio {
  width: 70%;
  object-fit: cover;
}
#disenio .piso .img_disenio img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
#disenio .flex-reverse {
  flex-direction: row-reverse;
}
#arquitecto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
  width: 90%;
}
#arquitecto .textos {
  width: 60%;
  padding-left: 60px;
}
#arquitecto .textos h4,
#arquitecto .textos p {
  text-align: left;
  padding: 0;
}
#arquitecto .textos p {
  margin-bottom: 40px;
}
#arquitecto .textos input {
  width: 230px;
  height: 50px;
  background: none;
  border: 1px solid #2d3339;
  color: #2d3339;
  font-family: 'Montserrat-Medium';
  letter-spacing: 2px;
  transition: 0.5s;
}
#arquitecto .textos input:hover {
  background-color: #2d3339;
  color: #FFF;
}
#arquitecto .imagen {
  width: 60%;
  height: 550px;
  text-align: center;
}
#arquitecto .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#ubicacion {
  margin-top: 60px;
}
#ubicacion .texto {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
#ubicacion .texto .pseudo-titulo {
  font-family: 'Montserrat-Medium';
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2d3339;
}
#ubicacion img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#formulario_final {
  width: 100%;
}
#formulario_final p {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 30px;
}
#pseudo_footer {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #e7e8e8;
}
#pseudo_footer .logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 80%;
  margin: 40px auto;
  padding-top: 40px;
}
#pseudo_footer .logos img {
  width: 150px;
  height: auto;
}
#pseudo_footer p {
  text-align: center;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #555;
}
footer {
  width: 100%;
  background-color: #2d3339;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 20px 0;
}
footer p {
  margin: 0;
}
footer a {
  color: #FFF;
}
@media only screen and (max-width: 1390px) {
  #disenio .piso .texto_disenio {
    margin-top: 200px;
  }
  #disenio .piso .img_disenio img {
    height: 700px;
  }
}
@media only screen and (max-width: 1284px) {
  #cabecera .texto_cabecera .text-principal {
    font-size: 40px;
  }
  #cabecera .texto_cabecera .text-secundario {
    font-size: 30px;
  }
  #cabecera .topo_precio .fondo_topo {
    width: 370px;
    line-height: 50px;
  }
  #cabecera .topo_precio .fondo_topo .text-secundario {
    font-size: 30px;
  }
  #disenio .piso .texto_disenio {
    margin-top: 150px;
  }
  #disenio .piso .img_disenio img {
    height: 650px;
  }
  #arquitecto .imagen img {
    object-position: -200px;
  }
  #pseudo_footer .logos {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .text-section {
    font-size: 16px;
  }
  #disenio .piso .texto_disenio {
    margin-top: 100px;
  }
  #disenio .piso .img_disenio img {
    height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  #cabecera .formulario {
    position: inherit;
  }
  form {
    flex-direction: column;
  }
  form .inputs {
    width: 100%;
  }
  form .submits {
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
  }
  form .submits .checkbox {
    padding-top: 15px;
  }
  form .submits .checkbox:last-child {
    padding-top: 0px !important;
  }

  form .submits .checkbox input {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 992px) {
  #cabecera .texto_cabecera .text-principal {
    font-size: 40px;
  }
  #cabecera .texto_cabecera .text-secundario {
    font-size: 30px;
  }
  #arquitecto .imagen img {
    object-position: -200px;
  }
}
@media only screen and (max-width: 768px) {
  .title-section {
    font-size: 24px;
  }
  #nav {
    height: 75px;
  }
  #nav .logos .logo {
    margin-top: 20px;
  }
  #nav .logos .logo img {
    height: 35px !important;
    width: auto !important;
  }
  #cabecera {
    overflow: hidden;
  }
  #cabecera::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #cabecera .texto_cabecera {
    top: 20px;
    padding: 0 5%;
  }
  #cabecera .texto_cabecera .text-principal {
    font-size: 32px;
  }
  #cabecera .texto_cabecera .text-secundario {
    font-size: 24px;
  }
  #cabecera .topo_precio {
    bottom: 320px;
  }
  #cabecera .topo_precio .fondo_topo {
    width: 320px;
    line-height: 40px;
  }
  #cabecera .topo_precio .fondo_topo .text-secundario {
    font-size: 24px;
  }
  #disenio .piso {
    flex-direction: column-reverse;
  }
  #disenio .piso .img_disenio {
    width: 100%;
  }
  #disenio .piso .img_disenio img {
    height: 450px;
  }
  #disenio .piso .texto_disenio {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #arquitecto {
    margin: 60px auto;
    flex-direction: column-reverse;
  }
  #arquitecto .textos {
    width: 100%;
    padding: 0;
  }
  #arquitecto .textos h4,
  #arquitecto .textos p {
    text-align: center;
    margin-bottom: 20px;
  }
  #arquitecto .textos .input-info {
    margin: 0 auto;
    text-align: center;
  }
  #arquitecto .imagen {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #arquitecto .imagen img {
    object-position: top;
  }
  #ubicacion .texto {
    width: 90%;
  }
  #pseudo_footer .logos img {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  #cabecera img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  #cabecera .texto_cabecera .text-principal {
    font-size: 22px;
  }
  #cabecera .texto_cabecera .text-secundario {
    font-size: 18px;
  }
  #cabecera .topo_precio {
    bottom: 0;
    top: 220px;
  }
  #cabecera .topo_precio .fondo_topo {
    width: 230px;
    line-height: 30px;
  }
  #cabecera .topo_precio .fondo_topo .text-secundario {
    font-size: 18px;
  }
  .formulario p,
  #formulario_final p {
    padding: 0 10px;
  }
  form .inputs .input-style {
    width: 100%;
  }
  form .submits {
    flex-direction: column;
    align-items: initial;
  }
  form .submits .checkbox {
    width: 100%;
    margin-bottom: 10px;
  }
  form .submits .submit input {
    width: 100%;
  }
  #disenio .piso .img_disenio img {
    height: 300px;
  }
  #disenio .piso .texto_disenio {
    padding: 0 20px;
  }
  #pseudo_footer .logos img {
    width: 80px;
  }
  footer {
    font-size: 14px;
    padding: 20px;
  }
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-Thin';
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Urbanist-Black';
  src: url("../fonts/Urbanist-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Urbanist-Light';
  src: url("../fonts/Urbanist-Light.ttf") format("truetype");
}
