
/*--------------------------------------------------------------
# QUIENES SOMOS
--------------------------------------------------------------*/

body {background-color: #faf7f2}

#aboutus{
    font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 65px;
}

#aboutus .vignette{
    background: url(../img/vignette.png);
    width: 100%;
    height: 15px;
    opacity: .7;
    margin-top: 5px;
    background-size: 34px;
    margin-bottom: 90px;
}

#aboutus .wrapper h1{
	color: #393939;
	margin: 25px 0px 0px;
	line-height: 58px;
    font-size: 50px;
}

#aboutus .wrapper .sub{
    color: #00869c;
    margin: 25px auto 58px;
    line-height: 28px;
    font-size: 22px;
    max-width: 80%;
    text-align: center;
}

#aboutus .wrapper.picture{
    position: relative;
    height: 65vw;
    max-height: 730px;
}

#aboutus .wrapper.picture img{
    position: absolute;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

#aboutus .wrapper.picture .text{
    color: white;
    z-index: 1;
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    font-size: 27px;
    align-items: center;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.wrapper.introtext h3{
	margin: 0px auto 43px;
}

section.about-item .wrapper{
	margin-top: 20px;
	display: flex;
}

section.about-item.reverse .wrapper{
	flex-direction: row-reverse
}

section .content{
	font-size: 18px;
    line-height: 30px;
}

section.about-item .wrapper .content > p{
	margin-top: 0px;
}

section.about-item .wrapper .content p:last-child {
    font-size: 16px;
}

section .img-wrapper{
	width: 40%;
	min-width: 54%;
	margin-left: 30px;
}

section.about-item.reverse .img-wrapper{
	margin-right: 30px;
	margin-left: 0px;
}

#values h3{
	margin: 0px auto 70px;
}

#values .wrapper{
	flex-direction: row;
    display: flex;
}

#values .wrapper .value{
	width: 25%;
    text-align: center;
    padding: 0px 10px;
}

#values .wrapper h4{
	font-size: 25px;
	margin: 25px 0px 15px;
}

#values .wrapper p{
	font-size: 18px;
	line-height: 30px;
	margin: 0px;
}

@media only screen and (max-width: 980px) {
    #aboutus .wrapper.picture .text{
        font-size: 2.9vw;
        line-height: 3.7vw;
    }

	section .img-wrapper{
		margin: 0px 0px 80px;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	section.about-item .wrapper, section.about-item.reverse .wrapper {
		flex-direction: column-reverse;
	}

	#values .wrapper {
		flex-wrap: wrap;
	}

	#values .wrapper .value {
		width: 50%;
		min-width: 50%;
		margin-bottom: 20px;
	}

}