.bor{
	padding: 5px;
}

.about{
	margin: 50px 0;
}

.about h3{
	font-weight: bold;
	color: grey;
	font-size: 27px;
} 

.about ul li {
	display:inline;
	line-height:3px;
	margin:0px 5px;
}

.about ul li a i{
	font-size:23px;
	margin:0 1px;
	color: grey;
    transition: all 500ms ease;
}


.about ul li a i:hover{
	color: #91D851;
}

/*===========================
=            IMG            =
===========================*/


.cuerpoCentro{
	margin: 20px auto;
}

.imgNosotros img{
	max-width: 100%;
	border-radius: 3px;
}


.cuerpoCentro hr{
	max-width: 80%;
}

.textNosotros h4{
	font-weight: bold;
	color: grey;
}

.textNosotros span{
	font-weight: bold;
	color: #91D851;
}

.cuerpoCentro p{
	text-align: justify;
	font-size: 15px;
}

@media(min-width:1200px){

	.textNosotros {
		margin: 40px auto;
	}

}


@media(min-width:991px){

	.opText1{
		visibility: hidden;
		display: none;
	}

}

@media(max-width:767px){
	.textNosotros {
		margin: 25px auto;
	}

	.opText1{
		visibility: hidden;
		display: none;
	}


	.about h3{
		font-size: 24px;
	}

}


@media (max-width:991px) and (min-width:767px){

	.opText{
		visibility: hidden;
		display: none;
	}

	.opText1{

	}

}

/*================================
=            CONTACTO            =
================================*/

.ContactoEmp{
}

.ContactoEmp h4{
	font-weight: bold;
	font-size: 20px;
	color: grey;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media(min-width:767px){

	.ContactoEmp{
		margin-top: 10px;
	}
}

@media(max-width:767px){

	.ContactoEmp h4{
		font-size: 18px;	
	}
}