body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* font-variation-settings: "wdth" 100; */
    font-size: 18px;
    background-color: #000;
    color: #000;
}

button {
    font-size: 1em;
    margin-bottom: 1em;
    background-color: #fff;
    color: #201e1e;
    padding: 0.5em;
    border: 1px #000 solid;
    cursor: pointer;
}


a {
    color: #201e1e;
    transition: 0.75s;
    padding: 0.4em;
    /* background-color: #fff; */
    text-decoration: none;
}

/* a:hover {
            background-color: #201e1e;
            color: #fff;
        } */

h1 {
    font-size: 7.2em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 0.79em;
    margin-block-start: 0.267em;
    margin-block-end: 0.267em;
}

h2 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    margin-top: 0.5em;
    color: #201e1e;
    font-weight: 600;
    font-size: 1.3em;
    z-index: 99;

}

.container {
    position: relative;
    height: fit-content;

    /* Simula las 5 secciones */
}

.footer {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.footer img {
    max-width: 250px;

}

.image-wrapper {
    position: fixed;
    /* top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); */
    width: 100vw;
    height: 350vh;
    /* La imagen es 4 veces más alta que la ventana */
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 75px;
    object-position: top;

}

.logo {
    /* display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            padding: 1em; */

}

.logo img {
    max-width: 900px;
    width: 90%;
}

.logo_top {
    width: 100%;
    height: 50px;
    /* background-color: red; */
    position: fixed;
    top: 30px;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: white; */
    /* font-size: 20px; */
    z-index: 2;
    align-content: flex-start;
}

.logo_top img {
    max-width: 150px;
}

.link {
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.link a {
    /* line-height: 4em; */
    /* background-color: #ffffffc4;
            border-radius: 0.2em; */
    color: #fff;
}

.link a:hover {
    /* line-height: 4em; */
    background-color: #fff;
    color: #000;
}

.nav {
    z-index: 999;
}

.nav_agency,
.nav_services,
.nav_team,
.nav_contact {
    position: fixed;
    z-index: 999;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
}

.nav_agency a,
.nav_services a,
.nav_team a,
.nav_contact a {
    background-color: transparent;
    color: #fff;
}

.nav_agency a:hover,
.nav_services a:hover,
.nav_team a:hover,
.nav_contact a:hover {
    /* background-color: #ffffffcc; */
    /* border-radius: 0.2em; */
    color: #000;
}

.nav_agency {
    left: 3vw;
    top: 4.5vh;
}

.nav_services {
    right: 3vw;
    top: 4.5vh;
}

.nav_team {
    left: 3vw;
    bottom: 4.5vh;
}

.nav_contact {
    right: 3vw;
    bottom: 4.5vh;
}

.pelota {

    /* box-shadow: 10px 10px 5px #3332328a; */
    width: 10px;
    height: 10px;
    /* background-color: #4d4d4d8a; */
    border-radius: 50%;
    position: fixed;
    top: -25px;
    left: -5px;
    pointer-events: none;
    z-index: 80;
    box-shadow: 0px 10px 5px #1e1e1ecf;
}

.pelota img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    transform: translate(5px, 5px);

}

.privacidad {
    font-size: 0.9em;
}

.section {
    height: fit-content;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* font-size: 2rem; */
    color: white;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
    z-index: 81;
}

.section p {
    font-size: 1em;
    /* left: 1em; */
    position: relative;
}

.section span {
    font-size: 1.2em;
    font-weight: bold;
}

.section_us {
    /*display: flex;*/
    /* align-content: flex-start; */
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 1em;
    margin-right: 1em;
    border: 1px solid #fff;
    background-color: #ffffffc7;
    border-radius: 0.3em;
    font-size: 0.8em;
    text-align: center;
    color: #313131;
    justify-content: center;
    align-items: center;

}

.section_us p a {
    line-height: 4em;
    background-color: #fff;
    padding: 0.5em;
}

.section_us p a:hover {
    line-height: 4em;
    background-color: #000;
    color: #fff;
}

.section_us_logo {
    background-color: transparent;
    /* white-space: break-spaces; */

}



.section_us img {
    display: block;
    width: 90%;
    max-width: 30px;
    margin: 0 auto;

}

.section_us_logo a img {
    line-height: 0;
    padding: 0;
    background: 0;
}

.section_team {
    width: 100%;
    display: flex;
    margin-top: 2em;
    z-index: 99;
}

.social {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.social img {
    width: 30px;
    padding-right: 10px;
}

@media only screen and (max-width: 820px) {
    h1 {
        font-size: 6.2em;
    }

    .section {
        width: 85%;
    }

    .section_us {
        padding: 0.5em;
        margin: 1em;
    }

    .section_team {
        display: flex;
        margin-top: 2em;
        z-index: 99;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    h1 {
        font-size: 5.2em;
    }
}

@media only screen and (max-width: 620px) {
    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 1.2em;
    }

    .logo_top {
        top: 20px;
    }

    .logo_top img {
        max-width: 100px;
    }

    .nav_agency,
    .nav_services,
    .nav_team,
    .nav_contact {
        font-size: 0.6em;
        font-weight: bold;
    }

    .nav_services {
        right: 3vw;
        left: auto;

    }


    .nav_team {
        left: 3vw;
        bottom: 2.5vh;
        top: auto;
    }

    .nav_contact {
        right: 3vw;
        bottom: 2.5vh;
        top: auto;
    }

    .section p {
        font-size: 0.91em;
    }

    .section_team {
        flex-direction: column;
        width: 100%;
    }

    .section_us {
        margin-top: 2em;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

}


@media only screen and (max-width: 480px) {
    h1 {
        font-size: 3.4em;
    }

    .section {
        width: 90%;
    }
}