.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: 300px;
    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: 53px;
    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.webp);
    background-size: 100%;
    background-position: top left;
    mix-blend-mode: screen;
    z-index: 10;
}

.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;
}




@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);
   }
}
