/*@font-face {
    font-family: "League Spartan", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: League system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'League Spartan', sans-serif;
    color: #ffffff;
}
html {
    font-size: 62.5%;/*Esto quiere decir que mis pixeles por defecto serán de 10px y 1 rem siempre valdrá eso mismo*/
    background-color: #ffffff ;
}

body {
    text-align: center;
}

button{
    background-color: #ffffff;
    box-shadow: black 0 0.8rem 4rem;
    border-radius: 3rem;
    height: 5rem;
    width: 40rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border: none;
    
}

/*---Cabecera---*/
.logoTink img{
    margin-top: 2rem;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    border-radius: 10rem;
}

.generalHeader ul{
    width: 100%;
}

.generalHeader h3{
    margin: 2rem;
    margin-top: 2rem;
    font-size: 2rem;
    color: #000000;
}

.generalHeader h2{
    margin: 2rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #000000;
}

.generalHeader p{
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    
}

.iconList {
    padding: 0.5rem;
    list-style: none;
   }

.iconList li {
    display: inline-block;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.iconList a{
    width: 100%;
    justify-content: space-between;
    padding-right: 1rem;
    padding-left: 1rem;
}

/*Main*/

/*Paginas Web*/
.webPagesList {
    padding: 20px;
}


.webPagesList h2 {
    font-size: 2.3rem;
    font-weight: 1000;
    padding-bottom: 5rem;
    color: black;
}

.webPagesList ul{
    width: 100%;
}

.webPagesList li {
    padding-bottom: 4rem;
    list-style: none;
}

.webPagesList a{
    text-decoration: none;
    color: #000000;
}

/*---Footer---*/
footer {
    background-color: #000000;
    padding: 2rem;
}

.locationFooter {
    padding: 1rem;
}

.locationFooter nav {
    padding: 10px;
}

.locationFooter h2 {
    font-size: 2.3rem;
    color: #fcd609
}

.locationFooter p {
    font-size: 1.5rem;
    margin: 3rem;
}

.footerMapa iframe{
    align-items: center;
    width: 40rem;
    height:30rem;
    border:0;
    border-radius: 2rem;
}

.logoCompartir h3 {
    font-size: 1.5rem;
    color: #fcd609;
}

.hechoPorTink p{
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.5rem;
}

.hechoPorTink a{
    color: #ffffff;
    text-decoration: none;
}

/* -- Cookies -- */
.aviso-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 2rem;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
    z-index: 999;
    display: none;
}

.aviso-cookies.activo {
    display: block; /* Visible cuando tiene la clase activo*/
}

.contenido-cookies {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.galleta {
    width: 8rem;
    height: 8rem;

}

.texto-cookies {
    flex: 1;
    text-align: left;
    min-width: 20rem;
    color: black;
}

.titulo {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: #000000;
}

.parrafo {
    margin: 0;
    font-size: 1.4rem;
    color: #000000;
}

.botones {
    display: flex;
    gap: 2rem;
}

.boton {
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 1rem;
    transition: background-color 0.3s ease;
}

.aceptar {
    background: black;
    color: white;
}

.rechazar {
    background: black;
    color: white;

}

.aceptar:hover {
    background: #ffffff;
    color: #000000;
}

.rechazar:hover {
    background: #ffffff;
    color: #000000;
}

.enlace {
    color: #000000;
    text-decoration: none;
    font-size: 1.4rem;
    
}

.enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 998;
    display: none;
}

.fondo-aviso-cookies.activo {
    display: block; /* Visible cuando tiene la clase activo*/
}

@media (max-width: 768px) {
    .contenido-cookies {
        justify-content: center;
        text-align: center;
    }
    
    .texto-cookies {
        text-align: center;
    }
    
    .botones {
        width: 100%;
        justify-content: center;
    }

    .webPagesList button {
        width: 30rem;
    }
    .googleMapsFrame{
        width: 30rem;
        border-radius: 20px;
    }

    .contenido-cookies {
        justify-content: center;
        text-align: center;
    }
    
    .texto-cookies {
        text-align: center;
    }
        
    .botones {
        width: 100%;
        justify-content: center;
    }
    
    .galleta {
        width: 6rem;
        height: 6rem;
    }
    
    .titulo {
        font-size: 1.8rem;
    }
    
    .parrafo {
        font-size: 1.2rem;
    }
    
    .boton {
        font-size: 1.3rem;
        padding: 0.8rem 1.6rem;
    }
    
   
}