/*Hoja de estilos CSS*/

body {
    background-color: #892DEB;
    color: #ffff;
    margin: 0;
    padding: 0;
}


header {
    position: relative;
    background-color: #f5f5dc;
    border-radius: 15px;
    justify-content: center;
}

main {
    background-color: #892DEB;

}

.el_titulo {
    text-align: center;
    font-family: "Times New Roman";
    font-size: 50px;
    margin: 0;
    padding: 100px 65px;
    margin-bottom: 30px;
    color: #000000;
}

.menu_deportes {
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    font-family: "Times New Roman";
    color: #0000;
    font-size: 35px;
    text-align: center;

    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}

#seleccion_deporte {
    text-align: center;
    font-size: 15px;
    font-family: "Times New Roman";
}

button {
    text-align: center;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 15px;
    background-color: #ffffff;
}

button:hover {
    background-color: #eaeaea;
}

#informacion_deportes, #informacion_futbol {
    margin-top: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 60px;
    border-radius: 15px;
    max-width: 900px;
}

.que_es_deporte, .implicacion_deporte, .descripcion_futbol, .como_jugar, .beneficios_futbol {
    background-color: #4953CC;
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 20px;
}

.deportes_info, .titulo_infofut {
    font-family: "Times New Roman";
    font-size: 35px;
}

.subdeportes_info, .historia_futbol {
    font-family: "Times New Roman";
    font-size: 30px;
    color: #FFFFFF;
}

h3 {
    color: #FFFFFF;
    font-family: "Times New Roman";
}

h4 {
    color: #FFFFFF;
    font-family: "Times New Roman";
}

p {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.imagen_generald, .deporte_colectivo, .imagen_futbol, .imagen_posiciones, .imagen_beneficiosf {
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    width: 400px !important;
    height: 250px !important;
    font-size: 25px;

}

.descripcion_futbol {
    background-color: #4953CC;
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 20px;
}


.formulario {
    margin-top: 10px;
    border-radius: 5px;
    padding: 25px 25px;
}

.imagen_logo {
    position: absolute;
    width: auto;
    max-height: 120px;
    margin-left: 30px;
    bottom: 0;
    
}