.contenedor-items-nosotros {
	display: flex;
	width: 75%;
	margin: 0 auto;
	margin-top: -65px;
}


.contenedor-items-nosotros>.item-nosotros {
	width: 33.33%;
	margin: 1px;
	background: #00b5c3;
	padding: 20px;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

.contenedor-items-nosotros>.item-nosotros:nth-child(2) {
	background: #008a9a;
}


.contenedor-items-nosotros>.item-nosotros>p:nth-child(1) {
	font-family: 'Montserrat-Bold';
	color: white;
	font-size: 26px;
	margin: 0;
	margin-bottom: 10px;
}

.contenedor-items-nosotros>.item-nosotros>p:nth-child(2) {
	font-family: 'Montserrat-Regular';
	color: white;
	font-size: 13px;
	margin: 0;
	line-height: 18px;
}

.contenedor-items-nosotros>.item-nosotros>.cont-imagen-item {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: white;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.contenedor-items-nosotros>.item-nosotros>.cont-imagen-item>div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.contenedor-items-nosotros>.item-nosotros>.cont-imagen-item>div>img {
	width: 50%;
}


.section-acerca-de {
	width: 75%;
	margin: 0 auto;
	margin-top: 30px;
}

.section-acerca-de>.nosotros-titulo {
	font-family: 'Montserrat-Bold';
	color: #008a9a;
	font-size: 32px;
	margin: 0;
	margin-bottom: 60px;
}

.section-acerca-de>.nosotros-titulo>span {
	font-size: 30px;
	margin-left: 32px;
	margin-right: 14px;
}

.section-acerca-de .contendor-acerca-de {
	display: flex;
}

.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(1) {
	width: 34%;
	background-image: url(../img/nosotros-acerca-de.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(2) {
	width: 66%;
	margin-left: 26px;
}


.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(2)>p {
	font-family: 'Montserrat-Regular';
	color: #8c8d8e;
	font-size: 13px;
	margin: 0;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(2)>p>span {
	color: #008a9a;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.contenedor-items-nosotros,
	.section-acerca-de {
		width: 90%;
	}
}

@media screen and (min-width: 1024px) {

	.contenedor-items-nosotros,
	.section-acerca-de {
		width: 85%;
	}
}


@media screen and (min-width: 1280px) {

	.contenedor-items-nosotros,
	.section-acerca-de {
		width: 75%;
		max-width: 950px;
	}
}



@media screen and (max-width: 767px) {

	.contenedor-items-nosotros {
		display: flex;
		width: 80%;
		margin: 0 auto;
		flex-wrap: wrap;
		margin-top: -65px;
	}

	.contenedor-items-nosotros>.item-nosotros {
		width: 100%;
		margin-bottom: 60px;
	}

	.section-acerca-de {
		width: 80%;
		margin-bottom: 5px;
	}

	.section-acerca-de .contendor-acerca-de {
		flex-wrap: wrap;
	}

	.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(1) {
		width: 100%;
		height: 310px;
		margin-bottom: 20px;
	}

	.section-acerca-de .contendor-acerca-de>.item-acerca-de:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}

	.section-acerca-de>.nosotros-titulo>span {
		margin: 0;
	}

	.section-acerca-de>.nosotros-titulo {
		margin-bottom: 20px;
	}
}
