.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*HOVER DEL NAV*/

.elementor-35 .elementor-element.elementor-element-6681045 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before {
    width:60%;
    transform:translate(32%, 0px);
}

.page-header {
    display:none;
}

.elementor-10 .elementor-element.elementor-element-2d4ef26
 {
     row-gap:0px;
 }
 
 .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
     overflow:visible !important;
 }
 
 /*CARRUSEL*/
 
.carrusel-premium {
  position: relative;
  height:75vh;
  background: #f9f8f4;
  overflow:hidden;
  padding: 60px 0;
}

.carrusel-track {
  display: flex;
  justify-content: center;
  gap: 40px;
  transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 28%;
  opacity: 0.5;
  transform: scale(0.92) translateX(0);
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
  overflow: visible;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Activo - centro */
.slide.active {
  flex: 0 0 50%;
  opacity: 1;
  transform: scale(1.03) translateX(0);
  z-index: 2;
}

/* Anterior - izquierda */
.slide.prev {
  opacity: 0.6;
  transform: scale(0.85) translateX(-40px);
  z-index: 1;
  pointer-events: none;
}

/* Siguiente - derecha */
.slide.next {
  opacity: 0.6;
  transform: scale(0.85) translateX(40px);
  z-index: 1;
  pointer-events: none;
}

.texto-slide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: white;
  padding: 6%;
  text-align: center;
  max-width: 90%;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.texto-slide1 {
    transform: translate(-43%, 70%);
}

.texto-slide3 {
transform: translate(-57%, 70%);
}

.slide.active .texto-slide {
  opacity: 1;
  pointer-events: auto;
}

.texto-slide h3 {
  font-family:"Americana-bold", Sans-serif;
  font-size:24px;
  color:#000000;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.texto-slide p {
  font-family:"poppins";
  font-size:14px;
  font-weight:300;
  color:#505050;
  line-height: 1.5;
  margin-bottom: 8px;
}

.texto-slide span {
  font-size: 13px;
  color: #777;
}

/* Flechas con imagenes */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.arrow:hover ,.arrow:focus {
background-color:#000000 !important;
  opacity: 1;
}

.arrow-left {
  background-color:#dba766;
  left: 10px;
  background-image: url('https://hotellamurallazafra.com/wp-content/uploads/2025/07/leftArrow.png');
}

.arrow-right {
background-color:#dba766;
  right: 10px;
  background-image: url('https://hotellamurallazafra.com/wp-content/uploads/2025/07/rightArrow.png');
}

/*.elementor-element-f49f2c2 div {
    display:inline-block;
}*/

/*SERVICIOS CONOCENOS PAGE*/
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  will-change: transform;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.service-card.hovered {
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/*RESEÑAS SECTION ON CONOCENOS PAGE*/

/*GOOGLE*/
.google-review-container {
  background: linear-gradient(135deg, #4285F4 0%, #EA4335 25%, #FBBC05 50%, #34A853 75%, #4285F4 100%);
  padding: 3px;
  border-radius: 12px;
  max-width: 500px;
  margin: 30px auto;
}

.google-review-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  position: relative;
}

.google-review-btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.google-review-button {
  background: #4285F4;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
}

.google-review-button:hover {
  background: #ffffff;
  color: #4285F4;
  border: 1px solid #4285F4;
  transform: translateY(-2px);
}

/*TRIPADVISOR*/

.tripadvisor-review-container {
  background: #00AF87;
  padding: 5px;
  border-radius: 14px;
  max-width: 580px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 175, 135, 0.4);
  font-family: "Poppins", sans-serif;
  color: #333;
}

/* Resumen general */
.tripadvisor-review-container .tripadvisor-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px 15px;
  background: #00805a; /* Verde más oscuro para destacar */
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
}

.tripadvisor-logo-summary {
  width: 45px;
  height: auto;
}

.tripadvisor-review-container .summary-info {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.tripadvisor-review-container .summary-score {
  font-size: 30px;
  line-height: 1;
}

.tripadvisor-review-container .summary-label {
  font-size: 18px;
  margin-top: -4px;
}

.tripadvisor-review-container .summary-count {
  font-size: 14px;
  margin-top: 3px;
  opacity: 0.85;
}

.summary-stars {
  margin-top: 6px;
  font-size: 22px;
  color: #FDC100;
}

.google-review-container {
    margin-top:0px;
}

/* Carrusel */
.tripadvisor-carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.tripadvisor-review-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  min-width: 100%;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  color: #333;
}

.tripadvisor-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tripadvisor-logo {
  width: 40px;
  height: auto;
}

.tripadvisor-score {
  font-size: 26px;
  font-weight: 700;
  color: #00AF87;
  line-height: 1;
}

.tripadvisor-label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.tripadvisor-stars {
  font-size: 20px;
  color: #FDC100;
  line-height: 1;
}

.tripadvisor-count {
  font-size: 13px;
  color: #555;
  margin-top: 3px;
}

.tripadvisor-review-text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
}

.tripadvisor-btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.tripadvisor-button {
  background: #00AF87;
  color: #fff;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 3px 7px rgba(0, 175, 135, 0.6);
}

.tripadvisor-button:hover {
  background: #ffffff;
  color: #00AF87;
  border: 1px solid #00AF87;
  transform: translateY(-2px);
}

/* Flechas de navegación */
.tripadvisor-review-container .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  color: #00AF87;
  font-size: 28px;
  padding: 0px 14px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 175, 135, 0.35);
  z-index: 10;
  transition: background-color 0.3s ease;
  user-select: none;
}

.tripadvisor-review-container .carousel-arrow:hover {
  background: #00AF87;
  color: #fff;
}

.tripadvisor-review-container .carousel-arrow.left {
  left: 8px;
}

.tripadvisor-review-container .carousel-arrow.right {
  right: 8px;
}

/* Responsive */
@media (max-width: 600px) {
  .tripadvisor-review-container {
    max-width: 90vw;
  }
}

.tripadvisor-review-container {
    margin-top:0px;
}

/*BOOKING*/

.booking-review-widget {
  font-family: 'Poppins', sans-serif;
  max-width: 680px;
  margin: 40px auto;
  background-color: #003580;
  color: white;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin-top:0px;
}

.booking-logo {
  width: 120px;
  margin-bottom: 10px;
}

.booking-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.booking-left {
  display: flex;
  gap: 16px;
}

.booking-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-score {
  font-size: 28px;
  font-weight: bold;
}

.booking-outof {
  font-size: 14px;
  opacity: 0.8;
}

.custom-stars {
  font-size: 20px;
  display: flex;
  gap: 2px;
  margin-top: 4px;
}

.custom-stars .full {
  color: #FDC100;
}

.custom-stars .half {
  background: linear-gradient(to right, #FDC100 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.booking-label {
  font-size: 16px;
}

.booking-count {
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.8;
}

.booking-btn, .booking-btn-wrap a {
  background: white;
  color: #003580;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

.booking-btn-wrap a {
    width: 100%;
    font-size:14px;
    text-align: center;
}

.booking-btn:hover,
.booking-btn-wrap a:hover {
  background: #FDC100; /* dorado como las estrellas */
  color: #003580;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(253, 193, 0, 0.35);
}

.booking-carousel {
  position: relative;
  margin-top: 25px;
}

.booking-review-widget .carousel-track-wrapper {
  overflow: hidden;
}

.booking-review-widget .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.booking-review-widget .review-item {
  min-width: 100%;
  background: white;
  color: #333;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 5px 12px rgba(0,0,0,0.08);
}

.booking-review-widget .review-meta {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.booking-review-widget .review-rating {
  font-size: 20px;
  font-weight: 700;
  color: #003580;
  margin-top: 5px;
}

.booking-review-widget .review-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.booking-review-widget .review-text {
  font-size: 15px;
  line-height: 1.6;
}

.booking-review-widget .review-footer {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.booking-review-widget .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #003580;
  border: 1px solid lightgray;
  border-radius: 50%;
  font-size: 24px;
  padding: 0px 12px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.booking-review-widget .carousel-arrow:hover {
  background: #f0f0f0;
}

.booking-review-widget .carousel-arrow.left {
  left: 10px;
}

.booking-review-widget .carousel-arrow.right {
  right: 10px;
}

.iconBox-Rooms {
    height: 250px;
}

.page-id-17 .elementor-post__avatar img {
    display:none;
}

.page-id-17 .elementor-post__read-more {
    color:#DBA766 !important;
}

.formulario-la-muralla {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-family: 'Georgia', serif;
  color: #333;
}

.formulario-la-muralla .campo {
  margin-bottom: 1.2rem;
}

.formulario-la-muralla input[type="text"],
.formulario-la-muralla input[type="email"],
.formulario-la-muralla input[type="tel"],
.formulario-la-muralla select,
.formulario-la-muralla textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fdfdfd;
  transition: border 0.3s ease;
  font-size: 16px;
}

.formulario-la-muralla input:focus,
.formulario-la-muralla textarea:focus,
.formulario-la-muralla select:focus {
  border-color: #e7813b;
  outline: none;
}

.formulario-la-muralla .checkbox {
  font-size: 14px;
}

.formulario-la-muralla .checkbox a {
  color: #c34b2e;
  text-decoration: underline;
}

.formulario-la-muralla .boton input[type="submit"] {
  background-color: #e7813b;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.formulario-la-muralla .boton input[type="submit"]:hover {
  background-color: #c34b2e;
}

#informacionContacto {
    height:180px;
}

#informacionContacto b {
    color:black;
}

#informacionContacto .dato {
    color:#e7813b;
    text-decoration:underline;
}

.page-id-19 .wpcf7-list-item {
    margin-left:0px;
}

.single-post .page-content {
    margin-top:80px;
    margin-bottom:80px;
}


/*POPUP*/

.popup-container {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.popup-content {
  background: #fff;
  max-width: 960px;
  width: 95%;
  padding: 40px;
  border-radius: 14px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
  animation: scaleUp 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.popup-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: #dba766;
}

.popup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.habitacion-card {
  background: #f9f8f4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.habitacion-card:hover {
  transform: translateY(-5px);
}

.habitacion-card img {
  width: 100%;
  height: auto;
  display: block;
}

.habitacion-info {
  padding: 16px;
  text-align: center;
}

.habitacion-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.habitacion-info a {
  background: #dba766;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  transition: background 0.3s ease;
}

.habitacion-info a:hover {
  background: #333;
}

/* Animaciones */
@keyframes fadeIn {
  from { opacity: 0 }
  to { opacity: 1 }
}
@keyframes scaleUp {
  from { transform: scale(0.95); opacity: 0 }
  to { transform: scale(1); opacity: 1 }
}


.indexReseniaButton:hover {
    background-color:gray !important;
}

#popUpHabitaciones:hover {
    font-weight: bold;
    cursor:pointer;
}

.leerMas span:hover {
    color:#f0921f !important;
    text-decoration:underline;
}

.legalOnFooter li a:hover {
    font-weight:bold !important;
}

/*RESPONSIVE*/

@media (min-width:1024px) {
    #cartelMurallaTabletAndPhone {
        display:none;
    }
}

@media (max-width:1024px) {
    .quitarBR br {
        display:none;
    }
    
    /*Carrusel*/
    
    .carrusel-premium {
        height:50vh;
    }
    
    .carrusel-track {
    gap: 20px;
  }

  .slide {
    flex: 0 0 42%;
    transform: scale(0.95);
  }

  .slide.active {
    flex: 0 0 80%;
    transform: scale(1);
  }

  .slide.prev, .slide.next {
    display: none;
  }

  .texto-slide {
    padding: 4%;
    width: 90%;
  }

   .texto-slide1 {
       transform: translate(-50%, 70%);
   }

.texto-slide3 {
    transform: translate(-50%, 70%);
}

  .texto-slide h3 {
    font-size: 20px;
  }

  .texto-slide p {
    font-size: 13px;
  }

  .texto-slide span {
    font-size: 12px;
  }
  
  /*SOBRE NOSOTROS PAGE*/
  
  /*CARTEL MURALLA*/
  
  #usContainerCartelMuralla {
      position:relative;
  }
  
  #cartelMurallaAbsolute {
      display:none;
  }
  
  #cartelMurallaTabletAndPhone {
    position:absolute;
    right:0px;
  }
  
  
}

@media (max-width: 768px) {
    
    /*Carrusel*/
    
  .carrusel-premium {
    height: auto;
    padding: 40px 0;
  }

  .slide {
    flex: 0 0 100%;
    transform: scale(1);
  }

  .slide img {
    border-radius: 8px;
  }

  .slide.prev, .slide.next {
    display: none;
  }

  .texto-slide,
  .texto-slide1,
  .texto-slide3 {
    position: static;
    transform: none !important;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    margin-top: 20px;
  }

  .texto-slide h3 {
    font-size: 18px;
  }

  .texto-slide p {
    font-size: 13px;
  }

  .arrow {
    width: 30px;
    height: 30px;
  }

  .arrow-left {
    left: 5px;
  }

  .arrow-right {
    right: 5px;
  }
  
  
  #menuTitleSocialOnFooter {
      display:none;
  }
  
}

@media (max-width: 767px) {
    nav.elementor-nav-menu--dropdown
    {
        margin-top:0px !important;
    }
    
    .quitarBRPhone br {
      display:none;
  }
    
}


@media (max-width: 480px) {
    /*Carrusel*/
    
  .texto-slide h3 {
    font-size: 16px;
  }

  .texto-slide p {
    font-size: 12.5px;
  }

  .texto-slide span {
    font-size: 11px;
  }

}/* End custom CSS */