@import url("https://use.typekit.net/zzp1miv.css");

:root {
  --color-text: #717272;
  --color-text_bold: #3e3e3e;
  --color-subPink: #ee4c9b;
  --color-background: #fcfbf9bb;
  --espaciado: 10px;
}

body {
  margin: 0;
  padding: 0;
}
.container {
  width: 40%;
  margin: auto;
  border: 1px solid rgba(145, 145, 145, 0.281);
}
/* .s1 {
  border: 1px solid salmon;
} */
.anun {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #F3CFDF;
  font-family: "mundial", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
}
.box_logo_sup {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo_sup {
  width: 350px;
}
.img_p img {
  width: 100%;
}

/* Icono ava */
.l_icon {
  width: 70px;
  height: 70px;
  margin: auto;
  /* margin-top: 15px; */
  margin-bottom: 30px;
}
.l_icon img {
  width: 100%;
  height: 100%;
}

/* Styles for Texts */
.subTitle {
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: var(--color-text);
  text-align: center;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.subTitlePink {
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: var(--color-subPink);
  text-align: center;
}
.title {
  font-size: 50px;
}
.context {
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: var(--color-text);
  padding-left: 50px;
  padding-right: 50px;

  margin: 0px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.small_title {
  font-family: "mundial", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color-subPink);
}

/* ---------------- Section text ---------------------------*/
.s2 {
  text-align: center;
  background-color: var(--color-background);
  padding-top: 50px;
  padding-bottom: 5px;
}

.box_info {
  text-align: center;
}
/* -------------- Section two images together ------------------------------*/
.box_imgs {
  display: flex;
  margin-top: 50px;
}
.imgR-div {
  width: 60%;
  height: 400px;
  background-image: url("../img/pool.jpg");
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el div */
  background-position: center; /* Centra la imagen en el div */
}
.imgL-div {
  width: 40%;
  height: 400px;
  background-image: url("../img/family.jpg");
  background-size: cover;
  background-position: center;
}

/* --------------------------- Imagen short -----------------------------------------*/
.img_back {
  width: 80%;
  padding: 50px 50px 20px 50px;
}
.img_shortt {
  width: 100%;
}
.img_short {
  width: 100%;
  margin-top: 30px;
}
img {
  width: 100%;
}
/* Imagen full */
.img_full {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.img_full img {
  width: 100%;
}
/* -------------------------------- Buttons  ------------------------------------------*/

.btn_fill {
  background: var(--color-subPink);
  width: 200px;
  border-radius: 30px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.btn_unfilled {
  background: none;
  border: 1px solid rgb(193, 74, 133);
  width: 40%;
  border-radius: 30px;
  color: var(--color-subPink);
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.btn_fill_full {
  background: var(--color-subPink);
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* ----------- Section footer ----------------------------*/
.footer {
  text-align: center;
  background-color: white;
}

.borderless_logo {
  width: 90px;
  height: 70px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* remove the margins to the elements */
.c_m {
  margin: 0px;
}
/* tc --> terms and Conditions */
.tc {
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: var(--color-text);
  font-size: 10px;

  margin: 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tc a {
  color: var(--color-text);
}

/* -------------------- Custome styles page email_fotoFull -----------------------------*/

.photo_full {
  background-image: url("../img/Alcoba\ Balcony.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  border: 1px solid #e1d3dd;

  margin-bottom: 10px;
}

.anun2 {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;

  font-family: "mundial", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff5e;
}
.logo_sup_fotoFull {
  width: 350px;
  margin-top: 30px;
}
/* ------------------- Custome styles for page email_promotion -------------------------*/

.s3 {
  text-align: center;
  padding-top: 50px;
}
.underline {
  width: 80%;
  border-bottom: 1px solid #71727273;
  margin: auto;
  margin-top: 15px;
}
/* Menu */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  padding-left: 20px;
  /* border: 2px solid salmon; */
}

.menu a {
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-decoration: none;
  color: var(--color-text);
  /* margin: 10px; */
  margin-right: 20px;
  margin-left: 30px;
  margin-top: 10px;
  padding: 5px 0px;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 13px;
}

.menu a:hover {
  border-bottom: 1px solid #7172726e;
  color: var(--color-text);
}

/* -------------------------------- Styles Galery -----------------------------------*/
.container_offers {
  margin-top: 5px;
  display: flex;
}
.image-container {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
  /* border: 2px solid salmon; */
  margin: 5px 5px 5px 0px;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.box_context {
  position: relative;
  margin-top: -55px;
  width: 100%;
  display: flex;
}
.box_textOffers {
  width: 70%;
}
.box_textOffers p {
  color: #ffffff;
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0px;
  /* border: 2px solid salmon; */
  padding: 0px 5px;
}
.txt_small {
  font-size: 12px;
}

/* Styles arrow */
.box_arrow {
  width: 30px;
  margin: auto;
}
.box_arrow img {
  width: 100%;
}

/* Styles Overlay */

.image-overlay {
  position: absolute;
  bottom: -70%;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.32);
  color: white;
  padding: 10px;
  transition: bottom 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container:hover img {
  transform: scale(1.2);
  cursor: pointer;
}

.image-container:hover .image-overlay {
  bottom: 0;
  transform: translateY(0%);
  cursor: pointer;
}

/* ------------------------- Custome styles for page Confirmation ------------------------------- */

.anunConf {
  
  font-size: 13px;
  letter-spacing: 0.2em;
}
.context_conf {
  text-align: center;
  margin-bottom: 40px;
}
.conf_l_icon {
  margin-top: 30px;
}
.context_bold {
  font-weight: 500;
  color: var(--color-text_bold);
  margin-bottom: 0px;
}
.context_noMargin {
  margin-top: 0px;
  margin-bottom: 30px;
}
.context_bold_pink {
  margin-top: 10px;
  color: var(--color-subPink);
}
/* section reservation details */
.container_reserv {
  text-align: center;
  background-color: var(--color-background);
  padding-top: 30px;
}
.titlePink {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: var(--color-subPink);
  margin-bottom: 30px;
  
}
.box_reserv_details {
  display: flex;
}
.col_details {
  width: 50%;
  
}
.separator{
  border-right: 1px solid #7172727f;
}
ul li {
  list-style-type: none;
  font-family: "mundial", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  color: var(--color-text);
  margin-bottom: 5px;
  
}
.top_li{
  margin-top: 15px;
  /* font-size: 14px; */
  /* color: var(--color-text_bold); */
  font-weight: 400;
}

/*  Section services  */

.small_title_conf {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color-subPink);
  margin: 0px;
  margin-bottom: 5px;
}
/* Section terms and conditions */
.s5{
  background-color: var(--color-background);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.title_termCond{
  color: #EE4D9B;
}
.small_letter{
  font-size: 12px;
}
