/* =============================
   INFO PRACTICA - DISEÑO PRO
============================= */

.info-practica-section{
  position: relative;

  padding: 110px 0;

  background:
  linear-gradient(
    180deg,
    #f4f7f8 0%,
    #ffffff 100%
  );

  overflow: hidden;
}

.info-title h2{
  font-size: 42px;
  font-weight: 900;
  color: #135464;
  margin-bottom: 18px;
  letter-spacing: -2px;
}


.info-title p{
  font-size: 20px;
  color: #5f6b70;
  max-width: 760px;
  margin: auto;
  line-height: 1.9;
}

/* TARJETAS */
.info-card{
  position: relative;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  padding: 42px 30px;
  text-align: center;
  overflow: hidden;
  transition: .4s ease;
  height: 100%;
  box-shadow:
  0 15px 40px rgba(0,0,0,.25);
}

.info-card:hover{
  transform:
  translateY(-12px);
  border-color:
  rgba(255,255,255,.25);
  box-shadow:
  0 30px 60px rgba(0,0,0,.35);
}

.info-practica-section::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:320px;
  height:320px;
  background:
  rgba(19,84,100,.06);
  border-radius:50%;
  filter: blur(10px);
}

.info-practica-section::after{
  content:"";
  position:absolute;
  bottom:-150px;
  left:-100px;
  width:280px;
  height:280px;
  background:
  rgba(19,84,100,.05);
  border-radius:50%;
}

.info-icon{
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background: rgba(19,84,100,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.info-icon i{
  font-size: 32px;
  color: #6b6a6a;
}

.info-card h4{
  font-size: 22px;
  font-weight: 800;
  color: #282828;
  margin-bottom: 12px;
}

.info-card p{
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-btn{
  display: inline-block;
  background: #135464;
  color: white;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s ease;
}

.info-btn:hover{
  background: #30a0bca3;
  transform: scale(1.05);
}


.info-btn:hover{
  font: optional;
  color: #105668;
}

.hotel-rating {
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
  color: #333;
}

.hotel-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.hotel-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.hotel-btn {
  flex: 1;
  background: #2b3d46;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hotel-btn:hover {
  background: #1f2d33;
}
.hotel-btn-outline {
  flex: 1;
  border: 2px solid #2b3d46;
  color: #2b3d46;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hotel-btn-outline:hover {
  background: #2b3d46;
  color: white;
}
.hotel-services span {
  background: #f2f4f7;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444;
}

.hotel-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
}

.hotel-card{
  background: white;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  transition: .3s ease;
  height: 100%;
}

.hotel-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.hotel-card img{
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.hotel-body{
  padding: 20px;
}

.hotel-body h4{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #135464;
}

.hotel-stars{
  margin-bottom: 12px;
}

.hotel-stars i{
  color: #f4b400;
  font-size: 14px;
}

.hotel-desc{
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

.hotel-info{
  font-size: 13px;
  color: #444;
  margin-bottom: 6px;
}

.hotel-info i{
  color: #135464;
  margin-right: 8px;
}

.hotel-btn{
  margin-top: 10px;
  display: inline-block;
  background: #135464;
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: .3s ease;
}

.hotel-btn:hover{
  background: #429cb2bc;
  transform: scale(1.05);
}
.hotel-btn:hover{
  font: optional;
  color: #093743;
}
/* ======================================================
   HEADER SECCION
====================================================== */

.detalle-header{
  position: relative;

  text-align: center;

  padding: 70px 20px 45px;

  margin-bottom: 50px;

  overflow: hidden;
}

/* ETIQUETA */

.detalle-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: rgba(15, 76, 92, .10);

  color: #0f4c5c;

  padding: 10px 18px;

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .5px;
  text-transform: uppercase;

  margin-bottom: 18px;
}

/* ICONO */

.detalle-tag i{
  font-size: 14px;
}

/* TITULO */
.detalle-header h3{
  color: #0f4c5c;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 20px;

  text-shadow:
  0 3px 10px rgba(0,0,0,.08);
}

/* DESCRIPCION */

.detalle-header p{
  max-width: 720px;

  margin: auto;

  color: #5f6b7a;

  font-size: 17px;

  line-height: 1.8;
}

/* LINEA DECORATIVA */

.detalle-header::after{
  content: "";

  display: block;

  width: 150px;
  height: 4px;

  background: linear-gradient(
    90deg,
    #0f4c5c,
    #41b6c4
  );

  border-radius: 20px;

  margin: 28px auto 0;
}
/* ======================
   CLIMA PRO MODERNO (CORONEO)
   Colores: negro/gris + #135464
============================ */

.weather-section{
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ================= HERO ================= */
.weather-hero{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  padding: 28px;
  background: url("assets/img/coroneo-web/fondo-cielo.webp") center/cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

/* overlay elegante */
.weather-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.577),
    rgba(19,84,100,0.55)
  );
  z-index: 1;
}

.weather-chart-wrapper{
  position: relative;
  width: 100%;
  height: 260px;
}

.weather-chart-wrapper canvas{
  width: 100% !important;
  height: 100% !important;
}

/* contenido */
.weather-content{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

/* izquierda */
.weather-left{
  flex: 1;
  min-width: 280px;
}

.weather-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 14px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  margin-bottom: 14px;
}

.weather-left h2{
  font-size: 1.9rem;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.weather-left p{
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 18px;
  max-width: 430px;
}

/* temperatura */
.weather-temp-wrap{
  display: flex;
  align-items: center;
  gap: 12px;
}

.weather-icon-pro{
  font-size: 2.6rem;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,0.35));
}

#weather-temp{
  font-size: 3.2rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}

/* ================= STATS ================= */
.weather-stats{
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  min-width: 320px;
}

.weather-stat{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  transition: 0.25s ease;
}

.weather-stat:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,0.14);
}

.weather-stat i{
  font-size: 1.45rem;
  color: #9adbe9;
}

.weather-stat span{
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.70);
}

.weather-stat strong{
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
}

/* ================= BOTTOM GRID ================= */
.weather-chart-card{
  background: white;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.weather-hours-card{
  background: white;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  height: 100%;
}

.weather-hours-grid{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-top: 10px;
}
/* tarjetas blancas abajo */
.weather-card{
  background: white;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.06);
}

.weather-card-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 800;
  color: #1c2b32;
  margin-bottom: 14px;
}

.weather-card-title i{
  color: #135464;
  font-size: 1.15rem;
}

/* ================= HORAS ================= */
.weather-hours-grid{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.weather-hours-grid::-webkit-scrollbar{
  height: 6px;
}

.weather-hours-grid::-webkit-scrollbar-thumb{
  background: rgba(19,84,100,0.40);
  border-radius: 10px;
}

.hour-item{
  min-width: 92px;
  background: #f5f7f8;
  border-radius: 18px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.06);
  transition: 0.25s ease;
}

.hour-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.hour-time{
  display: block;
  font-weight: 800;
  font-size: 0.88rem;
  color: #1c2b32;
}

.hour-icon{
  display: block;
  font-size: 1.5rem;
  margin: 7px 0;
}

.hour-temp{
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
  color: #135464;
}

/* ================= CHART ================= */
.weather-chart-wrapper{
  width: 100%;
  height: 250px;
}

.weather-bottom-grid{
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.weather-chart-wrapper{
  position: relative;
  width: 100%;
  height: 250px; /* aquí defines el tamaño real */
}

.weather-chart-wrapper canvas{
  width: 100% !important;
  height: 100% !important;
  display: block;
}


/* ======================
   WEATHER BOTTOM UNIDO
====================== */

.weather-bottom{
  margin-top: 18px;
}

.weather-full{
  width: 100%;
}

/* separador elegante */
.weather-divider{
  margin: 18px 0;
  border: none;
  height: 1px;
  background: rgba(0,0,0,0.08);
}

/* canvas NO se debe estirar feo */
.weather-chart-wrapper{
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 10px;
}

.weather-chart-wrapper canvas{
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.transporte-card{
  background: white;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  transition: .3s ease;
  height: 100%;
}

.transporte-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.transporte-card img{
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.transporte-body{
  padding: 20px;
}

.transporte-body h4{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #135464;
}

.transporte-body p{
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

.transporte-info{
  font-size: 13px;
  color: #444;
  margin-bottom: 12px;
}

.transporte-info i{
  color: #135464;
  margin-right: 8px;
}

.transporte-btn{
  display: inline-block;
  background: #135464;
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: .3s ease;
}

.transporte-btn:hover{
  background: #429cb2bc;
  transform: scale(1.05);
}
.transporte-btn:hover{
  font: optional;
  color: #093743;
}

.transporte-desc{
  font-size: 0.95rem !important; /* más grande */
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6; /* se ve más elegante */
}
.transporte-list{
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}



.transporte-list li{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 8px;
}

.transporte-list li i{
  color: #135464;
  font-size: 1rem;
}

.transporte-lugares{
  background: #f7f9fa;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 15px;
}

.transporte-lugares span{
  display: block;
  margin-bottom: 5px;
}

.transporte-divider{
  margin: 14px 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}


.direccion-link{
  color: #171717 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  transition: all .3s ease;
}
/* ÍCONO */
.direccion-link i{
  font-size: 16px;
  transition: all .3s ease;
}
/* HOVER SUAVE */
.direccion-link:hover{
  color: #2f2f2f !important;
  font-weight: 600;
  transform: scale(1.05);
}

.direccion-link:hover i{
  transform: rotate(-10deg) scale(1.1);
}

.auto-info-grid{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}

.hotel-info{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0;
    line-height: 1.6;
}

.hotel-info i{
    min-width: 20px;
    color: #0b5c73;
    margin-top: 3px;
}

.hotel-info span,
.hotel-info{
    word-break: break-word;
}



.hotel-contacto{

    position:relative;

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:12px;

}

.info-redes-btn{

    background:transparent;

    color:#17718d;

    border:none;

    font-weight:600;

    display:flex;

    align-items:center;

    gap:6px;

    cursor:pointer;

    transition:.3s;

}

.info-redes-btn:hover{

   font-weight:800;
    color:#155365 !important;

    transform:translateY(-2px);

}

.info-redes-btn i{

    font-size:18px;

}

.redes-popup{

    position:absolute;

    right:0;

    top:-15px;

    transform:translateY(-100%);

    width:190px;

    background:#fff;

    border-radius:15px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    padding:15px;

    display:none;

    z-index:50;

}

.redes-popup.active{

    display:block;

}

.redes-popup a{

    display:flex;

    align-items:center;

    gap:12px;

    color:#2d2d2d;

    text-decoration:none;

    padding:10px 0;

    border-bottom:1px solid #eee;

    transition:.3s;

}

.redes-popup a:last-child{

    border:none;

}

.redes-popup a:hover{

    color:#0d5c73;

    padding-left:8px;

}

.redes-popup i{

    font-size:20px;

    width:25px;

    text-align:center;

}




