.landing__header__nav {
    position: relative;
    max-height:15dvh;
    min-width: 100vw;
    height: clamp(3rem, 0.568rem + 12.158vh, 8.775rem);
    background-color:  var( --bg-header);  
    border-bottom: clamp(0.1rem, 0.06rem + 0.2vw, 0.3rem) solid rgba(0, 0, 0, 0.4); 
    display: flex;
    align-items: center;
    gap:.5em;
    overflow: visible;
}
.newsletter,
.newsletter h2,
.newsletter h3 {
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: var(--sans-spacing);
    line-height: 1.5;
}
.newsletter {
    padding: 2dvw 2dvw 0;
    outline: darkturquoise ridge 0.003em;
    border-radius: 0.5em;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.newsletter__input {
    width: 80%;
    margin: 0.6em auto 0;
    padding: 0.3em 0 0.3em 0.5em;
    color: #000;
    outline: indigo ridge 0.15em;
    border: 0.04em solid #00ced1;
    border-radius: 0.5em;
}
.newsletter__check {
    display: none;
}
.newsletter__checkmark {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    background: #fff;
    border: 0.001em solid #00ced1;
    border-radius: 100%;
    margin-left: 1.5em;
}
.newsletter__accept {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1em;
}
.newsletter__checkmark:after {
    content: "";
    position: absolute;
    border: 0.001em solid #00ced1;
    border-width: 0 0.18em 0.18em 0;
    transform: rotate(45deg);
    width: 0.15em;
    height: 0.3em;
    inset: 0;
    margin: auto;
    opacity: 0;
}
.newsletter__accept,
.newsletter__accept a {
    font-size: var(--fp);
}
.newsletter h2 {
    font-size: var(--pabc);
    font-weight: 600;
}
.newsletter h3,
.newsletter__input {
    font-size: var(--vp);
    font-weight: 500;
}
.newsletter__enterate {
    text-wrap: pretty;
    hyphens: auto;
}
.cookie-settings-button {
    position: fixed;
    right: clamp(0.5rem, 0.009rem + 2.455vw, 1.188rem);
    bottom: clamp(0.875rem, -0.239rem + 3.131vh, 1.875rem);
    z-index: 51;
    aspect-ratio: 1/1;
    width: clamp(2rem, 1.6rem + 2vw, 4rem);
    background-color: var(--bg-header);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.05em solid #000;
}
.cookie-settings-button svg {
    aspect-ratio: 1/1;
    width: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    fill: #000;
}
.cookie-settings-button::after {
    content: "Preferencias de cookies";
    position: absolute;
    top: 15%;
    right: 50%;
    background-color: #333;
    color: #fff;
    padding: 0.15em 0.3em;
    border-radius: 0.24em;
    font-size: var(--fs);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.header {
    position: fixed;
    box-sizing: border-box;
    min-width: 100vw;
    top: 0;
    z-index: 50;
}
.page-template-page-suscripcion .header__nav {
    background-color: var(--bg-header);
}
.page-template-page-suscripcion .newsletter {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.8);
    color: #fff;
    width: 90%;
    height: auto;
    inset: 15% 5% 5%;
}
.page-template-page-suscripcion .newsletter a {
    color: #00ced1;
}
.page-template-page-suscripcion .main,
.page-template-page-suscripcion section {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.page-template-page-suscripcion section {
    padding-bottom: 1dvh;
}
.newsletter__subscribe {
    width: 80%;
    margin: 0 auto 0.5em;
}
.boton__standard {
    font-weight: 700;
    border-radius: 2.5em;
    font-size: var(--pabc);
    border: 0.03em solid #fff;
    color: var(--f-primary-color);
    box-shadow: var(--btn-shadow);
    padding: 0.25em 0.5em;
    outline: 0.07em ridge var(--accent-color);
    background-color: var(--bg-header);
    -webkit-text-stroke: 0.02em var(--accent-color);
}
@media (orientation: landscape) {
    .page-template-page-suscripcion .newsletter {
        width: clamp(15rem, 60vw, 60rem);
        height: 100%;
        margin: auto;
        bottom: 0;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
    .page-template-page-suscripcion .newsletter {
        height: auto;
    }
}
@media (min-width: 1024px) {
    .page-template-page-suscripcion .newsletter {
        padding-top: 0.5em;
        aspect-ratio: 23/15;
        max-width: 38rem;
    }
    .landing__header__nav {
        height: 13dvh;
    }
}
