@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lobster&family=Merriweather:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,500;0,700;1,900&display=swap");

* {
  box-sizing: border-box;
  /*outline: 1px dotted rgb(255, 2, 2);*/
}

.container {
  max-width: 1400px !important;
  width: 100%;
  margin: auto;
  font-family: "Poppins", sans-serif;
}

#banner {
  padding: 0 50px;
  background-image: url(../img/banner3.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.contenido-banner {
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px 0px;
  text-shadow: black 0em 0.1em 0.5em;
}
.contenido-banner h3 {
  font-size: 65px;
  padding: 5px 0px;
  font-family: "Abril Fatface", cursive;
}
.contenido-banner h3 span {
  color: var(--secundary-color);
}
/* ESTILO WHATSAPP*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #23a653;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 5px #000000;
  z-index: 100;
}
.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}
/* Termina ESTILO WHATSAPP*/

/* DESCRIPCION ALTAIRA */
.info-altaira {
  position: relative;
  max-width: 100vw;
  padding: 40px 30px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(36, 36, 36, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.info-altaira p {
  text-align: center;
  font-size: 30px;
  padding: 10px 30px;
  color: #fff;
}
.info-altaira p span {
  text-align: center;
  font-size: 42px;
  font-family: "Abril Fatface", cursive;
  color: var(--secundary-color);
}
.info-altaira h3 {
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
/* Estilo para seccion modelos*/
.modelos {
  position: relative;
  padding: 80px 30px;
  max-width: 100vw;
  background: var(--primary-color);
  object-fit: cover;
  border-bottom: #414141 solid 0.1px;
}
.modelos .container {
  max-width: 1400px;
}
.title_modelos h1 {
  font-size: 43px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 30px 30px;
}

.cont-modelos {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}
.info-modelos {
  background: #f9f9f9;
  width: 476px;
  height: 600px;
  overflow: hidden;
  margin: 20px 50px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.info-modelos img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.info-modelos h1 {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.info-modelos h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  text-align: center;
}
.linea-modelos {
  color: #978e91;
  border-top: 1px;
  opacity: 0.5;
  margin: auto;
}
/* Estilo para seccion modelos*/

/* AMENIDADES*/
.amenidades {
  position: relative;
  padding: 50px 30px;
  max-width: 100vw;
  background: var(--primary-color);
  border-bottom: #414141 solid 0.1px;
}
.amenidades-info {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}
.amenidades-circulo {
  background: #f9f9f9;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 20px 20px;
  border-radius: 100px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.8);
  transition: transform 0.2s;
}
.amenidades-circulo:hover {
  transform: scale(1.2);
}
.txt-titulos h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: auto;
  font-size: 40px;
  font-weight: bold;
  padding: 30px 30px;
}
.amenidades-circulo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenidades-info h3 {
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
/* AMENIDADES*/

/* TOUR VIRTUAL*/
.tour-virtual {
  position: relative;
  padding: 70px 30px;
  max-width: 100vw;
  background: var(--primary-color);
  object-fit: cover;
  border-bottom: #414141 solid 0.1px;
}
.tour-virtual .container {
  max-width: 1400px;
}
.tour-matterport {
  position: relative;
  overflow: hidden;
  padding-top: 58%;
  /* border: 3px solid red;*/
}
.tour-matterport iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-tour h1 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding: 40px 40px;
}

/* Estilo para logotipos de creditos*/
.creditos {
  position: relative;
  padding: 70px 30px;
  max-width: 100vw;
  background: var(--primary-color);
  object-fit: cover;
}
.creditos .container {
  max-width: 1400px;
}
.info-creditos-logos {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}
.logotipo-creditos {
  display: flex;
  background: #ffffff;
  width: 9em;
  height: 8em;
  overflow: hidden;
  z-index: 25;
  margin: 15px 15px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.2s;
}
.logotipo-creditos img {
  width: 90%;
  height: 60%;
  object-fit: cover;
  margin: auto;
}

.title_creditos h1 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  /* text-transform: uppercase; Estilo para poner en mayuscula el texto*/
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.title_creditos p {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}
.subtitulo_creditos h2 {
  font-family: "Playfair Display", serif;
  text-align: center;
  color: var(--text-color);
  background: var(--secundary-color);
  font-size: 35px;
  width: 370px;
  height: 50px;
  margin: 30px auto;
}

/* ESTILO DE CONTACTO DE SALESUP-FORM*/
.contacto {
  width: 100%;
  padding: 70px 30px;
  background-size: cover;
  background-color: var(--primary-color);
}
.contacto .container1 {
  max-width: 100%;
  /* max-height: 900px;*/
  padding-right: 220px;
  padding-left: 200px;

  margin-right: auto;
  margin-left: auto;
}
#form {
  display: block;
}
.title-formulario h1 {
  text-align: center;
  color: #fff;
}
.title-formulario p {
  text-align: center;
  color: #fff;
}
#salesUpForm-1 .form-group {
  margin-bottom: 2rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: block;
  flex-wrap: wrap;
  color: #001e29;
}
#salesUpForm-1 .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 15px;
  margin: 10px 96px;
  column-count: 2;
}
#salesUpForm-1 .textarea {
  padding: 20%;
}
#salesUpForm-1 label {
  font-size: 16px;
}
#salesUpForm-1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: -50px;
}
#salesUpForm-1 .textarea .form-control {
  padding: 2rem;
}
textarea.form-control {
  height: auto;
  padding: 10px 10px;
}
.card-header p {
  font-size: 23px;
  font-weight: 500;
}
.btn {
  display: flex;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 4rem;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  justify-content: center;
}

/* Estilo para FOOTER*/
footer {
  width: 100%;
  padding: 40px 30px;
  background-size: cover;
  background-color: rgb(24, 24, 24);
}

.container__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  /* margin-top: 100px;*/
  border-bottom: #494949 solid 0.1px;
}
.box__footer {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.box__footer .logo-esjar {
  width: 180px;
}
.box__footer {
  max-width: 350px;
  margin-top: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.box__footer .escribenos h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-top: -8px;
}
.box__footer h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.box__footer a {
  margin-top: 10px;
  color: #cbcbcb;
  font-weight: 400;
  text-decoration: none;
}
.box__footer a:hover {
  opacity: 0.8;
  color: var(--secundary-color);
}
.box__footer a .fab {
  font-size: 18px;
}
.box__copyright {
  max-width: 1400px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.box__copyright p {
  margin-top: 20px;
  color: #9c9c9c;
}
.box__copyright a {
  margin-top: 20px;
  color: #9c9c9c;
  text-decoration: none;
}

/* SECCION BANNER PAGINA ORION HTML*/
.izquierda {
  background: #d39207;
  width: 60%;
}
.derecha {
  position: relative;
}
.derecha img {
  width: 100%;
  height: 100%;
}
.banner-dividida {
  display: flex;
  background: #d39207;
}
.model {
  color: #000000;
}
.izquierda h1 {
  color: #ffffff;
  font-size: 60px;
  width: 50%;
  margin: auto;
  margin-bottom: 40px;
  margin-left: 80px;
  margin-top: 80px;
  font-family: "Abril Fatface", cursive;
}

.info-modelo-orion {
  position: relative;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  margin-left: 80px;
}

.icon-model-orion {
  display: flex;
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 25;
  margin: 0px;
  border-radius: 100px;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.8);
  transition: transform 0.2s;
}
.icon-model-orion img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  margin: auto;
}
.info-modelo-orion h3 {
  text-align: left;
  font-size: 17px;
  color: black;
  display: flex;
  flex-direction: column;
  margin: 30px 70px;
  padding: 1px;
  width: 210px;
  margin-top: -37px;
  font-family: "Poppins", sans-serif;
}

/* SECCION BANNER PAGINA ORION HTML
.cover {
  width: 100%;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  background: #01374b;
  padding: 100px 0 80px;
}
.container__cover {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;

  background-size: cover;
  background-position: bottom;
}
.cover .container__info {
  max-width: 400px;
  margin-top: 40px;
  z-index: 2;
}
.cover h1 {
  max-width: 400px;
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  margin-top: -50px;
}
.cover h2 {
  font-size: 60px;
  font-weight: 900;
  color: #d4f135;
  margin-top: 5px;
}
.cover p {
  margin-top: 10px;
  color: #373737;
}
.cover input[type="button"] {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  border: none;
  color: #01374b;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 1px 1px 30px -5px #20202049;
  cursor: pointer;
  transition: box-shadow 500ms;
}
.cover input[type="button"]:hover {
  box-shadow: 1px 1px 30px -5px #20202085;
}
.container__vector {
  position: relative;
}
.container__vector img {
  position: absolute;
  bottom: -40px;
  right: -179px;
  width: 940px;
  animation: move_vector 6s ease-in-out infinite;
  transition: all 300ms;
}*/

/*Estilos plantas arquitectonicas seccion de MODELO ORION*/
.plantas-arquitectonicas {
  position: relative;
  padding: 80px 30px;
  max-width: 100vw;
  background-color: var(--primary-color);
  border-bottom: #414141 solid 0.1px;
}
.title_arquitectonicas h1 {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  padding: 20px 20px;
}
.global {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  transition: transform 0.2s;
}
.caja-plantas {
  width: 330px;
  height: 678px;
  overflow: hidden;
  margin: auto;
}
.caja-plantas img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  padding: 0px 20px;
}
.caja-plantas h1 {
  text-align: center;
  color: var(--text-color);
  font-size: 25px;
  background: var(--secundary-color);
  margin: 10px 40px;
  padding: 5px;
}
.caja-plantas .arquitectonicas .info-plantas {
  color: #fff;
  padding: 5px;
  margin: auto 20px;
  font-size: 18px;
  font-weight: 400;
}
.arquitectonicas h3 {
  color: #e0a849;
  margin-top: 30px;
}
.btn-ver-modelos {
  text-align: center;
  margin: auto;
  padding: 40px 40px;
}
.btn-ver-modelos a {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 700;
  background-color: var(--secundary-color);
  text-decoration: none;
  padding: 20px 20px;
  transition: all 300ms;
}
.btn-ver-modelos a:hover {
  background-color: #ffffff;
}
/*TERMINA SECCION PLANTAS ARQUITECTONICAS  MODELO ORION**/

/* SECCION PLANTAS ARQUITECTONICAS ADHARA**/
.caja-plantas-adhara {
  width: 330px;
  height: 678px;
  overflow: hidden;
  margin: 10px 50px;
}
.caja-plantas-adhara img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  padding: 0px 20px;
}
.caja-plantas-adhara h1 {
  text-align: center;
  color: var(--text-color);
  font-size: 25px;
  background: var(--secundary-color);
  margin: 10px 40px;
  padding: 5px;
}
.caja-plantas-adhara .arquitectonicas .info-plantas {
  color: #fff;
  padding: 6px;
  margin: 10px 20px;
  font-size: 18px;
  font-weight: 400;
}

/*Estilos plantas arquitectonicas seccion DE MODELO ADHARA*/

/*Galeria - modelos**/
.galeria-modelos {
  position: relative;
  padding: 80px 30px;
  max-width: 100vw;
  background-color: var(--primary-color);
  border-bottom: #414141 solid 0.1px;
}
.title-galeria h1 {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
}
.title-galeria {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  width: 100%;
  margin: auto;
  grid-gap: 10px;
  padding: 40px 0px;
  overflow: hidden;
}
.galeria > a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.galeria img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}
.galeria a:hover img {
  transform: scale(1.1);
}
.light-box {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  justify-items: center;
  transform: scale(0);
}
.light-box img {
  /*width: 60vw;*/
  max-height: 100vh;
  margin: auto;
}
.light-box:target {
  transform: scale(1);
}
.close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #ffffff;
  color: #003d55;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 800;
}
.next {
  display: block;
  background: #ffffff;
  color: #003d55;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  margin: auto;
}
/*TERMINA GALERIA*/

/* ESTILO DE AVISO DE PRIVACIDAD*/
.aviso-privacidad {
  width: 100%;
  padding: 20px 30px;
  background-size: cover;
  background-color: #ffffff;
}
.contenido-aviso {
  width: 100%;
  max-width: 100%;
  margin: 80px auto;

  padding: 10px 40px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 3rem;
  color: #434343;
}

.contenido-aviso h1 {
  font-size: 35px;
  padding: 20px 20px;
  font-family: "Abril Fatface", cursive;
  text-align: center;
  color: #363636;
}
