main {
	background-color: #FFF !important;
}

.hero-proyectos {
	font-size :6vw;
	line-height :6.5vw;
}

@media only screen and (max-width: 767px) {
.hero-proyectos {
	font-size :14vw;
	line-height: 13vw;
}
}


.hero-title {
	font-size :6vw;
	line-height :6.5vw;
}

@media only screen and (max-width: 767px) {
.hero-title {
	font-size :13vw;
	line-height: 15vw;
	}
}

@media only screen and (max-width: 767px) {
    .hero-text {
        font-size: 22px;
        line-height: 40px;
    }
}

.row_padding_top_less {
    padding-top: 3vw;
}
.row_padding_bottom_less {
    padding-bottom: 3vw;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 44px;
        line-height: 40px;
        margin-left: -1px;
    }
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 24px;
        line-height: 24px;
    }
}