*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------------------------------------------------*/
#header{
    background-color: white;
    height: 57px;
}
#header-logo{
    width: 20px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
SECCION LOGO-TITULO
-----------------------------------------------------------------------------------------------------------------------------------*/
#contenedor-titulo{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../imagenes/index/header/fondo.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    margin-top: 57px;
}
#logoppt{
    width: 200px;
}
#titulo{
    text-shadow: 0 0 15px black ,  0 0 5px black;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
SECCION SLIDER
-----------------------------------------------------------------------------------------------------------------------------------*/
#contenedor-slider{
    background-color: black;
}
#contenedor-slider h1{
    text-decoration: underline;
}
.size-img {
    width: 400px;
    height: 400px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
SECCION PRODUCTOS
-----------------------------------------------------------------------------------------------------------------------------------*/
#seccion-productos{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(../imagenes/index/seccion-productos/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#seccion-productos h1{
    text-decoration: underline;
}
#imagen-paleta-productos:hover{
    border: solid 2px #afd3f7;
}
#imagen-cancha-productos:hover{
    border: solid 2px #afd3f7;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
SECCION NOTICIAS Y CARTELERA
-----------------------------------------------------------------------------------------------------------------------------------*/
#seccion-noticias-cartelera{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../imagenes/index/seccion-noticias-cartelera/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#seccion-noticias-cartelera h1{
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------------------------------------------------*/
