@media (max-width: 1536px) {
}

@media (max-width: 1280px) {
  /*SECCION MODELOS*/
  .contacto .container1 {
    max-width: 100%;
    max-height: 900px;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .logotipo-creditos {
    display: flex;
    background: #ffffff;
    width: 9em;
    height: 8em;
    overflow: hidden;
    z-index: 25;
    margin: 20px 10px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
  }
  /*SECCION MODELOS*/
  .info-modelo-orion {
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    margin-left: 80px;
  }
  /*ESTILOS AMENIDADES*/
  .amenidades-info {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenidades-circulo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 10px 20px;
    transition: transform 0.2s;
  }
  /*SECCION MODELO ORION - PLANTAS ARQUITECTONICAS*/
  .caja-plantas {
    width: 330px;
    height: 600px;
    overflow: hidden;
    margin: auto;
  }
  /*SECCION MODELO ADHARA - PLANTAS ARQUITECTONICAS*/
  .caja-plantas-adhara {
    width: 330px;
    height: 678px;
    overflow: hidden;
    margin: 10px 20px;
  }
}

@media (max-width: 1024px) {
  /*SECCION MODELOS*/
  .info-modelos {
    background: #f9f9f9;
    width: 440px;
    height: 600px;
    overflow: hidden;
    margin: 20px 12px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }

  /*SECCION MODELOS*/
  .amenidades-circulo {
    background: #f9f9f9;
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin: 20px 50px;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.8);
    transition: transform 0.2s;
  }
  /*ESTILOS AMENIDADES*/
  .amenidades-info {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenidades-circulo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 10px 50px;
    transition: transform 0.2s;
  }

  /*SECCION FORM*/
  .contacto .container1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  #salesUpForm-1 .card-body {
    flex: 1 1 auto;
    padding: 0px 12px;
    margin: 12px 1px;
  }
  .card-header {
    padding: 0.75rem 1.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  /*ESTILOS DE PAGINA ORION*/
  .banner-dividida {
    flex-direction: column;
  }
  .izquierda {
    width: 100%;
  }
  .izquierda h1 {
    color: #ffffff;
    font-size: 60px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-top: 55px;
    font-family: "Abril Fatface", cursive;
  }
  .info-modelo-orion {
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    margin-left: 60px;
  }
  /*SECCION MODELO ADHARA - PLANTAS ARQUITECTONICAS*/
  .caja-plantas-adhara {
    width: 300px;
    height: 678px;
    overflow: hidden;
    margin: 10px 10px;
  }

  .caja-plantas-adhara {
    width: 300px;
    height: 678px;
    overflow: hidden;
    margin: 10px 10px;
  }
  .global {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    transition: transform 0.2s;
  }
}

@media (max-width: 768px) {
  /* Menu */
  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    align-items: center;
    background-color: var(--menu-mobile-background-color);
    height: 100%;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: var(--text-color-inverse);
    line-height: 70px;
    font-size: 25px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }
  .close-menu {
    align-self: flex-end;
    padding: 20px 15px;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: var(--secundary-color);
  }
  /*SECCION FORM*/
  .contacto .container1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  #salesUpForm-1 .card-body {
    flex: 1 1 auto;
    padding: 0px 12px;
    margin: 12px 1px;
  }
  .card-header {
    padding: 0.75rem 1.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  /*ESTILOS AMENIDADES*/
  .amenidades-info {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenidades-circulo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 10px 30px;
    transition: transform 0.2s;
  }
  /*ESTILOS DE PAGINA ORION*/
  .banner-dividida {
    flex-direction: column;
  }
  .izquierda {
    width: 100%;
  }
  .izquierda h1 {
    color: #ffffff;
    font-size: 60px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-top: 55px;
    font-family: "Abril Fatface", cursive;
  }
  .info-modelo-orion {
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    margin-left: 60px;
  }
  .container__vector {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0px;
    margin-left: 2px;
    margin-top: -486px;
  }
  .container__vector img {
    margin-right: auto;
    margin-left: -3px;
    margin-top: 486px;
  }

  /*PLANTAS ARQUITECTONICAS ADHARA*/
  .caja-plantas-adhara {
    width: 330px;
    height: 678px;
    overflow: hidden;
    margin: 10px 10px;
  }
  .global {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    transition: transform 0.2s;
  }
}

@media (max-width: 640px) {
  /* Menu */
  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    align-items: center;
    background-color: var(--menu-mobile-background-color);
    height: 100%;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: var(--text-color-inverse);
    line-height: 70px;
    font-size: 25px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }
  .close-menu {
    align-self: flex-end;
    padding: 20px 15px;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: var(--secundary-color);
  }

  /* TEXTO DE BANNER*/

  .contenido-banner h3 {
    font-size: 65px;
    padding: 5px 0px;
    font-family: "Abril Fatface", cursive;
  }

  /* DESCRIPCION ALTAIRA */
  .info-altaira {
    padding: 10px 0px;
  }
  .info-altaira p {
    padding: 10px 10px;
    font-size: 15px;
    color: #fff;
  }
  .info-altaira p span {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: "Abril Fatface", cursive;
    color: var(--secundary-color);
  }
  .info-altaira h3 {
    font-size: 7px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
  }

  /*SECCION MODELOS*/
  .info-modelos {
    background: #f9f9f9;
    width: 290px !important;
    height: 400px !important;
    margin: 10px 20px !important;
    overflow: hidden;
  }

  .title_modelos h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
  }
  .info-modelos img {
    width: 100%;
    height: 73%;
    object-fit: cover;
  }
  .info-modelos h1 {
    font-family: "Poppins", sans-serif;
    color: black;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }
  .info-modelos h2 {
    font-size: 14px;
    color: #000000;
  }

  /*EMPIEZA ESTILO DE CIRCULOS DE UBICACIONES*/
  .amenidades-info {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenidades-circulo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 10px 10px;
    transition: transform 0.2s;
  }
  .amenidades-circulo:hover {
    transform: scale(1.2);
  }
  .amenidades-info h3 {
    font-size: 14px;
    text-align: center;
  }
  .txt-titulos h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: auto;
    font-size: 30px;
    padding: 5px 5px;
  }

  .cont-tour h1 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 0px 0px;
  }

  /*SECCION CREDITOS*/
  .title_creditos h1 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
  }
  .title_creditos p {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
  }

  .info-creditos-logos {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
  }

  .logotipo-creditos {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 10px 30px;
  }
  .subtitulo_creditos h2 {
    font-family: "Playfair Display", serif;
    text-align: center;
    color: var(--text-color);
    background: var(--secundary-color);
    font-size: 28px;
    width: 312px;
    height: 50px;
    margin: 20px auto;
  }

  /*SECCION FORM*/
  .contacto .container1 {
    padding-right: 20px;
    padding-left: 15px;
  }
  #salesUpForm-1 .card-body {
    flex: 1 1 auto;
    padding: 0px 12px;
    margin: 12px 1px;
  }
  .card-header {
    padding: 0.75rem 1.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  /*SECCION FOOTER*/
  .box__footer {
    max-width: 254px;
  }

  /*WHATSAPP*/
  .float {
    width: 50px;
    height: 50px;
  }
  .float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
  }
  .my-float {
    margin-top: 12px;
  }

  /*ESTILOS DE PAGINA ORION*/

  .banner-dividida {
    flex-direction: column;
  }
  .izquierda {
    width: 100%;
  }
  .izquierda h1 {
    color: #ffffff;
    font-size: 60px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-top: 55px;
    font-family: "Abril Fatface", cursive;
  }
  .info-modelo-orion {
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    margin-left: 60px;
  }

  .container__info {
    float: left;
    width: 90%;
    padding: 1px 30px 1px 30px;
  }
  .container__vector {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0px;
    margin-left: 2px;
    margin-top: -486px;
  }
  .container__vector img {
    margin-right: auto;
    margin-left: -3px;
    margin-top: 486px;
  }

  /*PLANTAS ARQUITECTONICAS MODELO ORION*/
  .global {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    transition: transform 0.2s;
  }
  .caja-plantas h1 {
    text-align: center;
    color: black;
    font-size: 25px;
    background: #f4ab2b;
    margin: 10px 10px;
    padding: 5px;
  }
  .caja-plantas img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    padding: 0px;
  }
  .caja-plantas {
    width: 319px;
    height: 678px;
    overflow: hidden;
    margin: 10px;
  }
  .btn-ver-modelos {
    text-align: center;
    margin: auto;
    padding: 0px 10px;
  }
  .btn-ver-modelos a {
    font-size: 22px;
    color: black;
    font-weight: 700;
    background-color: #f4ab2b;
    text-decoration: none;
    padding: 20px 10px;
    transition: all 300ms;
  }
  .btn-ver-modelos a:hover {
    background-color: #ffffff;
  }

  /*PLANTAS ARQUITECTONICAS MODELO ADHARA*/
  .caja-plantas-adhara h1 {
    text-align: center;
    color: black;
    font-size: 25px;
    background: #f4ab2b;
    margin: 10px 10px;
    padding: 5px;
  }
  .caja-plantas-adhara img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    padding: 0px;
  }
  .caja-plantas-adhara {
    width: 319px;
    height: 678px;
    overflow: hidden;
    margin: 10px;
  }
  .btn-ver-modelos a {
    font-size: 22px;
    color: black;
    font-weight: 700;
    background-color: #f4ab2b;
    text-decoration: none;
    padding: 20px 10px;
    transition: all 300ms;
  }
  .btn-ver-modelos a:hover {
    background-color: #ffffff;
  }

  /*ESTILOS DE PAGINA ORION ////GALERIA*/
  .light-box img {
    width: 80vw;
    max-height: 100vh;
    margin: auto;
  }
  .galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%;
    margin: auto;
    grid-gap: 10px;
    padding: 40px 0px;
    overflow: hidden;
  }
}
