.heroInnobasque, .heroInnobasque_content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100vh - 113px);
}

.heroInnobasque {
    overflow: hidden;
/*    background: url("https://www.saintfuckingpetersburg.com/img/drone_shot.44a2dd58.jpg") no-repeat 50% fixed;*/
    background-size: cover;
}
.heroInnobasque_video, .heroInnobasque iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
   /* 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
   /* 16/9*100 = 177.77 */
}
.heroInnobasque iframe {
    opacity: 0;
}
.heroInnobasque iframe.loaded {
    opacity: 1;
}
.heroInnobasque_content {
    z-index: 8675309;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 50%;
    max-width: auto;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
}
.heroInnobasque_content_title {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 53px;
    color: #FFFFFF;
}

.heroInnobasque_content_title p {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
}

.heroInnobasque_content_title a {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 53px;
    color: #FFFFFF;
    text-decoration: underline;
    transition: all 0.3s linear;
    position: relative;
    display: inline-block;
    padding-right: 45px;
}

.heroInnobasque_content_title a:hover {
    transition: all 0.3s linear;
    color: #c9d770;
}

.heroInnobasque_content_title>a:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 5px solid transparent;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    border-bottom: 5px solid #fff;
    border-right: 5px solid#fff;
    top: 10px;
    border-radius: 6px;
    transition: all 0.3s linear;
}

.heroInnobasque_content_title>a:hover:before {
    right: 10px;
    transform: rotate(225deg);
    border-bottom: 5px solid #c9d770;
    border-right: 5px solid#c9d770;
    top: 25px;   
    transition: all 0.3s linear;
}



.heroInnobasque_content a.boton {
    background: #FFF;
    padding: 10px 24px;
    border-radius: 50px;
    margin-top: 10px;
    font-family: "Poppins", Arial, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #001783;
    border: 1px solid #FFF;
    transition: all 0.3s linear;
}

.heroInnobasque_content a.boton:hover {
    background: transparent;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.heroInnobasque_content_play {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    border: 2px solid transparent;
    border-radius: 50%;
    background: rgba(22, 22, 16, 0.75);
    text-indent: -9999px;
    transition: border-color 0.3s ease;
    animation: pulse 3s infinite;
}
.heroInnobasque_content_play:hover {
    border-color: #fff;
    animation: none;
}
.heroInnobasque_content_play:after {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 1.425rem;
    width: 0;
    height: 0;
    border: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1rem 0 1rem 1.5rem;
}

.heroInnobasque:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   /* background: url(/wp-content/uploads/2023/01/mascaraSlider.jpg);*/
    background-size: 100%;
    background-position: top left;
    mix-blend-mode: screen;
    z-index: 10;
    background-repeat: no-repeat !important;
}

.heroInnobasque:after {
    content: "";
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.heroInnobasque .imagenFondo {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.heroInnobasque_content_title a .desplegable {
    display: none;
    position: absolute;
    min-width: 400px;
    background: #FFF;
    left: 0px !important;
    bottom: auto !important;
    top: 100% !important;
    z-index: 989;
}

.heroInnobasque_content_title a .desplegable ul {
    margin: 15px;
    padding-left: 0px;
}

.heroInnobasque_content_title a .desplegable ul li {
    list-style: none;
}

.heroInnobasque_content_title a .desplegable ul li a {
    padding: 15px 10px 15px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
    font-family: "Poppins", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #1F1F1F;
    transition: all 0.3s linear !important;
    text-decoration: none;
}

.heroInnobasque_content_title a .desplegable ul li a:hover {
    background: #c9d770;
    color: #FFF;
    transition: all 0.3s linear !important;
}

/*.heroInnobasque_content_title a .desplegable ul li a:before {
    content: "";
    position: absolute !important;
    right: 30px;
    left: auto !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #222222;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg);
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transition: all 0.3s linear !important;
    border-radius: 0px;
}

.heroInnobasque_content_title a .desplegable ul li a:hover:before {
    right: 15px;
    transition: all 0.3s linear !important;
    border: 1px solid #FFFFFF;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}*/



.heroInnobasque_content_title a .desplegable1 ul li {
    padding: 15px 10px 15px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
    font-family: "Poppins", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #1F1F1F;
    transition: all 0.3s linear !important;
    text-decoration: none;
    cursor: pointer;
}

.heroInnobasque_content_title a .desplegable1 ul li:hover {
    background: #c9d770;
    color: #FFF;
    transition: all 0.3s linear !important;
}

.heroInnobasque_content_title .despl2 ul li {
    transition: all 0.3s linear !important;
    
}

.heroInnobasque_content_title .despl2 ul li:hover {
    background: #c9d770;
    color: #FFF !important;
    transition: all 0.3s linear !important;
    cursor: pointer;
    
}

.heroInnobasque_content_title .despl2 ul li a{
    transition: all 0.3s linear !important;
}

.heroInnobasque_content_title .despl2 ul li:hover a{
    color: #FFF !important;
    transition: all 0.3s linear !important;
}


a.despl2 .desplegable ul li a{
    pointer-events: none;
}

a.despl2 p>a {
    padding-right: 0px;
}

a.despl2 p>a:before {
    display: none;
}

.heroInnobasque_content_title p.activo {
    color: #cad76d;
    font-size: 38px;
}

.heroInnobasque_content_title a.activo:before {
    border-bottom: 5px solid #c8d569;
    border-right: 5px solid #c8d569;
}

.heroInnobasque_content_title a.activo {
    color: #cad76a;
}

span.texto-cas-en.si {
    display: none;
}


.noOrdenador{
    display: none;
}

.noMovil{
    display: block;
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
   }
    70% {
        box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
   }
    100% {
        box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
   }
}

@media only screen and (max-width: 782px) {

    .heroInnobasque {
        min-height: calc(50vh - 113px);
        max-height: calc(70vh - 113px);
    }
    
    .heroInnobasque {
        overflow: visible;
    }
    
    .heroInnobasque_content_title {
        color: #1F1F1F;
    }
    
    .heroInnobasque_content_title p {
        color: #1F1F1F;
    }
    
    .heroInnobasque_content_title a {
        color: #1F1F1F;
    }
    
    .heroInnobasque_content_title>a:before {
        border-bottom: 5px solid #1F1F1F;
        border-right: 5px solid#1F1F1F;
    }
    
    .heroInnobasque_content a.boton {
        color: #cad76d;
        border: 1px solid #cad76d;
    }
    
    .heroInnobasque:after {
        display: none;
    }
    
    .heroInnobasque_content {
        display: block;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateY(0%);
        margin: 20px;
    }
    
    .heroInnobasque, .heroInnobasque_content {
        min-height: auto;
    }
    
    .heroInnobasque .imagenFondo {
        display: none;
    }
    
    .heroInnobasque iframe.loaded {
        display: none;
    }

    .desplegable {
        display: none;
    }

    .show-dropdown {
        display: block;
    }

    .heroInnobasque_content_title a .desplegable {
        position: relative;
        bottom: auto !important;
        width: 100% !important;
    }

    a.despl1.click {
        width: 100%;
    }

    .desplegable2 ul li {
        padding: 15px 10px 15px 10px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #000;
        position: relative;
        font-family: "Poppins", Arial, sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.03em;
        color: #1F1F1F;
        transition: all 0.3s linear !important;
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
    }

    .desplegable2 ul {
        padding-left: 0px;
        width: 100%;
    }
    .desplegable2 ul li a {
        font-family: "Poppins", Arial, sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.03em;
        color: #1F1F1F;
        transition: all 0.3s linear !important;
        text-decoration: none;
    }

    .heroInnobasque_content_title a:before {
        border-bottom: 5px solid #c8d569;
        border-right: 5px solid #c8d569;
    
    }

    .heroInnobasque {
        max-height: 10000px;
    }
}

    /* Agrega estas clases al final de tu archivo CSS */
.show-dropdown {
    display: block !important;
  }
  
  .hide-dropdown {
    display: none !important;
  }