*{
	outline: none;
}

header{
    background: rgba(0, 0, 0, 0.80);
    padding: 35px 0;
    border-bottom: 5px solid #F5EA70;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

#inner-header{
	background-color: #fdfcfd;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23bdbdbd' fill-opacity='0.51' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding: 35px 0;
    border-bottom: 5px solid #F5EA70;
    box-shadow: 1px 1px 58px 0px #EAEAEA;
    position: inherit;
    margin-bottom: 0;
}

#inner-header .primary-menu li a{
	color:#464444;
}

#inner-header .primary-menu li a:hover{
	color: #333333;
}

.primary-menu{
	justify-content: flex-end;
}

.primary-menu li a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0.5em;
}

.primary-menu li a:hover{
	color: #f5ea71;
}

.bggrey{
    background: url(../img/bggrey.jpg) top center no-repeat;
    padding: 120px 0;
    box-shadow: 1px 1px 24px -3px #564d4d inset;
    position: relative;
}

.swiper-button-next2{
	background: url(../img/right-arrow.png) no-repeat;
	width: 55px;
	height: 93px;
	right: 5%;
}

.swiper-button-prev2{
	background: url(../img/left-arrow.png) no-repeat;
	width: 55px;
	height: 93px;
	left: 5%;
}


.swiper-pagination2{
    bottom: 17px;
    width: 100%;
}

.obras-thumbs img{
    background: #ffffff;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px 9px -2px #484747;
    width: 100%;
}

.button-yellow{
	background: #fbef71;
    color: #4E4F53;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #d0c54c;
}

.button-yellow:hover, .button-yellow:focus, .button-yellow:active{
	background: #e6db62;
    color: #4E4F53;
}

.primary-menu li a:hover::after{width:100%;}
.primary-menu li a::after{content:'';display:block;width:0;height:3px;background:#F5EA70;transition:width .5s;top: 3px;position: relative;}

hr{
	max-width: 100%;
}

.wrapper-service-inner{
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 10px 10px 0 0;
}

.wrapper-service-inner h2{
    font-size: 1.3em;
    margin: 0;
    text-align: center;
    background: #2d2d2d;
    color: #FFF;
    padding: 6px 0;
    border-top: 2px solid #f5ea70;
    letter-spacing: 1px;
}

.wrapper-service-inner img{
	border-radius: 10px 10px 0 0;
}

.swiper-button-prev1{
	background: url(../img/left.png) no-repeat;
	width: 40px;
	height: 80px;
	left: 0;
}
.swiper-button-next1{
	background: url(../img/right.png) no-repeat;
	width: 40px;
	height: 80px;
	left: auto;
	right: 0;
}

.swiper-pagination-bullet{
	border: 2px solid #AAAAAA;
	width: 16px;
	height: 16px;
	margin-right: 0.3em;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #ffffff;
}

.service-box{
	display: flex;
	flex-direction: column;
	text-align: center;
	transform: scale(0.9);
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box:hover{
	cursor: pointer;
	transform: scale(1.0);
}

.service-box img{
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 30px;
	height: 69px;
}

.service-box button{
    background: #fbef71;
    color: #4E4F53;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #d0c54c;
    height: 55px;
    margin: 0;
    padding: 4px;
}

.service-box button:hover, .service-box button:active, .service-box button:focus{
	background: #e6db62;
	color: #4E4F53;
}

.font-light{
	font-weight: lighter;
}

.inner-box-services{
	background: #FFFFFF;
    top: -70px;
    z-index: 9999;
    position: relative;
	background-color: #fdfcfd;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23bdbdbd' fill-opacity='0.51' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding: 10px;
    border: 5px solid #FFFFFF;
    box-shadow: 1px 1px 58px 0px #EAEAEA;
    border-radius: 7px;
}

.h-border{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	letter-spacing: 3px;
}

.h-border:before{
	content: '';
    width: 60px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -15px;
}

#obras-resume h2{
	color: #FFF;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

#obras-resume h2:before{
	content: '';
    background: #FFF;
    width: 114px;
    height: 3px;
    position: absolute;
    bottom: 4px;
}

#obras-resume h3{
	color: #FFF;
	font-size: 1.5em;
}

#obras-resume p{
	color: #FFF;
	font-size: 16px;
	padding-right: 1em;
}

.wrapper-logo-clientes{
    padding: 13px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapper-logo-clientes-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
	border: 1px solid #EAEAEA;
    padding: 20px 0;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;    
}

.wrapper-logo-clientes-inner:hover{
    box-shadow: 1px 1px 36px 6px #EAEAEA;    
}

.wrapper-logo-clientes img{
    object-fit: scale-down;
    height: 115px;
    padding: 5px;
}

#inner-page{
	background-color: #0b0b07;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%232d2d2f' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.h1-p{
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    display: inline;
}

#inner-page h1{
	color: #FFF;
	padding: 40px 0;
	font-size: 2em;
	margin: 0;
}

.wrapper-obras-gallery{
    border: 1px solid #CCC;
    border-radius: 10px 10px 0 0;
    padding: 3px;
}

.wrapper-obras-img{
	height: 250px;
	overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;    	
}

.wrapper-obras-gallery img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.wrapper-obras-gallery img:hover{
	opacity: 0.9;
}

.wrapper-obras-gallery h2{
    margin: 0;
    background: #101624;
    color: #FFF;
    font-size: 1.3em;
    padding: 10px;
    border-top: 3px solid #fbef71;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.wrapper-logo-clientes-inner img{
	padding: 10px;
    object-fit: scale-down;
    height: 115px;	
}

.swiper3{
	padding: 0 40px;
}

.swiper-button-next3{
	background: url(../img/clientes-right.png) no-repeat;
	width: 26px;
	height:44px;
	transform: scale(0.7);
}
.swiper-button-prev3{
	background: url(../img/clientes-left.png) no-repeat;
	width: 26px;
	height:44px;
	transform: scale(0.7);
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next3:hover,.swiper-button-prev3:hover{
	transform: scale(0.9);
}

.full-map{
	overflow: hidden;
	width: 100%;
	margin-top: 2em;
	background: #EAEAEA;
}

.full-map iframe{
	height: 450px;
	width: 100%;
	margin-bottom: -2px;
}

footer{
	padding: 30px 0 15px 0;
	background: url(../img/footer.jpg);
	border-top: 4px solid #fbef71;
}

footer ul{
	list-style: none;
}

footer ul li, footer ul li a{
	font-size: 13px;
	color: #FFF;
	line-height: 2;
	font-size: 14px;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer ul li a:hover{
	color: #fbef71;
}

footer ul li strong{
	color: #fbef71;
	font-size: 1.6em;
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
}

.logo-footer{
	margin-top: 3em;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #f5ea71;
  margin: 6px 0;
  transition: 0.4s;
}
#inner-header .bar1, #inner-header .bar2, #inner-header .bar3{
	background-color: #333333;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.container-menu {
  float: right;
}

.banner-inner img{
	width: 100%;
}

#btn-close{
	background: #000;
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.vertical-menu{
	list-style: none;
	margin: 0;
}

.vertical-menu li a{
display: block;
    background: #FFF;
    padding: 6px;
    border-bottom: 1px solid #CCC;
    color: #444;
    font-size: 1em;
    font-weight: bold;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.inner-box-services{
		top: 0;
	}
	.obras-thumbs img{
		margin-bottom: 1em;
	}
	.bggrey{
		background: url(../img/footer.jpg);
	}
	.primary-menu{
		display: none;
	}
	.service-box{
		display: flex;
	    flex-direction: column;
	    text-align: center;
	    transform: scale(0.9);
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    border: 1px solid #CCC;
	    background: #FFF;
	    padding: 0px;
	    border-radius: 5px;
	}
	header{
		background: #000;
	    padding: 35px 0;
	    border-bottom: 5px solid #F5EA70;
	    width: 100%;
	    margin-bottom: -50px;
	    z-index: 9;
	    position: relative;
	}
	.service-box img{
		padding: 0px 45px;
		opacity: 0.7;
	}
	.sobre-nos-img{
		height: 160px;
		margin-bottom: 2em;
	}

	.swiper-button-prev2 {
	    right: 45px;
	    transform: scale(0.4);
	    top: 55px;
	    left: auto;
	}
	.swiper-button-next2 {
	    right: 0px;
	    transform: scale(0.4);
	    top: 55px;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.primary-menu{
		display: none;
	}
	.service-box{
		display: flex;
	    flex-direction: column;
	    text-align: center;
	    transform: scale(0.9);
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    border: 1px solid #CCC;
	    background: #FFF;
	    padding: 0px;
	    border-radius: 5px;
	}
	header{
		background: #000;
	    padding: 35px 0;
	    border-bottom: 5px solid #F5EA70;
	    width: 100%;
	    margin-bottom: -50px;
	    z-index: 9;
	    position: relative;
	}
	.service-box img{
		padding: 0px 45px;
		opacity: 0.7;
	}
	.sobre-nos-img{
		height: 160px;
		margin-bottom: 2em;
	}

	.swiper-button-prev2 {
	    right: 45px;
	    transform: scale(0.4);
	    top: 55px;
	    left: auto;
	}
	.swiper-button-next2 {
	    right: 0px;
	    transform: scale(0.4);
	    top: 55px;
	}

}


/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.swiper-button-prev2 {
	    right: 85px;
	    transform: scale(0.4);
	    top: 55px;
	    left: auto;
	}
	.swiper-button-next2 {
	    right: 30px;
	    transform: scale(0.4);
	    top: 55px;
	}
	.container-menu{
		display: none;
	}

}

/* Large up */
@media screen and (min-width: 75em) {
	.grid-container{
		max-width: 75em;
	}
	.container-menu{
		display: none;
	}
}
