@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Heuristica-Bold';
  src: url('../fonts/Heuristica-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Heuristica-Bolditalic';
  src: url('../fonts/Heuristica-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Heuristica-italic';
  src: url('../fonts/heuristica-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Heuristica-regular';
  src: url('../fonts/Heuristica-Regular.otf') format('opentype');
}

body {
  overflow-x: hidden;
}

strong {
  font-family: 'Lato-Bold';
  font-weight: bolder;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.clearer {
  clear: both;
}

.ctnvideo {
  width: 60%;

  padding: 100px 0px;
  margin: auto;
  /*  display: flex; */
}

.ctnvideo h1 {
  font-family: 'Heuristica-Bold';

  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 4rem;
}

.title_section {
  text-align: center;
  font-family: 'Heuristica-italic';
  font-size: 44px;
  margin-top: 80px;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}

.slider-section {
  position: relative;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  width: 100%;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prev-arrow,
.next-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: yellow;
  border-radius: 50%;
  cursor: pointer;
  /* Add your arrow icons or styling here */
}

.prev-arrow {
  margin-right: 10px;
}

.next-arrow {
  margin-left: 10px;
}

/* carrousel */

#marenostrum .bloque_marenostrum .owl-carousel {
  width: 50%;
}

#marenostrum .bloque_marenostrum .owl-carousel .item {
  height: 40vw;
  min-height: 350px;
}

#marenostrum .bloque_marenostrum .owl-carousel .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 60px;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-nav div img {
  width: 100%;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-nav div:nth-child(2) {
  transform: rotate(180deg);
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: max-content;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: solid 2px white;
  margin: 5px;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}

#marenostrum .bloque_marenostrum .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}

nav {
  width: 100vw;
  height: 10vh;
  min-height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 6vw;
  position: absolute;
  top: 0;
  z-index: 22;
}

nav img {
  /* height: 7vh;
  min-height: 50px;
  width: auto;
  margin-top: 2vh; */
  max-width: 190px;
}
@media (max-width:768px) {
  nav img {
      max-width: 140px;
    }
}

nav .idiomas {
  padding: 20px;
  padding-top: 35px;
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: black;
}

nav .idiomas a {
  font-family: 'Lato-Regular';
  color: inherit;
  padding: 0 5px;
}

nav .idiomas a.selected {
  font-family: 'Lato-Bold';
}

#cabecera {
  width: 100vw;
  margin-top: 90px;
  height: 100vh;
  background-image: url('../images/cabecera.jpg');
  background-position: top;
  background-size: cover;
  position: relative;
  min-height: 850px;
}

.mobil-cab {
  background-image: url('../images/cabecera.jpg');
  background-position: top;
  background-size: cover;
  position: relative;
  width: 100vw;
  display: none;
}

#cabecera::before,
.mobil-cab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.49765844) 0%,
    rgba(255, 255, 255, 0) 83%
  );
}

#cabecera .formulario {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
  width: 328px;
  min-width: 400px;
  background-color: #000;
  padding: 30px;
}

#cabecera .formulario .border_form {
  width: 20%;
  margin: 0 auto;
}

#cabecera .formulario .border_top_form {
  border-top: 1px solid #ffca00;
}

#cabecera .formulario .border_bottom_form {
  border-bottom: 1px solid #ffca00;
}

#cabecera .formulario .title_form {
  margin: 10px 0;
  color: #fff;
  font-family: 'Lato-Bold';
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}

#cabecera .formulario .inputs {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 40px auto;
  margin-bottom: 20px;
}

#cabecera .formulario .inputs .input-style input {
  width: 100%;
  height: 40px;
  color: #fff;
  font-family: 'Lato-Light';
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  margin-bottom: 10px;
}

#cabecera .formulario .inputs .input-style input::placeholder {
  color: #fff;
}

#cabecera .formulario .submits {
  width: 95%;
  margin-left: 10px;
}

#cabecera .formulario .submits .checkbox {
  color: #fff;
  font-family: 'Lato-Regular';
  font-size: 12px;
}

#cabecera .formulario .submits .checkbox input {
  margin-right: 5px;
  margin-top: 5px;
}

#cabecera .formulario .submits .checkbox a {
  color: #fff;
}

#cabecera .formulario .submits .submit {
  height: 45px;
  margin: 30px auto;
  margin-bottom: 0;
}

#cabecera .formulario .submits .submit input {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: none;
}

#cabecera .formulario .submits .submit input:hover {
  color: #ffffff;
  font-family: 'Lato-Bold';
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #ffca00;
  width: 100%;
  height: 100%;
  border: none;
  transition: 0.6s;
}

#cabecera .title_cabecera {
  font-size: 41px;
  font-family: 'Lato-Bold';
  position: absolute;
  left: 6vw;
  top: 45%;
  color: #fff;
  transform: translateY(-50%);
  line-height: 4.6vw;
}

#cabecera .info {
  position: absolute;
  padding: 5px 10px;
  color: #ffca00;
  background-color: #000;
  bottom: 10%;
  left: 3vw;
  font-family: 'Lato-Bold';
  z-index: 2;
  font-size: 24px;
}

#cabecera .title_cabecera .cuidad {
  display: block;
  line-height: 50px;
  font-family: 'Heuristica-italic';
  font-weight: 400;
  font-size: 54px;
  letter-spacing: 1px;
}

#cabecera .subtitulo {
  font-size: 2.6vw;
  font-family: 'Lato-Bold';
  color: #ffca00;
  font-style: italic;
}

#cabecera .precio {
  color: #ffca00;
}

#cabecera .subtitulo em {
  display: block;
  font-size: 24px;
  font-family: 'Lato-Bold';
  font-style: italic;
}

.logo_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  padding: 35px 7%;
}

.logo_footer img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.logo_footer h1 {
  color: white;
  margin: 0;
  padding-left: 20px;
  font-family: 'Heuristica-Regular';
  font-style: italic;
  font-size: 36px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: auto;
}

#marenostrum {
  margin-top: 50px;
}

#marenostrum .bloque_marenostrum {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
}

#marenostrum .bloque_marenostrum img {
  width: 55vw;
  height: 70vh;
  object-fit: cover;
}

#marenostrum .bloque_marenostrum .text_marenostrum {
  background-color: #fff;
  width: 35vw;
  height: fit-content;
  padding: 3vw 4vw 3vw;
}

#marenostrum .bloque_marenostrum .text_marenostrum p {
  font-size: 1.3em;
  font-family: 'Lato-Light';
}

#marenostrum .bloque_marenostrum .text_marenostrum p span {
  font-family: 'Lato-Bold';
}

.title-section2 {
  position: relative;
}

.title-section2 h2 {
  text-align: center;
  margin-top: 8.75rem;
  font-family: 'Lato-Regular';
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  z-index: 1;
}

.line {
  position: absolute;
  left: 0;
  right: 0;
  width: 450px;
  height: 7px;
  background-color: #ffca00;
  margin: 0 auto;
  z-index: 0;
  top: 21px;
}

#iconos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 60px auto;
  margin-top: 100px;
}

#iconos .icon {
  margin: 15px auto;
  min-width: 170px;
  text-align: center;
  width: 15%;
}

#iconos .icon img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

#iconos .icon p {
  font-family: 'Lato-Bold';
  padding-top: 10px;
  font-weight: 500;

  font-size: 16px;
}

#transparencia {
  position: relative;
  width: 100%;
  background-image: url('../images/transparencia.jpg');
  background-position: center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}

#transparencia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49765844);
  z-index: 1;
}

#transparencia .title_section {
  position: relative;
  margin-top: 0;
  z-index: 5;
}

#transparencia .bloque_texto {
  position: relative;
  width: 57%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Lato-Light';
  text-align: center;
  z-index: 5;
}

#transparencia .bloque_texto span {
  font-family: 'Lato-bold';
}

#ubicacion {
  max-height: 800px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

#ubicacion .mapa {
  width: 73%;
  height: auto;
}

#ubicacion .mapa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#ubicacion .datos {
  width: 25%;
  min-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#ubicacion .datos .dato {
  width: 85%;
  height: 33%;
  padding: 35px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

#ubicacion .datos .dato img {
  width: 60px;
  height: 50px;
  margin-right: 15px;
}

#ubicacion .datos .dato .textos_map p {
  font-size: 16px;
  font-family: 'Lato-Regular';
  text-align: left;
  margin-bottom: 0;
}

#ubicacion .datos .dato .textos_map p span {
  font-family: 'Lato-bold';
}

#ubicacion .datos .border_bottom {
  border-bottom: 1px solid #ccc;
}

footer {
  background-color: #000000;
  text-align: center;
  width: 100%;
}

footer p {
  color: #828282;
  background: #262626;
  font-family: 'Lato-Regular';
  font-size: 12px;
  padding: 15px 30px;
  text-align: center;
  margin-bottom: 0;
}

#marenostrum .bloque_marenostrum .owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .ctnvideo {
    width: 80%;
  }

  #marenostrum .bloque_marenostrum {
    flex-direction: column;
  }

  #marenostrum .bloque_marenostrum .text_marenostrum {
    width: 100%;
  }

  #marenostrum .bloque_marenostrum .owl-carousel {
    width: 100%;
    padding: 0px 30px;
  }

  #marenostrum .bloque_marenostrum .owl-carousel .item {
    height: 50vh;
  }

  #iconos {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  #cabecera .formulario {
    right: 6vw;
  }

  #cabecera .title_cabecera {
    left: 4vw;
    top: 33%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav .idiomas {
    font-size: 18px;
  }

  #cabecera .title_cabecera {
    top: 15vh;
    left: 10px;
    font-size: 32px;
  }

  #marenostrum .bloque_marenostrum .text_marenostrum p {
    font-size: 18px;
  }

  #cabecera .title_cabecera span {
    display: block;
    padding-top: 20px;
    font-size: 36px !important;
    line-height: 20px !important;
  }

  .title_section {
    margin: 20px 0;
    font-size: 28px;
  }

  .ctnvideo h1,
  .logo_footer h1 {
    font-size: 28px;
    padding-left: 10px;
  }

  #marenostrum {
    margin: 0px;
  }

  .title-section2 h2 {
    margin-top: 20px;
  }

  .ctnvideo {
    padding: 20px;
  }

  #cabecera .formulario {
    width: 391px;
    right: 3vh;
  }

  .bloque_marenostrum img,
  .bloque_marenostrum a {
    width: 100% !important;
  }

  #transparencia .bloque_texto {
    width: 100%;
    padding: 10px;
  }

  .logo_footer img {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  #cabecera {
    height: auto;
    min-height: 100vh;
  }

  .mobil-cab {
    display: block;
    height: 480px;
  }

  #cabecera,
  #cabecera::before {
    background: none;
  }

  #cabecera .formulario {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #cabecera .info {
    bottom: 60%;
    left: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  #cabecera .formulario .title_form {
    font-size: 17px;
  }

  #marenostrum {
    margin-top: 20px;
  }

  .line {
    width: 80%;
  }

  .logo_footer {
    justify-content: center;
  }

  .logo_footer h1 {
    line-height: 30px;
  }

  #cabecera .title_cabecera .cuidad {
    font-size: 28px;
  }

  #iconos .icon img {
    margin-bottom: 0px;
    height: auto;
  }

  .title_section {
    margin: 0 auto !important;
  }

  .ctnvideo {
    width: 100% !important;
    padding: 10px 0 0 0;
    margin: 0;
  }

  #cabecera .subtitulo {
    font-size: 5vw;
  }

  .ctnvideo h1 {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }

  .title_section {
    padding-bottom: 20px;
    font-size: 27px;
  }

  #cabecera {
    min-height: 1050px;
  }

  #cabecera .formulario {
    width: 100%;
    min-width: inherit;
    top: auto;
    bottom: inherit;
    right: 0;
  }

  #cabecera .title_cabecera {
    font-size: 32px;
    line-height: 40px;
    left: 3%;
    top: 22%;
  }

  #transparencia .bloque_texto {
    padding: 20px;
    width: 100%;
    text-align: justify;
  }

  #marenostrum .bloque_marenostrum {
    flex-direction: column;
  }

  #marenostrum .bloque_marenostrum img {
    width: 100%;
    height: auto;
  }

  #marenostrum .bloque_marenostrum .owl-carousel {
    padding: 20px;
    text-align: justify;
  }

  #transparencia {
    padding: 50px 0 10px 0;
  }

  #marenostrum .bloque_marenostrum .text_marenostrum {
    position: inherit;
    width: 100vw;
    padding: 10px 20px;
    text-align: justify;
  }

  #iconos {
    margin: 20px auto;
  }

  .title-section2 h2 {
    margin-top: 0px;
  }

  #marenostrum .bloque_marenostrum .owl-carousel .item {
    height: 40vh;
  }

  #ubicacion {
    flex-direction: column;
    height: inherit;
  }

  #ubicacion .mapa {
    width: 100%;
    height: 55vh;
    overflow: hidden;
  }

  #ubicacion .mapa img {
    width: 100%;
    height: 100%;
  }

  #ubicacion .datos {
    width: 100%;
    min-width: inherit;
    margin-top: 0;
  }

  #ubicacion .datos .dato {
    padding: 2vh 0px;
  }

  #ubicacion .datos .dato {
    width: 63% !important;
  }

  .logo_footer {
    width: 100%;
    margin: 0;
  }

  .logo_footer h1 {
    padding: 20px 10px 0px 10px;
    line-height: 47px;
    font-size: 22px;
    width: 100%;
  }

  .logo_footer img {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 425px) {
  nav {
    height: 9vh;
    min-height: 80px;
  }

  #cabecera .formulario .inputs {
    margin: 20px auto;
  }

  .title_section {
    line-height: normal;
  }

  #cabecera {
    min-height: 1085px;
  }

  nav .idiomas {
    padding-top: 25px;
  }

  #cabecera .title_cabecera {
    font-size: 26px;
    line-height: 40px;
  }

  #cabecera .formulario {
    padding: 30px 10px;
  }

  #cabecera .formulario .title_form {
    font-size: 20px;
  }

  #iconos {
    margin: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #ubicacion .datos .dato p {
    font-size: 15px;
  }

  #marenostrum .bloque_marenostrum .owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
  }

  #iconos .icon {
    margin: 20px 30px;
  }
}

@media only screen and (max-width: 480px) {
  #iconos .icon {
    width: 28%;
    min-width: min-content;
  }

  #ubicacion .mapa {
    height: 30vh;
  }

  .line {
    width: 90%;
  }
}


/* CAROUSEL PISO PILOTO */
#piso-piloto {
  margin-bottom: 120px;
}
@media (max-width:992px) {
  #piso-piloto {
    margin-bottom: 60px;
  }
}
#piso-piloto .owl-carousel {
  position: relative;
}
#piso-piloto .owl-carousel .owl-item {
  aspect-ratio: 16/9;
}

#piso-piloto .owl-carousel .owl-item img {
  object-fit: cover;
}

#piso-piloto .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#piso-piloto .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}

#piso-piloto .owl-carousel .owl-nav .owl-prev,
#piso-piloto .owl-carousel .owl-nav .owl-next {
  background-image: url('./../images/owl/prev.svg');
  width: 30px;
  height: 54px;
  opacity: .5;
  transition: opacity 300ms ease-in-out;
}

#piso-piloto .owl-carousel .owl-nav .owl-prev:hover {
  opacity: .8;
  transition: opacity 300ms ease-in-out;
}

#piso-piloto .owl-carousel .owl-nav .owl-next:hover {
  opacity: .8;
  transition: opacity 300ms ease-in-out;
}

#piso-piloto .owl-carousel .owl-dots {
  width: 100%;;
  text-align: center;
  bottom: 50px;
  transform: unset;
  display: block;
  left: 0;
}
@media (max-width:768px) {
  #piso-piloto .owl-carousel .owl-dots {
    display: none;
  }
}

#piso-piloto .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  margin: 0 5px;
  transition: background 300ms ease-in-out;
}

#piso-piloto .owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(255, 255, 255, .8);
  transition: background 300ms ease-in-out;
}

#piso-piloto .owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: background 300ms ease-in-out;
}