/* Add here all your CSS customizations */
.header-full-width .container,.header-full-width .container-fluid{ 
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}
#header .header-nav-main nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border: 0px solid #000;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 0.5rem 1.9rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
}

.gradient-top {
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    height: 350px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}

.gradient-top-intro {
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    height: 200px;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 80;
}

.home-intro p {
    color: #FFF;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 18px;
}

html .background-color-light, html .bg-light {
    background-color: rgba(255,255,255,0.5) !important;
}

html #header.header-semi-transparent-light .header-body::before {
    opacity: 0.5;
    background: #FFF;
}

html .featured-box-primary .box-content {
    border-top-color: #ECECEC;
    border-top-width: 1px;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #ECECEC;
    color: #01a7e1;
}

.btn-postulaaqui{
    position: relative;
bottom: -30px;
background: #fff !important;
}

.btn-postulaaqui.right{
    position: relative;
bottom: -30px;
background: #fff !important;
    left: 80%;
}

#footer{
    background: url(../img/back-footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}



.primaryback {
    background: rgba(22,54,80,0.8);
    padding-top: 50px;
    padding-bottom: 50px;
}

.secondback {
    background: rgba(0,0,0,0.9);
    padding-top: 50px;
    padding-bottom: 25px;
}

#header .header-nav-main nav > ul > li:hover > a {

    color: #FFF !important;
}

.page-header.parallax {
    margin: 0 0 35px;
    padding: 210px 0 40px;
}
a:hover{
    text-decoration: none;
}


.inputfile-6 + label span {
    width: 449px !important;
}



/* Responsive */
@media (max-width: 575px) {

	#header .header-nav-main nav > ul > li:hover > a {
    	color: #ddd !important;
	}
	
	
	.btn-postulaaqui.right {
    left: 62%;
}
	
	
}