*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


a {
	color: inherit;
	text-decoration: none;
}



li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	display: block;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	background-color: white;
	position: relative;
	color:#525252;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
}
header {
	width: 100%;
	position: fixed;
	height: 90px;
	left: 0;
	top: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: white;
}

.container {
	max-width: 85%;
	min-width: 70%;
	margin: 0 auto;
	position: relative;
}

.navbar-wrapper {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.logo-wrapper {
	position: relative;
	margin-right: 25px;
}

.logo-wrapper img {
	width: 249px;
	-webkit-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}



.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.nav li {
	margin: 0 20px;
	color: #525252;
}

.active {
	/*color: #eb6923!important;*/
}

.nav li a {
	font-size: 13px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	position: relative;
	display: block;
	padding-bottom: 1px;
}

.nav li a:before {
	width: 25px;
	height: 3px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #eb6923;
}

.nav li a:hover{
	color: #eb6923;
	padding-bottom: 25px;
}

.nav li a:hover:before{
	display: block;
}

.nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 12px;
    background-color: #eb6923;
    text-transform: uppercase;
    color: white;
    margin-left: 25px;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    border: 2px solid #eb6923;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.nav-btn img{
	margin-right: 10px;
}

.nav-btn:hover {
	opacity: .8;
}

.header-hr {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: -5px;
	left: 5%;
	height: 5px;
	background-color: #eb6923;
}

#pagina-inicial {
	width: 100%;
    height: calc(100vh - 90px);
    position: relative;
    margin-top: 90px;
}

#sliders {
	padding: 0;
}

.slText h1{
	font-size: 42px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slText h2 {
	font-size: 43px;
    font-weight: 500;
    color: white;
    font-style: italic;
    line-height: 1.25em;
    text-transform: uppercase;
}

#quem-somos {
	background-color: white;
	padding: 85px 0 15px;
	width: 100%;
	position: relative;
}

.quem-somos {
	width: 100%;
	position: relative;
	padding-bottom: 75px;
}

.section-title {
	font-size: 40px;
    font-weight: 600;
    color: #525252;
    padding-left: 7.5%;
    padding-right: 7.5%;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
}

.section-title:after {
	width: 100px;
	height: 2px;
	background: #eb6923;
	position: absolute;
	content: "";
	left: 7.5%;
	bottom: 0;
}

.quem-somos-text {
	margin-top: 50px;
	font-size: 14px;
	font-weight: 300;
}

.quem-somos-slider, .portfolio-slider {
	width: 100%;
	position: relative;
}

.owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.owl-prev span, .owl-next span {
	font-size: 65px;
    font-weight: 300;
    color: #272324;
}

.owl-prev span {
	margin-right: 15px;
}

button {
	outline: 0;
}

#servicos {
	width: 100%;
	background-color: #e9e9e9;
	padding: 85px 0 65px;
	position: relative;
}

.servicos-ul {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 55px;
}

.servicos-ul li {
	margin: 0 25px;
}

.servicos-ul li:first-child {
	margin-left: 0;
}

.servicos-ul li:last-child {
	margin-right: 0;
}

.servicos-ul li h3 {
	font-size: 21px;
	color: #eb6923;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.servicos-ul li img {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.servicos-ul li h4 {
	font-size: 16px;
	color: #272324;
	text-align: center;
	font-weight: 400;
	margin-top: 5px;
	text-transform: uppercase;
}


#portfolio {
	width: 100%;
	background-color: white;
	padding: 85px 0 15px;
	position: relative;
}


.banner-owl {
	margin: 55px auto 0 auto;
	background-color: #eb6923;
	padding: 15px 25px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: italic;
	top: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
	position: relative;
}

#vamos-trabalhar {
	width: 100%;
	background-color: #eb6923;
	padding: 85px 0 55px;
	position: relative;
}

.section-title2 {
	font-size: 40px;
    font-weight: 600;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
}

.section-title2:after {
	width: 100px;
	height: 2px;
	background: white;
	position: absolute;
	content: "";
	left: 170px;
	bottom: 0;
}

.contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	margin-left: 12.5%;
	position: relative;
	margin-top: 35px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contacts-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	width: 30%;
	padding-right: 25px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contacts-left ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
}

.contacts-left ul:first-child {
	margin-top: 0;
}

.contacts-left ul li {
	font-size: 13px;
    font-weight: 300;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
}


.contacts-left ul li:first-child {
	width: 30px;
	margin-right: 20px;
}

.contacts-left ul li img {
	max-width: 100%;
}

.fix {
	display: block!important;
}

.contacts-right {
	position: relative;
	width: 70%;
}

form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.form ul {
	display: block;
	width: 48.5%;
	padding: 0!important;
}

.second li:first-child {
	margin-top: 0;
}

.form ul li {
	width: 100%;
	padding: 0!important;
	display: block;
}

.input-wrapper {
	margin-top: 3%;
}

.error-msg {
padding-left:2%; color:white; font-size:13px; display: block; margin-top: 10px;
opacity: .8;
}



.input, .mensagem, .select {
	width:100%;
	padding:25px 25px;
	border: none;
	font-size:11px;
	font-weight: 500;
	background-color: white;
	color: #838383;
	margin: 0 auto;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	display: inline-block;
}


textarea {
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 13px!important;
}

.submit-btn {
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-left: 10px;
	max-width: 45px;
}

.submit-btn:hover {
	opacity: .75;
}

.goback-wrapper a:hover {
	background: white;
	color: #eb6923;
}


.goback-wrapper a {
	padding: 15px;
	border: 3px solid white;
	border-radius: 4px;	
	font-size: 16px;
	color: white;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	font-weight: 700;
}

.goback-wrapper {
	padding: 5% 10%;
}

.sucesso-text {
	text-align: left;
	padding: 3% 10%;
	font-size: 25px;
	color: white;
}

footer {
	width: 100%;
	background-color: white;
	padding: 20px 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-left {
	font-size: 13px;
	color: #838383;
	font-weight: 400;
	padding-right: 35px;
}

footer a img {
	max-width: 70px;
}


.back-top {
    display: inline-block;
    height: 60px;
    border-radius: 5px;
    border: 2px solid white;
    width: 60px;
    position: fixed;
    bottom: 7.5%;
    right: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(235,105,35) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.back-top:hover {
	background: rgba(235,105,35,1) url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

#open {
	display: none;
	padding: 10px;
	color: rgb(235,105,35);
}

.nav-btn-mobile {
	display: none;
}

.nav-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: fixed;
    top: 100px;
    padding: 15px;
    z-index: 3;
    right: 2.5%;
    background-color: rgb(235,105,35);
	opacity: 0;
	visibility: hidden;
}

.nav-mobile li {
	position: relative;
	color: white;
}

.nav-mobile li a {
	font-size: 13px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    display: block;
    padding: 15px 25px 15px 15px;
}

.nav-mobile li a.nav-btn-mobile img{
	margin-right: 10px;
}

.expand {
	visibility: visible;
	opacity: 1;
}

@media all and (max-width: 520px) {
	.servicos-ul li {
		width: 98.5%!important;
	}

	.logo-wrapper img {
		width: 180px;
	}
}

@media all and (max-width: 900px) {
	.nav-btn {
		display: none;
	}

	.nav-mobile li a.nav-btn-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#open {
		display: block;
	}

	.nav {
		display: none;
	}

	.section-title, .section-title2 {
		font-size: 40px;
	}

	.logo-wrapper {
		margin-right: 15px;
	}

	.slText h1 {
		font-size: 31px!important;
	}

	.slText h2 {
		font-size: 28px!important;
	}

	.slText {
		max-width: 280px!important;
	}

	.contacts-left {
		width: auto;
	}

	.contacts-right {
		width: 100%;
		margin-top: 40px;
	}

	.contacts-wrapper {
		margin-top: 50px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.form ul {
		width: 100%;
	}

	.submit-btn {
		margin-left: 0;
	}

	.second li:last-child {
		text-align: center;
	}

}

@media all and (max-width: 1024px) {
	.servicos-ul li {
		width: 48.5%;
		margin: 35px .75% 0 .75%!important;
	}

	.servicos-ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 25px;
	}


}

@media all and (max-width: 1200px) {
	.nav li {
		margin: 0 10px;
	}

	.container {
		width: 85%;
	}

	.contacts-wrapper {
		width: 85%;
		margin-left: 7.5%;
	}

	.slText h1 {
		font-size: 38px;
	}

	.slText h2 {
		font-size: 32px;
	}

	.nav-btn img {
		margin-right: 5px;
	}

	.servicos-ul li h3 {
		font-size: 17px;
	}

	.servicos-ul li h4 {
		font-size: 15px;
	}

	.servicos-ul li {
		margin: 0 8px;
	}

}