.header-nav img{
    width: 100%;
    margin: auto;
    display: block;
    position: fixed;
    z-index: 1;
    height: 100vh;
    object-fit: cover;
}
.header-nav-media{
    background: url(https://tennisclub.smartlink.one/user/pages/01.index/01.jpg?controls&autoplay=1&loop=1&muted=1&controlsList=playsinline%20loop%20autoplay%20muted);
    height: 50vh;
    background-size: cover;
    margin: 1rem;
    border-radius: 20px;
}
.header-nav img{
    display: none;
}
.header-nav {
    height: fit-content;
}

.header-simple{
    position: sticky;
    top: 0;
    z-index: 4;
    background: var(--second-color);
    font-family: var(--font-family-second);
    border-radius: 0 !important;
}
.header-simple i{
    color: var(--theme-color)!important;
}
.header-simple .logo-simple{
    font-family: var(--font-family-second); 
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--theme-color)  
}
.header-simple .current{
    line-height: unset;
}
.index-texto-area{
    text-align: justify;
    padding: 2rem 1.5rem;
}
#start{
    position: relative;
    z-index: 2;
    background: var(--fondo);
}
.espacio{
    background: var(--fondo);
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 0 .5rem;
}
.bg-funcion {
    margin-top: 0;
}
.big-boton i{
    position: absolute;
    left: 6rem;
    line-height: unset;
}
.tennis-titulo{
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--font-family-second);
    letter-spacing: 1px;
}
.header-nav::before{
    z-index: 3;
    color: var(--theme-color)
}
footer{
    z-index: 2;
    position: relative;
    background: var(--footer-fondo);
}

main{
    margin-bottom: 0;
    padding-bottom: 70px;
}
.modulo-index {
    background: var(--third-color);
    border-radius: 20px;
    padding: 2rem 0 1rem;
    margin: 1rem;
}

.index-icono a{
    height: fit-content;
}
.index-texto {
    color: var(--color-index-texto);
    position: relative;
    bottom: 45px;
    margin: auto;
    background: var(--theme-color);
    border-top: 2px solid var(--focus-color);
}
.letra{
    margin-top: 0;
    padding: 0 .5rem;
    font-size: .8rem;
    font-weight: 800;
}
.index-icono svg {
    height: 70px;
    width: 70px;
    opacity: .4;
}
#subtitulo-index {
    margin-top: 3rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#svg-subtitulo svg {
    width: 60% !important;
}
#subtitulo-index div {
    margin: auto;
    text-align: center;
    width: 60%;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--font-family-second);
    letter-spacing: .1rem;
}
#subtitulo-index div span{
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--font-family-second);
    letter-spacing: .1rem;
}
.settings-card {
    position: unset;
}
.pelotas{
    border-bottom: 2px solid var(--focus-color);
    width: fit-content;
    margin: auto;
    font-size: 1.2rem;

}