.contenedor-nosotros {
    display: block;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img-nosotros {
    display: block;
    width: 100%;
    min-height: 90vh;
	height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.texto-nosotros {
    display: block;
    margin: 60px auto 0px;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 470px;
    position: relative;
	margin-bottom: 150px;
}

.texto-nosotros:after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../img/icono.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    margin-top: 40px;
	opacity: .3;
}

.texto-nosotros p { margin-bottom: 20px; }

.nosotros-top {
    display: block;
    width: 100%;
}

img.img-favicon {
    display: block;
    width: 150px;
    margin: 90px 0 0;
    opacity: .2;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.contenedor-quote span {
    position: relative;
    right: -230px;
}

.contenedor-quote {
    display: block;
    width: 703px;
    text-align: right;
    font-size: 76px;
    font-family: 'SweetSansProBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 40px;
    margin-top: 60px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    line-height: 100px;
}

.contenedor-quote b {
    font-family: 'SweetSansProBold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fedd10;
}

.contenedor-quote small {
    display: block;
}


@media screen and (max-width: 1100px) {
	.contenedor-quote span {
		position: relative;
		right: -210px;
	}
	
	.contenedor-quote {
		font-size: 60px;
		width: 750px;
		padding: 0px 20px;
		text-align: left;
		line-height: 80px;
	}
}

@media screen and (max-width: 800px) {
	.contenedor-nosotros .cont-flex, 
	.contenedor-nosotros .col-50 {
		display: block;
		width: 100%;
	}
	
	.contenedor-quote {
		width: 100%;
		text-align: center;
	}
	
	.contenedor-quote span {
		position: relative;
		right: 0;
	}
	
	.texto-nosotros {
		max-width: 750px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px) {
	.contenedor-quote {
		font-size: 40px;
		line-height: 50px;
		margin-top: 40px;
	}
	
	.texto-nosotros {
		max-width: 100%;
		padding: 0px 40px;
		box-sizing: border-box;
		margin-top: 30px;
	}
}