.cabeceraInnobasque, .cabeceraInnobasque_content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100vh - 147px);
    height: auto !important;
}

.cabeceraInnobasque {
    overflow: hidden;
    background: url("https://www.saintfuckingpetersburg.com/img/drone_shot.44a2dd58.jpg") no-repeat 50% fixed;
    background-size: cover;
    display: flex;
    align-items: center;
}
.cabeceraInnobasque_video, .cabeceraInnobasque iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
   /* 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
   /* 16/9*100 = 177.77 */
}
.cabeceraInnobasque iframe {
    opacity: 0;
}
.cabeceraInnobasque iframe.loaded {
    opacity: 1;
}
.cabeceraInnobasque_content {
    z-index: 8675309;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    max-width: 500px;
    left: 10%;
    text-align: left;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 80%;
}
.cabeceraInnobasque_content_title {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #FFFFFF;
}
.cabeceraInnobasque_content_subtitle p {
font-family: "Poppins", Arial, sans-serif !important;;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0.03em;
color: #FFFFFF;}

.cabeceraInnobasque_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;
}

.cabeceraInnobasque_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;
}

.cabeceraInnobasque_content_title a:hover {
    transition: all 0.3s linear;
    color: #c9d770;
}

.cabeceraInnobasque_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;
}

.cabeceraInnobasque_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;
}



.cabeceraInnobasque_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;
}

.cabeceraInnobasque_content a.boton:hover {
    background: transparent;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.cabeceraInnobasque_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;
}
.cabeceraInnobasque_content_play:hover {
    border-color: #fff;
    animation: none;
}
.cabeceraInnobasque_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;
}

.cabeceraInnobasque:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2%;
    width: 102%;
    height: 100%;
    background: url(/wp-content/uploads/2023/04/imagenCabecera.jpg);
    background-size: 100%;
    background-position: top left;
    mix-blend-mode: lighten;
    z-index: 10;
    background-repeat: no-repeat;
}

.cabeceraInnobasque:after{
 
    content: "";
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;

}

.cabeceraInnobasque .imagenFondo {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

a.flechaAbajo {
    position: relative;
    width: 20px;
    height: 65px;
    left: 50px;
    top: 20px;
}

a.flechaAbajo:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, 0%) rotate(-45deg);
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

a.flechaAbajo:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 782px) {
.cabeceraInnobasque_content_title {
    font-size: 35px;
    line-height: 42px;
}

.cabeceraInnobasque_content_subtitle p {
    font-size: 16px;
    line-height: 24px;
}

}


@media only screen and (max-width: 480px) {

.contenidoZigZag section.seccion .contenido h3.h3Innobasque {
    font-size: 28px;
    line-height: 31px;
}
}


@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);
   }
}
