/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 15:50:58 */
/* ======================
   Estilos Globales
====================== */


body {
  color: #1f3b30;
  font-family: 'Georgia', serif;
  background-color: #f4e9cf;
}

img.image-ilustration {
  height: 350px;
  display: block;
  margin: 0 auto;
}

	.c-form-content__title {
		text-align: center;
		color: #c18b38;
		margin-top: 24px;
	}


    .contact-form-boda input[type="submit"] {
        margin-bottom: 24px;
		min-width: 200px;
    }

/* ======================
   Hero Section
====================== */

.hero-section {
  background-image: url('http://martayadrian.com/wp-content/uploads/2026/01/hero-marta-y-adrian.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 200px);
  position: relative;
  color: white;
  overflow: hidden;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.c-hero-title {
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 0.7;
  margin-bottom: 24px;
  color: white;
}

.c-hero-date {
  font-size: 24px;
  margin-bottom: 0;
}

.c-hero-button {
  margin-top: 36px;
  font-size: 16px;
  color: white;
  border: solid 1px white;
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
}

.c-hero-content {
	justify-content: center !important;
}

.wpcf7-spinner {display: none !important;}

/* ======================
   Menú Lateral Derecho
====================== */

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #000;
  color: white;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  padding: 2rem;
}

.offcanvas-menu.active {
  right: 0;
  z-index: 9999;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
}

.offcanvas-menu ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0;
  font-size: 1.25rem;
}

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
  border: none;
  background: none;
  color: white;
  font-size: 2rem;
}

#main-nav {
  display: none;
}

/* ======================
   Cards & Textos
====================== */

.card-custom {
  margin: 1rem 0;
  position: relative;
  text-align: center;
}

.card-title {
  font-size: 36px;
  color: #c18b38;
  margin-bottom: 1rem;
}

.card-time {
	font-size: 24px;
	font-weight: bold;
	color:#875e1b;
}

.card-subtitle {
  font-size: 1.3rem;
  color: #c18b38;
  margin-top: 1.5rem;

}

.card-button {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  border: solid 1px #09230c;
  color: #09230c;
}

.info {
	text-align: center;
  font-size: 20px;
	display: block;
  margin: 0.5rem auto;
	color: #875e1b;
}


.icon {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c18b38;
}

.section-title {
  text-align: center;
  color: #c18b38;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.section-subtitle {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.card-text {
  font-size: 0.95rem;
  color: #f3f3f3;
  margin-bottom: 1.5rem;
}

.btn-fiesta {
  background-color: #eda544;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-fiesta:hover {
  background-color: #f2ba6c;
}

.infinity-icon {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #c18b38;
}

/* ======================
   Responsividad Cards
====================== */

@media (max-width: 767px) {
  .card-fiesta {
    margin-bottom: 1.5rem;
  }
}

/* ======================
   Countdown
====================== */

.countdown {
  background-color: #3a493d;
  color: white;
  padding: 1rem 1rem;
  font-family: 'Playfair Display', serif;
}

.countdown-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.time-box {
  background: transparent;
  padding: 0 1.5rem;
  min-width: 80px;
  text-align: center;
}

.time-box span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #fef9ee; /* Color personalizado para los números */
}

.label {
  font-size: 0.9rem;
  color: #ddd;
  margin-top: 0.3rem;
}

.separator-line {
  width: 1px;
  height: 50px;
  background-color: white;
  opacity: 0.4;
  margin: 0 10px;
}
@media (max-width: 992px) {

.hero-section {
	background-position: left;
}
	.c-hero-content {
		justify-content: space-between !important;
	}
}

@media (max-width: 576px) {
  .time-box {
    padding: 0.8rem 1rem;
    min-width: 65px;
  }

  .time-box span {
    font-size: 1.5rem;
  }

  .separator-line {
    height: 30px;
    margin: 0 6px;
  }
	
	.card-title {
		font-size: 28px;
	}
	.info {
		font-size: 16px;
	}
}

/* ======================
   Formulario Boda
====================== */

.wpcf7 {
  max-width: 100%;
}

.contact-form-boda br {
	display: none;
	
}

.contact-form-boda {
  padding: 24px 0 0;
}

.contact-form-boda label {
  font-weight: 600;
  color: #c18b38;
  font-family: 'Georgia', serif;
  display: block;
}

.contact-form-boda input,
.contact-form-boda textarea,
.contact-form-boda select {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border: 1px solid #d6ccc2;
  border-radius: 0.5rem;
  font-family: 'Georgia', serif;
  background-color: #fffaf5;
  transition: all 0.3s ease;
	height: auto;
}

.contact-form-boda textarea {
  max-height: 200px;
}

.contact-form-boda input:focus,
.contact-form-boda textarea:focus {
  outline: none;
}

.contact-form-boda input[type="submit"] {
  background-color: #c18b38;
  color: #ffffff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form-boda input[type="submit"]:hover,
.contact-form-boda input[type="submit"]:focus,
.contact-form-boda input[type="submit"]:active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active {
	border: 1px solid #c18b38;
  background-color: transparent !important;
	color: #c18b38 !important;
}

.form-control {
  margin-bottom: 0;
}

/* Ajuste para checkbox o radio */
.contact-form-boda input[type="checkbox"],
.contact-form-boda input[type="radio"] {
  width: auto;
  margin-right: 0.5rem;
}

/* ======================
   Checkbox personalizado
====================== */

.custom-checkbox-wrapper input[type="checkbox"] {
  transform: scale(1.5); /* Hace el checkbox más grande */
  margin-right: 0.5rem;
  accent-color: #c18b38; /* Color elegante para boda */
  cursor: pointer;
}

.custom-checkbox-wrapper label {
  font-size: 1rem;
  color: black;
  cursor: pointer;
  font-weight: normal;
}

/* ======================
   Ocultos y Ajustes Generales
====================== */

.acompanante-oculto {
  display: none;
}

#header {
  display: none;
}

#wrapper-footer {
  display: none;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #fef9ee;
}

/* Focus y estilos para inputs y selects */
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: black;
  background-color: #fff;
  border-color: #ae8120 !important;
  outline: 0;
  box-shadow: none;
}

.wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}

.c-hero-button:hover {
	color: #fef9ee;
}

/* ======================
   Sección Regalo / Aviso
====================== */

.c-section-gift__notice {
  border: 1px solid #c18b38;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  margin: 0 auto 2rem;
	text-align: center;
}

#gracias {
	margin-bottom: 16px;
	text-align: center;
	color: #c18b38;
	border:solid 1px #c18b38;
	padding: 12px;
	border-radius: 8px;
}

#gracias  p {
	margin-bottom: 0;
}

.c-section-gift__notice-text {
  color: #3a493d;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
}

.scroll-down-icon {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
  border: 2px solid white;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
}

.scroll-down-icon span {
  width: 6px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  animation: scrollDown 1.2s infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    opacity: 1;
    transform: translateY(8px) rotate(-45deg);
  }
  100% {
    opacity: 0;
    transform: translateY(16px) rotate(-45deg);
  }
}

.btn:focus {
	box-shadow: 0 !important;
}

.accordion-buttons {
  display: flex;
  width: 100%;
  gap: 0;
	border-bottom: 2px solid #c18b38;
}

.accordion-tab {
  flex: 1; /* Cada botón ocupa el mismo ancho */
  border: none;
  background: none;
  padding: 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Georgia', serif;
  color: #555;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.accordion-tab:hover {
  color: #000;
  border-bottom: 2px solid #aaa;
}

.accordion-tab.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
	    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

    .accordion-content {
      flex-grow: 1;
      border-radius: 0.375rem;
      padding: 1rem;
      min-height: 150px;
    }

    .accordion-content > div {
      display: none;
    }

    .accordion-content > .active {
      display: block;
    }

    .accordion-buttons .btn.active {
      background-color: #e7c897;
      color: white;
		font-weight: bold;
		    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

.accordion-buttons .btn {
width: 100%;
	border: 0;
    border-radius: 0;
    padding: 16px 0;
    text-transform: uppercase;
}
.accordion-buttons .btn:last-child {
	border-right: 0;
}

.bg-yellow--light {
	background-color: #e7c897;
}

.c-container-hotel {
	text-align: center;
}

.c-container-hotel h4 {
	font-size: 32px;
    color: #c18b38;
    margin-bottom: 1rem;
	text-align: center;
}



.c-container-hotel img {
	height: 300px;
    width: 100%;
    object-fit: cover;
}

.c-container-hotel p.direction,
.c-container-hotel p.code{
	font-size: 20px;
	margin-bottom: 8px;
	color: #c18b38;
}

.c-container-hotel a {
	background-color: #c18b38;
    color: #ffffff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
	padding: 12px 16px;
	display: inline-block;
	margin: 16px 0;
}
	.c-hero-title {
		text-shadow: 0px 2px 6px rgba(100, 60, 0, 0.3);

    line-height: 1;
	}
	
	.c-hero-date {
		color: #fef9ee;
		text-shadow: 0px 2px 6px rgba(100, 60, 0, 0.3);
	}

@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.c-hero-button {
  animation: zoomPulse 4s ease-in-out infinite;
  display: inline-block; /* Asegura que transform funcione correctamente */
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
	
	  body {
      font-family: 'Georgia', serif !important;
  }

	.c-hero-content {
	justify-content: space-between !important;
}

	
	.contact-form-boda input[type="submit"] {
		width: 100%;
		margin-bottom: 16px;
	}

  .justify-content-md-center-start-mobile {
    justify-content: space-between !important;
  }

	.hero-section {
		min-height: 100svh;
		background-position: 20%;
	}
	
	.c-container-hotel h4 {
		font-size: 26px;
	}
	
	.c-hero-button {
		margin-bottom: 140px;
	}
	.direction a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none; /* evita que sea clicable si lo deseas */
  cursor: default;
}
	.direction a {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
		.c-hero-title {
		text-shadow: 0px 2px 6px rgba(100, 60, 0, 0.3);
    font-size: 54px;
    line-height: 1;
			margin-bottom: 8px;
	}
	
	.c-hero-date {
		color: #fef9ee;
		font-size: 22px;
		text-shadow: 0px 2px 6px rgba(100, 60, 0, 0.3);
	}
	
	
.custom-checkbox-wrapper input[type="checkbox"]{
    transform: scale(1);
	 margin-right: 0;
	}

	
		.prueba {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 9999;
	}
	
	.botones-estaticos {
		position: relative;
	}
	
	
.botones-fixed-top.visible {
  transform: translateY(0);
  opacity: 1;
}	
	
	.accordion-buttons {
		background-color:#ffecce;
	}

	
	.card-title {
		font-weight: bold;
  margin-bottom: 0rem;
}
	

	
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .botones-fijos {
    padding-bottom: calc(env(safe-area-inset-bottom) + 0rem);
  }
}

.btn.focus, .btn:focus, .woocommerce-info a.button:focus, .woocommerce-info a.focus.button, .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.focus.button, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
    outline: 0;
    box-shadow: none;
}

#form-ok {
  scroll-margin-top: 20px; /* ajusta según el tamaño de tu header */
}


.link-light {
	color: #c18b38;
	font-weight: 600;
}

.link-light:hover,
.link-light:focus,
.link-light:active {
		color: #c18b38;
	font-weight: 900;
}

.wpcf7-list-item {
	margin-left: 0 !important:
}

.wpcf7 .wpcf7-form label br {
	display: none;
}.countdown-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
}

.countdown-flex {
  display: flex;
  flex-wrap: nowrap; /* Mantiene una sola línea en móvil */
  justify-content: center;
  gap: 10px;
}

.time-box {
  flex: 1;
  min-width: 60px;
  padding: 10px 5px;
  border-radius: 0.75rem;
}

.time-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #c18b38;
  line-height: 1.2;
}

.time-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e7c897;
}

/* Ajustes para pantallas pequeñas (móviles) */
@media (max-width: 480px) {
  .countdown-flex {
    gap: 5px;
  }
  .time-number {
    font-size: 2rem; /* Reduce el tamaño para que quepa en una línea */
  }
  .time-label {
        font-size: 0.8rem;
        letter-spacing: 0px;
        margin-top: 8px;
  }
  .time-box {
    min-width: auto;
  }
	.countdown-wrapper {
  padding: 1rem;
}
	
	.w-modal__list {
		font-size: 1rem;
	}
	
	.card-title--bus {
		font-size: 1.5rem;
		text-align: center;
	}
}
