/* ===== HEADER SÓLIDO (páginas internas) ===== */
.cw-header-solid {
  position: relative !important;
  background: #fff !important;
  position: fixed !important;   /* ← agrega esto */
  border-bottom: 1.5px solid #f0e6d6 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.cw-header-solid .cw-logo {
  margin-top: 0;
  height: 40px;
}

.cw-header-solid .cw-nav a {
  color: #343434 !important;
}

.cw-header-solid .cw-nav a.active {
  color: #fa6600 !important;
  font-weight: 700;
}

.cw-hoteleria-hero {
 position: relative;
  width: 100%;
  height: 650px;
  background: url('../../img/hero2.png') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.cw-hoteleria-hero-content {
  position: relative;
  z-index: 1;
  padding: 0px 60px 40px 60px;
}
.cw-hoteleria-hero-content h1 {
  font-size: 3.0em;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 10px 0;
  line-height: 1.5;
}
.cw-hoteleria-hero-content p {
  font-size: 1.8em;
  color: rgba(255,255,255,0.82);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
	.cw-hoteleria-hero {
	   height: 250px;   
	}
	.cw-hoteleria-hero-content {	   
	  padding: 0px 1px 10px 1px;
	}
	.cw-hoteleria-hero-content h1 {
	  font-size: 1.2em !important;
	  font-weight: 600;
	  color: #fff;
	  margin: 0px 0 15px 0;
	  line-height: 1.1;
	  text-shadow: 2px 2px 4px #000;
	}
	.cw-hoteleria-hero-content p {
	  font-size: .80em;
	  color: rgba(255,255,255,0.82);
	  margin: 0;
	  line-height: 1.1;
	  text-shadow: 2px 2px 4px #000;
	}
}

.cw-hoteleria-beneficios {
  background: #fff;
  padding: 64px 0 28px 0;
  box-shadow: 0 5px 24px 0 #ffe1c26b;
  margin-bottom: 0;
}
.cw-hoteleria-beneficios-title {
  color: #fa6600;
  letter-spacing: 2.5px;
  font-size: 2.0em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.cw-hoteleria-beneficios-h2 {
  font-size: 3.0em;
  color: var(--dark);
  text-align: center;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.cw-hoteleria-beneficios-desc {
  text-align: center;
  color: #c2c2c2;
  margin-bottom: 36px;
  margin-top: 0;
  font-size: 1.4em;
}
.cw-hoteleria-beneficios-grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}
.cw-hoteleria-beneficio-card {
  background: #fcf9f7;
  border: 1.5px solid #ffefde;  
  flex: 1 1 240px;
  min-width: 240px; max-width: 440px;
  padding: 38px 32px 28px 32px;
  text-align: center;
  box-shadow: 0 2px 12px #fa660012;
  transition: box-shadow .16s;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 3.5px solid #c2c2c2;
}
.cw-hoteleria-beneficio-card:hover {
  box-shadow: 0 6px 28px #fa660045;
  border-color: #fa6600;
}
.cw-hoteleria-beneficio-card svg {
  width: 40px; height: 40px;
  margin-bottom: 20px;
  fill: #fa6600;
  opacity: .89;
}
.cw-hoteleria-beneficio-card h3 {
  color: #232323;
  font-size: 1.4em;
  font-weight: 700;
  margin: 10px 0 12px 0;
  letter-spacing: -.5px;
}
.cw-hoteleria-beneficio-card p {
  color: #7b726b;
  font-size: 1.0em;
  margin: 0;
  line-height: 1.6;
  opacity: .96;
}
.cw-hoteleria-beneficios-list-pq{
  text-align: center;
  color: #c2c2c2;
  margin-bottom: 36px;
  margin-top: 0;
  font-size: 1.4em;
}
@media (max-width: 900px) {
	
	.cw-hoteleria-beneficios-title {	 
	  font-size: 1.0em;	  
	}
	.cw-hoteleria-beneficios-h2 {
	  font-size: 1.5em;	  
	}
	.cw-hoteleria-beneficios-desc {	  
	  font-size: 1.0em;
	}
	.cw-hoteleria-beneficios-list-pq{ 
		font-size: 1.1em;
		
	}
	
}


.cw-hoteleria-proceso {
  background: #fff;
  color: #000;
  padding: 64px 0 46px 0;
  text-align: center;
}
.cw-hoteleria-proceso h3 {
  color: #000;
  font-size: 3.0em;
  letter-spacing: -.8px;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 700;
}
.cw-hoteleria-proceso h4 {
  color: #fa6600;
  text-transform: uppercase;
  margin: 0 auto 6px auto;
  font-weight: 700;
  font-size: 2.0em;
  letter-spacing: 2.7px;
}
.cw-hoteleria-proceso-desc {
  color: #7b726b;
  font-size:1.4em;
  opacity: .74;
  margin-bottom: 38px;
}
.cw-hoteleria-proceso-pasos {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.cw-hoteleria-proceso-paso {  
  padding: 34px 34px 26px 34px;
  min-width: 220px;
  max-width: 550px;   
  text-align: center;
  margin-bottom: 12px; 
}

.cw-hoteleria-proceso-num {
  width: 82px; 
  height: 82px; 
  min-width: 82px;
  border-radius: 50%; 
  background: #fa6600; 
  color: #fff;
  font-size: 2.3em; 
  font-weight: 700;
  display: flex; 
  align-items: center; 
  justify-content: center;
  z-index: 1; 
  box-shadow: 0 4px 14px rgba(250,102,0,0.25);
}
.cw-hoteleria-proceso-paso h5 {
  font-size: 1.4em;
  margin: 4px 0 10px 0;
  color: #000;
  font-weight: 700;
}
.cw-hoteleria-proceso-paso p {
  color: #7b726b;
  margin: 0;
  font-size: 1em;
  line-height: 1.62;
  font-weight: 400;
}
@media (max-width: 900px) {
		
	.cw-hoteleria-proceso h3 {
	   font-size: 1.5em;	 
	}
	.cw-hoteleria-proceso h4 {	  
	  font-size: 1.0em;	  
	}
	.cw-hoteleria-proceso-desc {	  
	  font-size:1em;	  
	}
	
}

.cw-hoteleria-evalua {
  background: #f7f7f7;
  padding: 54px 0 36px 0;
}

.cw-hoteleria-evalua-h1 {
  text-align: center;
  font-size: 3.0em;
  font-weight: 700;
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.cw-hoteleria-evalua-desc {
  text-align: center;
  color: #333;
  font-size: 1.4em;
  max-width: 850px;
  margin: 0 auto 34px auto;
  line-height: 1.5;
}

.cw-hoteleria-evalua-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1780px;
  margin: 0 auto 34px auto;
  flex-wrap: wrap;
}

.cw-hoteleria-evalua-block {
  background: #fff;
  border: 2.5px solid #7b726b;
  border-radius: 15px;
  padding: 34px 32px;
  min-width: 340px;
  max-width: 530px;
  flex: 1 1 260px;
  box-shadow: 0 2px 16px #ffb88211;
  margin-bottom: 18px;
}

.cw-hoteleria-evalua-icon {
  font-size: 2.0em;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 18px;
  letter-spacing: .01em;
}

.cw-hoteleria-evalua-block ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.cw-hoteleria-evalua-block li {
  font-size: 1.4em;
  line-height: 1.7;
  color: #fa6600;
  margin-bottom: 2px;
  font-weight: 500;
}
@media (max-width: 900px) {
	.cw-hoteleria-evalua-h1 {	 
	  font-size: 1.5em;	 
	}
	.cw-hoteleria-evalua-desc {	  
	  font-size: 1.0em;	  
	}
		
	.cw-hoteleria-evalua-icon {
	  font-size: 1.5em;	  
	}
	
	.cw-hoteleria-evalua-block li {
	  font-size: 1.0em;
	}
}
.cw-hoteleria-evalua-digital {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  max-width: 1780px;
  margin: 24px auto 0 auto;
  flex-wrap: wrap;
}

.cw-hoteleria-evalua-digital-full {
  width: 80vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #f7f7f7;
  padding: 44px 0 0 0;
  box-sizing: border-box;
  color: #000;
}

.cw-hoteleria-evalua-digizq-wide {
  max-width: none;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.cw-hoteleria-evalua-destacado {
  font-size: 3.0em !important;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
  line-height: 1.3;
  margin-top: 0;
}
.cw-hoteleria-evalua-destacado span {
  color: #000;
  font-weight: 400;
  font-size: .45em !important;
  display: inline-block;
  margin-top: 8px;
}
.cw-hoteleria-evalua-digizq-wide ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 22px auto;
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 32px;
}
.cw-hoteleria-evalua-digizq-wide li {
  color: #fa6600;
  font-size: 1.4em !important;
  font-weight: 500;
  margin-bottom: 0;
  min-width: 280px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 23px;
}
.cw-hoteleria-evalua-h2{
  font-size: 2.0em !important;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fa6600;
  line-height: 1.3;
  margin-top: 0;
}
.cw-hoteleria-evalua-hservices-centered {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1vw;           /* Menos espacio entre imágenes */
  padding: 0 1vw;     /* Menos padding para más espacio real */
  width: 100vw;       /* Que ocupe el ancho completo de la ventana */
  max-width: 100vw;   /* Elimina limitantes */
  margin: 36px calc(50% - 50vw) 0 calc(50% - 50vw); /* Empuja el contenedor a los bordes */
  flex-wrap: nowrap;  /* No permite saltar abajo */
  box-sizing: border-box;
  background: transparent;
}

.cw-hoteleria-evalua-hservices-centered .cw-hoteleria-evalua-icon-img {
  flex: 1 1 0;
  width: 0; /* El flex hace que todas ocupen el mismo ancho */
  max-width: 530px;  /* el máximo, para que no crezca demasiado en monitores grandes */
  min-width: 350px;  /* el mínimo si la pantalla es pequeña */
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 6px #17171721;
  background: #fff;
}
.cw-hoteleria-evalua-pie {
  text-align: center;
  color: #333;
  font-size: 1.5em;
  max-width: 1780px;
  margin: 20px auto 34px auto;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .cw-hoteleria-evalua-digital-full {
	  width: 100vw;	 	 
	  padding: 44px 0 0 0;
	 
	}
  .cw-hoteleria-evalua-destacado {
	font-size: 1.5em !important;
  }
  .cw-hoteleria-evalua-destacado span {  
    font-size: .55em !important;
  }
  .cw-hoteleria-evalua-digizq-wide li {
    padding: 0 85px;
	font-size: 1.0em !important;
  }	
  .cw-hoteleria-evalua-digital-full {
    padding: 28px 0 0 0;
  }
  .cw-hoteleria-evalua-hservices-centered {
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
  }
  .cw-hoteleria-evalua-hservices-centered .cw-hoteleria-evalua-icon-img {
    flex: 0 0 98vw;
    width: 100vw;
    max-width: 298vw;
    min-width: 200px;
  }
  .cw-hoteleria-evalua-h2{
	font-size: 1.0em !important;
	text-align:center;
  
  
}
}

@media (max-width: 600px) {
  .cw-hoteleria-evalua-digital-full {
    padding-top: 16px;
  }
  .cw-hoteleria-evalua-digizq-wide ul {
    flex-direction: column;
    gap: 8px 0;
    max-width: 100vw;
  }
  .cw-hoteleria-evalua-hservices-centered {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .cw-hoteleria-evalua-icon-img {
    width: 94vw;
    max-width: 100vw;
    min-width: 0;
    display: block;
    margin: 0 auto;
  }
}

.cw-hoteleria-cta-estadistica {
  display: flex;
  background: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size:3.0em;
 
}
.cw-hoteleria-cta-col {
  flex: 1 1 0;
  padding: 34px 38px 34px 52px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.cw-hoteleria-cta-col--right {
  padding-left: 44px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
}
.cw-hoteleria-cta-porcentaje {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 7px;
  line-height: 1;
  
}
.cw-hoteleria-cta-estadistica h3 {
  font-size: 1.0em;
  font-weight:700;
  margin-bottom: 13px;
  margin-top: 0;
}
.cw-hoteleria-cta-estadistica p {
  margin: 0;
  font-size: .90em;
  opacity: 0.97;
}
.cw-hoteleria-cta-estadistica .cw-hoteleria-btn {
  margin-top: 26px;
  background: #fff;
  color: #fa6600;
  box-shadow: none;
}
.cw-hoteleria-cta-estadistica .cw-hoteleria-btn:hover {
  background: #f8daaf;
}

@media (max-width: 900px) {
	.cw-hoteleria-cta-porcentaje {
	  font-size: 1.2em;
	  
	}
	.cw-hoteleria-cta-estadistica h3 {
	  font-size: .50em;
	}
	.cw-hoteleria-cta-estadistica p {	 
	  font-size: .40em;
	}
}
.cw-hoteleria-contacto {
  background: #181818;
  color: #fff;
  padding: 60px 0 0 0;
  min-height: 440px;
  position: relative;
}
.cw-hoteleria-contacto-content {
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
  gap: 24px;
}
.cw-hoteleria-contacto-block {
  flex: 1 1 470px;
  margin-right: 18px;
}
.cw-hoteleria-contacto-title {
  color: var(--orange);
  letter-spacing: 2px;
  font-size: 1.13em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.cw-hoteleria-contacto-h2 {
  margin: 0 0 6px 0;
  font-size: 1.92em;
  font-weight: 700;
  color: #fff;
}
.cw-hoteleria-contacto-desc {
  margin-top: 0;
  margin-bottom: 30px;
  color: #cececd;
  font-size: 1.10em;
}
.cw-hoteleria-contacto-form {
  background: #232323;
  border-radius: var(--radius);
  box-shadow: 0 3px 36px #1a09096c;
  padding: 38px 26px 24px 26px;
  width: 100%;
  max-width: 410px;
  z-index:2;
  position:relative;
}
.cw-hoteleria-contacto-form label {
  font-size: .96em;
  font-weight: 600;
  opacity: .93;
  margin-bottom: 2px;
  display: block;
  color: #fff;
}
.cw-hoteleria-contacto-form input {
  width: 100%;
  font-size: 1.1em;
  padding: 13px 16px;
  margin-bottom: 17px;
  border-radius: 8px;
  border: 1.6px solid #2c2c2c;
  box-sizing: border-box;
  background: #181818;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: border .16s;
}
.cw-hoteleria-contacto-form input:focus {
  border: 1.6px solid var(--orange);
  background: #211e1b;
}
.cw-hoteleria-contacto-form button {
  width: 100%;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 0;
  font-size: 1.13em;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 8px;
  transition: background .17s;
}
.cw-hoteleria-contacto-form button:hover {
  background: #ed5600;
}
.cw-hoteleria-contacto-alt {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  font-size:1em;
}
.cw-hoteleria-wa-btn {
  background: #25d366;
  color: #fff;
  padding: 8px 16px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  margin-left: 6px;
  display: inline-block;
  transition: background .16s;
}
.cw-hoteleria-wa-btn:hover { background: #1b9948;}
.cw-hoteleria-contacto-img {
  max-height: 270px;
  width: auto;
  margin-left: -34px;
  margin-bottom: -30px;
  z-index:0;
  position: relative;
  border-bottom-right-radius: 24px;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1100px) {
  .cw-hoteleria-header {padding-left: 26px; padding-right: 26px;}
  .cw-hoteleria-hero-content {margin-left: 18px;}
  .cw-hoteleria-contacto-content {flex-direction: column; align-items: stretch; padding-bottom: 24px;}
  .cw-hoteleria-contacto-img {margin-left: 0; align-self: flex-end;}
}
@media (max-width: 800px) {
  .cw-hoteleria-header {flex-direction: column; gap:12px; padding-top: 21px; padding-bottom: 16px;}
  .cw-hoteleria-btn, .cw-hoteleria-lang {margin-left: 0;}
  .cw-hoteleria-hero {padding: 52px 0 50px 0;}
  .cw-hoteleria-hero-content h1 {font-size:2em;}
  .cw-hoteleria-beneficios-grid {flex-direction: column; gap:18px;}
  .cw-hoteleria-proceso-pasos {flex-direction: column; gap:19px;}
  .cw-hoteleria-cta-estadistica {flex-direction: column;}
  .cw-hoteleria-cta-col, .cw-hoteleria-cta-col--right {
    padding: 22px 18px 22px 18px;
  }
  .cw-hoteleria-contacto-content {padding-bottom: 0;}
}
.cw-hoteleria-end{
	background: #1a1a1a; 
	color:#fff; 
	font-size:1.8em; 
	padding: 0 110px
}	
@media (max-width: 900px) {
	.cw-hoteleria-end{
		padding: 0 11px;
		font-size:1.0em;
	} 
}
