*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Lato", Impact;
    font-weight: 400;
    font-style: normal;
    background-color: #eee;
}
span{
    color: #ff5f00;
}

/* ESTILOS DE LA CABECERA */
.contenedor-cabecera{
    background-color: #eee;
}
.contenedor-cabecera-logo{
    text-align: center;

}
.contenedor-cabecera-logo img{
    width: 250px;
    height: auto;
    margin: 10px 0;
}
.contenedor-cabecera-nav{
    background-color: #eee;
    text-align: center;
    box-shadow: 2px 2px 5px #ccc;
}
.contenedor-cabecera-nav li{
    background-color: #eee;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 8px;
    transition: background 0.3s ease;
}
.btn-nav a{
    color: #111;
    font-size: 20px;
    text-decoration: none;
}
.btn-nav:hover{
    background-color: #ff5f00;
    box-shadow: 2px 2px 5px #aaa;
}
.btn-nav:hover a{
    color: #fff;
}
/* ESTILOS DEL CONTENIDO */
.contenedor-home{
    background-image: url("images/inicio-hombre-uniforme.jpg");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: right;
    padding: 100px 50px;
    min-height: 700px;
}

.contenedor-home-texto{
    color: #fff;
    text-shadow: 2px 2px 4px #111;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 50px;
    line-height: 100px;
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
}
.boton {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #ff5f00;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 2px 10px #111;
    transition: background 0.3s ease;
}
.boton:hover {
    background-color: #c44800;
}
/* ESTILOS DE LA SECCIÓN DE SOFTWARES */
.contenedor-software-intro{
    background-color: #fff;
    padding: 50px;
    text-align: center;
    box-shadow: 2px 2px 5px #aaa;
    margin: 5px;
    font-size: 32px;
}
.contenedor-software-intro p{
    font-size: 24px;
}
.contenedor-software-forma{
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
}
.contenedor-software-forma img{
    width: 100%;
    padding: 10px;
}
.contenedor-software-forma h3{
    font-size: 40px;
    text-shadow: 2px 2px 4px #111;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.contenedor-software-forma p{
    font-size: 24px;
    text-shadow: 2px 2px 4px #111;
}
.contenedor-software-forma a{
    font-size: 24px;
    text-shadow: 2px 2px 4px #111;
}
.contenedor-software-combate{
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
}
.contenedor-software-combate img{
    width: 100%;
    padding: 10px;
}
.contenedor-software-combate h3{
    font-size: 40px;
    text-shadow: 2px 2px 4px #111;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.contenedor-software-combate p{
    font-size: 24px;
    text-shadow: 2px 2px 4px #111;
}
.contenedor-software-combate a{
    font-size: 24px;
    text-shadow: 2px 2px 4px #111;
}
.contenedor-software-tarjetas{
    text-align: center;
    background-color: #fff;
}
.contenedor-software-info{
    padding: 10px;
    text-align: center;
    margin: 10px;
    font-size: 24px;
}
/* ESTILOS DE LA SECCIÓN DE CONTACTO */
.contenedor-contacto{
    text-align: center;
}
.contenedor-contacto-intro{
    background-color: #fff;
    padding: 50px;
    text-align: center;
    box-shadow: 2px 2px 5px #aaa;
    margin: 5px;
    font-size: 32px;
}
.contenedor-contacto-intro p{
    font-size: 24px;
}
.contenedor-contacto-formulario{
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: auto;
    max-width: 800px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
}
.contenedor-contacto-formulario label{
    font-size: 24px;
    margin: 10px 0;
    color: #fff;
}
.contenedor-contacto-formulario input{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #aaa;
    font-size: 18px;
}

.contenedor-contacto-formulario select{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #aaa;
    font-size: 18px;
}
.contenedor-contacto-formulario textarea{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #aaa;
    font-size: 18px;
    height: 150px;

}
.contenedor-contacto-formulario button{
    font-size: 24px;
}
/* ESTILOS DEL PIE DE PAGINA */
.contenedor-footer{
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 2px 2px 5px #aaa;
    margin-top: 50px;
}
.contenedor-footer a{
    color: #ff5f00;
    text-decoration: none;
    font-weight: bold;
}
.contenedor-footer li{
    display: inline-block;
    margin: 10px 10px;
}
.contenedor-footer p{
    font-size: 18px;
    margin: 10px 0;
}
/* ESTILOS DEL LA PAGINA DE TORNEOS*/
.contenedor-torneos-intro{
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin: 5px;
    font-size: 32px;
    border-bottom: 1px solid #ccc;
}
.contenedor-torneos-tarjetas{
    background-color: #1c1c1c;
    color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: auto;
    max-width: 90%;
    border-radius: 8px;
}

.contenedor-contacto-torneos{
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: auto;
    max-width: 90%;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
}
.contenedor-contacto-torneos label{
    font-size: 24px;
    margin: 10px 0;
    color: #fff;
}
.contenedor-contacto-torneos input{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #aaa;
    font-size: 18px;
}

.contenedor-contacto-torneos select{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #aaa;
    font-size: 18px;
}
.contenedor-contacto-torneos button{
    font-size: 24px;
}


.new{
    background-color: #fff;
    color: #000000;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px #aaa;
    margin: auto;
    max-width: 100%;
    border-radius: 8px;
    display: inline-block;
    margin: 10px;
}
