/* OCULTA AVISO DE COOKIES */
body.alerta-cookies {
    position: initial !important;
    width: initial !important;
    height: initial !important;
    overflow: initial !important;
}

.aviso-cookies.activo {
    display: none !important;
}

.fondo-aviso-cookies.activo {
    display: none !important;
}

main {
    flex: 1;
    position: relative;
    padding-bottom: 320px;
}

main .texture {
    height: 225px;
    background: url("texture_go_bottom_center.svg") no-repeat center bottom;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

/* INTRO =============================================================== */
#intro {
    margin-top: 89px;
    padding-top: 60px;
}

#intro h1 {
    color: var(--negro);
    font-weight: 600;
    font-size: 46px;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0;
    }
}

/* POLÍTICA DE PRIVACIDAD */
#politics .pageWidth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 30px 0px;
    max-width: 700px;
}

#politics h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4em;
    margin: 2.4em 0 0.4em 0;
}

#politics h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    margin: 1em 0 0.2em 0;
}

#politics p {
    font-weight: 400;
    font-size: clamp(0.5rem, 5.4vw, 1.2rem);
    line-height: 1.6em;
    margin-bottom: 1.4em;
    color: #49505B;
    width: 100%;
}

#politics p a {
    font-weight: 500;
    color: #1AAFD0;
}

#politics p a:hover {
    text-decoration: underline;
}

#politics ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    /* background: yellow; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#politics ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100vw - 20px);
    display: inline-block;
}

#politics table {
    font-size: 12px;
}

#politics table th {
    text-align: left;
}

#politics table td {
    border-top: 1px solid #B9BCC0;
    vertical-align: top;
}

#politics table th, #politics table td {
    padding: 4px 7px
}

@media screen and (max-width: 860px) {
    #politics table td {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        position: relative;
        border-top: none;
        padding: 22px 0 4px 0;
    }

    #politics table td:before {
        position: absolute;
        top: 6px;
        font-weight: 600;
    }

    #politics table td:nth-child(1):before {
        content: "Cookie";
    }

    #politics table td:nth-child(2):before {
        content: "Domain";
    }

    #politics table td:nth-child(3):before {
        content: "Type";
    }

    #politics table td:nth-child(4):before {
        content: "Description";
    }

    #politics table td:nth-child(5):before {
        content: "Duration";
    }

    #politics table td:nth-child(1) {
        border-top: 1px solid #898E95;
    }

    #politics table th {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    #politics .pageWidth {
        padding: 0 10px;
    }
}
