@charset "UTF-8";
/* CSS Document */

 Reset and base 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


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

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

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

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


input::-webkit-contacts-auto-fill-button {
    display: none !important;
}

	
body {
/*  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
*/  font-family: 'HelveticaNowDisplay-Light', sans-serif;
  background-color: #fff;
  color: #7C5840;
  overflow-x: hidden;
  font-weight: lighter;
  max-width: 430px;
 margin: 0 auto;
}

/* Fixed header */
header {
  position: fixed;
  top: 0;
/*  left: 0;
*/	
/*  width: 420px;
*/  width: 100%;
max-width: 430px;
  margin-left: auto;
  margin-right: auto;
	
  height: 60px;
  background: #fff;
	
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  padding: 0 20px;
*/  border-bottom: 1px solid #eee;
  z-index: 9999;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: #a27d55;
  user-select: none;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);


}




								.logoSup{

								width: 70%; 
								padding: 25px 0;	

								width: 70%; 
								padding: 25px 0; 
								margin-left: 15px;

}


/* Cursiva */
	
	em {
	 /* font-style: italic;
	  font-weight: lighter;*/
	
	}

	.wal{
	font-family: 'WalbaumDisplay';
	color: rgba(34,24,17,1.00);	
	letter-spacing: 2px;	
		/*	text-decoration: line-through;	
	*/
}

	.fitalica{
	  font-family: 'WalbaumDisplay';
	  font-style: italic; 
	  font-weight:50;
/*		color: aqua;
*/	}
	.fbold{	
	font-family: 'HelveticaNowDisplay-Bold';	
/*	  font-weight: bold;
*/	}
	
/* Menu icon (2 lines) */
					.menu-icon {
					  cursor: pointer;
					  width: 55px;
					  height: 18px;
					  display: flex;
					  flex-direction: column;
					 justify-content: space-between;
					 padding-right: 2px;
					 margin-right: 7px;
						}
					.menu-icon div {
					  height: 2px;
					  background-color: #CB9267;
					  border-radius: 12px;
					  transition: background-color 0.3s ease;
					}

/* Overlay menu container */
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  transform: translateY(-100%); /* hidden up */
  transition: transform 0.2s ease;  
/*  transition: transform 0.5s ease;
*/
  z-index: 9998;
	
								/*  Background Blur*/
								backdrop-filter: blur(10px);

}
#menu-overlay.open {
  transform: translateY(0);
}

/* Close icon in menu (X) */
#menu-close {
  align-self: flex-end;
  margin: 10px 20px;
  cursor: pointer;
  font-size: 1.75rem;
  color: #a27d55;
  font-weight: 600;
}

/* Menu items container */
#menu-items {
  width: 80%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.menu-item {
  padding: 12px 20px;
  border: 1px solid rgba(233, 213, 180, .4);
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: transparent;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.5s ease, color 0.5s ease, font-weight 0.5s ease;
}
.menu-item.visible {
  opacity: 1;
  transform: translateY(0);
  color: white;
  background-color: transparent;
  font-weight: 500;
}


.menu-item.active {
/*  background-color: rgba(255, 255, 255, 0.3);
*/	  background-color: rgba(230, 216, 200, 0.5);

  font-weight: 700;
  color: white;
}

/* Texto cambio de idioma en menú - Español */
#spanish-label {
  margin-top: 30px;
  color: white;
  font-weight: 400;
  cursor: default;
  letter-spacing: 0.1em;
}

/* Scroll below header spacing for content container */
#page-content {
  margin-top: 60px;
}

/* Banners and sections styling */
/*.banner, .banner-image {
  width: 100%;
height: 700px;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white;
}
*/
.banner, .banner-image {
  width: 100%;
height: 640px;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white;
}




.banner-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.star-rating {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.banner-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 4px;
  max-width: 90vw;
}
.banner-desc {
  font-size: 1rem;
  max-width: 90vw;
}
	
.banner-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

/* Section with h2, line, and paragraph */
.text-block {
	
  background-color: #fff;
  padding: 30px 20px;
  max-width: 900px;
  margin: 40px auto 70px auto;
  color: #4a3b27;
  text-align: center;
	
}
.text-block h2 {
	font-weight:400;
	font-size: 2rem;
 	margin-bottom: 8px;
 	color: #a27d55;
  	line-height: 1.2;
}
							.text-block .line {

							  width: 30px;
							  height: 1px;
							  background: #a27d55;
							  margin: 16px auto 16px auto;
							}


.text-block p {
  color: #a27d55;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}

/* Image gallery carousel container for each banner carousel */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  overflow: hidden;
  background-color: #000;
  border-radius: 4px;
}

.carousel-images {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar Firefox */
}
.carousel-images::-webkit-scrollbar {
  display: none; /* Hide scrollbar Chrome/Safari */
}
	
/* IMÁGENES EN BANNERS */

.carousel-images img {
	width: 100%;
	height: 400px;
	max-width: 900px;
	object-fit: cover;
	scroll-snap-align: start;
	user-select: none;
	pointer-events: none;
	flex-shrink: 0;
}


/* CUADRO DE IMÁGENES EN BANNERS */
.carousel-caption {
  background-color:rgba(0,0,0,0);

  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  border: .5px solid rgba(233,213,180,1.00);
  color: #fff;
  padding: 16px 26px;
  font-weight: 600;
  letter-spacing: 0.15em;
/*  background-color: transparent;*/
  user-select: none;
  font-weight: lighter;
}

/* Carousel arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.0);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 40px;
  font-weight: 20;
  text-align: center;
  line-height: 30px;
	
  color: rgba(255,255,255,0.7);
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;
	
	
	
	
  /*position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;	*/
	
	
}
.carousel-arrow:hover {
  background: rgba(255,255,255,0);  
  color: rgba(148,148,148,0.9);
  opacity: .7;
}


	
.carousel-arrow.left {
	left: 10px;
	
}
.carousel-arrow.right {
  right: 10px;
}

/* Contact form styling */
.contact-section {
  margin: 0 auto 60px auto;
  padding: 20px;
  background-color: #fff;
  color: #4a3b27;
}
.contact-section h2 {

  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #4a3b27;
}
.contact-section form {

	display: grid;
/*  grid-template-columns: 1fr 1fr;
*/  gap: 14px 20px;
}
.contact-section form label {

	grid-column: span 2;
  font-weight: 500;
  font-size: 0.9rem;
}
/*.contact-section form input, 
.contact-section form select, 
.contact-section form textarea {
  padding: 8px 10px;
  border: 1px solid #a27d55;
  border-radius: 4px;
  font-size: 1rem;
  color: #4a3b27;
  background-color: #fff;
}
.contact-section form input[type="checkbox"] {
  width: auto;
  transform: scale(1.2);
  margin-right: 6px;
  grid-column: auto;
}
.contact-section form textarea {
  resize: vertical;
  min-height: 70px;
}
.contact-section form button {
  grid-column: span 2;
  background-color: #a27d55;
  border: none;
  color: #fff;
  padding: 14px;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
}
.contact-section form button:hover {
  background-color: #7b613e;
}*/

/* Footer styles */
.footer {
  background-color: #333;
  color: #ccc;
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-size: 0.9rem;
  user-select: none;
}
.footer .footer-logo {
  font-weight: 600;
  font-size: 1.2rem;
  color: #a27d55;
  padding-bottom: 4px;
}
.footer .footer-legal {
  background-color: #000;
  padding: 10px 10px;
  font-size: 0.8rem;
}
.footer .footer-legal a {
  color: #a27d55;
  text-decoration: none;
  margin: 0 8px;
}
.footer .footer-legal a:hover {
  text-decoration: underline;
}


/*INICIAN ESTILOS FORMULARIO
*/
 .contact-section input,
  .contact-section select,
  .contact-section textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: .1px solid #a27d55;
    /*border-radius: 4px;*/
    padding: 10px 14px;
										margin-bottom: -10px;
    font-size: 1rem;
	   	color: #a27d55;

    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }



  .contact-section input::placeholder,
  .contact-section select {
    color: #4a3b27;
    font-weight: 400;
	  back
	 width: 100%;
  }
  .contact-section button {
    width: 100%;
    background: linear-gradient(90deg, #b68f55, #d4af7f);
    border: none;
    padding: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .contact-section button:hover {
    background: linear-gradient(90deg, #a37c40, #c39f5c);
  }	
	
	
/* Responsive tweaks */
@media (max-width: 768px) {
  .contact-section form {
    grid-template-columns: 1fr;
  }
	
/*TERMINAN ESTILOS FORMULARIO
*/	
	.disclamer {
	text-align: center;
	color: gray;
	font-size: .7em;
	}
	
	
}
