#hero-image img{
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	max-width: unset;
	margin: auto;
}
#hero-image{
	position: relative;
	height: 100vh;
}
#paralax{
	/*height: 100vh;*/
}
#conteudo{
	padding-top: 100vh;
}
#texto-intro2 p{
	    font-size: 30px;
    line-height: 40px;
	margin-bottom: 30px;
}
#textoPrincipal {
    float: none;
	margin: auto;
	position: relative;
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 14px;
    text-align: center;
}
#containerTextosInicio{
	position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
#nomeCliente {
    
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 100%;
	float: none;
	margin: auto;
	position: relative;
	margin-bottom: 21px;
}
#textoPrincipal::before{
	width: 0%;
	background: #75FBE4;
	content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
	transition: 0.3s ease-in-out all;
}
#sinopse{
    margin-top: 45px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
	opacity: 0;
}
.modal-content {
  
   max-width: 100% !important;
}
#textoPrincipal.sublinhado::before{
	width: 100%;
}
#nomeCliente .letter, #textoPrincipal .letter {
	opacity: 0;
}

#texto-intro5 {
    color: #000;
    font-family: "Inter";
    font-weight: 300;
    /* width: 100%; */
    font-size: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 42px;
    display: block;
    position: relative;
}
#texto-intro5::before {
	background: #75FBE4;
    content: "";
    position: absolute;
    bottom: -20px;
    height: 4px;
    left: 50%;
	width: 83px;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out all;
}

#vagas{
	color: #000;
}
#vagas h3 {
    font-size: 57px;
    font-weight: 900;
    margin-bottom: 31px;
	line-height: 48px;
}
#vagas p{
	margin-bottom: 20px;
}
#selectJob{
	border: 1px solid #000;
    padding: 12px;
    font-size: 20px;
}
#listagemVagas{
	margin-top: 20px;
}
#listagemVagas li{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
#listagemVagas li:first-child{
	border-top: 1px solid #000;
}
#listagemVagas li:last-child{
	border-bottom: none;
	margin-bottom: 40px;
}
#vagas h5{
	font-size: 13px;
}
#vagas h4{
	font-weight: 900;
	font-size: 20px;
}
#vagas .aplyJob{
	border: 1px solid #000;
	float: right;
	padding: 10px;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
	color: #000;
}

#vagas .aplyJob:hover{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
#vagas .descVaga{
	float: left;
}
#vagas{
	padding: 60px 0;
}
.arrowDown {
   position: fixed;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    /* width: 88px; */
    height: 88px;
    bottom: 0;
    right: 50%;
    transform: translate(0,-50%);
    margin-bottom: 110px;
	cursor: pointer;
    font-size: 63px;
	opacity: 0;
	z-index: 2000;
	color: #fff;
	
}
#formTrabalheConosco input{
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ccc;
	font-size: 15px;
	margin: 10px;
}
#formTrabalheConosco span{
	    font-size: 11px;
    padding-left: 11px;
    margin-top: 20px;
    position: relative;
    display: block;
	font-weight: 900;
}
.dropzone{
	border: 1px solid #ccc;
	text-align: center;
}
.dropzone .fa-file{
	font-size: 50px;
}
#areaForm{
	background: #F7F7F7;
	padding: 40px;
	margin: 60px 0;
}
#formTrabalheConosco h3 {
    font-size: 31px;
    font-weight: 900;
    margin-bottom: -1px;
    line-height: 48px;
}
#formTrabalheConosco h2 {
	font-size: 68px;
	font-weight: 200;
	margin-bottom: 36px;
}
#formTrabalheConosco h3 {
    font-size: 31px;
    font-weight: 900;
    margin-bottom: -1px;
    line-height: 48px;
}
#formTrabalheConosco p{
	line-height: 24px;
}
#formTrabalheConosco ul{
	margin-bottom: 24px;
	padding-left: 20px;
}
#formTrabalheConosco li{
	list-style: disc;
	line-height: 24px;
}
.btn_enviar{
	border: 1px solid #000;
    background: #fff;
    padding: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    letter-spacing: 4px;
    margin: 33px 10px;
    cursor: pointer;
}
.btn_enviar:hover{
	background: #000;
	color: #fff;
}
.select{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
 @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
        40% {-webkit-transform: translateY(-30px);}
        60% {-webkit-transform: translateY(-15px);}
    }

    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
        40% {-moz-transform: translateY(-30px);}
        60% {-moz-transform: translateY(-15px);}
    }

    @-o-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
        40% {-o-transform: translateY(-30px);}
        60% {-o-transform: translateY(-15px);}
    }
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-30px);}
        60% {transform: translateY(-15px);}
    }


@media only screen and (max-height: 990px) {
	.arrowDown {
		margin-bottom: 30px;
		font-size: 40px
	}
}
@media only screen and (max-width: 600px) {
	.modal-content{
		padding: 20px !important;
	}
	#areaForm {
		background: #F7F7F7;
		padding: 20px;
		margin: 0;
	}
	#areaForm .small{
		font-size: 11px;
		margin-top: 20px;
	}
	.aplyJob{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	#semvagas{
		margin-bottom: 40px;
	}
	#formTrabalheConosco input {
	    margin: 10px 0;
	}
	#formTrabalheConosco span {
		padding-left: 0;
	}
	#nomeCliente {
    	font-size: 16px;
	}
	#textoPrincipal {
		font-size: 37px;
		letter-spacing: 3px;
	}
	#texto-intro2 p {
		font-size: 24px;
		line-height: 31px;
	}
	#vagas h3 {
		font-size: 40px !important;
		line-height: 42px !important;
	}

}
