@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: antipasto_regual;
    src: url(../fonts/antipasto.regular.ttf);
}

@font-face {
    font-family: antipasto_delgada;
    src: url(../fonts/Antipasto-Pro-ExtraLight-trial.ttf);
}

@font-face {
    font-family: antipasto_gruesa;
    src: url(../fonts/Antipasto-Pro-ExtraBold-trial.ttf);
}

@font-face {
    font-family: antipasto_medium;
    src: url(../fonts/antipasto.medium.ttf);
}

@font-face {
    font-family: opensasitalic;
    src: url(../fonts/OpenSans-Italic-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: opensavariable;
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}

*{
    font-family: var(--anti_del);
    font-weight: 600;
}
.pagina {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    color: #0a0038;
    letter-spacing: 1px;

}

hr {
    height: 4px;
    background: #0a0038;
    border: none;
}

.parrafo {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.content {
    max-width: 500px;
    background: #fff;
    padding: 40px;
    font-size: 22px;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
    transition: all 300ms;
    box-shadow: 6px 6px 12px #4d4c4c, -6px -6px 12px #ffffff;
}

.content:hover {
    transform: translate(-5px, -10px);
    box-shadow: 10px 10px 20px -5px rgb(172 97 249);
}

.tags {
    position: relative;
    padding: 5px 60px 5px 50px;
    margin-left: -51px;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    /* font-weight: 100; */
    background-image: linear-gradient(45deg, #0a0038, #0a0038 32px, rgba(0, 0, 0, 0) 32px), linear-gradient(135deg, #0a0038, #0a0038 32px, rgba(0, 0, 0, 0) 32px), linear-gradient(135deg, #0a0038, #0a0038);
    background-repeat: no-repeat;
    background-position: 100% 100%, 100% 100%, -32px 100%;
    background-size: 48px 100%, 48px 100%, 100% 100%;
    cursor: default;
}

.tags:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: .25em solid transparent;
    border-bottom-color: rgb(3, 0, 0);
    border-right-color: rgb(3, 0, 0);
    top: -11px;
    left: 0;
}

.pagina:hover {
    color: #6E507A;
}
.fecha{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}