

/*Comienzo de index.html*/
.bannerprincipal {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3)),
    url(img/mujer-que-descansa-despues-de-monocromo-de-hiperextension.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 90vh;
    justify-content: start;
    align-items: start;
    display: flex;
}

.texto-img {
    margin-left:8rem;
    margin-top: 20rem;
    font-family: var(--fuente-secundaria);
    text-align: start;
    max-width: 40rem;
}

.texto-img h1 {
    color: var(--color-principal);
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: bolder;
}

.texto-img p {
    color: rgb(255, 183, 0);
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bolder;
}

.texto-img h2{
    font-size:2rem;
    color: white
}

.bannersecundario {
    
    background-image:linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2)),
    url(img/vista-superior-del-corredor-con-espacio-de-copia.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 90vh;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.texto-img2 {
    display: flex;
    flex-direction: column;
    align-items: last baseline;
    gap: 1rem;
    margin-top: 5rem;
    font-family: var(--fuente-secundaria);
}

.texto-img2 h2{ 
    color: grey;
    font-size: 2rem;
}

.texto-img2 h1{
    color: white;
    font-size: 4rem;
    font-weight: bolder;
}

.texto-img2 p{
    color: rgb(255, 183, 0);
    font-size: 1.5rem;
    font-weight: bolder;
}

#form-div form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    margin-left: 15rem;
    color:white;
    margin-bottom: 10rem;

}

.ejemplo {
    padding: 1rem 15rem ;
    font-size: 2rem;
    border-radius: 20px;
    font-family: var(--fuente-secundaria);
}

input:focus {
    outline: none;
    border: 2px solid red;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}



/*Comienzo de nosotros.html*/
.bannerbienvenida-nosotros {
    
    background-image:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3)),
    url(img/pareja-deportiva-en-un-entrenamiento-de-ropa-deportiva-en-un-gimnasio.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 30vh;
    justify-content: center;
}

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

html {
    scroll-behavior:smooth;
}

:root {
    --fuente-principal:  Montserrat, sans-serif;
    --fuente-secundaria: Roboto, sans-serif;
    --color-principal: white;
    --color-secundario: #bbb807;
    --color-terciario: black;
    --color-cuaternario: red;

}

.logo-fit img {
    width: 18rem;
    height: 10rem;
    margin-left: 1px ;
}

h1 {
    font-family: var(--fuente-principal);
    text-align: initial;
    font-size: 3rem;
}

h2 {
    font-family: var(--fuente-principal);
    text-align: initial;
    font-size: 2rem;
}

h3 {
    font-family: var(--fuente-principal);
    text-align: initial;
    font-size: 1.5rem;
}
h4 {
    font-family: var(--fuente-principal);
    text-align: initial;
    font-size:1rem;
}

nav {
    display:flex;
    flex-direction: row;
    font-size: 1.5rem;
    gap: 4em;
    align-items: center;
    margin-bottom: 1.2rem;
}

.seleccionado {
    color: red;
    font-weight: bolder;
    font-size: 1.5rem;
}
.boton {
    font-size: 1.5rem;
    font-weight: bold;
    
}

.cajasocio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.botonsecundario {
    font-size: 1.5rem;
    font-weight: bold;
    background-color:rgb(255, 183, 0);
    color: black;
    padding: 1rem 3rem;
    border-radius: 20rem;
    transition:cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.botonsecundario:hover {
    background-color: var(--color-terciario);
    color: var(--color-principal);
}
.botonsecundario:active {
    background-color: var(--color-cuaternario);
    color: var(--color-principal);
}

nav a {
    text-decoration: none;
    font-family: var(--fuente-secundaria);
    font-size: 1.2rem;
    padding: 10px 20px;
    color: black ;
    display: inline-block;
    
}

nav a:hover {
    color: red;
    font-weight: bold;
    transform:scale(1.1s);
}
.bannerbienvenida {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3)),
    url(img/pareja-deportiva-en-un-entrenamiento-de-ropa-deportiva-en-un-gimnasio.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 30vh;
    justify-content: center;
    align-items: center;

}

.bannerbienvenida h2 {
    color: var(--color-principal);
    text-align: center;
    padding-top: 2.4em;
    font-size: 4rem;
    font-family: var(--fuente-secundaria);
    align-items: center;
    justify-content: center;
}

.linksnavegacion {
    display: flex;
    flex-direction: row;
    gap:2.5rem;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.linksnavegacion a {
    justify-content: center;
}

.botonterciario {
    font-family: var(--fuente-principal);
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration:none;
    padding: 1rem 4rem;
    border-radius: 20rem;
    background-color: black;
    transition:cubic-bezier(0.075, 0.82, 0.165, 1);
    color:white;
}

.botonterciario:hover {
    background-color: red;
    
}

.botonteriario:active {
    background-color: red;
}

.contenido {
    display: flex;
}
.textos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 35rem;
    margin-left: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

.imggym img{
    display: flex;
    height: 600px;
    width: 900px;
    border-radius: 20px;
    margin-right: 25rem;
}

.textonegrita {
    font-weight: bold;
    color: black;
    font-size: 3.5rem;
    text-align: start;
    margin-left: 2rem;
    font-family: var(--fuente-secundaria);
}

.titlecontenido {
    font-family: var(--fuente-principal);
    font-size: 3rem;
    color: black;
    margin-left: 2.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
}

.parrafo {
    font-family: var(--fuente-secundaria);
    font-size: 1.8rem;
    color: black;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.desvanecido {
    color: rgba(0, 0, 0, 0.541);
    font-size: 1.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.bannerhorario {
    background-color: rgba(128, 128, 128, 0.678);
    padding: 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10em;
    font-family: var(--fuente-secundaria)
}

.horario {
    font-size: 2rem;
    font-family: var(--fuente-secundaria);
    color: rgb(255, 255, 255);
    font-weight: 500;
}


#titleactividades h3 {
    margin-top: 2em;
    font-size: 4rem;
    justify-content: center;
    text-align: center;

}

.tarjetas {
    display: flex;
    flex-direction: row;
    gap: 3em;
    justify-content: center;
    margin-top: 5em;
    margin-bottom: 7em;
}

.tarjetas-act {
    align-items: center ;
    text-align:center;
    font-size: 2rem;
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    max-width: 15rem;
    max-height: 20rem;
    padding: 1.5rem 2.5rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tarjetas-act img {
    margin-bottom: 1em;
    margin-top:1em;
    box-sizing:border-box; 
    width: 45%;
    border-radius: 40px;
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.249);
    align-items: center;
    justify-content: center;
}



.tarjetas-act:hover {
    transform: scale(1.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    background-color: goldenrod;
    font-weight: bolder;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

tarjetas-act p{
    font-size: 1.5rem;
    color: black;
    font-family: var(--fuente-secundaria);
    align-items: center
}

.bannerservicios {
    padding: 5rem 0;
    background-color: black;
}

.bannerservicios h3 {
    color: white ;
    font-size: 4rem;
    text-align: center;
    margin-top:3rem;
    margin-bottom: 2rem;
}

.caja-servicios {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 6rem;


}

.servicio-element {
    text-align: center;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    max-width: 15rem;
    max-height: 20rem;
    padding:4rem 3rem;
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.5);
    text-align:center;
    justify-content: center;
    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

.servicio-element img {
    width: 60%;
    background-color: gold;
    border-radius: 50px;
    padding: 1rem 1rem;
}

.servicio-element:hover {
    transform: scale(1.1);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
    background-color:goldenrod;
    font-weight:bolder;
    cursor: pointer;
    color:black;
}

.servicio-element {
    font-size: 2rem;
    color: white;
}

.bannermapa {
    background-color: white;
    padding: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    margin-top: 1rem;
    gap: 2rem;
}

.mapa iframe {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    border-radius: 20px;
}

.bannercontacto h3 {
    font-size:4rem;
    text-align: center;
    margin-top: 1rem;
}

.formulario {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 5rem;
} 

.formulario p {
    font-size: 1.5rem;
    font-family: var(--fuente-secundaria);
    font-weight: 200;
}

.formulario h4 {
    font-size: 3rem;
    font-family: var(--fuente-principal);
    margin-top: 1px;
    
}

label, input {
    padding: 1rem 5rem;
    font-size: 1.5rem;
    border-radius: 10px;
    font-family: var(--fuente-secundaria);
}

input {
    border: 2px solid black;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

input:focus {
    outline: none;
    border: 2px solid red;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

button {
    font-size: 1.5rem;
    font-family: var(--fuente-principal);
    font-weight: bold;
    background-color: red;
    color: white;
    padding: 1rem 3rem;
    border-radius: 20rem;
    transition:cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-top: 3rem;
    cursor: pointer;
}

button:hover {
    background-color: black;
    color: white;
    transition: linear 0.3s;
}

button:active {
    background-color:#bbb807;
    color: black;
}

footer {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0;
    font-family: var(--fuente-secundaria);
    font-size: 1.2rem;
    text-align: start;
    padding: 10rem;

    }


footer div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
} 


/*Final de nosotros.html */