body{
    font-family: "Oswald", sans-serif;
}
.header_main{
    position: absolute;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.8) 40%, rgb(0 0 0 / 0%) 100%);
    transition: all 0.5s ease;
}
.header_main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000; /* Fondo negro sólido */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.logo_animate {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
.header_main .ul_menu_main ul{
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px;
}
.header_main .ul_menu_main ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
}
.ul_menu_main ul li a.a_main {
    position: relative;
    text-decoration: none;
    color: #fff; /* o el color que desees */
    padding-bottom: 5px;
    transition: color 0.3s ease;
  }
  
  .ul_menu_main ul li a.a_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #fff; /* color de la línea */
    transition: width 0.4s ease;
  }
  
  .ul_menu_main ul li a.a_main:hover::after {
    width: 100%; /* Aparece la línea como si creciera */
  }
  
.header_main .ul_menu_main ul li .a_main{
    margin: 0px 20px;
}
.header_main .ul_menu_main ul li .a_sesion{
    background-color: #026636;
    padding: 5px 12px;
    border-radius: 30px;
}
.info_title_main{
    position: absolute;
    top: 38%;
}
.info_title_main h2{
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
}
.info_title_main h2 b{
    font-weight: 700;
}
.container_home_banner{
    background-color: #000000;
    height: 100vh;
}
.container_home_banner .img_banner{
    width: 100%;
    height: 100%;
}
.container_home_banner .fondo_banner{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000004a;
}
.container_home_banner .img_banner .video_home{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.container_home_banner .redes_banner{
    position: absolute;
    right: 6%;
    top: 43%;
}
.container_home_banner .redes_banner ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.container_home_banner .redes_banner ul li{
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.35s ease;
    cursor: pointer;
    margin: 10px 0px;
}
.container_home_banner .redes_banner ul li:hover {
    transform: translateY(-6px) scale(1.08);
    filter: drop-shadow(0 6px 12px rgba(255, 255, 255, 0.3));
}
.container_home_banner .redes_banner ul li a img{
    width: 40px;
    transition: opacity 0.3s ease;
}
.container_home_banner .redes_banner ul li:hover a img {
    opacity: 0.9;
}
.container_home_banner .tabs_ul_a{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
}
.container_home_banner .tabs_ul_a ul{
    display: flex;
    width: fit-content;
    margin: auto;
    padding: 0px;
    list-style: none;
    bottom: 0px;
    position: relative;
}
.container_home_banner .tabs_ul_a ul li{
    display: inline-block;
    list-style: none;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}
.container_home_banner .tabs_ul_a ul li:hover {
    transform: translateY(-8px);
}
.container_home_banner .tabs_ul_a ul li a{
    color: #026636;
    padding: 10px 20px;
    margin: 0px 10px;
    background-color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    width: 185px;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.container_home_banner .tabs_ul_a ul li:hover a {
    background-color: #026636;
    color: #ffffff;
    box-shadow: 0 -4px 20px rgba(2, 102, 54, 0.25);
}
.container_home_banner .tabs_ul_a ul li:hover a img {
    filter: brightness(0) invert(1);
}
.container_home_banner .tabs_ul_a ul li a img{
    width: 25px;
}
.second_banner .fondo_second_banner{
    background: url(../imgs/fondo_fotos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    border-radius: 20px;
}

.section_cafe_fondo{
    background: url(../imgs/fondo_cafe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.color_blanco{
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.color_blanco img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Card hover effects */
.card_hover {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}
.card_hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(2, 102, 54, 0.18);
}
.card_hover:hover img {
    transform: scale(1.06);
}
.section_cafe_fondo .texto_mosaico h3{
    color: #ffffff;
    font-size: 42px;
}
.section_cafe_fondo .texto_mosaico p{
    font-weight: 800;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px;
}
.section_cafe_fondo .texto_mosaico span{
    color: #ffffff;
    font-size: 20px;
}

/**/
.section_experiencia h3{
    color: #026636;
    font-size: 60px;
    font-weight: 400;
}
.section_experiencia .fondo_fep{
    background-color: #effef7;
    padding: 25px;
    border-radius: 20px;
}
.section_experiencia h3 b{
    font-weight: 800;
}
.section_experiencia p{
    color: #000000;
    font-weight: 400;
}
.section_experiencia .imagen_hotel img{
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease;
}
.section_experiencia .imagen_hotel {
    overflow: hidden;
    border-radius: 20px;
}
.section_experiencia .imagen_hotel:hover img {
    transform: scale(1.04);
    box-shadow: 0 16px 40px rgba(2, 102, 54, 0.15);
}

.video .video_fondo{
    border-radius: 20px;
    height: 450px;
    background-color: #000000;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video .video_fondo:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}
.video .video_fondo img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video .video_fondo:hover img {
    transform: scale(1.03);
}

.map_link {
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.map_link:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(2, 102, 54, 0.15);
}
.map_link img {
    transition: transform 0.5s ease;
}
.map_link:hover img {
    transform: scale(1.02);
}
.recomendado .fondo_recomendado{
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 30px;
}
.recomendado .fondo_recomendado h3{
    color: #026636;
    font-size: 32px;
    font-weight: 700;
}
.recomendado .fondo_recomendado .recomendado_item{
    background-color: #000000;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}
.recomendado .fondo_recomendado .recomendado_item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 45px rgba(2, 102, 54, 0.22);
}
.recomendado .fondo_recomendado .recomendado_item img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.4s ease;
}
.recomendado .fondo_recomendado .recomendado_item:hover img {
    transform: scale(1.08);
    opacity: 0.92;
}
/** Footer **/
.site_footer {
    font-family: "Oswald", sans-serif;
}

.footer_main {
    background: linear-gradient(165deg, #014a26 0%, #026636 55%, #028a47 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}

.footer_main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.footer_grid {
    position: relative;
    z-index: 1;
}

.footer_brand .footer_logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer_brand .footer_logo img {
    max-width: 180px;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.footer_brand .footer_logo:hover img {
    opacity: 1;
}

.footer_tagline {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 320px;
    letter-spacing: 0.02em;
}

.footer_social {
    display: flex;
    gap: 12px;
}

.footer_social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer_social_link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer_social_link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.footer_social_link:hover img {
    transform: scale(1.1);
}

.footer_title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    opacity: 0.85;
}

.footer_links,
.footer_contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links li {
    margin-bottom: 10px;
}

.footer_links li a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer_links li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer_contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.footer_contact_icon {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
    margin-top: 1px;
}

.footer_contact li a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.footer_contact li a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer_bottom {
    background: #1c1208;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.footer_copyright,
.footer_credit {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
}

.footer_credit a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer_credit a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Legacy footer classes kept for compatibility */
.section_listados{
    background-color: #026636;
}
.section_derechos{
    background-color: #603814;
}
.section_derechos p{
    font-size: 14px;
    color: #ffffff;
}
.ul_listadop ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}
.ul_listadop ul li::marker {
    color: #ffffff;
}
.ul_contacto h2{
    color: #ffffff;
}
.ul_contacto ul {
    list-style: none;
    padding: 0px;
}
.ul_contacto ul li{
    color: #ffffff;
}
.section_redes_footer{
    background-color: #026636;
}
.section_redes_footer .flex_item{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
}
.section_redes_footer .flex_item ul{
    display: flex;
    list-style: none;
    margin: 0px;
}
.section_redes_footer .flex_item ul li img{
    width: 30px;
    transition: transform 0.35s ease, filter 0.35s ease;
}
.section_redes_footer .flex_item ul li:hover img {
    transform: translateY(-4px) scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.ul_listadop ul li a {
    transition: opacity 0.3s ease, padding-left 0.3s ease;
}
.ul_listadop ul li a:hover {
    opacity: 0.85;
    padding-left: 4px;
}

.ul_contacto ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.ul_contacto ul li a:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.footer_credit {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}
.footer_credit a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}
.footer_credit a:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.titulo-con-espacios {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    color: #2e7d32;
    font-weight: bold;
    font-size: 30px;
  }
  
  .titulo-con-espacios::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-radius: 10px;
    border-bottom: 2px solid;
    border-top: 2px solid;
  }
  .bton_reserva{
    width: fit-content;
    background-color: #026636;
    margin: 20px auto 0px;
    padding: 8px 22px;
    border-radius: 20px;
  }
  .bton_reserva a{
    color: #ffffff;
    text-decoration: none;
  }