@charset "utf-8";
/* CSS Document */

html, body {margin: 0;}
body {
	padding:0;
	font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
	color: #2E3143;
}

@media (max-width:760px) {
    body {font-size: 0.9rem;}
}

h1, h2, h3 {font-weight: 900;}
h4, h5 {font-weight: 700;}
h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}

.text-azul {color: #2E3143;}

/*atletas elite*/
.foto-container {overflow: hidden;}
a.athlete:hover {text-decoration: none;}
a.athlete img {transition: all 0.2s linear 0.05s;}
a.athlete:hover img {opacity: 0.8; transform: scale(1.2);}

img.atleta {max-width: 150px;}
.list-group-item {padding: 2px!important;}

