@charset "utf-8";
/* CSS Document */
.static-header-content {
    justify-content: flex-end;
}
.esferas-header {
	display: flex;	
	align-items: center;
	justify-content: center;
	gap: 17px;
	width: auto;
	list-style: none;   
	margin: 46px auto 40px;
}
.esferas-header li {
	width: 150px;
    height: 150px;
    background-color: rgba(0, 15, 26, 0.8);
    border: 2px solid #fff;
    border-radius: 100%;   
    margin: 0;
    padding: 0;   
}
.esferas-header i {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 16px;
    margin: 40px auto 23px;
    text-align: center;
}
.esferas-header span {
    color: #fff;
    display: block;
    font-size: 12px;
	text-transform: uppercase;
    margin: 0 auto;
    text-align: center;    
    width: 110px;
}
.esferas-header span:first-line {
    color: #feda02;
    font-weight: 600;
    letter-spacing: .6px;
}
@media only screen and (max-width: 999px) {
	.esferas-header {
		gap: 11px;
		margin-bottom: 21px;
}
	.esferas-header li {
		height: 130px;
        width: 130px;
    }
	.esferas-header i {
        font-size: 30px;
        margin: 30px auto 23px;
    }
	.esferas-header span {
        font-size: 11px;
    }
}
@media only screen and (max-width: 800px) {
	.esferas-header {
		gap: 7px;
}
	.esferas-header li {
		height: 125px;
        width: 125px;
    }
	.esferas-header i {
        margin-bottom: 19px;
    }
	.esferas-header span {
        font-size: 10.5px;
    }
}
@media only screen and (max-width: 600px) {
	.static-header {
        height: 450px;	
    }
	.esferas-header {
		max-width: 300px;
		flex-wrap: wrap;
		margin: 20px auto 11px;
    }
	.esferas-header li {
		height: 120px;
        width: 120px;
    }
	.esferas-header i {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 500px) {
	.esferas-header li {
		height: 111px;
        width: 111px;
    }
	.esferas-header i {
        margin-top: 21px;
    }
	.esferas-header span {
        font-size: 10px;
    }
}
