/*========== Reset ==========*/

body {
	overflow-x: hidden;
}

::-webkit-input-placeholder {
   color: #1252a4;
}

:-moz-placeholder {
   color: #1252a4;
}

::-moz-placeholder {
   color: #1252a4;
}

:-ms-input-placeholder {
   color: #1252a4;
}

#ThemeScrollUp {
	background: #092a53;
}

p {
	color: #111 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Exo 2', serif !important;
}

/*========== Header ==========*/

header.site-header {
	padding: 10px 0;
}

.site-nav-toggle span {
	background-color: #092a53;
}

.site-top-bar-right-section {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
	float: right;
	width: 70%;
}

.site-top-bar-right-section a:first-child {
	margin-right: 35px;
}

.site-top-bar-right-section a i {
	color: #1152a4;
}

.site-top-bar-right-section a span {
	color: #111;
}

.background-gradient {
	width: 100%;
	background: #000000;
	background: -moz-linear-gradient(left,  #000000 0%, #1252a4 100%);
	background: -webkit-linear-gradient(left,  #000000 0%,#1252a4 100%);
	background: linear-gradient(to right,  #000000 0%,#1252a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1252a4',GradientType=1 );
}

.background-gradient-top {
	height: 10px;
}

.background-gradient-botton {
	height: 17px;
}

.site-nav a {
	font-size: 16px
}

.site-nav li.active > a,
.site-nav li:hover > a {
	color: #1b3f77;
}

.site-main-slider {
	max-width: 100vw;
}

.site-main-slider h1,
.site-main-slider h2,
.site-main-slider a {
	text-align: right;
}

.site-main-slider h1:before {
	display: none;
}

.site-main-slider h2 {
	color: #1252a5;
}

a.btn {
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	transition: all .5s;
}

a.btn-medium {
	width: 255px;
	height: 50px;
	line-height: 50px;
	transition: all .5s;
}

a.btn-blue {
	color: #fff;
	background-color: #092a53;
	border: 2px solid #092a53;
}

.btn-blue:hover {
	color: #092a53;
	background: none;
	border: 2px solid #092a53;
}

/*========== Slider ==========*/

.site-main-slider .seq-canvas {
	max-width: 100%;
	min-height: 500px;
	max-height: 500px;
}

.site-main-slider #sequence .sequence-slide .sequence-bg {
	min-height: 510px;
   	max-width: 100vw;
	background-size: cover;
    background-position: 0 50%;
}

.site-main-slider #sequence .sequence-slide:nth-of-type(1) .sequence-bg {
	background-image: url('../images/slide/background-slider1.jpg');
}

.site-main-slider #sequence .sequence-slide:nth-of-type(2) .sequence-bg {
	background-image: url('../images/slide/background-slider3.jpg');
}

.site-main-slider #sequence .sequence-slide:nth-of-type(3) .sequence-bg {
	background-image: url('../images/slide/background-slider4.jpg');
}

.site-main-slider .seq-prev,
.site-main-slider .seq-next {
	background-color: #092a53;
}

.site-main-slider .seq-prev span,
.site-main-slider .seq-next span {
	opacity: 1;
	color: #fff;
}

.site-main-slider .seq-prev:hover,
.site-main-slider .seq-next:hover {
	background-color: #111;
}

.site-main-slider .seq-pagination li {
	background-color: #111;
}

.site-main-slider .seq-pagination li.seq-current {
	background-color: #092a53
}

@media screen and (max-width: 1023px) {
	.site-top-bar-right-section {
		width: 100%;
	}
}

/*========== Institucional ==========*/

.site-about {
	padding: 60px 0 60px;
	background: none;
}

.site-about p {
	padding: 0 45px;
	font-size: 16px;
}

.site-white-section h1 {
	color: #092a53;
}

.site-white-section h2,
.site-dark-section h2 {
	color: #104992;
}

.site-features figure {
	background-color: #104891;
	border: 2px solid #104891;
}

.site-about .site-features .site-box {
	background: none;
	border: none;
}

.site-about .site-features i.fa {
	color: #fff;
}

/*========== Serviços ==========*/

.site-services {
	padding: 80px 0 0;
	background-image: url(../images/plano-de-fundo-servicos-etec-engenharia.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.site-services p {
	font-size: 16px;
}

.site-services h1 {
	margin-bottom: 26.8px;
}

.site-services .site-box {
	text-align: center;
	background: none;
	box-shadow: none;
}

.site-services .site-box:hover {
	background: #104891;
}

.site-services .site-box:hover i.fa {
	color: #104891;
}

.site-services figure {
	position: relative;
	margin: 0 auto 25px;
}

.site-services h3 {
	line-height: 1.4;
}

/*========== Slider Serviços ==========*/

.box-slider .site-services-slider .caption h2 {
	text-align: left;
	color: #1a1e2a;
}

.box-slider .site-services-slider .caption p {
	text-align: left;
	color: #104992;
}
.box-slider .site-services-slider .caption {
	padding: 0 15px;

	background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
}

.box-slider .site-services-slider .slider-servicos {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.box-slider .site-services-slider .slider-servicos .caption {
	position: relative;
	float: left;
	z-index: 100;
}

.box-slider .site-services-slider .img-background {
	position: absolute;
    top: -150px;
    left: 0;
	opacity: .5;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin: 0;
	height: 510px;
	width: 100%;
}

.box-slider .site-services-slider .img-background-vigas {
	background-image: url('../images/vigas1.png');
}

.box-slider .site-services-slider .img-background-pilares {
	background-image: url('../images/pilares.png');
}

.box-slider .site-services-slider .img-background-lajes {
	background-image: url('../images/lajes.png');
}

.box-slider .site-services-slider .img-background-transicao {
	background-image: url('../images/vigas-de-transicao.png');
}

/*========== Portfolio ==========*/

.site-portfolio-tabs-content {
    display: flex;
}

.site-portfolio-tabs-content .portfolio-items .site-box {
    display: block;
}

.site-portfolio {
	padding: 65px 0;
	background: #092a53;
}

.site-portfolio a.theme-btn:hover {
	color: #092a53;
}

/*========== Contato ==========*/

.site-quick-support {
	position: relative;
	padding: 60px 0 0;
	background-image: url(../images/plano-de-fundo-contato-etec-engenharia.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.site-quick-support:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, .5);
}

.site-quick-support h1 {
	margin-bottom: 26.8px;
}

.site-quick-support h2 {
	margin-bottom: 50px;
	font-size: 1rem;
	color: #111;
}

.site-quick-support .dados-contato {
	padding: 30px 50px;
}

.site-quick-support .dados-contato .tel,
.site-quick-support .dados-contato .endereco {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.site-quick-support .dados-contato i {
	margin-right: 10px;
	height: 40px;
	width: 40px;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
}

.site-quick-support .dados-contato a {
	text-align: left;
	font-size: 20px;
	color: #111;
}

.site-quick-support .dados-contato a:hover {
	color: #104891;
}

.site-quick-support .box-facebook {
	padding-bottom: 30px;
}

.site-quick-support input[type=text],
.site-quick-support input[type=tel],
.site-quick-support input[type=number],
.site-quick-support input[type=url],
.site-quick-support input[type=email],
.site-quick-support textarea {
	color: #1252a4;
}

.site-quick-support input[type=text]:focus,
.site-quick-support input[type=tel]:focus,
.site-quick-support input[type=number]:focus,
.site-quick-support input[type=url]:focus,
.site-quick-support input[type=email]:focus,
.site-quick-support textarea:focus {
	border-color: #1252a4;
}

.site-quick-support button[type=submit] {
	background-color: #092a53;
	border: 2px solid #092a53;
}

.site-quick-support button[type=submit]:hover {
	color: #092a53;
}

.site-quick-support .site-box {
	background-color: #092a53;
}

/*========== Mapa ==========*/

.map {
	margin-top: 60px;
}

/*========== Footer ==========*/

.site-footer {
    width: 100%;
    height: 90px;
    padding: 0;
    clear: both;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #092a53;
    color: white;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1023px) {
	.site-footer {
		   height: 160px;
	}
}

/*========== Pre-loader ==========*/

.spinner {
  margin: 20% auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
