@font-face {
  font-family: 'Cochin';
  src: url('../fonts/Cochin_Regular.otf') format('woff');
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('woff');
}

body {
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.section-inicio {
  background-color: #371C14;
  background-image: url("../images/img-inicio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inicio {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}

.inicio_uno {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 130px 0 20px 0;
  color: white;
}

.inicio_uno img {
  width: 350px;
}

.inicio_uno h1 {
  font-family: "Cochin";
  font-size: 44px;
}

.inicio_uno p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
}

.inicio_dos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.wrap_button button {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: 'roboto';
  padding: 10px 10px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.048em;
  font-weight: 400;
  text-decoration: none;
}

.button_uno button {
  background-color: rgb(245, 242, 214);
  color: rgb(80, 70, 64);
  transition: background-color 0.3s ease;
}

.button_uno button:hover {
  background: rgb(236 231 182);
  color: rgb(80, 70, 64);
}


.box-section {
  background: rgb(219, 217, 208);

}

#formulario {
  background: #DBD9D0;
}

.formulario {
  padding: 50px;
  color: #371c14;
}

.formulario h1 {
  font-family: "Cochin";
  font-weight: bold;
  margin: 10px 0 50px 0;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: -0.02em;
}

.formulario h2 {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

form {
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 15px;
}

input,
select {
  flex: 1;
  padding: 14px;
  font-family: 'Roboto';
  font-size: 17.3333px;
  border-radius: 50px;
  color: #371C14;
  line-height: 24px;
  letter-spacing: 0.048em;
  text-transform: uppercase;
  background: #DBD9D0;
  border: 1px solid #886041;
}

.form-container button {
  max-width: 350px;
  padding: 12px;
  margin: 20px 0;
  font-size: 28px;
  font-weight: 600;
  background-color: #886041;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

input::placeholder,
select {
  color: rgb(55, 28, 20);
  font-weight: 300;
}

.mensaje-error {
  font-family: "Roboto";
  color: red;
}

.container-height-lavida {
  height: 650px;
}

#vida-que-mereces {
  background-color: #0E1E19;
}

.footer_aviso button {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 20px;
  background-color: #886041;
  border-radius: 50px;
  padding: 15px 50px;
  color: white;
  text-decoration: none;
  border: none;
  margin: 40px 0;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.footer_aviso button:hover {
  background-color: #746946;
}

.mgs-right {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  font-weight: 100;
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 50px;
}

.mgs-right div {
  color: white;
  font-size: 18px;
}

.column1 {
  width: 50%;
  display: flex;
  flex-direction: column;

}

.column1_lavida {
/*   margin-left: 80px; */
  margin-right: 70px;
}

.img_column1 {
  height: 100%;
  background-size: cover;
}

.img_alberca {
  /* background-image: url(../images/alberca.jpg); */
  width: 100%;
}

.color-txt-la-vida-que-mereces {
  color: #f0e5d5;
}

.column2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}

.column2-box {
  padding: 70px 70px 70px 10px;
}

.wrap_column2 {
  max-width: 380px;
}

.column2 img {
  width: 140px;
  margin: 0 0 30px 0;
}

.container-tow-columns {
  display: flex;
}

.txt-right {
  display: flex;
  flex-direction: column;
  font-family: 'Cochin';
  margin: 0px;
  font-size: 26px;
}

.txt-right h1 {
  margin: 0;
}

.txt-right #txt-la-vida {
  color: white;
}

.txt-right h1 span {
  color: #f0e5d5;
}

.color-la-naturaleza {
  background: #371c14;
}

.wrap-la-naturaleza {
  height: 520px;
  padding: 80px 0px 0px 0px;
  /* background-color: red; */
}

.txt-la-naturaleza h1 {
  color: white;
}

.txt-la-naturaleza h1 span {
  color: #B96839;
}

.container-title {
  font-size: 24px;
}

.container-title h1 {
  margin: 0;
  font-family: 'Cochin';
  text-align: center;
}

.txt_desc {
  font-family: 'Roboto';
  font-size: 26px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  color: #dbd9d0;
}

.container-medidas {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 36px;
  margin-top: 20px;
}

.medidas {
  font-size: 74px;
  color: #f5f2d5;
  font-family: 'Cochin';
  letter-spacing: -3px;
}

.box-medidas {
  text-align: center;
}

.sub_text {
  font-family: 'Roboto';
  font-size: 28px;
  color: #dbd9d0;
}

.conoce-mas-font {
  background: #dbd9d0;
}

.amenidades_wrap {
  padding: 70px 0;
}

.amenidades_padding {
  padding-left: 70px;
}

.amenidades {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenidades img {
  width: 100%;
}


.form-container {
  width: 85%;
  padding: 20px 0;
  border-radius: 8px;
  text-align: center;
}

.wrap-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.txt-msg p {
  margin: 0;
  color: white;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0em;
}

.wrap_button {
  width: 50%;
  top: 43%;
  left: 30px;
}


.container-description {
  display: flex;
  flex-direction: column;
}

.container-amenidades {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.container-amenidades img {
  width: 41px;
  margin: 5px;
}

.container-amenidades h1 {
  margin: 0px 0px 0px 10px;
  font-size: 1.2em;
  font-family: 'Roboto';
}

.color-title h1 {
  color: #124737;
  font-family: 'Cochin';
  font-weight: 100;
}

.color-title h1 span {
  color: #124737;
  font-family: 'Cochin';
  font-weight: 600;
}

.intro-conoce-mas {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto';
}

.mas-info-amenidades {
  margin-top: 40px;
}

.mas-info-amenidades button {
  background-color: #B96839;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.mas-info-amenidades button:hover {
  background-color: #ab501b;
}


.gallery {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.gallery-container {
  position: relative;
  padding: 70px;
}

.gallery-image {
  width: 100%;
  display: none;
}

.gallery-image.active {
  display: block;
}

.nav-button {
  width: 40px;
  background-color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-button img {
  width: 100px;
}

.wrap_buttons {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: space-between;
  padding: 20px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.cafe_bg {
  background: #371c14;
}

.cafe_bg_claro {
  background: #DBD9D0;
}

.video {
  color: #fffaf3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.txt_video {
  font-family: 'Cochin';
  align-items: center;
  margin-top: 70px;
  text-align: center;
}

.txt_video h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: #b9683a;
  font-weight: 600;
}

.txt_video p {
  font-size: 30px;
  color: white;
  font-weight: 200;
}

.video-mask {
  width: calc(100vw - 20px);
  height: 700px;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
  object-fit: cover;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  /* Fondo semi-transparente */
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.video-container:hover .video-overlay {
  opacity: 1;
  pointer-events: auto;
}

.play-button {
  border: none;
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
  font-size: 16px;
  background: none;
}

.play-button img {
  width: 77px;
  /* Ajusta el tamaño del icono */
  height: 77px;
}

.play-button:focus {
  outline: none;
}

#myVideo {
  width: 100%;
}

.cafe_bg_dos {
  background: #fff6ea;
}

.desarrollo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}

.palo_alto img {
  width: 100%;
  max-width: 350px;
}

.dev_img {
  font-family: 'Roboto';
  font-size: 25px;
  width: 100%;
  max-width: 800px;
  color: #504640;
  line-height: 35px;
  margin-top: 70px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dev_logos {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}

.agave_logo img {
  width: 240px;
}

.artigas_logo img {
  width: 120px;
}

.map-container {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.map-container img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  position: absolute;
  top: -300px;
}

.negro_medio_bg {
  background: #0e1e19;
  color: white;
}

hr {
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
}

.footer_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 30px 0;
  text-transform: uppercase;
}

.txt_inicio_1 {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  margin: 0px;
  font-size: 36px;
  padding-top: 50px;
}

.txt_footer_1 {
  font-family: 'Cochin';
  max-width: 400px;
  font-size: 24px;
}

.footer_b {
  font-size: 40px;
  color: #f0e5d5;
}

.footer_b button {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 20px;
  background-color: #886041;
  border-radius: 50px;
  padding: 15px 50px;
  color: white;
  text-decoration: none;
  border: none;
  margin: 40px 0;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.footer_info_2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.footer_2 {
  max-width: 400px;
  color: #f5f2d6;
}

.footer_2 h1 {
  font-family: 'Cochin';
  margin-top: 0;
}

.footer_2 p {
  font-family: 'Roboto';
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.agenda {
  font-size: 40px;
}

.agenda button {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 20px;
  background-color: #886041;
  border-radius: 50px;
  padding: 5px 40px;
  color: white;
  text-decoration: none;
  border: none;
  margin: 40px 0 20px 0;
  letter-spacing: 1px;
  cursor: pointer;
}

.footer_3 {
  display: flex;
  flex-direction: column;
}

.footer_3 a {
  font-family: 'Roboto';
  color: #dbd9d0;
  font-size: 16px;
}

.footer_4 {
  display: flex;
  width: 100%;
  max-width: 100px;
  justify-content: space-between;
  margin-left: 20px;
}

.footer_4 img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.footer_info_3 {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  font-size: 13px;
  text-align: center;
}

.footer_info_3 a {
  color: white;
  font-size: 16px;
  margin: 20px;
  text-align: center;
}

.sin_sub a {
  text-decoration: none;
  line-height: 35px;
}

.parr_small {
  display: none;
}

.gallery-container-2 {
  position: relative;
  height: 100%;
}

.gallery-2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.gallery-image-dos {
  width: 100%;
  display: none;
  height: 100%;
}

.gallery-image-dos.active {
  display: block;
  object-fit: cover;
}

.wrap_buttons-dos {
  width: 100%;
  /*   display: flex; */
  display: none;
  position: absolute;
  justify-content: space-between;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.nav-button-2 {
  width: 40px;
  background-color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-button-2 img {
  width: 100px;
}

.mgs-right-small {
  display: none;
}

.aviso_privacidad {
  font-family: Roboto;
  color: #f0e5d5;
  padding: 30px;
}

.aviso_privacidad h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.aviso_privacidad p {
  text-align: justify;
  line-height: 25px;
}

.aviso_privacidad a {
  color: #c8b79b;
}

.boton_aviso button {
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 50px;
}

.thankyou_page {
  margin-top: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #371c14;
    padding: 20px;
    text-align: center;
}

.thankyou_page h1 {
  font-family: "Cochin";
}

.thankyou_page a {
  max-width: 350px;
  padding: 12px;
  margin: 20px 0;
  font-size: 28px;
  font-weight: 100;
  background-color: #886041;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Arial";
}

@media (max-width: 1084px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 820px) {
  .container {
    width: 100%;
  }

  .section-inicio {
    background: linear-gradient(to top, rgba(55, 28, 20, 1) 30vh, rgba(55, 28, 20, 1) 50vh,
        rgba(53, 52, 22, 0) 70vh), url(../images/img-inicio.jpg);
    background-size: 200vw;
    background-position: top center;
    background-repeat: no-repeat;
}

  .inicio {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .inicio_uno {
    margin-top: 0px;
    height: 100vh;
  }

  .inicio_uno img {
    width: 80%;
    min-width: 250px;
    margin: auto;
  }

  .inicio_uno h1 {
    font-size: 34px;
    text-align: center;
  }

  .inicio_dos {
    margin-bottom: 70px;
  }

  .inicio_uno p {
    display: none;
  }

  .parr_small {
    display: flex;
    font-family: "Roboto";
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
    flex-direction: column;
    text-align: center;
  }

  .formulario {
    padding: 50px 20px;
  }

  .formulario h1 {
    text-align: center;
  }

  .formulario h2 {
    text-align: center;
  }

  .form-container {
    width: 100%;
  }

  .form-container button {
    margin: auto;
    font-size: 20px;
    padding: 15px 50px;
    margin-top: 30px;
  }

  .button_hide {
    display: none;
  }

  .form-group {
    gap: 15px;
  }

  .column1 {
    width: 100%;
  }

  .column1_lavida {
    margin: 0;
    height: 50vh;
  }

  .container-height-lavida {
    height: 100%;
    flex-direction: column;
  }

  .column2-box {
    padding: 50px 20px;
    width: 100%;
  }

  .wrap_column2 {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .column2 img {
    width: 120px;
    margin: 0 0 20px 0;
  }

  .txt-right {
    font-size: 22px;
    align-items: center;
  }

  .mgs-right {
    display: none;
  }

  .mgs-right-small {
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 100;
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    color: white;
  }

  .wrap-la-naturaleza {
    padding: 0;
    height: 100%;
  }

  .wrap-info {
    padding: 50px 20px;
  }

  .txt_desc {
    font-size: 22px;
    margin: 40px 0;
  }

  .container-medidas {
    flex-direction: column;
  }

  .box-medidas {
    margin-bottom: 50px;
    border-bottom: solid 2px white;
    padding-bottom: 25px;
    width: 80%;
  }

  .medidas {
    color: #B96839;
  }

  .container-tow-columns {
    flex-direction: column;
  }

  .amenidades_wrap {
    padding: 70px 20px;
  }

  .amenidades_padding {
    padding: 0;
  }

  .intro-conoce-mas {
    text-align: center;
  }

  .mas-info-amenidades a {
    margin-bottom: 50px;
  }

  .gallery-container {
    padding: 0;
  }

  .wrap_buttons {
    padding: 20px;
  }

  .video-mask {
    width: 100%;
    height: 100%;
  }

  .dev_img {
    font-size: 18px;
    line-height: 22px;
    flex-direction: column;
  }

  .desarrollo {
    padding: 70px 20px;
    flex-direction: column;
  }

  .palo_alto img {
    max-width: 250px;
  }

  .agave_logo img {
    margin-bottom: 50px;
  }

  .footer {
    padding: 10%;
  }

  .footer_info {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_info_2 {
    flex-direction: column;
  }

  .footer_4 {
    max-width: 170px;
    padding-top: 70px;
    margin: auto;
  }

  .footer_4 img {
    width: 55px;
    height: 55px;
  }

  .cafe_claro_2 {
    padding: 0 20px 70px 20px;
  }

  .txt_small_footer {
    padding-top: 0;
  }

  .amenidades img {
    margin-top: 50px;
  }

  .txt_video h1 {
    margin-left: 20px;
    margin-right: 20px;
  }

}