a {
    text-decoration: none;
    color: unset;
}

.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 1.25rem;
}

.gap-3 {
    gap: 1.5rem;
}

.gap-4 {
    gap: 1.75rem;
}

.auth-container {
    width: 30%;
    max-width: 400px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sign-container {
    width: 60%;
    max-width: 600px;
}

#modal-borrar {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
    box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
}

#modal-borrar p {
    color: #111 !important;
}

#modal-background {
    width: 100%;
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 0.411);
    position: absolute;
    z-index: 2;
    top: 0;
}

@media (max-width: 800px) {
    .auth-container {
        width: 100%;
    }
}

.ql-container {
    height: 200px;
}

.ql-container p,
.ql-container h1,
.ql-container h2,
.ql-container h3,
.ql-container h4,
.ql-container h5,
.ql-container li {
    color: var(--black-color);
}

.text-mute {
    color: rgb(87, 87, 87);
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.transform-center {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flash-msg {
    position: absolute;
    animation: dissappear;
    animation-duration: 8s;
    animation-iteration-count: 1;
    opacity: 0;
}

@keyframes dissappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.alert {
    position: absolute;
    z-index: 5;
}

.grecaptcha-badge {
    bottom: 120px !important;
}

/* SKELETON ENDS */

:root {
    --black-color: #0a0a0a;
}

.btn-primary {
    font-family: "Ft88";
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--black-color);
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #111;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #777777;
    --bs-btn-disabled-border-color: #777;
}

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

footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
    background-color: var(--black-color);
    padding: 8px 0 0 0;
}

.search-button {
    background-color: #0000;
    border: none;
    color: white;
    margin-right: 7px;
    margin-top: 6px;
}

.search-bar {
    background-color: #0000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    color: white;
    font-family: "Dina";
}

#kappa-logo {
    position: absolute;
    left: 50%;
    top: 45vh;
    transform: translate(-50%, 0);
}

#kappa-header {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translate(-50%, 0);
}

.container {
    --bs-gutter-x: 18.5rem;
}

@font-face {
    font-family: "Syne Mono";
    src: url(../fonts/SyneMono-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Ft88";
    src: url(../fonts/FT88-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Yarning";
    src: url(../fonts/Yarndings12-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Dina";
    src: url(../fonts/DinaRemasterII.ttf) format("truetype");
}

.syne {
    font-family: "Syne Mono";
}

.dina {
    font-family: "Dina" !important;
}

.ft {
    font-family: "Ft88" !important;
}

.yarning {
    font-family: "Yarning";
}

ul,
p,
li,
a {
    font-family: "Dina";
    color: white;
}

a {
    color: #2dff1c;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

footer a,
.basic-list a,
.menu-exposicion a {
    color: white;
    font-weight: normal;
    font-family: "Ft88";
}

footer a:hover,
.btn:hover {
    text-decoration: unset;
}

.underline {
    text-decoration: underline;
}

.yellow-list a {
    color: #2dff1c;
    font-weight: bold;
}

.yellow-list a:hover {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    gap: 1rem !important;
    width: 100vw;
}

.top-description {
    color: white;
}

.container-content {
    /* min-height: 100vh; */
    background-position: center;
    background-size: cover;
    padding-bottom: 10vh;
    /* background-color: var(--black-color); */
    padding-top: 150px;
}

.container-menu {
    width: 28%;
    position: fixed;
    z-index: 5;
}

.basic-list {
    color: white;
}

.basic-list li {
    display: flex;
    font-family: "Ft88";
}

.basic-list p {
    margin-bottom: unset;
}

.container-hero-1 {
    width: 67%;
    position: absolute;
    height: 100vh;
}

.container-hero-1 img {
    object-fit: cover;
    cursor: pointer;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
}

.container-hero-2 {
    width: 33%;
    position: absolute;
    height: 100vh;
    right: 0;
}

.container-exposicion img {
    width: 69%;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}

.container-hero-2 img {
    object-fit: cover;
    cursor: pointer;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
}

/* #image-hero img:nth-child(1n) {
  width: 67%;
} */
/* #image-hero img:nth-child(2n) {
  width: 33%;
  right: 0;
} */

.container-hero-1-top {
    width: 67%;
    position: absolute;
    height: 100vh;
}
.container-hero-2-top {
    width: 33%;
    position: absolute;
    height: 100vh;
    right: 0;
}

.container-hero-1-top img,
.container-hero-2-top img {
    opacity: 0;
    z-index: 2;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.8s;
    width: 100%;
    position: relative;
    height: 100%;
    object-position: 50% 0%;
}

.image-documentacion {
    object-fit: cover;
    height: 150px;
}

.tiny-load {
    width: 5px !important;
    height: 5px !important;
}

.medium-load {
    width: 15px !important;
    height: 15px !important;
}

.preloader-images {
    position: absolute;
}

.titulo-hero {
    /* font-family: "Archivo"; */
    /* display: none; */
    font-family: "Syncopate-Bold";
    width: fit-content;
    /* font-size: 13em; */
    font-size: 8.2vw;
    position: absolute;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    /* mix-blend-mode: difference; */
    color: white;
    position: fixed;
    /* color: var(--black-color); */
    z-index: 5;
}

#javier {
    bottom: 48px;
    left: 10px;
    /* right: 40%; */
}

#estrobo {
    /* color: var(--green-color); */
    color: white;
    display: none;
    /* z-index: 5; */
    position: absolute;
    /* animation: estrobo; */
    /* animation-duration: 0.65s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; */
    width: 67%;
    background-color: var(--green-color);
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    font-family: "Syncopate";
}

#estrobo h1 {
    font-size: 2.8em;
}

@keyframes estrobo {
    0% {
        z-index: 5;
        /* color: rgba(255, 0, 0, 0); */
        /* visibility: hidden; */
    }
    50% {
        z-index: -1;
        /* color: rgb(0, 0, 0); */
        /* visibility: visible; */
    }
    100% {
        z-index: 5;
        /* color: rgba(255, 0, 0, 0); */
        /* visibility: hidden; */
    }
}

#barrera {
    bottom: 20px;
    /* right: 10%; */
    left: 0;
}

#menu-ul {
    position: fixed;
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    bottom: 10px;
    right: 10px;
    z-index: 3;
}

.boton {
    font-family: "Archivo";
    background-color: var(--green-color);
    padding: 10px 20px;
    border-radius: 25px;
    width: fit-content;
    color: var(--black-color);
    font-weight: bold;
    cursor: pointer;
    border-width: 0;
    font-size: 0.8em;
}

.titulo-pagina {
    font-family: "Syncopate-Bold";
    font-size: 3em;
}

.boton-anim {
    transition: all 0.2s;
    transform: rotate(0deg);
}

.boton-anim:hover {
    transition: all 0.2s;
    transform: rotate(-10deg);
}

.fotos-container {
    font-family: "Archivo";
    /* width: 75%; */
}

.fotos-container h2 {
    font-family: "Archivo-Black";
    font-size: 8em;
}

.foto-text-container {
    width: 25%;
}

.foto-img-container {
    width: 75%;
}

.tags {
    font-family: "Archivo";
    background-color: rgb(0, 255, 0);
    padding: 5px 20px;
    border-radius: 25px;
    width: fit-content;
    color: var(--black-color);
    font-weight: bold;
    font-size: 1em;
    transition: all 0.2s;
    margin: 0;
    transform: rotate(0deg);
}

.post-image {
    object-fit: cover;
    cursor: pointer;
    transition: all 0.8s;
    min-width: 100%;
    height: 100%;
    max-height: 600px;
    object-position: 50% 0%;
    width: 100%;
}

.post-titulo {
    font-family: "Archivo";
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
}

.proyecto-video {
    width: 100%;
    height: 700px;
}

.search-btn {
    background-color: var(--green-color);
    border-width: 0;
    display: flex;
    align-items: center;
    border-radius: 50px 0 0 50px;
    padding: 0 10px 0 15px;
}

.search-field {
    border-width: 2px;
    border-color: var(--green-color);
    border-radius: 0 50px 50px 0;
    border-style: solid;
}

.proyecto-full {
    font-family: "Archivo";
    font-weight: normal;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}

.proyecto-titulo {
    /* font-family: "Archivo-Black"; */
    font-family: "Syncopate-Bold";
    font-size: 4em;
}

.proyecto-imagen {
    width: 100%;
    object-fit: cover;
    /* max-height: 600px; */
    height: 100%;
    min-width: 100%;
    cursor: zoom-in;
    object-position: 50% 0%;
}

.proyecto-folder img {
    /* max-height: 650px; */
    width: 100%;
    cursor: zoom-in;
}

#taghover {
    font-family: "Archivo";
    font-weight: bold;
    position: absolute;
    background-color: var(--green-color);
    padding: 10px 20px;
    border-radius: 25px;
    color: var(--black-color);
    /* transition: 0.1s ease-out; */
    /* transition: all 0.01s; */
}

#image-modal {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-color: #000000f0;
    max-width: 100vw;
}

#image-modal img {
    max-width: 100%;
    padding: 5px;
    max-height: 100vh;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    cursor: zoom-out;
}

.contact-form {
    width: 33%;
    position: absolute;
    right: 0;
    /* top: 200px; */
    height: 100vh;
    /* transform: translate(0%, 0); */
    background-color: #fff;
    /* mix-blend-mode: lighten; */
    /* max-width: 700px; */
}

.left-image {
    width: 67%;
    position: absolute;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 0%;
}

@media (max-width: 800px) {
    .container-content {
        padding-bottom: 20vh;
        /* min-height: 110vh; */
    }

    .container {
        --bs-gutter-x: 1.5rem;
    }

    .image-documentacion {
        width: 100%;
    }

    footer ul {
        gap: 0 !important;
        flex-direction: column !important;
    }
}
