/*
    Theme Name: DSS - Premium
    Theme URI: 
    Author: CBT Comunicación y multimedia
    Author URI: https://cbt.es
    Description: Theme Diseñado para Turismo SS
    Version: 1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: dss-premium
*/

:root {
    --primary:#62605C;
    --bs-link-color-rgb:#0072CE;
    --secondary:#EAB70E;
    --primaryHover : rgba(0, 114, 206,0.9);
  }

@font-face {
    font-family: 'wigrum-bold';
    src: url('fonts/wigrumweb-bold.eot');
    src: url('fonts/wigrumweb-bold.eot?#iefix') format('embedded-opentype'),url('fonts/wigrumweb-bold.woff') format('woff')
}
@font-face {
    font-family: 'wigrum-regular';
    src: url('fonts/wigrumweb-regular.eot');
    src: url('fonts/wigrumweb-regular.eot?#iefix') format('embedded-opentype'),url('fonts/wigrumweb-regular.woff') format('woff')
}

.bg-black{
    background-color: #1D1D1B !important;
}
.bg-arena{
    background-color: #F3F3F0 !important;
}

*{
  font-family: 'wigrum-regular';
  color: #1D1D1B;  
  font-size: 22px;
}
h1{
    font-family: Superior Title;
    font-size: 44px !important;
}
h2{
    font-family: Superior Title;
    font-size: 60px !important;
}
h3{
    font-size: 44px !important;
}
h4{
    font-family: 'wigrum-bold';
    font-size: 28px !important;

}

.actualidad h1{
     font-size: 70px !important;
}

.menu-exp p{
    font-size: 24px !important;
    font-family: 'wigrum-regular';
    color:white !important;
    text-transform: uppercase !important;
    /*text-decoration: none !important;*/
    
}
nav h1{
    color: #939393;
}

nav h1:hover{
    color: #1D1D1B;
}
nav .active h1{
    color: #1D1D1B !important;
}

nav .offcanvas h1{
    color: #D5D3CE;
}


nav .offcanvas .active h1{
    color: #FFFFFF !important;
    border-left: 2px solid #EAB70E;
    padding-left: 25px;
}

nav .offcanvas p, nav .offcanvas a{
    color: white;
    font-size: 16px;
    margin: 0;
}

/* degradado para imagen de fondo*/
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
  z-index: 0;
}

.hero-section > * {
  position: relative;
  /*z-index: 1;*/
}

/*  Mostrar solo 3 lineas */
.descripcion-corta {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Número de líneas que quieres mostrar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*menu experiencias*/
.menu-filtro:hover, .menu-filtro.activo{
    opacity: 1 !important;
    cursor: pointer;
}
.menu-filtro div{
   border-bottom: 3px solid transparent;
  background-color:rgba(255, 255, 255, 0.1);
}
.menu-filtro:hover div, .menu-filtro.activo div{
   border-bottom: 3px solid white;
   background-color:rgba(255, 255, 255, 0.3);
}


footer a{
    font-size: 18px;
}

a .flecha {
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
a:hover .flecha{
    background-color: rgba(234, 183, 14, 0.30);
    /*height: 60px;
    width: 60px;*/
    
}

.boton{
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #999;
    font-size: 20px;
    font-family: 'wigrum-bold';
}

.boton:hover{
    background-color: #EAB70E4D;
    border-color: #EAB70E;
}
.corner{
    position: absolute;
    width: 15%;
    height: 15%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    top: 15%;
    right: 15%;
}

.exp {
  transition: width 0.3s ease, margin-left 0.3s ease;
  position: relative;
}

/*.exp:hover {
  width: 35% !important;
}*/

.experiencias-container{
        overflow: hidden;
    }

#filtered-content h1{
    font-size: 50px !important;
}


.seccion-img{
    max-height: 700px;
}

/******************** Responsive ***********************/
@media (max-width: 1400px) {

    h1{
          font-size: 30px !important;
    }
    h2{
          font-size: 40px !important;
    }
    h3{
        font-size: 32px !important;
    }

    .experiencias-container, .menu-exp{
        overflow-x: scroll !important;
    }

}


@media (max-width: 1200px) {
    #filtered-content h1{
        font-size: 40px !important;
    }
    .actualidad h1{
     font-size: 40px !important;
    }
    .seccion-img {
    max-height: 550px; /* o el valor que prefieras */
  }
}

@media (max-width: 780px) {
    #filtered-content h1{
        font-size: 30px !important;
    }
     .seccion-img {
    max-height: 350px; /* o el valor que prefieras */
  }
   .noticia-img {
    height: 200px !important;
  }
}


/*    anim noticias  */

.noticia-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.8s ease-out, transform 0.8s ease-out;
}

.noticia-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim-izquierda, .anim-derecha {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

.anim-izquierda {
  transform: translateX(-100px);
}

.anim-derecha {
  transform: translateX(100px);
}

.anim-visible {
  opacity: 1;
  transform: translateX(0);
}

.ocultar-scroll{
    overflow: auto;           /* o scroll, si prefieres */
  scrollbar-width: none;    /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}


.custom-box {
  align-items: stretch; /* Asegura que el div tenga la misma altura que la imagen */
  background-color: #AFA69D; /* Fondo con el color especificado */
  background-image: url('https://premium.dss-turismoa.cbt.es/wp-content/uploads/2025/10/s-fnd-catalogo.webp');
  background-repeat: no-repeat; /* Evita que la imagen se repita */
   background-size: auto 100%; 
}

#actualidad a:hover {
    background-color:rgba(255, 255, 255, 0.3) !important;
}

/* Botón de cierre (la X) */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 40px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  z-index: 10;
}

.scroll-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.left-arrow {
  left: -20px;
}

.right-arrow {
  right: -20px;
}

.foto-exp{
    height: 400px !important;
  }


/* Opcional: ocultar flechas en móviles */
@media (max-width: 768px) {
  .scroll-arrow {
    display: none;
  }
  .foto-exp{
    height: 200px !important;
    max-height: 200px !important;
  }
}
 
nav .offcanvas  a.dropdown-item{
    color: #000 !important;
    font-size: 18px !important;

}

.blanca p{
    font-size: 18px !important;
}
.blanca h2{
    font-size: 35px !important;
    font-family: 'wigrum-regular' !important;
}
.blanca h1{
    font-family: 'wigrum-regular' !important;
}

