@media only screen and (max-width: 1024px) {
  /* For mobile phones: */


  .popup-inicio{
    width: calc(100% - 50px);
    height: 400px;
    background: none;
    margin-left: 50px;
  }

  .popup-inicio .proyecto-izquierdo{
    position: relative;
          float: left;
          overflow: overlay;
          display: flex
  ;
          width: 100%;
          height: 340px;
          align-content: flex-start;
          justify-content: flex-start;
          align-items: stretch;
          flex-wrap: wrap;
          padding: 20px 0;
          margin-top: 20px;
  }

  .popup-inicio .titulo-proyecto{
    float: left;
        display: inline-block;
        width: 220px;
        margin: 10px 0 0 10px;

    /* opacity: 0;
    transition: 2s ease all;
    transform: scale(0.6); */


  }

  .popup-inicio .texto-proyecto{
    float: left;
    display: inline-block;
    margin: 0px 0 0px 17px;
    width: 91%;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 200;
    color: #ffffff;
    text-align: left;
    line-height: 20px;


    /* opacity: 0;
    transition: 2s ease all;
    transform: scale(0.6); */
  }

  .popup-inicio .proyecto-derecho{
    position: relative;
    float: left;
    display: flex;
    width: 100%;
    height: 140px;
    background: url('../media/pop-imagen.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: yellow; */
  }

  /* ------------------------- */
  /* Generales */
  /* ------------------------- */

  #intro-logo{
    width: 250px!important;
    left: calc(50% - 125px)!important;
  }

  .frases-imagenes {
      width: 90%;
      left: 5%;
      bottom: 100px;
      font-size: 15px;
      text-align: center;
  }

.enblanco{
  display: none;
}

.marco-derecho, .marco-izquierdo, .marco-arriba, .marco-abajo{
  display: none;
}

.botonera {
    display: none;
  }

  .logo-barrio-cueto {
      margin: 10px 0 0 13px!important;
  }

  .contenedor-colores {
      display: block!important;
  }

  .cotizar-flotante a {
      right: 10px!important;
      font-size: 15px!important;
      padding: 5px 30px!important;
  }

  .wz-desktop {
      display: none;
  }

  .wz-movil .vineta {
    position: absolute;
    width: 103px;
    height: 29px;
    left: -115px;
    top: 11px;
    -webkit-animation: 8s ease 0s normal forwards 1 fadein;
    animation: 8s ease 0s normal forwards 1 fadein;
    z-index: 999999999;
}

.wz-movil {
    display: block!important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    /* box-shadow: 2px 2px 6px rgb(0 0 0 / 40%); */
    z-index: 9999;
    transition: 0.5s ease all;
}



/* ------------------------- */
/* Generales */
/* ------------------------- */

/* ------------------------- */
/* Header */
/* ------------------------- */

.logo-condominio-panoramico {
  width: 185px!important;
  margin: 12px 0 0 5px!important;
}

.cotizar-header a {
    right: 10px;
    font-size: 15px;
}

/* ------------------------- */
/* Header */
/* ------------------------- */

/* ------------------------- */
/* Proyecto */
/* ------------------------- */

.proyecto-izquierdo{
  width: 100%;
  height: auto;
  padding:140px 4px 50px 4px;
}

.titulo-proyecto{
  width: 70%;
  margin: 10px 0 0 7%;


}

.texto-proyecto{
  margin: 10px 10%;
  width: 80%;
}

.proyecto-derecho{
  width: 100%;
  height: 400px;
}

/* ------------------------- */
/* Proyecto */
/* ------------------------- */

/* ------------------------- */
/* Inicio Cueto */
/* ------------------------- */

.contendor-proyecto-1 {
    height: 760px;
}

.frase h1 {
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  padding: 0px 10%;
}

.frase {
  top: 27%;
  height: 500px;
}

.frase p {
  margin: 30px 0 0 0;
  padding: 0 20%;
  font-size: 12px;
}

/* ------------------------- */
/* Inicio Cueto */
/* ------------------------- */


/* ------------------------- */
/* proyectoInfo */
/* ------------------------- */

.fachada-barrio-cueto {
    width: 100%!important;
    height: 50vh!important;

  }

  .titulo-proyectoInfo h1 {
    text-align: center!important;
}

  .texto-proyectoInfo {
      width: 100%!important;
      padding-left: 30px!important;
      padding-right: 30px!important;
      margin-top: 15px;
          margin-bottom: 100px;
  }

  .espacio-izq-titulo {
    margin-left: 0px!important;
}

.p-proyectoInfo {
    width: 100%!important;

}

/* ------------------------- */
/* ProyectoInfo */
/* ------------------------- */

/* ------------------------- */
/* vidaDeBarrio */
/* ------------------------- */

.mapa {
    width: 100%!important;
    height: auto!important;
    margin-top: 100px!important;
}

.mapa img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: auto!important;
}

.texto-vida {
    width: 100%!important;
    top: 30px!important;
}

.titulo-vida {
    margin-left: 10%!important;
    width: 80%!important;
}

.p-vida {
    width: 80%!important;
    margin-left: 10%!important;
}

.listado {
    width: 80%!important;
    margin-left: 10%!important;
    margin-bottom: 100px!important;
}

/* ------------------------- */
/* vidaDeBarrio */
/* ------------------------- */

/* ------------------------- */
/* GALERIA */
/* ------------------------- */

.square {
    flex-basis: calc(33%)!important;
}

.entorno-imagen {
    width: 100%!important;
}

.entorno-cont {
  width: 150px!important;
  float: none!important;
  display: inline-block!important;
}

/* ------------------------- */
/* GALERIA */
/* ------------------------- */


  /* ------------------------- */
  /* Plantas */
  /* ------------------------- */

  .plantas .boton-bajar {
      display: none;
  }

  .contendor-fijo {
    margin-top: 20px!important;
    height: auto!important;
  }

  .webpay a{
    width: 90px;
    bottom: unset;
    top: 139px;
    left: 38%;
  }

  .centro-informacion {
    width: 100%;
    margin-top: 150px;
  }

  .centro-informacion .izq {
    width: 100%!important;
    min-height: 360px;
  }

  .centro-informacion .centro {
    width: 100%;
    min-height: 290px;
    margin-top: 30px;
}

  .centro-informacion .der {
      width: 100%;
      margin-bottom: 100px;
      min-height: 310px;
      margin-top: 30px;
  }

  .centro-informacion .centro .centro-der {
    width: 100%;
    height: 185px;
    margin-top: 30px;
}

  .centro-informacion .centro .centro-izq {
    width: 100%!important;
    height: 170px!important;
}

.flecha-derecha {
    display: none!important;
}
.flecha-abajo{
    display: none!important;
}

.contenedor-paso2 {
    display: inline-block;
  }

.contenedor-paso3 {
    display: inline-block;
    margin-top: 15px;
  }

  select {
    font-size: 18px!important;
}

.custom-select {
    display: inline-block;
    width: 226px!important;
  }



  .depto-izq {
      width: 100%;
      height: auto;
      margin-top: 30px;
  }

  .depto-img {
      width: 80%;
  }

  .depto-img img{
    margin-right: 0px!important;
}

  .depto-textos {
    text-align: center;;
}

.depto-textos h2 {
    text-align: center;
    width: 100%;
    padding-right: 0px;
}

.depto-textos h1 {
  text-align: center;
  width: 100%;
  padding-right: 0px;
}

.depto-textos p {
  text-align: center;
  width: 100%;
  padding-right: 0px;
;
}

.depto-cotizar h1 {
  text-align: center;
  width: 100%;
  padding-right: 0px;
}

.depto-centro {
    width: 100%!important;
    height: auto!important;
    margin-left: 0;
}

.depto-der {
    width: 100%!important;
    height: auto!important;
}

.texto-referencia {
    margin: 10px 0 0 0!important;
}

.depto-cotizar {
    margin: 15px 0 0 0;
}

#pla-form {
    margin: 0px 0 0 0!important;
    width: 80%!important;
}
  /* ------------------------- */
  /* Plantas */
  /* ------------------------- */


  /* ------------------------- */
  /* Inversion */
  /* ------------------------- */

  .inversion-izquierdo{
    position: relative;
    float: left;
    overflow: auto;
    display: inline-block;
    width: 100%;
    height: 330px;
    padding: 130px 0 0px 0;
  }

  .titulo-inversion{
    float: left;
    display: inline-block;
    width: 70%;
    margin: 0px 15% 0 15%;


  }

  .linea-vert{
    display: none;
  }

  .inversion-derecho{
    width: 100%;
    height: auto;
    padding: 0 0 150px 0;
  }

  .texto-inversion{
    float: left;
    display: inline-block;
    margin: 10px 15% 10px 15%;
    width: 70%;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
  }

  .texto-inversion span{
    font-size: 13px;
  }


  /* ------------------------- */
  /* Inversion */
  /* ------------------------- */




  /* ------------------------- */
  /* Tulugar */
  /* ------------------------- */

  .salon-wifi {
  width: 100%!important;
  height: auto!important;
  margin: 0px!important;
    }

  .tulugar .textos {
  width: 100%;
  margin: 0px 0 0 0!important;
  }

  .titulo-tulugar {
      font-size: 30px!important;
      line-height: 30px!important;
      margin: 15px 0 0 0px!important;
  }

  .bajada-tulugar {

    font-size: 16px!important;
    line-height: 21px!important;
    font-weight: 400!important;
    margin: 10px 0 0 0px!important;

}

  /* ------------------------- */
  /* Tulugar */
  /* ------------------------- */

  /* ------------------------- */
  /* Facilities */
  /* ------------------------- */

  .centro-facilities {
    width: 100%!important;
}

.facilities-img {
    width: 100%!important;
    height: 250px!important;
}

.contendor-vertical {
    width: 100%!important;
    height: 110px!important;
}

.texto-vertical {
    transform: rotate(0deg)!important;
    transform-origin: 0!important;
    bottom: auto!important;
    top: -53px!important;
    left: 0!important;
    line-height: 25px!important;
    font-size: 20px!important;
    line-height: 20px!important;
}

.facilities .textos {
    width: 100%!important;
    margin: 20px 0 100px 0px!important;
}

.bajada-facilities {
    font-size: 16px!important;
    line-height: 21px!important;
    font-weight: 400!important;
    margin: 0px 0 0 0px!important;
    padding: 0 20px!important;
}
  /* ------------------------- */
  /* Facilities */
  /* ------------------------- */

  /* ------------------------- */
  /* Tulugar */
  /* ------------------------- */

  .contendor-vertical-amarillo {
    width: 100%!important;
    height: auto!important;
  }

  .contenedor-texto-multiuso {
    width: 100%!important;
    height: none!important;
    margin-top: 120px!important;
    margin-left: 0!important;
    padding-bottom: 30px!important;
    height: auto!important;
    background-image: none!important;
    }

    .contenedor-texto-multiuso p {
      width: auto!important;
      height: auto!important;
      padding: 10px 40px 0 20px!important;
      font-size: 15px!important;
      line-height: 21px!important;
      font-weight: 600!important;
}

.titulo-multiuso {
    font-size: 22px!important;
    line-height: 22px!important;
    top: -25px!important;
    left: 20px!important;
}

.contendor-imagenes {
    width: 100%!important;
    height: 300px!important;

  }
  /* ------------------------- */
  /* Tulugar */
  /* ------------------------- */




  /* ------------------------- */
  /* Ubicación */
  /* ------------------------- */

  .ubicacion-desktop{
    display: none!important;
  }

  .ubicacion-movil {
      display: block!important;
      text-align: center;
      position: relative;
  }

  .ub-btn-map {
    width: 90%!important;
  }

  .centro-informacion-vidaDeBarrio {
    width: 100%!important;
    margin: 30px 0!important;
}

.ubicacion-mapa {
    font-size: 25px!important;
    text-transform:  none!important;
  }

  .hitos {
    width: 100%;
    right: 0;
    bottom: 0;
    background: #ffffff94;

}
  /* ------------------------- */
  /* Ubicación */
  /* ------------------------- */

  /* ------------------------- */
  /* Contacto */
  /* ------------------------- */

  #contacto-form {
    width: 100%!important;
    padding-bottom: 20px!important;
    height: 470px;
  }

  .texto-vertical-contacto {

      width: 60%;
      margin-bottom: 5px;
  }

  #contacto-form form {
    width: 80%;
}

  input#txtRut {
    width: 70%!important;
  }

  input#txtDv {
    width: 20%!important;
  }

  .guion-rut {
    width: 10%!important;
  }

  input[type=submit] {
    font-size: 14px!important;
    padding: 38px 60px!important;
    background: var(--rojo);
}

.logo-condominio-panoramico-footer {
    margin-right: calc(50% - 90px)!important;
    margin-top: 11px!important;
    width: 180px!important;
    height: 48px!important;
}

.informacion {
  width: 90%!important;
  margin: 12px 0 0px 0px!important;
}

.footer-izq{
  display:none;
}
.footer-centro{
  width: 100%;
}
.footer-der{
  width: 100%;
}

.info-contacto {
  width: 90%;
margin-top: 0px;
display: inline-block;
text-align: center;

}


.info-contacto .separador-footer{
display: none;
  }


    .info-contacto a{
      margin: 5px 0;
      display: inline-block;
    text-align: center;
    width: 100%;
    }

.footer-inmobiliaria{
  float: left;
  display:inline-block;
  width: 100%;
}

.footer-inmobiliaria img{
  float: right;
  width: 160px;
  margin-top: 42px;
  margin-right: calc(50% - 80px);
}

.direccion {
  width: 100%;
  margin: 10px 0 0 0!important;
}
.direccion p {
  width: 80%;
  text-align: left;
}

.texto-legal {
    font-size: 11px;
    font-weight: 100px;
    width: 60%;
    margin: 0px 0 40px 0;
}

.huincha-footer {
    height: auto!important;
    background: #ffffff00!important;
}

.texto-condiciones {
  display: none;
}

.texto-condiciones-movil {
  display: block;
  width: 90%!important;
  margin: 10px 0 30px 5%;
  border-top: solid thin #ffffff;
  padding-top: 20px;
  text-align: justify;
  font-size: 12px;
  color: #fff;
}

.logo-cueto-footer {
    float: none!important;
    width: 100%!important;
    margin: 20px 0px 0 0px!important;
}

.logo-ikant-footer {
    float: none!important;
    width: 100%!important;
    margin: 20px 0px 0 0px!important;
}

.logo-urmeneta-footer {
    float: none!important;
    width: 100%!important;
    margin: -1px 0px 0 0px!important;
    /* background-color: var(--blanco); */
}

.logo-cueto-footer img{
    width: 180px;
}

.logo-ikant-footer img{
    width: 180px;
}

.logo-urmeneta {
    width: 180px;
}


.logo-urmeneta-footer img{
    width: 42%;
    max-width: 200px;
    margin-top: 20px;
}


.logo-ormuz {
    max-width: 180px;
    width: 45%!important;
    float: inherit;
}

.texto-ormuz {
  width: 80%!important;
  float: inherit!important;
  padding-left: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  border-left: none!important;
}



  /* ------------------------- */
  /* Contacto */
  /* ------------------------- */

}/* Cierre Mobile */
