/*@font-face {
    font-family: 'Goudy';
    src: url('fonts/Goudy.eot');
    src: url('fonts/Goudy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Goudy.woff2') format('woff2'),
        url('fonts/Goudy.woff') format('woff'),
        url('fonts/Goudy.ttf') format('truetype'),
        url('fonts/Goudy.svg#Goudy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Goudy";
  src: url("fonts/GoudyOldStyleT-Regular.eot");
  src: url("fonts/GoudyOldStyleT-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/GoudyOldStyleT-Regular.woff2") format("woff2"),
    url("fonts/GoudyOldStyleT-Regular.woff") format("woff"),
    url("fonts/GoudyOldStyleT-Regular.ttf") format("truetype"),
    url("fonts/GoudyOldStyleT-Regular.svg#GoudyOldStyleT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Goudy-Bold";
  src: url("fonts/Goudy-Bold.eot");
  src: url("fonts/Goudy-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Goudy-Bold.woff2") format("woff2"),
    url("fonts/Goudy-Bold.woff") format("woff"),
    url("fonts/Goudy-Bold.ttf") format("truetype"),
    url("fonts/Goudy-Bold.svg#Goudy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
}

.color-crema{
  color: #D8D4D0;
}
.select-material{
  background-color: #2b241c00;
  color: #e6e6e6;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  padding-left: 10px;
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;

}

.select-material:focus {
  border-color: white;
  box-shadow: none;
  outline: none;
}

.select-material option.color{
  background-color: #2B241C !important;
  color: white;
  font-size: .9rem;
  font-weight: 400;
  padding-left: 10px;
}

.select-con-flecha {
  appearance: none;        /* Quita flecha nativa */
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #e5e1dd;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-family: 'Poppins', sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
}



body {
  background-color: #e5e1dd;
}
header {
  background-image: url(../images/header_eoma_2.webp);
  background-image: -webkit-image-set(url(../images/header_eoma_2.png) 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
span {
  display: block;
  margin: 7vh auto;
  font-family: "Goudy";
  font-size: 1.99vw;
}
#disfruta span {
  margin: 1vw 0px 2vw 0px;
  line-height: 5px;
}
h1 {
  font-family: "Goudy-Bold";
  font-size: 1.95vw;
}
h2 {
  font-family: "Goudy-Bold";
  font-size: 2.3vw;
  line-height: 2.8vw;
}
h3 {
  font-family: "Goudy-Bold";
  font-size: 1.4vw;
  line-height: 2vw;
}
ul {
  padding: 0px;
  list-style: none;
}
ul > li {
  font-size: 1.3vw;
}
p {
  font-family: "Goudy";
  font-size: 1.4vw;
  line-height: 2vw;
}
b,
li {
  font-family: "Goudy-Bold";
}
.button {
  background-color: #d8d4d0;
  color: #241f20;
  padding: 10px 20px;
  font-size: 1.2vw;
  font-family: "Goudy-Bold";
  border: solid 1px #241f20;
  cursor: pointer;
  margin-top: 2rem;
}
.button2 {
  background-color: #d8d4d0;
  color: #241f20;
  padding: 10px 20px;
  font-size: 1.2vw;
  font-family: "Goudy-Bold";
  border: solid 1px #241f20;
  cursor: pointer;
}
.button:hover {
  background-color: #241f20;
  color: #d8d4d0;
  border: solid 1px #241f20;
}

.button2:hover {
  background-color: #2c262785;
  color: #d8d4d0;
  border: solid 1px #241f20;
  border-color: #d8d4d0;
}

#ubicacion,
#respira,
#disfruta,
#mapa {
  padding-top: 8vh;
  padding-bottom: 8vh;
}
#innovacion {
  padding-top: 8vh;
  padding-bottom: 8vh;
}
hr {
  opacity: 0;
}
.ml-25 {
  margin-left: 25%;
}
footer {
  background-color: #241f20;
  padding: 7vh 15px;
}
.img-footer {
  width: 30%;
}
.punteado {
  display: block;
  border: none;
  padding-bottom: 7vh;
  margin-bottom: 5vh;
  border-bottom: dotted 5px #d8d4d0;
  letter-spacing: 4px;
}
footer button {
  display: block;
  margin: auto;
  margin-top: 7vh;
}
footer {
  color: #e5e1dd;
}
.ucalli {
  width: 20%;
}
.descripcion-mapa {
  width: 100%;
}
.modal-content {
  background-color: rgba(36, 31, 32, 0.9);
}
.modal-content h3 {
  color: #e5e1dd;
}
.modal-header {
  border-bottom: none;
}
.btn-close {
  opacity: 1;
}
.form-control,
.form-control:focus {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #ffffff;
  color: #e5e1dd;
  box-shadow: none;
}
.form-control::placeholder {
  color: #e5e1dd;
}
.modal-footer {
  border: none;
}
#Modal .button2 {
  padding: 0px 15px;
  margin-top: 30px;
}
form {
  margin-top: 30px;
}
.info-mapa picture {
  margin: 2rem auto 1rem 0rem;
}

#cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 15px;
  background-color: #241f20;
  color: white;
  display: none;
}
#cookies p,
#cookies button {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#cookies button {
  padding: 5px 10px;
}
#cookies button:hover {
  opacity: 0.8;
}

section,
footer {
  display: none;
}
.btn-close {
  background-image: none;
}
#innovacion picture {
  opacity: 0.85;
}
footer a {
  font-family: "Goudy";
  font-size: 1.4vw;
  line-height: 2vw;
  text-decoration: none;
  color: #e5e1dd;
}
footer a:hover {
  color: #e5e1dd;
  text-decoration: underline;
}
#loader {
  display: none;
  width: 50px;
  margin: 15px auto;
}
.error {
  color: #b4b44d;
}
/*Avance de obra*/

.ado section {
  max-width: 900px;
}

.ado h1 {
  font-family: "Goudy-Bold";
  font-size: 3.5rem;
  line-height: 1.3em;
}

.ado h2 {
  font-family: "Goudy-Bold";
  font-size: 1.95rem;
  line-height: 2em;
}

.ado .hlight {
  font-family: "Goudy";
}
.ado .logo {
  width: 320px;
  margin-top: 50px;
}

.ado p {
  font-family: "Goudy";
  font-size: 1.4vw;
  line-height: 2vw;
}

.ado .row-fecha {
  border-bottom: thin solid black;
  padding: 1rem 0;
}
.ado .row-fecha h3 {
  letter-spacing: 5px;
  font-size: 1.3rem;
}
.ado .video-container {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  width: 100%;
  overflow: hidden;
}

.ado .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ado .row-galeria {
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
}
.ado .gal-item {
  background-color: black;
  width: 32%;
  margin-bottom: 20px;
  position: relative;
  height: 220px;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
}
.ado .gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  filter: saturate(0.5);
  opacity: 1;
}

.ado .porcentaje-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* padding: 2rem 0 0 0; */
  padding: 0;
}
.ado .porcentaje-item {
  font-family: "Goudy-bold";
  font-size: 1.6rem;
  line-height: 1.3em;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ado .porcentaje-item .etiqueta {
  width: 240px;
}
.ado .prog-barra {
  width: 100%;
  height: 25px;
  display: block;
  position: relative;
}
.numero {
  width: 100px;
  text-align: right;
}
.ado .progreso {
  width: 1%;
  margin-top: 5px;
  height: 15px;
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 90%
  );
}
.ado .linea-base {
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
}
.ado .row-porcentajes {
  padding: 0rem 0;
}
.ado .row-porcentajes h2 {
  font-size: 2.3rem;
  letter-spacing: 0.2em;
}
.ado .row-porcentajes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ado .row-descripcion {
  border-top: thin solid black;
  border-bottom: thin solid black;
  margin-top: 2.3rem;
  padding: 2rem 0;
}
.ado .row-descripcion p {
  font-family: "Goudy";
  font-size: 2rem;
  line-height: 1.5em;
}
.ado .row-cierre {
  border-bottom: thin solid black;
  padding: 1.5rem 0;
  margin-bottom: 4rem;
}
.ado .row-cierre h2 {
  font-size: 2.4rem;
  line-height: 1.3em;
  text-align: left !important;
}
.lightbox {
  display: flex;
  flex-direction: column-reverse;
}
.lightbox .lb-number {
  opacity: 0;
}
.lightbox span {
  margin: 1vh auto !important;
}
.ado span {
  margin: 1.5rem 0px 1.7rem 0px;
  line-height: 5px;
  font-family: "Goudy";
  font-size: 1.99vw;
}
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}

@media only screen and (max-width: 992px) {

  .centrar-mb{
    text-align: center;
  }

  #mapa h1{
    color: #000;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  header {
    background-image: url(../images/header_mobile_2.webp);
    background-image: -webkit-image-set(url(../images/header_mobile_2.png) 1x);
    height: 70vh;
  }
  header h2,
  h1 {
    color: white;
  }
  span {
    display: block;
    margin: 3vh auto;
    font-family: "Goudy";
    font-size: 7vw;
    overflow: hidden;
  }
  #disfruta span {
    line-height: 6px;
  }
  h1 {
    font-family: "Goudy-Bold";
    font-size: 6vw;
  }
  h2 {
    font-family: "Goudy-Bold";
    font-size: 8vw;
    line-height: 9vw;
  }
  h3 {
    font-family: "Goudy-Bold";
    font-size: 5vw;
    line-height: 5.5vw;
  }
  ul {
    padding: 0px;
    list-style: none;
  }
  ul > li {
    font-size: 5vw;
  }
  p {
    font-family: "Goudy";
    font-size: 5.2vw;
    line-height: 6vw;
  }
  .descripcion-mapa {
    width: 50%;
  }
  b,
  li {
    font-family: "Goudy-Bold";
  }
  .button,
  .button2 {
    background-color: #d8d4d0;
    color: #241f20;
    padding: 10px 20px;
    font-size: 5vw;
    font-family: "Goudy-Bold";
    border: solid 1px #241f20;
  }
  .ucalli {
    margin: 2rem auto;
  }
  footer p {
    text-align: center;
  }
  .img-footer {
    width: 90%;
  }
  #ubicacion,
  #respira,
  #disfruta,
  #innovacion,
  .info-mapa {
    padding: 8vh 8vw;
  }
  #ubicacion .button {
    margin-bottom: 8vh;
  }
  #respira h2,
  #disfruta h2 {
    margin-bottom: 2rem;
  }
  #innovacion h2 {
    margin-top: 2rem;
  }
  .form-control {
    font-size: 3.5vw;
  }
  form .button2 {
    font-size: 4.5vw;
  }
  footer a {
    font-size: 5.2vw;
    line-height: 6vw;
  }

  /*Avance de obra*/
  .ado {
    margin: 0.5em;
  }
  .ado .logo {
    width: 50%;
    margin-top: 20px;
  }
  .ado .gal-item img {
    height: 100%;
    width: 100%;
  }
  .ado .gal-item {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ado h1 {
    font-family: "Goudy-Bold";
    font-size: 7vw;
    line-height: 9vw;
    color: #212529 !important;
  }

  .ado h2 {
    font-family: "Goudy-Bold";
    font-size: 7vw;
    line-height: 8vw;
  }

  .ado h3 {
    font-family: "Goudy-Bold";
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .ado .hlight {
    font-family: "Goudy";
  }

  .ado p {
    font-family: "Goudy";
    font-size: 4vw;
    line-height: 5vw;
  }
  .ado .row-porcentajes h2 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .ado .porcentaje-item .etiqueta {
    width: 200px;
  }
  .numero {
    width: 100px;
  }
  .ado .porcentaje-item {
    font-size: 4.5vw;
  }
  #cabeza h2 {
    text-align: center;
    font-size: 5.8vw;
    line-height: 7vw;
  }
  .ado .row-galeria {
    padding: 0 0 1rem 0;
  }
  .ado .row-descripcion p,
  .ado span {
    font-family: "Goudy";
    font-size: 6vw;
    line-height: 8vw;
  }
  .ado .row-descripcion {
    margin-top: 3rem !important;
    padding: 2rem 0;
  }
  .ado .porcentaje-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1rem 0 2rem 0;
  }
  .ado .row-cierre h2 {
    font-size: 5vw;
  }
  .ado span {
    margin: 2vw 0px 6vw 0px;
  }
  .ado .row-fecha h3 {
    letter-spacing: 5px;
    font-size: 3.5vw;
  }
}

.frm-section{
      background-color: #241f20;
    padding: 7vh 15px;
}
.frm-section h2{ color: #fff;}
