@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Inter","Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #efefef;
}

.text-custom {
    font-family: "Bebas Neue";
}

.body {
    background-color: #000e;
}

.color-primary {
    color: #ffd541;
}

.background-primary {
    background-color: #ffd541;
}

.nav {
    background: #0009;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #2a2a2a;
}

.nav-link {
    color: #fff;
    text-decoration: none;
}

.nav-link:hover {
    color: #ffd541 !important;
}

.portada {
    background-image: url("../images/home-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100dvh;
    max-height: 1080px;
}

.icon {
    width: 64px;
    fill: #fc0;
}

.footer-icon {
    fill: #fff;
    transition: fill .2s;
}

.footer-icon:hover {
    fill: #ffd541;
}

.footer-link {
    color: #fff;
    transition: color .2s;
}

.footer-link:hover {
    color: #ffd541 !important;
}

.post-backarrow {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
}

.post-backarrow:hover {
    color: #fc0;
}

.post-content h1,h2,h3,h4,h5 {
    
}

.post-content h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 96px;
}

.post-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 96px;
}

.post-content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 96px;
}

.post-content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 96px;
}

.post-content h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 96px;
}

.post-content p, li {
    font-size: 20px;
    line-height: 34px;
}

.post-content img {
    max-width: 100%;
}