* {
    font-family: arial;
}
header {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1d1d1d;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    justify-content: space-between;
}
body {
    background-color: #1d1d1d;
}
#smallButtons {
    position: relative;
    display: flex;
    flex-direction: column;
    display: none;
}
#logos {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10pt;
    position: relative;
}
footer {
    position: absolute;
    left: 0pt;
    top: 1800pt;
    width: 100%;
    display: flex;
    background-color: #4d4d4d;
    flex-wrap: wrap;
    align-items: center;
}
.social {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10pt;
}
.socialImg {
    position: relative;
    transition: 500ms;
    cursor: pointer;
    width: 30pt;
}
.socialImg:first-of-type {
    margin-left: 20pt;
}
.social:first-child {
    margin-left: auto;
}
.social:last-child {
    margin-right: 10pt;
}
h3 {
    font-size: 14pt;
    color: white;
    position: relative;
    left: 20pt;
    cursor: default;
    margin: 0;
}
#logoFooter {
    position: relative;
    left: 10pt;
    width: 60pt;
}
#logosFooter {
    position: relative;
    display: flex;
    align-items: center;
}
#logoHeader {
    position: relative;
    left: 10pt;
    cursor: pointer;
    width: 50pt;
}
#logoTitle{
    position: relative;
    left: 20pt;
    color: white;
    height: 50pt;
    line-height: 50pt;
    font-size: 16pt;
    font-weight: bolder;
    border-radius: 10pt;
    cursor: pointer;
    margin-right: 10pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
}
.headerButtons {
    background: none;
    color: white;
    position: relative;
    font-size: 12pt;
    padding-left: 20pt;
    padding-right: 20pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
    border: none;
    cursor: pointer;
    transition: 500ms;
    border-radius: 20pt;
}
.headerButtons:hover {
    background: black;
}
#oSide {
    display: none;
}
#wallpaper {
    position: fixed;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    filter: brightness(40%);
    scale: 1.5;
}
#allDivs {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 75pt;
    gap: 50pt;
}
.mainDivs {
    position: relative;
    display: flex;
    border: solid #812F57 2pt;
    background-color: #1d1d1d;
    padding-left: 10pt;
    padding-right: 10pt;
    gap: 15pt;
    border-radius: 10pt;
}
.mainImgs {
    position: relative;
    display: flex;
    width: 400pt;
    border-radius: 5pt;
}
.mainText {
    position: relative;
    color: white;
    font-size: 12pt;
}
.textButton {
    position: relative;
    display: flex;
    flex-direction: column;
}
.mainButtons {
    position: relative;
    display: flex;
    width: fit-content;
    margin: auto;
    padding-left: 20pt;
    padding-right: 20pt;
    padding-bottom: 10pt;
    padding-top: 10pt;
    background: none;
    border: solid white 1pt;
    color: white;
    border-radius: 20pt;
    font-size: 12pt;
    cursor: pointer;
    transition: 250ms;
}
.mainButtons:hover {
    scale: 1.05;
}
/* ====== Layout para Tablets ====== */
@media (max-width: 1024px) {
    header {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #logoHeader {
        width: 50pt;
        position: relative;
        display: flex;
    }
    #logoTitle {
        font-size: 14pt;
        position: relative;
        display: flex;
    }
    #logos {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 200pt;
    }
    .headerButtons {
        font-size: 12pt;
        height: fit-content;
        padding-left: 10pt;
        padding-right: 10pt;
        padding-top: 5pt;
        padding-bottom: 5pt;
    }
    footer {
        position: relative;
        top: 20pt;
        justify-content: center;
        flex-direction: column;
    }
    #logosFooter {
        gap: 20pt;
    }
    .social {
        gap: 0pt;
    }
    #tikB {
        margin-left: 10pt;
    }
    h3 {
        left: 0;
        text-align: center;
        font-size: medium;
    }
    .social {
        margin-left: 0pt;
    }
    .socialImg {
        margin: 5pt;
    }
    .headerNav {
        gap: 0pt;
    }
    #wallpaper {
        scale: 2;
    }
    .mainImgs {
        height: 130pt;
        width: auto;
    }
    .mainText {
        font-size: small;
    }
    .mainButtons {
        padding-left: 10pt;
        padding-right: 10pt;
        padding-bottom: 5pt;
        padding-top: 5pt;
        font-size: small;
    }
}

/* ====== Layout para Celulares ====== */
@media (max-width: 600px) {
    header {
        justify-content: space-between;
        position: fixed;
    }

    #logoHeader {
        width: 50pt;
        margin-bottom: 0pt;
        left: 2pt;
    }

    #logoTitle {
        font-size: 12pt;
        text-align: center;
        margin: 0pt 0;
        left: 0pt;
    }
    #logos {
        position: relative;
        gap: 10pt;
    }
    .headerButtons {
        font-size: 12pt;
        margin: 0pt 0;
        padding: 6pt 10pt;
        border-radius: 12pt;
    }
    #smallButtons {
        display: flex;
        background-color: #1d1d1d;
        width: 50%;
        height: 100%;
        position: fixed;
        z-index: 4;
        right: -50%;
        top: 0;
        padding-top: 10pt;
        gap: 7pt;
        transition: 250ms;
    }
    .sButtons {
        position: relative;
        display: flex;
        gap: 5pt;
        width: 100%;
        color: white;
        background-color: #141414;
        font-size: 12pt;
        justify-content: left;
        padding-top: 5pt;
        padding-bottom: 5pt;
        padding-left: 15pt;
        border: none;
    }
    #oSide {
        position: relative;
        display: flex;
        color: white;
        background: none;
        border: solid white 2pt;
        border-radius: 2pt;
        width: 40pt;
        font-size: 14pt;
        justify-content: center;
    }
    #back {
        font-size: 20pt;
        font-weight: bolder;
        background: none;
    }
    #black {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0%;
        z-index: -1;
        transition: 250ms;
    }
    footer {
        padding: 0pt;
        position: relative !important;
        top: 30pt;
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

    #logoFooter {
        width: 40pt !important;
        margin-bottom: 0pt;
        margin-right: 10pt;
        left: 0;
    }
    h3 {
        font-size: 12pt;
        margin: 0;
        line-height: 50pt;
        font-weight: normal;
    }
    .socialImg {
        margin: 0pt;
        margin-left: 8pt;
        max-width: 25pt;
    }
    .social {
        align-items: center;
        margin: 0pt 0pt 0pt 0pt;
    }
    .headerNav {
        display: none;
    }
    #logosFooter {
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        width: auto;
        gap: 0;
    }
    .mainDivs {
        flex-direction: column;
        padding-bottom: 10pt;
        gap: 0;
        align-items: center;
    }
    #wallpaper {
        width: auto;
        height: 100%;
        scale: 1;
    }
    #allDivs {
        gap: 20pt;
    }
    .mainImgs {
        width: 200pt;
        height: auto;
    }
}
