﻿@charset "uft-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,800');

*{
    box-sizing: border-box;
}

body{
    background: #272727;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

/* Documento principal */
html {
    height: 100%;
    font-size: 100%;
    font-family: sans-serif;
}

a {font-weight: 100;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

h1 {color: white;
    font-family: 'Arial';
    font-size: 4rem;
}

h2{
    text-align: center;
    color: white;
    font-weight: 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
    font-weight: 300;
    
}

h3{
    color: white;
    font-family: 'Arial';
    font-size: 2rem;
    text-align: center;
    
}

ul#header_list a{
    display:block;     
    font-weight: 100;
    padding: 10px;
}

/*El banner principal tiene un fondo negro cuando pasa el mouse encima*/
ul#header_list a:hover{
    background-color: #0b0b0b; 
}

a:hover{ font-family: 'Lato';
    color: aquamarine;
    text-decoration: none;
    }

ul#header_list {
    text-align: center;    
    background-color: #0b0b0b;
    padding: 10px;
    margin-top: 5px;
    margin: auto;
    font-weight: 100;
}

.legales2 {font-family: 'Lato';
    font-weight: 500;
    color: #4d4d4d;
    font-size: 2.4rem;
    text-align: center;
    display: flex;
}

/*Footer*/
footer p{
    font-family: 'Lato';
    font-weight: 400;
    text-align: center;
    color: #696969;
    font-size: 12px;
    margin-top: 10em;
    background-color: #0b0b0b;
    padding: 15px;
    padding-left: 25px;
}


/*La lista no tiene estilo y le saca la propiedad de márgenes*/
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapapagina {
    text-align: center;
    margin: auto;
    display: block;
    padding: auto;    
}

.bordeimagen {
    border-radius: 100%;
}

/*Imagen central de perfil centrada*/
.image_container{
    text-align: center;
    padding: 3em;
    border-radius: 20px;
}


.tabla_equipo{
    border: 1px solid black;
    padding: 0;     /*  0  */
    margin: 0;      /*  0  */
    display: inline-block;
    text-align: center;
    background-color: #0b0b0b;
    width: 60%;
    margin-bottom: 2px;
}

.tabla_equipo a{
    color: white;
}

.tabla_equipo a:hover{
    color: aquamarine;
}

.tabla_equipo .lista_equipo{
    padding: 20px;
}


@media screen and (min-width: 620px){
    
    
    .tabla_equipo{
        width: 29%;    
    }
    
    ul#header_list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;        
    }
    
}


body {
    
}



.article{
    text-align: center;
    padding-bottom: 60px;
    margin-top: -5em;    
}

.niveles{
     width: 60px;
    padding-top: 60px;
}

.articulo
    {
     display: inline-block;
    vertical-align: top;
    width:50%;
    padding: 0px 0px 0px 0px;
}

p#parrafot {
    text-align: center;
    margin: 3em;
    margin-top: 2em;
}

@media screen and (min-width: 680px){
    .articulo{
    	width: 50%;
    }    
}


@media screen and (min-width: 1150px){
    .articulo{
    	width: 35%;
    }    
}


@media screen and (min-width: 1450px){
    .articulo{
    	width: 25%;
    }    
}








@media screen and (min-width: 1450px){
    .articulo{
    	width: 25%;
    }    
}



