:root {
    --bs-link-color: transparent;
    --bs-link-hover-color: transparent;
}

.hero-negua {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.logo-span {
    color: var(--bs-warning);
}

.logo {
    text-shadow: 4px 4px #212529;
}

.hero-buttom {
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    color: var(--bs-info);
}

.hero-buttom:hover {
    color: var(--bs-warning);
}

h2,
h3 {
    text-wrap: balance;
}

p {
    padding-top: 0px;
    align-self: flex-end;
}

/* --- OFFCANVAS BUTTOM --- */
.aurkibidea-button {
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 30px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    color: #513310;
    transition: background-color 0.3s ease-in-out;
    border-width: 0;
}

/* --- OFFCANVAS BUTTOM --- */
/* --- OFFCANVAS LIST --- */
.aurkibidea-serrenda {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    color: var(--bs-secondary);
    transition: background-color .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    line-height: 1.3rem;
}

.aurkibidea-serrenda-a {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.aurkibidea-serrenda:hover {
    background-color: #0c4b67;
    color: #ffffff;
}

/* --- OFFCANVAS LIST --- */
.atala {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: var(--bs-dark);
    font-size: .9rem;
    margin-bottom: 1px;
    display: block;
}

.sarrera-negua {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sarrera-tituloa {
    color: var(--bs-primary);
}

/* --- KAPITULARRAK --- */
.kapitular {
    font-size: 70px;
    line-height: 50px;
    font-family: 'Jost', sans-serif;
    margin-right: 20px;
    margin-left: 15px;
    float: left;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kapitular-txiki {
    color: var(--bs-secondary);
    font-size: 45px;
    line-height: 40px;
    font-family: 'Jost', sans-serif;
    margin-right: 20px;
    margin-left: 15px;
    float: left;
    display: inline-block;
}

/* --- KAPITULARRAK --- */
/* --- FRASE DESTACADA --- */
.titularra {
    font-family: 'ITC Officina Sans Std', sans-serif;
    margin-top: 13px;
    line-height: 1.1;
    text-wrap: balance;
}

/* --- FRASE DESTACADA --- */
.ale-logo {
    width: 225px;
}

@media (min-width:576px) and (max-width:767px) {
    .ale-logo {
        width: 275px;
    }
}

@media (min-width: 768px) {
    .ale-logo {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .ale-logo {
        width: 325px;
    }
}

/* --- ALE SPAN --- */
#arizmendiarrieta_elkartea li span {
    position: relative;
    color: #212529;
}

#arizmendiarrieta_elkartea li span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--bs-primary);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/* --- ALE SPAN --- */
.filete {
    border-bottom: 1px solid #c47f35;
}

/* ---- BUTTON ANIMATION ---- */
.heartbeat {
    -webkit-animation: heartbeat 3s ease-in-out infinite both;
    animation: heartbeat 3s ease-in-out infinite both;
}

* ----------------------------------------
 * animation heartbeat
 * ---------------------------------------- */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media (max-width:575px) {
    #offcanvasWithBothOptions {
        max-width: 80%;
    }
}

.body-aurreko-zenbakiak {
    background-color: rgba(178, 159, 164, 0.5);
}

.aurreko-zenbakiak-fondo {
    background-color: rgba(178, 159, 164, 0.2);
}

.btn-aurreko-zenbakiak {
    background-color: #b29fa4;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
}

.btn-aurreko-zenbakiak:hover {
    background-color: #981e32;
}

span.aurreko-zenbakiak {
    color: #fb4f14;
}

.aurreko-zenbakiak-tituloa {
    text-transform: uppercase;
    color: #b29fa4;
    font-weight: bold;
}

.aurreko-zenbakiak-urtea {
    right: 1em;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    top: 0.5em;
    text-shadow: 3px 3px #000000;
    border-bottom: 1px solid #B29FA4;
}

.kontari-urtaroa {
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
}

.footer {
    background-color: rgba(178, 159, 164, 0.2);
}

.footer-botoi {
    background-color: #dc3545;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
}

.footer-botoi:hover {
    background-color: #0c4b67;
}

.footer-text {
    font-size: 14px !important;
    line-height: 18px;
}

.horoscope-text {
    font-family: 'ITC Officina Sans Std';
    line-height: 1.2;
}

.horoskopo-icon {
    min-width: 50px;
}

.antzinako-testua {
    border-width: 1;
    border-style: solid;
}

.zatiketa {
    overflow-wrap: break-word;
}

/* --- VIDEO YOUTUBE --- */
.video-wrapper {
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;

    /* Relación de aspecto 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.libro-float {
    width: 275px;

    /* min-width: 100px */
    float: left;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width:575px) {
    img.libro-float {
        width: 100%;
    }
}

.irudi_itzala {
    box-shadow: -7px -7px rgba(126, 72, 6, 0.6);
}

.aurreko-kontariak-urte {
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.25;
}

.complices-logo {
    width: 50%;
}

@media (min-width: 576px) {
    .complices-logo {
        max-width: 25%;
    }
}

.text-intro {
    font-size: clamp(0.9rem, 0.7rem + 1vw, 1.6rem);
    font-family: 'ITC Officina Sans Std';
}

/* //////////////////////////////////////////////////////////
 komatxoak 
 ////////////////////////////////////////////////////////// */
.komatxoak {
    width: 25px;
    position: absolute;
    top: 0;
    left: -5px;
}

@media (min-width:576px) {
    .komatxoak {
        width: 30px;
    }
}

@media (min-width:1024px) {
    .komatxoak {
        width: 35px;
    }
}

@media (min-width:1280px) {
    .komatxoak {
        top: 5px;
        width: 35px;
    }
}

.titularra:after {
    content: url(assets/images/komatxoak.svg);
    position: absolute;
    left: 0px;
    top: 17px;
    width: 22px;
}

.zorionak {
    bottom: 26px;
    left: 40px;
    text-shadow: 2px 2px 4px #000000;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

@media (min-width:640px) {
    .zorionak {
        font-size: 50px;
    }
}

@media (max-width:575px) {
    .yolanda {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media (min-width:640px) {
    .yolanda {
        display: flex;
        gap: 1px;
        align-items: flex-end;
    }
}

.email {
    word-break: break-all;
    overflow-wrap: break-word;
}