/*NOSOTROS*/
.nosotros{
	color: #414242;
}
.nosotros h2{
	text-align: center;
	color: #414141;
	font-size: 35px;
}
.nosotros h3{
	color: #5b5b5b;
	text-align: center;
	font-size: 22px;
}
.nosotros .info{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.nosotros .info .left{
	position: relative;
	float: left;
	width: 220px;
	overflow: hidden;
}
.nosotros .info .left .menu{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.nosotros .info .left .menu .line{
	width: 1px;
	height: calc(100% - 56px);
	background-color: #b7b7b7;
	left: 18px;
	top: 28px;
	position: absolute;
}
.nosotros .info .left .menu .item{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: 28px;
	cursor: pointer;
}
.nosotros .info .left .menu .item .bullet{
	position: relative;
	float: left;
	height: 33px;
	width: 33px;
	border: 2px #b7b7b7 solid;
	border-radius: 33px;
	background-color: #f8f8f8;
}
.nosotros .info .left .menu .item .bullet .content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 23px;
	width: 23px;
	border-radius: 23px;
}
.nosotros .info .left .menu .item.active .bullet .content{
	background-color: #005149;
}
.nosotros .info .left .menu .item p{
	font-size: 12px;
	position: relative;
	float: left;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	color: #c3c3c3;
	margin-left: 10px;
	font-family: brandon_grotesquebold;
}
.nosotros .info .left .menu .item.active p{
	color: #005149;
}
.nosotros .info .right{
	position: relative;
	float: right;
	width: 80%;
	width: calc(100% - 220px);
	overflow: hidden;
}
.nosotros .info .right .text{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	height: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.nosotros .info .right .text h3{
	text-align: left;
	color: #005149;
	display: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nosotros .info .right .text h4{
	margin-bottom: 10px;
}
.nosotros .info .right .text p{
	margin-bottom: 20px;
}

.nosotros li
{
	list-style-image: url(../images/general/bullet.png);

}

@media screen and max-width: 960px) {
    body {
        background-color: lightgreen;
    }
	
	.nosotros .info .right .text
	{
		height: auto;
		overflow: auto;
		display: none;
	}
}