/*--------------------------- NOSOTROS ---------------------------*/

.fondo-color-nosotros{
	width: 100%;
	height: auto;
	/*background-color: #898989;*/
	background-color: #eeeeee;
	margin-top: 77px;
}

.fondo-img-nosotros{
	width: 100%;
	height: auto;
	background-image: url(../images/fondo-nosotros.png);
}

.nosotros{
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 65px 25px;
}

.img-nosotros{ display: none; }

.img-nosotros img{ width: 100%; }

.title-info{
	margin: 25px 0;
}

.title-info h2{
	font-size: 25px;
	color: #f08300;
	font-weight: 600;
}

.title-info strong{
	font-size: 14px;
	color: #666666;
}

.title-info span{
	width: 60px;
    height: 3px;
    margin-top: 27px;
    display: block;
    background-color: #f08300;
}

.info-nosotros p{
	font-size: 16px;
	color: #666666;
	text-align: justify;
}

/*--------------------------- NOSOTROS ---------------------------*/


@media screen and (min-width: 668px){
/*--------------------------- NOSOTROS ---------------------------*/

.nosotros{
	display: flex;
	justify-content: space-between;
}

.img-nosotros{
	display: block;
	width: 35%;
	padding-top: 25px;
}

.info-nosotros{
	width: 60%;
}

/*--------------------------- NOSOTROS ---------------------------*/
}

@media screen and (min-width: 768px){}

@media screen and (min-width: 868px){
/*--------------------------- NOSOTROS ---------------------------*/

.title-info h2{
	font-size: 35px;
}

.img-nosotros{
	width: 47%;
	padding-top: 25px;
}

.info-nosotros{
	width: 50%;
	padding-top: 29px;
}

/*--------------------------- NOSOTROS ---------------------------*/
}

@media screen and (min-width: 960px){
/*--------------------------- NOSOTROS ---------------------------*/
	.fondo-color-nosotros {
	    margin-top: 137px;
	}
/*--------------------------- NOSOTROS ---------------------------*/
}

@media screen and (min-width: 1025px){}

@media screen and (min-width: 1100px){
/*--------------------------- NOSOTROS ---------------------------*/

.info-nosotros{
	width: 45%;
}

/*--------------------------- NOSOTROS ---------------------------*/
}

@media screen and (min-width: 1200px){}








