* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

h1 {
    font-family: "Open Sans", sans-serif;
    scroll-margin-top: 15vh;
    font-size: 3vw;

    background-image: linear-gradient(45deg, #30506e, #143649);
    color: #00053600;
    background-clip: text;

    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 132, 255, 0.445);
}

h2 {
    font-family: "Poppins", sans-serif;
    scroll-margin-top: 15vh;
    font-size: 2.4vw;

    background-image: linear-gradient(45deg, #30506e, #143649);
    color: #00053600;
    background-clip: text;
    margin-top: 28px;
    margin-bottom: 18px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 132, 255, 0.445);
}

h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    font-style: italic;
}

.texto-espacial {
    border-width: 2px;
    background-image: url("../media/images/gif/soulgif.gif");
    background-position: center;
    color: #9fe4ff77;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    scroll-margin-top: 15vh;
}

/* Navbar */

.navbar {
    position: fixed;
    width: 100%;
    height: 65px;
    background-attachment: scroll;
    background-color: #000536;
    background-image: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.49) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(
            90deg,
            rgb(255 255 255) 0%,
            rgb(85, 137, 182) 51%,
            rgb(255, 255, 255) 100%
        );
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;

    -webkit-box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);

    z-index: 15;

    overflow: hidden;
}

.container {
    display: flex;
}

.container .github-image {
    max-width: 40%;
    height: auto;
    margin-right: 2vw;
    margin-left: 2vw;
    transition: transform 0.27s ease, box-shadow 0.27s ease,
        background 0.27s ease;
    border-radius: 22px;
    overflow: hidden;
}

.container .github-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.03);
}

.navbar .container {
    height: 61px;
}

.container .left {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    justify-content: space-between;
}

.container .left p {
    flex: 1;
    font-size: clamp(4px, 1vw, 24px);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.navbar-lmj {
    padding-top: 7px;
    padding-left: 50px;
    max-width: 190px;
}

.navbar-games {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 870px;
    padding-top: 10px;
}

.navbar-games .container {
    gap: 10%;
    max-width: 250px;
}

a i {
    margin-right: 5px;
    margin-left: 5px;
}

.navbar-games a {
    height: 80%;

    margin-top: -2px;
}

.games-button {
    width: 175px;
    flex-shrink: 0;
    transition: 0.5s ease-in-out;
    right: 0;
    position: relative;
    overflow: hidden;
}

.games-button a img {
    min-width: 200px;
}

.games-button-list {
    position: absolute;
    display: flex;
    gap: 40px;
    pointer-events: none;
    padding-top: 2px;
    margin-left: 130px;
    opacity: 0;
}

.games-button-list a {
    background-color: rgba(255, 255, 255, 0);
}
.games-button-list a img {
    pointer-events: all;
    max-height: 50px;
}

.menu-button {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;

    background-color: rgb(21 56 131 / 69%);
    border-radius: 20px;
    padding: 10px;

    white-space: nowrap;

    cursor: pointer;
    user-select: none;
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, 0.2) 1px 2px 3px;
}

.navbar-menu {
    display: none;
}

.scrollbar {
    background-color: rgb(0, 68, 255, 0.67);

    height: 4px;

    animation: scroll-completion linear;
    animation-timeline: scroll(root);
}

.logo {
    max-width: 100;
    height: auto;
}

.title-image {
    width: 500px;
    height: auto;
}

.other-webs {
    margin-top: -30px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.other-webs img {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 300px;
    min-width: 275px;
    cursor: pointer;
}

.paragraph {
    font-family: "Poppins", sans-serif;

    text-align: center;

    background-color: rgba(255, 255, 255, 0.7);

    border-radius: 55px;
    padding-top: 30px;
    padding-left: 175px;
    padding-right: 175px;

    margin-top: 50px;

    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 20px;

    animation: fade-in-paragraph linear;
    animation-timeline: view();
    animation-range-end: 30vw;
}

.contact-social-media {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -60px;
}

.contact-social-media div {
    display: flex;
    flex-wrap: nowrap;
}

.contact-social-media a img {
    max-width: 75px;
    max-height: 75px;
    min-width: 15px;
    min-height: 15px;
    color: #fbfcff;
    padding: 15px;
    filter: invert(16%) sepia(82%) saturate(1120%) hue-rotate(190deg)
        brightness(88%) contrast(92%);
}

.contact-form {
    width: 75%;
}

.contact-form form {
    margin-top: -30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact-form form input {
    font-family: "Poppins", sans-serif;
    width: 80%;
    border: solid;
    margin-top: 15px;
    padding: 6px;
    padding-left: 25px;
    background-color: rgba(156, 185, 209, 0.6);
    border-color: rgb(80, 108, 168);
    font-size: large;
    border-radius: 20px;
    border-width: 1px;
}
.contact-form form ::placeholder {
    color: #265d91;
}

.contact-form form textarea {
    font-family: "Poppins", sans-serif;
    padding: 6px;
    padding-left: 25px;
    background-color: rgba(156, 185, 209, 0.6);
    border-color: rgb(80, 108, 168);
    border-width: 1px;
    width: 80%;
    min-height: 200px;
    resize: none;
    margin-top: 30px;
    font-size: large;
    border-radius: 20px;
}

.contact-form .captcha {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contact-form .captcha .send-button {
    background-color: rgba(27, 87, 156, 0.719);
    border-radius: 20px;
    padding: 10px;

    white-space: nowrap;

    cursor: pointer;
    user-select: none;
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, 0.2) 1px 2px 3px;
    margin-top: -10px;
    margin-left: 40px;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.paragraph ul {
    margin-right: -125px;
    margin-left: -125px;

    width: 100%;

    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    overflow: visible;
    flex-wrap: wrap;
    gap: 3%;
    text-align: center;
    margin-bottom: 20px;
}

@font-face {
    font-family: "PathogenFont";
    src: url("../media/fonts/impactreg.woff");
}

@font-face {
    font-family: "BallenitaFont";
    src: url("../media/fonts/SuperWater-PVoOm.ttf");
}

.pathogen-header {
    font-family: "PathogenFont";
    font-size: 50px;
    color: black;
    margin: 0px;
    padding: 0px;
    align-self: center;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 81, 0, 0.918);
    text-shadow: rgb(255, 60, 0) 0px 0px 7px;
}

.paragraph li {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    margin-top: 15px;
}

.mask {
    max-width: 1000px;
    max-height: 520px;
    align-self: center;
    border: solid #33190053;
    border-width: 7px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 35px;
}

.pathogen-paragraph img {
    vertical-align: top;
}

.ballenita-paragraph img {
    vertical-align: top;
}

.paragraph li .mask {
    width: 250px;
    height: 250px;

    align-self: center;
    border: solid #33190053;
    border-width: 7px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 25px;
}

.paragraph li img {
    margin-top: 70px;
    transform: scale(2.25);
}

.resize-animation-stopper * {
    animation: none !important;
    transition: none !important;
}

.main-text {
    padding: 8vw;
    padding-top: 0px;
    padding-bottom: 40px;
}

.yt-video {
    height: auto;
    width: 50%;
}

.steam-buy {
    width: 90%;
    margin-top: 20px;
}

.video-mask {
    padding: 10px;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

.video-mask > div {
    border-width: 10px;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.video-mask iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.hoverable {
    transition: 0.3s;
}

.hoverable:hover {
    transform: scale(1.1);
}

hr {
    border: 0;
    clear: both;
    width: 50%;
    background-color: #004381;
    height: 3px;
}

.lmj-games-trademark {
    margin-top: 50px;
    padding-bottom: 16px;
    color: #4d4d4d;
}

.lmj-games-author {
    margin-top: -50px;
    padding-bottom: 16px;
    color: #4d4d4d;
}

.ballenita-paragraph h1 {
    margin-top: 50px;
    background-image: linear-gradient(45deg, #ffffff, #00a2ff);
    color: #00053600;
    background-clip: text;
    background-image: url(/media/images/gif/bubbles.gif);
    background-position: -150px;
    font-size: 60px;
    font-weight: bold;
    -webkit-text-stroke-color: rgb(0, 105, 131);
    -webkit-text-stroke-width: 0.5px;
}

.ballenita-characters {
    margin-left: 150px;
    margin-right: 150px;
    justify-content: center;
    display: flex;
    gap: 25%;
}
.ballenita-characters img {
    max-height: 250px;
    margin-bottom: 40px;
}

.image-browser {
    position: fixed;
    aspect-ratio: 16 / 9;
    background-color: #ffffff;

    top: 50%;
    left: 50%;

    width: 70%;

    box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.5);

    border-radius: 5px;
    z-index: 15;
    overflow: visible;
    transform: scale(0);
}

.image-browser.fade-in {
    animation: fade-in 0.25s linear;
    opacity: 1;
}

.image-browser.fade-out {
    animation: fade-out 0.25s linear;
    opacity: 0;
}

.image-browser.enabled {
    transform: scale(1);
    transform: translate(-50%, -47%);
}

.image-browser img {
    transform: scale(0.985, 0.98);
    margin-bottom: -10px;
}

.close-img-browser {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 46px;
    height: 46px;
    margin-left: -40px;
    margin-top: -6px;
    background-color: #005688;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #49a7ff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;

    cursor: pointer;
}

.close-img-browser a {
    color: white;
}

.zoomable {
    cursor: pointer;
}

.team-paragraph .bio-container {
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-left: 40px;
    margin-right: 40px;
}

.team-paragraph h1 {
    margin-bottom: -60px;
    padding-bottom: 0px;
}

.team-paragraph div img {
    width: 100%;
    vertical-align: top;
}
.about-lmj-text {
    margin-top: -30px;
    width: 700px;
    height: 400px;
    text-align: justify;
}

.team-paragraph .mask {
    display: block;
    width: 400px;
    height: 400px;
    align-self: center;
    border: solid #3d3d3d53;
    border-width: 7px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 100px;
    padding: 0px;
}

@keyframes scroll-completion {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes fade-in-paragraph {
    from {
        scale: 0.8 1;
        opacity: 0;
    }
    to {
        scale: 1 1;
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.work-paragraph {
    --blue-dark: #1f4e79;
    --blue: #2f6fae;
    --blue-light: #eaf2fb;
    --text: #1a1a1a;
    align-items: stretch;
}

.work-paragraph * {
    box-sizing: border-box;
}

.work-paragraph {
    padding: 40px;
}

.work-paragraph .section {
    max-width: 900px;
    margin: auto;
}

.work-paragraph .section-title {
    background: var(--blue-dark);
    color: white;
    padding: 10px 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.work-paragraph .card {
    background: var(--blue-light);
    border-radius: 20px;
    margin-top: 21px;
    padding: 20px 30px;
    position: relative;
}

.work-paragraph .company-header {
    background: var(--blue-dark);
    color: white;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.portfolio-paragraph .company-header {
    margin-bottom: 22px;
}

.work-paragraph .company-header span {
    font-weight: normal;
    font-size: 18px;
}

.work-paragraph .timeline {
    position: relative;
    margin-top: 25px;
    padding-left: 30px;
}

.work-paragraph .timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--blue);
    border-radius: 2px;
}

.work-paragraph .role {
    margin-bottom: 30px;
    position: relative;
}

.work-paragraph .role::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: white;
    border: 3px solid var(--blue);
    border-radius: 50%;
}

.work-paragraph .role-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #000;
    position: relative;
    transform: translate(-8px, -24px);
    padding: 4px 10px;
    border-radius: 6px;
}

.work-paragraph .role-header span {
    font-size: 16px;
    color: var(--blue);
    font-weight: normal;
}

.work-paragraph .role ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 0 0;
    padding: 0 0 0 28px;
}

.work-paragraph .role li {
    margin-bottom: 0;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    text-align: left;
    transform: translate(-8px, -24px);
}

.work-paragraph .role li {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

.work-paragraph .role li::marker {
    color: var(--text);
    font-size: 1rem;
}

.work-paragraph .company-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-header > div {
    border-radius: 6px;
}

.work-paragraph .company-header {
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        background 0.25s ease;
    cursor: pointer;
    border-radius: 6px;
    transform-origin: center center;
}

.company-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: inline-block;
}

.company-icon {
    border: 2px solid #ffffff;
    border-radius: 6px;
}

.work-paragraph .company-header:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    background: rgb(83, 123, 168);
}

.work-paragraph .role::after {
    content: "";
    position: absolute;
    top: 12px; /* vertically centered with the dot (dot height 24px) */
    left: -6px; /* start slightly right from the dot's left to meet the border */
    right: 18px; /* stop a bit before the card edge so it reaches near the date */
    height: 3px;
    background: var(--blue);
    border-radius: 2px;
    z-index: 1;
}

.aptitudes-paragraph > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 46px;
    align-items: start;
}

.aptitudes-paragraph > .languages-container {
    display: flex;
    margin: 12px;
}

.aptitudes-paragraph > div > div {
    background: #eaf2fb;
    padding: 9px 24px;
    border-radius: 22px;
    text-align: center;
}

.aptitudes-paragraph > div > div:nth-child(odd):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 60%;
}

.aptitude-card {
    height: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(0, 0, 0, 0.671);
    padding: 12px;
    border-radius: 0px;
    transition: transform 0.27s ease, box-shadow 0.27s ease,
        background 0.27s ease;
}

.aptitude-card img {
    width: 64px;
    height: 64px;
    border-radius: 0px;
}

.aptitude-card:hover {
    transform: translateY(-6px) scale(1.02);
}

.aptitude-content {
    width: 100%;
}

.aptitudes-paragraph h1 {
    margin-bottom: 20px;
}

.aptitude-content h3 {
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.aptitude-content p {
    margin: 0;
    font-size: 1.1rem;
    color: rgb(0, 0, 0);
}

@media (max-width: 720px) {
    .aptitude-card img {
        width: 48px;
        height: 48px;
    }
    .aptitude-card {
        padding: 10px;
    }
}

@media (width <= 1280px) {
    .navbar {
        position: fixed;
        width: 100%;
        height: 65px;
        background-attachment: scroll;
        background-color: #000536;
        background-image: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.493) 0%,
                rgba(255, 255, 255, 0) 100%
            ),
            linear-gradient(
                90deg,
                rgba(210, 252, 255, 1) 0%,
                rgb(103, 127, 148) 80%,
                rgb(81, 132, 180) 100%
            );
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;

        -webkit-box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -5px 17px 10px rgba(0, 0, 0, 0.75);

        z-index: 15;

        overflow: hidden;
    }

    .navbar-lmj {
        padding-top: 10px;
        padding-left: 10px;
        max-width: 140px;
    }

    h1 {
        font-size: 34px;
        scroll-margin-top: 15vh;

        margin-top: -18px;

        color: #00053600;
        background-clip: text;

        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(0, 57, 110, 0.8);
    }
    h2 {
        font-size: 34px;
        scroll-margin-top: 15vh;

        margin-top: 18px;

        color: #00053600;
        background-clip: text;

        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(0, 57, 110, 0.8);
    }
    h3 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .video-mask {
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 900px;
    }

    .paragraph li .mask {
        width: 200px;
        height: 200px;

        align-self: center;
        border: solid #33190053;
        border-width: 3px;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .paragraph li img {
        margin-top: 60px;
        transform: scale(2.25);
    }

    .mask {
        border-width: 2px;
        border-radius: 16px;
    }

    .pathogen-paragraph ul {
        width: 100%;

        font-size: 18px;
        display: flex;
        justify-content: space-evenly;
        overflow: visible;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 20px;
    }

    .pathogen-paragraph ul li {
        transform: scale(0.65);
        margin: -60px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -60px;
        margin-bottom: -80px;
    }

    .title-image {
        width: 275px;
        height: auto;
    }

    .main-text {
        padding-left: 10px;
        padding-right: 10px;
        gap: 0px;
    }

    .pathogen-header {
        font-size: 8vw;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-text-stroke-width: 0px;
    }

    .paragraph {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 20px;
        gap: 3%;
        font-size: 16px;
    }

    .main-text .paragraph {
        margin-top: 40px;
    }

    .main-text .paragraph:first-child {
        margin-top: 80px;
    }

    .navbar-button {
        display: none;
    }

    .navbar-games {
        padding-right: 15px;
    }

    .navbar-games a {
        background-color: rgba(0, 22, 70, 0.568);
    }

    .navbar-menu {
        display: block;
    }

    .dropdown-menu .menu-button {
        background-color: rgba(25, 58, 90, 0.829);
    }

    .navbar {
        margin-top: -80px;
    }

    .dropdown-menu {
        width: 170px;
        height: 400px;
        margin-left: calc(100vw - 170px);

        background-image: linear-gradient(
            rgba(87, 108, 155, 0.95) 0%,
            rgba(43, 71, 107, 0.95) 100%
        );
        z-index: 10;
        padding: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        position: fixed;

        display: flex;
        gap: 7%;
        align-items: left;
        justify-content: center;
        flex-direction: column;

        margin-top: -425px;
        transition: 0.5s;
    }
    .dropdown-menu .menu-button {
        margin-left: -4px;
        font-size: 16px;
        max-height: 40px;
        max-width: 200px;
        border-radius: 16px;
    }
    .dropdown-menu.active {
        margin-top: -15px;
        transition: 0.5s;
    }

    .steam-buy {
        width: 100%;
        transform: scale(0.9);
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .lmj-games-logo {
        margin-bottom: 30px;
        padding: 10px;
    }

    .other-webs .hoverable {
        margin: 10px;
    }

    .other-webs {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
        margin-top: -50px;
        margin-bottom: 20px;
        gap: 0px;
    }

    .other-webs img {
        padding: 0px;
        margin: 0px;
        min-width: 75px;
        max-width: 125px;
    }

    .contact-social-media {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -15px;
    }
    .contact-social-media div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        max-width: 100%;
    }

    .contact-social-media a img {
        max-width: 40px;
        max-height: 40px;
        min-width: 20px;
        min-height: 20px;
        padding: 5px;
    }

    .contact-form {
        width: 120%;
        margin-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .contact-form form input {
        border-radius: 12px;
        padding-left: 12px;
        font-size: medium;

        background-color: rgba(156, 185, 209, 0.6);
        border-color: rgb(80, 108, 168);
    }
    .contact-form form textarea {
        border-radius: 12px;
        padding-left: 12px;
        font-size: medium;

        background-color: rgba(156, 185, 209, 0.6);
        border-color: rgb(80, 108, 168);
    }
    .contact-form form ::placeholder {
        color: #265d91;
    }

    .contact-form .captcha {
        margin: 10px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: scale(0.77);
    }
    .contact-form .captcha .send-button {
        margin: 0px;
        margin-top: 30px;
        margin-bottom: -30px;
        padding-top: 16px;
        width: 200px;
        height: 80px;
        font-size: 34px;
    }

    hr {
        border: 0;
        clear: both;
        margin-top: 0px;
        width: 80%;
        background-color: #004381;
        height: 2px;
    }

    .lmj-games-trademark {
        margin-top: 40px;
        color: #4d4d4d;
    }

    .ballenita-characters {
        margin-left: 125px;
        margin-right: 125px;
        justify-content: center;
        display: flex;
        gap: 0%;
    }

    .ballenita-paragraph h1 {
        font-size: 30px;
    }

    .image-browser {
        width: 90%;
    }

    .close-img-browser {
        width: 24px;
        height: 23px;
        margin-left: -22px;
        margin-top: -2px;
        border-radius: 5px;
        font-size: 15px;
        border-width: 2px;
    }

    .games-button {
        animation-fill-mode: none;
    }

    .games-button-list {
        margin: 0px;
        padding: 0px;
        width: 0px;
        height: 0px;
        animation-fill-mode: none;
    }

    .team-paragraph .bio-container {
        flex-direction: column;
    }

    .about-lmj-text {
        width: 120%;
        height: 100%;
        margin-bottom: 20px;
    }
    .lmj-games-author {
        margin-top: -30px;
        padding-bottom: 16px;
        color: #4d4d4d;
    }

    .team-paragraph .mask {
        width: 250px;
        height: 250px;
        border-width: 5px;
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .work-paragraph .section-title {
        font-size: 16px;
    }

    .work-paragraph .company-header span {
        font-weight: normal;
        font-size: 12px;
    }

    .company-icon {
        width: 38px;
        height: 38px;
        object-fit: contain;
        display: inline-block;
    }

    .company-icon {
        border: 2px solid #ffffff;
        border-radius: 6px;
    }
    .work-paragraph .company-header {
        background: var(--blue-dark);
        color: white;
        border-radius: 12px;
        padding: 8px 8px;
    }
    .work-paragraph .card {
        padding: 10px 10px;
    }

    .work-paragraph .role-header {
        font-size: clamp(0rem, 2.2vw, 3rem);
    }
    .work-paragraph .role-header span {
        font-size: clamp(0.3rem, 2vw, 1rem);
    }

    .aptitudes-paragraph > div {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .aptitudes-paragraph > .languages-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 100%;
    }
    .portfolio-paragraph .container {
        display: block;
    }

    .portfolio-paragraph .container .github-image {
        max-width: 10%;
        height: auto;
        margin: 0px;
        transition: transform 0.27s ease, box-shadow 0.27s ease,
            background 0.27s ease;
        border-radius: 22px;
        overflow: hidden;
    }

    .portfolio-paragraph .container .github-image:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
        background: rgba(255, 255, 255, 0.03);
    }

    .portfolio-paragraph .container .left {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
        justify-content: space-between;
    }

    .portfolio-paragraph .container .left p {
        flex: 0 0 auto;
        font-size: 16px;
        padding-left: 0px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        text-align: center;
    }
}

/* ANIMATED BACKGROUND */

@import url("https://fonts.googleapis.com/css?family=Exo:400,700");

body {
    font-family: "Exo", sans-serif;
}

.context {
    width: 100%;
    position: absolute;
    top: 50vh;
}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

/* ANIMATED BACKGROUND */

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(
        circle,
        rgb(127, 134, 158) 0,
        rgb(67, 86, 104) 60%,
        rgb(37, 42, 70) 91%
    );
    overflow: hidden;

    z-index: -10000000;
}

.background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
