* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
}

p a {
    display: inline;
}

img,
picture,
video,
iframe {
    display: block;
    width: 100%;
    /* height: initial; */
}

form,
input,
label,
select,
option,
textarea,
button {
    font-size: inherit;
    font-family: inherit;
    display: block;
    background-color: transparent;
}

:root {
    font-size: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", serif;

}

/**************** FIN RESET *****************/


.wrapper__principal__pedalucha {
    width: 100%;
    min-height: 100vh;
    /* background-color: rgb(247, 255, 161); */
    opacity: 0;
    animation: aparecer 1s ease-out 0.3s forwards;
}

.principal__grid__pedalucha {
    width: 100%;
    min-height: 100vh;
    /* background-color: rgb(113, 99, 113); */

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "imgs text";

    position: relative;
}


.grid__pedalucha__imgs {
    width: 100%;
    min-height: 100vh;
    /* background-color: rgb(240, 106, 106); */
    position: relative;
    grid-area: imgs;
}

.grid__pedalucha__text {
    width: 100%;
    /* min-height: 100vh; */
    /* background-color: rgb(247, 255, 161); */
    grid-area: text;
}

.sticky__pedalucha {
    top: 7rem;
    padding-left: 1rem;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    position: sticky;
}

.pedalucha__imgs {
    width: 70%;
    min-height: 100vh;
    padding: 1rem;
    margin: 0 auto;
}

.imagen__pedalucha {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.imagen__mbolo {
    margin-bottom: 6rem;
}

.wrap__vertical__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    margin-top: 5rem;
}

.wrap__konngol {
    row-gap: 4rem;
}

.pedalucha__h2 {
    font-size: 5em;
    font-weight: 600;
    color: rgb(86, 88, 217);
    background-color: rgb(250, 226, 47);
    margin-bottom: 2rem;
}

.arrelat__h2 {
    font-size: 5em;
    font-weight: 600;
    margin-bottom: 2rem;
}

.pedalucha__h2:hover {
    color: rgb(250, 226, 47);
    background-color: rgb(86, 88, 217);
}

.pedalucha__description {
    max-width: 70%;
    margin-bottom: 1rem;
}

.wrapper__buttons__next {
    /* background-color: rgb(203, 201, 205); */
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    padding-bottom: 2rem;
    color: rgb(190, 190, 190);

}


.wrapper__buttons__next a:hover {
    color: black;
}

.proyecto__anterior::before {
    content: "⌵";
    display: inline-block;
    margin-right: .2rem;
    transform: rotate(90deg);
    vertical-align: middle;
    font-size: 1em;
}

.proyecto__siguiente::after {
    content: "⌵";
    display: inline-block;
    margin-left: .2rem;
    transform: rotate(-90deg);
    vertical-align: middle;
    font-size: 1em;
}

.wrapper__buttons__mobile {
    display: none;
}

.enlaces:hover {
    color: var(--color-enlaces);
}

.img__konngol__ultim {
    margin-top: -2rem;
}

.wrapper__contacto {
    width: 100%;
    min-height: 90vh;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.ig {
    width: 80%;
    margin-top: 2rem;
}

/*************************** INICIO PÁGINA ARRELA'T  *****************************/

.pedalucha__imgs .imagen__arrelat__01 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

/*************************** FIN PÁGINA ARRELA'T  *******************************/



/*************************** INICIO PÁGINA MBOK AFRIKA  *****************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*************************** FIN PÁGINA MBOK AFRIKA  *****************************/


/************************* KALUT *********************/
.kalut__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
}

/*********************** FIN KALUT **********************/

/****************** MEDIA QUERIES ***************** */

@media (max-width: 1000px) {
    .principal__grid__pedalucha {

        /* grid-template-columns: repeat(1, 1fr); */

    }

    .pedalucha__imgs {
        width: 100%;
    }

    .pedalucha__h2,
    .arrelat__h2 {
        font-size: 2.4em;
        margin-top: 3rem;
    }

    .pedalucha__description {
        max-width: 90%;
        margin-bottom: 1rem;
    }

    .principal__grid__pedalucha {
        grid-template-columns: 1fr;
        grid-template-areas:
            "text"
            "imgs";
    }

    .wrapper__buttons__next {
        display: none;
    }

    .wrapper__buttons__mobile {
        display: block;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-end;
        gap: 2rem;
        margin: 0 1.5rem 10rem 1.5rem;
        color: rgb(190, 190, 190);
    }

    .wrapper__buttons__mobile a:hover {
        color: black;
    }


    .wrapper__principal__pedalucha {
        margin-bottom: 3rem;

    }
}