
 /* ARRIBA EN EL TITULO */
 
 
#contenido {
	position: relative;
	background: var(--fondo);
}

#imagen_inicio {
	pointer-events: none;
	user-select: none;
	width: 100%;
	position: absolute;
}

#imagen_dron_inicio {
	position: absolute;
	top: 6vw;
	left: 55vw;
	width: 45vw;
}

#seccion {
    padding-top: 4rem;
	max-width: 1200px;
    margin: 0 auto;
}

#seccion hr {
    border: solid white 1px;
}

#seccion .examen {
    background: var(--background_div);
    box-sizing: border-box;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: auto;
    color: var(--color_p);
    border-radius: 16px;
    border: var(--border);
}

#seccion .examen h2 {
    font-weight: 600;
}

#seccion .examen p {
    font-size: 16px;
    color: var(--color_p_dos);
}


#seccion .examen:hover {
    background: transparent;
}

h4 {
    color: var(--color_p_dos);
}

.examen a {
    gap: 1rem;
    font-weight: 900;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #de9819;
    text-decoration: none;
    padding: 1rem;
    color: #ffffff;
    border-radius: 10px;
}

.examen a i {
    display: flex;
    justify-content: center;
    align-items: center;
}

#recomendacion_aesa {
    position: relative;
    padding: 1rem;
    border-radius: 16px;
    background: var(--background_div);
    border: var(--border);
    overflow: hidden;
}

#recomendacion_aesa h3 {
    font-size: 28px;
    z-index: 99;
    position: relative;
    color: white;
}

#recomendacion_aesa p {
    position: relative;
    color: white;
    z-index: 99;
    font-size: 16px;
    margin-bottom: 1rem;
}

#row_aesa {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

#recomendacion_aesa a {
    text-decoration: none;
    border-radius: 10px;
    padding: 0.5rem;
    background: white;
    position: relative;
    color: black;
    z-index: 99;
    font-size: 16px;
}

#recomendacion_aesa img {
    z-index: 1;
    filter: blur(15px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}



#categorias {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* FILTRO */
.filtro_fecha {
    margin-bottom: 1rem;
    color: var(--color_p);
    padding: 1rem;
    background: transparent;
    border: var(--border);
    border-radius: 16px;
}

.filtro_fecha input[type="range"] {
    width: 100%;
    cursor: pointer;
}

.filtro_fecha p {
    font-size: 16px;
}

.categoria {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    background: transparent;
    color: var(--color_p);
    position: relative;
    border-radius: 16px;
    padding: 1rem;
    border: var(--border);
    align-items: center;
}

.categoria .tipo {
    margin: 0;
}

.categoria:hover {
    background: var(--background_div);
}

.fi-sr-bulb {
    width: fit-content;
    margin-bottom: 1rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #000000;
    border-radius: 16px;
    border: var(--border);
}



.row_tipo {
    gap: 0.5rem;
    display: flex;
    flex-direction: row;
}

.tipo {
    margin-bottom: 0.5rem;
    display: flex;
    right: 1rem;
    top: 1rem;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border: solid grey 1px;
    font-size: 16px;
}

.premium {
    width: fit-content;
    background: linear-gradient(135deg, #ec489991, #8b5cf696);
    color: #ffffff;
}

.a1a3 {
    width: fit-content;
    background: #ff6c67c4;
    color: #ffc9d2;
}

.a2 {
    width: fit-content;
    color: #ff859a;
    background: #9f005fe8;
}

.sts {
    width: fit-content;
    color: #ffff73;
    background: #fbbc39bd;
}

.radiofonista {
    width: fit-content;
    color: #eaeaea;
    background: #636363b5;
}

#buscador {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1rem;
}

#buscador input {
    border-radius: 0 16px 16px 0;
        border-width: 1px 1px 1px 0;
    background: var(--background_div);
}

.lupa {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-width: 1px 0 1px 1px;
    border: var(--border);
    border-radius: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_p);
    background: var(--background_div);
}

.lupa i {
    display: flex;
    justify-content: center;
    align-items: center;
}

#row_preguntas {
    padding-bottom: 4rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

#preguntas_izquierda {
    top: 5rem;
    width: 25%;
    height: 90vh;
    position: sticky;
}

#preguntas {
    width: 75%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.info_test {
    margin-top: 1rem;
    color: var(--color_p_dos);
    gap: 0.5rem;
    margin-top: 1rem;
    width: 33%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.row_info {
    border-top: var(--border);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 1rem;
}


/* RESPONSIVE */
@media (max-width: 800px) {
    #recomendacion_aesa {
        display: none;
    }
    
    #preguntas_izquierda {
        height: auto;
        top: auto;
        position: relative;
    }
    
    #row_preguntas {
        flex-direction: column;
    }
    
    #preguntas {
        width: 100%;
    }
    
    #preguntas_izquierda {
        width: 100%;
    }

    
	#seccion {
	    padding: 1rem;
	}
	
	input, select, textarea {
	    font-size: 1rem;
	}

}