.navbar-nav{
	font-size:0.95rem;
	font-weight:bold;
}
.rounded-circle{
	border-radius: 50%;
	border: 5px solid #1a607d;
}
.display-4{
	line-height: 1.1;
}

.p-5{
	padding: 3rem!important;
}

.align-items-center{
	align-items: center!important;
}

.align-items-center{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.inicio{
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	width: 35%;
	transform: translateY(-50%);
	background-image: url(../img/mancha_1.png);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-size: 80px;
}


@media only screen and (max-width: 1024px){
	.inicio{
		font-size: 60px;
		transform: translateX(-20%);

	}
}

@media only screen and (max-width: 768px){
	.inicio{
		font-size: 60px;
		transform: translateX(-20%);

	}
}

@media only screen and (max-width: 425px){
	.inicio{
		font-size: 30px;
		transform: translateX(-20%);

	}
}

.navbar{
	background-color: #222;
	border-color: #000000;
}


@media screen and (max-width: 1024px){
        div ul .centro{
		width: 100%;
		text-align: center;
		line-height: 100px;

	}

}

@media screen and (max-width: 1025px){
        div ul .centro{
		width: 100%;
		text-align: center;
		line-height: 100px;

	}

}
@media screen and (max-width: 966px){
        div ul .centro3{
		width: 50%;
		text-align: center;
		line-height: 100px;

	}

}

@media screen and (max-width: 800px){
        div ul .centro2{
		width: 33%;
		text-align: center;
		line-height: 60px;

	}

}

@media screen and (max-width: 780px){
        div ul .centro2{
		width: 33%;
		text-align: center;
		line-height: 60px;

	}

}

@media screen and (max-width: 768px){
        div ul .centro2{
		width: 33%;
		text-align: center;
		line-height: 100px;

	}

}

@media screen and (max-width: 767px){
        div ul .centro2{
		width: auto;
		text-align: left;
		line-height: auto;

	}

}

@media screen and (max-width: 425px){
        div ul .centro2{
		width: auto;
		text-align: left;
		line-height: auto;

	}

}
