/*
Theme Name: Miraflores Hotel
Theme URI: https://www.mirafloresboutique.com/
Author: Acierto creativo
Author URI: https://aciertocreativo.com/
Description: Tema personalizado para el hotel Miraflores, desarrollado a medida.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miraflores
*/


body {
    margin: 0;
    font-family: "Lato", sans-serif;
}
header {
    color: white;
    text-align: center;
}

.banner-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #d64933;
  color: #f4f1ec;
  text-decoration: none;
font-size:1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
	letter-spacing:0.1rem;
}

.banner-button:hover {
  background-color: #f4f1ec;
  color: #d64933;
}


.backgrey {
  background-color: #fafafa;
  border-radius: 10px;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  z-index: 1;
}

.banner-slider {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.banner-slide {
  flex: 0 0 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0);
}

.banner-content {
    font-family: 'Bebas Neue', sans-serif;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}


.banner-content h2 {
  color: #f4f1ec;
    font-size: 3em;
    margin: 0;
    text-transform: uppercase;
}

.banner-content p {
  font-size: 1.6em;
  margin: 8px 0;
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.banner-nav.prev {
  left: 10px;
}

.banner-nav.next {
  right: 10px;
}

.banner-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.banner-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #f4f1ec;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}

.banner-dots .dot.active {
  opacity: 1;
  background: #56cfe1;
}
.top-bar {
  width: 100%;
	background-color: rgba(0,95,115,0.7);
  border-bottom: 1px solid #fff;
  padding: 1    0px 0;
}

.top-bar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1333333;
}

body.admin-bar .top-bar.sticky {
  top: 32px;
}

.top-bar-wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: relative;
  z-index: 2;
}

.logo img {
  height: 70px; /* Aumenta el tamaño del logo */    
}

.menu {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  font-family: 'Raleway', sans-serif;
}

.menu li a {
  color: white;
	font-size: 16px;
  text-decoration: none;
  padding: 8px 10px;
  transition: background 0.3s ease;
}

.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-decoration: underline;
}

/* Botones especiales */

.btn {
  padding: 8px 0px;
  border-radius: 10px;
  font-weight: bold;
  font-family: 'Bebas Neue', sans-serif;
}

.btn-primary {
  background-color: white;
  color: #cc6600;
}

.btn-primary:hover {
  background-color: #f2f2f2;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.btn-secondary:hover {
  background-color: transparent;
}

section {
    padding: 20px 20px;
}
.video-gallery, .gallery, .slider, .sections {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
footer {
  font-family: 'Bebas Neue', sans-serif;
  background: #42b6d0;
  color: white;
  text-align: center;
  padding: 20px;
}

footer .instagram, footer .facebook, footer .youtube{
    background: #42b6d0;
}

footer .instagram:hover, footer .facebook:hover, footer .youtube:hover{
    background: #30a1ba;
}

.footer-button, .boton-qeh {
  font-family: 'Bebas Neue', sans-serif;
  border: solid 1px #e7d6b2;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #005f73;
  color: #e7d6b2;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-button:hover, .boton-qeh:hover {
  background-color: #591908;
  color: #fff;
}


.playfair-display-<uniquifier> {
  font-family: 'Bebas Neue', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas iguales */
  gap: 20px;
  padding: 40px 20px;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

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


.reviews-section {
  background-color: #005f73;
  color: white;
  padding: 4rem 2rem;
}

.reviews-container {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.review-card {
  background-color: #f4f1ec;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-stars {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.star {
  color: #005f73;
  opacity: 0.2;
  transition: opacity 0.3s;
}

.star.filled {
  opacity: 1;
}

.review-content {
  line-height: 1.4rem;
  margin-bottom: 1rem;
  color: #005f73;
}

.review-author {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005f73;
  text-transform: uppercase;
}



/* Modal styles */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.video-content iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 10px;
}

.video-close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.quote-banner {
  background-image: url('images/quotebg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Efecto parallax básico */
  padding: 80px 20px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  color: white; /* Asegúrate de que el texto sea legible */
  position: relative;
}

.quote-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Oscurece para mejor contraste */
  z-index: 1;
}

.quote-banner * {
  position: relative;
  z-index: 2;
}


.quote-wrapper blockquote {
  font-size: 4rem;
  color: #fff;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.4;
}

.wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}


.icon-list,
.checklist {
  list-style: none;
  padding: 0;
}
.icon-list li,
.checklist li {
  margin-bottom: 0.5rem;
}
.checklist li i {
  font-size: 0.9rem;
  color: #005f73;
  margin-right: 0.2rem;
}
.imagen-habitacion img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.galeria-habitacion {
  margin-top: 30px;
}

.habitacion-detalle {
  padding: 100px 20px 40px;
  max-width: 1320px;
  margin: auto;
  display: block;
}

.habitacion-titulo {
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

.habitacion-titulo:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
}

.habitacion-meta {
  font-size: 0.9rem;
  color: #444;
  margin: 10px;
  text-align: center;
}

.icono-item {
  display: inline-block;
  padding: 3px;
}

.icono-item > * {
  padding: 5px;
}


.imagen-principal img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.habitacion-caracteristicas {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 10px;
}

.caracteristica-col {
  flex: 1 1 100%;
}

.habitacion-caracteristicas h3{
  color:  #4b4b4b;
  font-family: 'Bebas Neue', sans-serif;
  border-bottom: solid 1px #ddd;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.habitacion-caracteristicas h3:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 45%;
    width: 10%;
    padding-top: 10px;
    margin-bottom: 30px;
}

.habitacion-destacado {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 10px;
}

.destacado-col {
  flex: 1 1 300px;
  min-width: 0; /* clave para evitar desbordes en flexbox */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.habitacion-destacado h3{
  color:  #4b4b4b;
  border-bottom: solid 1px #ddd;
  font-size: 1rem;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.grid-2-cols li {
  width: calc(50% - 10px); /* 2 columnas con espacio */
}

.grid-3-cols li {
  width: calc(33.333% - 10px); /* 3 columnas con espacio */
}



.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.checklist i {
  color: green;
  margin-right: 8px;
}

.checklist-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.checklist-inline li {
  flex: 0 0 auto;
  background: #f8f8f8;
  padding: 6px 12px;
  border-radius: 6px;
}

.galeria-habitacion {
  margin: 40px 0;
}

.otras-opciones {
  margin-top: 60px;
}

/*Estilos para las habitaciones en el front*/

.habitaciones-destacadas{

}

.habitaciones-destacadas h2{
  font-size: 1.8rem;
  margin: 10px 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

.habitaciones-destacadas h2:after {
    border-bottom: 2px solid #d64933;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
    margin-bottom: 30px;
}

.habitacion-card .capacidad{
  color: #005f73;;
  margin-top: 0.5rem;
  font-weight: bold;
}

.habitaciones-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.habitacion-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex: 1 1 300px;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.habitacion-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.habitacion-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.habitacion-card a{
  text-decoration: none;
}

.habitacion-card h3 {
  color: #005f73;
  margin: 10px 0;
  font-size: 1.1rem;
}

.habitacion-card p {
  color: #005f73;
  font-size: 1.1rem;
}

.btn-ver-mas {
  font-family: 'Bebas Neue', sans-serif;
  border: solid 1px #56cfe1;
  border-radius: 10px;
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #005f73;
  color: #f4f1ec;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-ver-mas:hover {
  background-color: #f4f1ec;
  color: #005f73;
}

/*Estilos para las habitaciones en el front*/


/*Breadcrumb*/

.breadcrumb {
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  color: #777;
}

.breadcrumb a {
  color: #005f73!important;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .sep {
  margin: 0 5px;
  color: #999;
}

.breadcrumb span {
  color: #444;
}

/*Breadcrumb*/

/*Pagination*/
.pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  background: #005f73;
  color: #fff;
}

/*Pagination*/


/*Contenido página general*/

.page-general {
  padding: 100px 20px 40px;
  max-width: 1320px;
  margin: auto;
  display: block;
  text-align: center;
}

.sidebar-area {
  border-radius: 10px;
  flex: 1 1 30%;
  background: #f8f8f8;
  padding: 20px;
  margin: 30px 0;
}

.sidebar-area label{
  margin-bottom: 20px;
}

.sidebar-area h2{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.sidebar-area h2:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
}

.sidebar-area li a{
  color: #333333;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center!important;
}

.page-general .post-date{
  text-align: center;
  background-color: #005f73;
  border-radius: 10px;
  color: #E7D6B2;
  font-size: 0.8rem;
  padding:6px 10px;
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.page-general .post-thumbnail-full img{
  width: 100%;
	height:auto;
  margin: 20px 0;
}

.blog-contenido {
  align-items: center;
  margin:20px 0;
}

.blog-contenido p{
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
}

.blog-contenido h2{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.blog-contenido h2:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
}

.page-contenido {
  align-items: center;
  margin:50px 0;
}

.page-contenido .wp-block-columns {
  margin: 50px 0;
}

.page-contenido .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-contenido p{
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
}

.page-contenido i{
  color: #dadada;
  font-size: 1.6rem;
  text-align: center;
}

.page-contenido h2{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}

.page-contenido h4{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
	margin:0;
}

.page-contenido h2:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
}

.page-titulo {
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

.page-titulo:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
}

/* Contenedor del formulario */
.page-contenido form p{
  text-align: left;
}

.page-contenido form.wpcf7-form {
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
}

/* Inputs al 50% */
.page-contenido .wpcf7-form input[type="text"],
.page-contenido .wpcf7-form input[type="email"],
.page-contenido .wpcf7-form input[type="tel"] {
  padding: 16px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Textarea al 100% */
.page-contenido .wpcf7-form textarea {
  width: 98%;
  padding: 1%;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  font-size: 16px;
  min-height: 120px;
  resize: vertical;
}

/* Foco */
.page-contenido .wpcf7-form input:focus,
.page-contenido .wpcf7-form textarea:focus {
  border-color: #80b6ff;
  box-shadow: 0 0 0 4px rgba(128, 182, 255, 0.2);
  outline: none;
}

/* Botón */
.page-contenido .wpcf7-form input[type="submit"] {
  background-color: #183650;
  color: white;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.page-contenido .wpcf7-form input[type="submit"]:hover {
  background-color: #0e2a3f;
}

/* Mensajes */
.page-contenido .wpcf7-response-output {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
}

.page-contenido .wpcf7-mail-sent-ok {
  background-color: #d1f7c4;
  color: #2b6600;
}

.page-contenido .wpcf7-validation-errors {
  background-color: #ffe0e0;
  color: #b13333330;
}

/*Contenido página general*/
.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.content-area {
  flex: 0 0 70%;
}

.sidebar {
  flex: 0 0 30%;
}

.post-summary {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.post-summary img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.post-summary h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.post-summary .date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-summary .excerpt {
  font-size: 16px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0073aa;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.entradas-destacadas{

}

.entradas-destacadas h2{
  font-size: 1.8rem;
  margin: 10px 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

.entradas-destacadas h2:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    margin-left: 40%;
    width: 20%;
    padding-top: 10px;
    margin-bottom: 30px;
}

.entradas-destacadas h3{
  font-size: 1.8rem;
  margin: 10px 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

.entradas-destacadas .post-date{
  text-align: center;
  background-color: #005f73;
  border-radius: 10px;
  color: #E7D6B2;
  font-size: 0.8rem;
  padding:6px 10px;
  display: inline-block;
  width: auto;
}

.entradas-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.entradas-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex: 1 1 300px;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.entradas-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.entradas-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.entradas-card a{
  text-decoration: none;
}

.entradas-card h3 {
  color: #333333;
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: left;
}

.entradas-destacadas h3:after {
    border-bottom: 2px solid #c44;
    display: block;
    content: '';
    width: 20%;
    padding-top: 10px;
}

.entradas-card p {
  color: #333333;
  font-size: 1.1rem;
  margin: 5px 0;
  text-align: left;
}


/*Convertidor de monedas*/
.currency-bcc{
  width: 100%;
}

.currency-bcc .h{
  color: #333333;
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: left;
}
/*Convertidor de monedas*/

.vp-portfolio__items-style-default .vp-portfolio__item-meta>:last-child {
    display: none;
}


.mobmenu
{
  background-color: rgba(0,95,115,0.7)!important;
  border-radius: 5px;
  padding: 2px 6px 6px 2px;
}