@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-ExtraBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Light.ttf') format('truetype');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Thin.ttf') format('truetype');
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: 'Ronald';
    src: url('../fonts/Ronald-Flick.woff2') format('truetype');
    font-display: swap;
}

:root{
    --c-black: #141a21;
    --c-black-02: #242f3e;
    --c-white: #ffffff;
    --c-blue-01: #5675ff;
    --c-blue-02: #80C3FF;
    --c-blue-03: #6e84ff;
    --c-green-01:#98ffb6;
    --c-orange-01: #e99148;
    --c-purple-01: #6442FF;
    --c-purple-02: #9689ff;
    --c-purple-03: #b978ff;

    --text-waw-42: 42px;
    --text-waw-34: 34px;
    --text-waw-24: 24px;

    --r-pill: 100rem;
    --r-base: 1.875rem;
}

*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Onest';
/*     color: var(--c-white); */
}

body{
    background-color: var(--c-black);
    position: relative;
}

a.link{
    text-decoration: none;
    color: var(--c-white);
}

main{
    margin-bottom: 5rem;
}

/* ================ HEADER ================ */

header.nav{
    padding-top: .8rem;
    padding-bottom: .8rem;
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: var(--c-black); */
    z-index: 1000;
    transition: background-color .3s ease-in-out;
}

header.nav .nav-link{
    color: var(--c-blue-01);
    font-size: 1.2rem;
}

header.nav img{
    height: 40px;
}

header.nav .nav-link.btn{
    background: #81FFBA;
    background: linear-gradient(45deg, rgba(129, 255, 186, 1) 5%, rgba(116, 195, 255, 1) 30%, rgba(104, 66, 255, 1) 50%, rgba(195, 125, 255, 1) 70%, rgba(244, 153, 83, 1) 95%);
    color: var(--c-white);
    border-radius: 100rem;
    font-weight: 700;
    padding-left: 1.4rem;
    padding-right: .6rem;
    display: flex;
    gap: .4rem;
    align-items: center;
    font-size: 1.4rem;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

header.nav .nav-link.btn:hover{
    background: var(--c-white);
    color: var(--c-black);
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

.nav-link.btn span{
    color: var(--c-black);
    background-color: var(--c-white);
    border-radius: 100rem;
    width: 34px;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.nav-link.btn:hover span{
    background-color: var(--c-black);
    color: var(--c-white);
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

header.nav .navbar-toggler {
    color: var(--c-white);
    font-size: 2rem;
}

header.nav .navbar-toggler svg{
    width: 2.4rem;
    height: 2.4rem;
}

.nav-bg{
    background-color: var(--c-black);
    transition: background-color .3s ease-in-out;
}

/* ================ HEADER ================ */

/* ================ WHATSAPP ================ */

.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    z-index: 100;
    border-radius: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #25D366;
    animation-name: transition-anim-btn;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out;
}

.whatsapp svg{
    width: 38px;
    height: 38px;
    fill: #fff;
}

.whatsapp:hover{
    background-color: #25b058;
}

@keyframes transition-anim-btn {
    0%{
        box-shadow: 0 0 5px 4px rgba(77, 239, 101, 0.15);
    }
    50%{
        box-shadow: 0 0 15px 10px rgb(77, 239, 101, 0.25);
    }
    100%{
        box-shadow: 0 0 5px 4px rgb(77, 239, 101, 0.15);
    }
}

/* ================ WHATSAPP ================ */

/* ================ FOOTER ================ */

footer{
    color: var(--c-white);
}
footer.footer .footer-logo{
    width: 100%;
    max-width: 300px;
}
footer.footer .footer-top{
    border-bottom: 1px solid var(--c-white);
}

footer.footer .footer-rs{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: .6rem;
}

.footer-rs .footer-rs-item{
    min-width: 2.8rem;
    min-height: 2.8rem;
    max-width: 2.8rem;
    max-height: 2.8rem;
    width: 100%;
    height: 100%;
}

.footer-rs .footer-rs-item__link{
    display: block;
    border: 1px solid var(--c-white);
    border-radius: .5rem;
    padding: .3rem;
    transition:  background-color .3s ease-in-out;
}

.footer-rs-item__link svg path{
    fill: var(--c-white);
    transition:  fill .3s ease-in-out;
}

.footer-rs-item__link:hover{
    background-color: var(--c-white);
    transition:  background-color .3s ease-in-out;
}

.footer-rs-item__link:hover svg path{
    fill: var(--c-black);
    transition:  fill .3s ease-in-out;
}

footer.footer a.link{
display: inline-flex;
gap: .3rem;
}

/* ================ FOOTER ================ */

@media screen and (max-width:1199px){
    header.nav .nav-link{
        font-size: 1rem;
    }
  }
@media screen and (max-width:991px) {
    header.nav .navbar-nav{
        margin-top: 1rem;
        background-color: rgb(255, 255, 255, 1);
        padding-top: 1rem;
        padding-bottom: 1.5rem;
        border-radius: .8rem;
    }
}