@charset "utf-8";

@import url("fontawesome-free/css/fontawesome-all.min.css");
@import url("framework.css");


html{
	scroll-behavior: smooth;
}

.row5 {
	border-top: 1px solid;
}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
	padding: 180px 0;
}

#pageintro article {
	display: block;
	max-width: 75%;
}
#pageintro .heading {
	margin-bottom: 20px;
	font-size: 4rem;
}
#pageintro p:first-of-type {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 5px;
}
#pageintro footer {
	margin-top: 50px;
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
	padding: 80px 0;
}

/* Content */

.sectiontitle {
	display: block;
	max-width: 55%;
	margin: 0 auto 80px;
	text-align: center;
}
.sectiontitle * {
	margin: 0;
}

.ringcon {
	display: inline-block;
	border: 1px solid;
	border-radius: 50%;
}
.ringcon i {
	color: orange;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 150%;
}

.ringcon i:hover{
	color: #fff;
}


.overview > li {
	margin-bottom: 30px;
}
.overview > li:nth-last-child(-n + 3) {
	margin-bottom: 0;
} /* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
.overview > li:nth-child(3n + 1) {
	margin-left: 0;
	clear: left;
} /* Removes the need to add class="first" */
.overview > li figure {
	position: relative;
	max-width: 400px;
} /* Uses the paineis-imgs width in pixels */
.overview > li figure a::after {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.overview > li figure figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
}

.overview > li p{
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 420px){
	.overview > li p{
		width: 45%;
		text-align: center;
	}

}

@media screen and (min-width: 420px){
	.overview > li p{
		width: 55%;
		text-align: center;
	}
}

@media screen and (min-width: 992px){
	.overview > li p{
		width: 100%;
		text-align: center;
	}
}

figcaption {
	background-color: #4fb5f5;
	opacity: 0.9;
}

.overview > li figure figcaption * {
	margin: 0;
}
.overview > li figure .heading {
	margin-bottom: 10px;
	font-size: 1.2rem;
}


#cta .sectiontitle {
	margin-bottom: 50px;
}

#cta ul li:last-child {
	margin-bottom: 0;
} /* Used when elements stack in small viewports */
#cta ul li div {
	position: relative;
	min-height: 60px;
	padding: 20px;
	padding-left: 100px;
}
#cta ul li div a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 22px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
}

#cta ul li div i {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 22px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
}

#cta ul li div span {
	display: block;
	padding: 8px 0 0 0;
}
#cta ul li div span strong {
	display: block;
	text-transform: capitalize;
}


*,
*::before,
*::after {
	transition: all 0.3s ease-in-out;
}
#mainav form * {
	transition: none !important;
}


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: 0.2;
}
#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background-color: orange;
}
#backtotop.visible {
	visibility: visible;
	opacity: 0.5;
}
#backtotop:hover {
	opacity: 1;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}
table,
th {
	table-layout: auto;
}
table {
	width: 100%;
	margin-bottom: 15px;
}
th,
td {
	padding: 5px 8px;
}
td {
	border-width: 0 1px;
}

body {
	color: #474747;
	background-color: #ffffff;
	/* position: relative; */
}
a {
	color: #f7a804;
}
a:active,
a:focus {
	background: transparent;
} 
hr,
.borderedbox {
	border-color: #d7d7d7;
}
label span {
	color: #ff0000;
	background-color: inherit;
}
input:focus,
textarea:focus,
*:required:focus {
	border-color: #56aed4;
}

.overlay {
	color: #ffffff;
	background-color: inherit;
}
.overlay::after {
	color: inherit;
	background-color: rgba(0, 0, 0, 0.55);
}
.overlay.light {
	color: #474747;
}
.overlay.light::after {
	background-color: rgba(255, 255, 255, 0.7);
}

#btn,
#btn.inverse:hover {
	color: #050118;
	background-color: orange;
	border-color: orange;
}
#btn:hover,
#btn.inverse {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}

.logoname {
	color: orange;
}
.logoname span {
	color: #0e74a5;
}

/* Rows */
.row0,
.row0 a {
	color: #ffffff;
	background-color: #0e74a5;
}
.row1 {
	color: #474747;
	background-color: #ffffff;
}
.row2 {
	color: #474747;
	background-color: #f4f4f4;
}
.row3 {
	color: #474747;
	background-color: #ffffff;
}
.row4 {
	color: #474747;
	background-color: #ffffff;
}
.row5,
.row5 a {
	color: #474747;
	background-color: #ffffff;
}
.row5 {
	border-color: rgba(0, 0, 0, 0.1);
}

.gradient {
	color: #ffffff;
	background: linear-gradient(to bottom right, #011c39, #3285b9);
}

.borda{
	border-radius: 15px;
}


/* Header */
#header a {
	color: inherit;
}
#header ul li div i {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Page Intro */
#pageintro {
	color: #ffffff;
}

/* Content Area */
.ringcon {
	background-color: #ffffff;
	border-color: rgba(0, 0, 0, 0.2);
}
.ringcon:hover{
	color: #ffffff  !important;
	background-color: #f7a804  !important;
}

.overview > li figure a::after {
	background-color: rgba(0, 0, 0, 0.5);
}
.overview > li figure figcaption {
	color: #ffffff;
}



/* Click to Action */
#cta ul li {
	color: #474747;
	background-color: #ffffff;
}

@media screen and (max-width: 600px){
	#cta ul li{
		width: 100%;
	}
}

#cta ul li div i {
	color: #011c39;
	border-color: rgba(0, 0, 0, 0.1);
}


#breadcrumb a {
	color: inherit;
	background-color: inherit;
}
#breadcrumb li:last-child a {
	color: #f7a804;
}

#backtotop {
	color: #ffffff;
	background-color: #f7a804;
}


/* Media Queries*/

@-ms-viewport {
	width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1140px) {
	.hoc {
		max-width: 1140px;
	}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 978px) {
	.hoc {
		max-width: 90%;
	}


	#copyright p:first-of-type {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 990px) {

	.group .group > *:last-child,
	.clear .clear > *:last-child,
	.clear .group > *:last-child,
	.group .clear > *:last-child {
		margin-bottom: 0;
	} 

	.paineis-imgs {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.paineis-imgs{
		width: 720px;
	}
	#pageintro article {
		max-width: none;
		text-align: left;
	}
	#pageintro .heading {
		font-size: 2rem;
	}
	#pageintro p:first-of-type {
		font-size: 1rem;
	}

	.sectiontitle {
		max-width: 250px;
	} 

	.overview > li:nth-last-child(-n + 3) {
		margin-bottom: 30px;
	}

	#latest article {
		max-width: 348px;
	} /* Uses the paineis-imgs width in pixels */
}




#imagem-comeco {
	background-image: url(../../imagens/predio.jpeg);
	background-size: cover;
	width: 100%;
	height: 50%;
}


.nave{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

header{
    height: 100px;
    background: orange;
}

.inner-width{
    max-width: 1000px;
    padding: 0 10px;
    margin: auto;
}

.logo{
    float: left;
	margin-left: -150px;
    padding: 20px 0;
}

@media screen and (max-width:970px){
	.logo{
		float: left;
		margin-left: 100px;
		padding: 20px 0;
	}

	.logo img{
		height: 80px; 
	 }
}

.logo img{
   height: 60px; 
}

.navegation-menu{
    float: right;
    display: flex;
    align-items: center;
    min-height: 90px;
}
.navegation-menu a{
    margin-left: 10px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 4px;
    transition: .3s linear;
}

.navegation-menu a:hover{
    background: #fff;
    color: #2f3640;
    transform: scale(1.1);
}

.navegation-menu i{
    margin-right: 8px;
    font-size: 16px;
}

.home{
	color: #001d7eb7;
}

.about{
	color: #001d7eb7;
}

.works{
	color: #001d7eb7;
}

.team{
	color: #001d7eb7;
}

.contact{
	color: #001d7eb7;
}

.menu-toggle-btn{
    float: right;
    height: 90px;
    line-height: 90px !important;
    color: #fff;
    font-size: 26px;
    display: none !important;
    cursor: pointer;
}

@media screen and (max-width:970px) {
    .menu-toggle-btn{
        display: block !important;
    }

	.home{
		color: #ff6b6b;
	}
	
	.about{
		color: #c2e30a;
	}
	
	.works{
		color: #02a5b1;
	}
	
	.team{
		color: #ff9100;
	}
	
	.contact{
		color: #1dd1a2;
	}

    .navegation-menu{
        position: absolute;
        width: 100%;
        max-width: 100%;
		max-height: 100%;
        background: #172b4def;
        top: 90px;
        right: 0;
        display: none;
        padding: 20px 40px;
        box-sizing: border-box;
		z-index: 1000;
    }

    .navegation-menu::before{
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid red;
        position: absolute;
        top: -10px;
        right: 10px;
    }

    .navegation-menu a{
        display: block;
        margin: 10px 0;
    }

	.navegation-menu i{
      font-size: 20px;
    }

    .navegation-menu.active{
        display: block;
    }
}

/*Fomrulario*/

.form-completo{
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
	
}

.formulario{
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
}

.container-form{
	border: 2px;
	border-radius: 15px;
    width: 50%;
    padding: 20px;
}

@media screen and (max-width:970px){
	.container-form{
		margin: 0;
		border: 2px;
		border-radius: 15px;
		width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width:420px){
	.container-form{
		margin-left: -5%;
		border: 2px;
		border-radius: 15px;
		width: 100%;
		padding: 10px;
	}

	.container-form .row100{
		width: 25px;
	}
}

@media screen and (max-width:400px){
	.container-form{
		margin-left: -16%;
		border: 2px;
		border-radius: 15px;
		width: 100%;
		padding: 10px;
	}
}

@media screen and (max-width:320px){
	.container-form{
		margin-right: 70%;
		border: 2px;
		border-radius: 15px;
		width: 30%;
		padding: 10px;
	}

	.container-form .form-text{
		margin-left: 20%;
	}
}

.container-form h2{
    width: 100%;
    color: rgb(43, 64, 78);
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.container-form .row100{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}

.container-form .row100 .col{
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 30px 0 10px;
    transition: 0.5s;
}

.container-form .row100 .inputBox{
    position: relative;
    width: 100%;
    height: 40px;
    color: black;
	font-weight: bold;
}

.container-form .row100 .inputBox input,
.container-form .row100 .inputBox.textarea textarea{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 10px;
    z-index: 1;
    color: #fff;
}
.container-form .row100 .inputBox .text{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}

.container-form .row100 .inputBox input:focus + .text,
.container-form .row100 .inputBox input:valid + .text{
    top: -35px;
    left: -10px;
}

.container-form .row100 .inputBox .line{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(43, 64, 78);
    transition: 0.5s;
    border-radius: 2px;
    pointer-events: none;
}

.container-form .row100 .inputBox input:focus ~ .line,
.container-form .row100 .inputBox input:valid ~ .line{
    height: 100%;
}

.container-form .row100 .inputBox.textarea{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 0;
}

.container-form .row100 .inputBox.textarea textarea{
    height: 120%;
    resize: none;
}

.container-form .row100 .inputBox textarea:focus + .text,
.container-form .row100 .inputBox textarea:valid + .text{
    top: -35px;
    left: -10px;
}

.container-form .row100 .inputBox textarea:focus ~ .line,
.container-form .row100 .inputBox textarea:valid ~ .line{
    height: 100%;
}

input[type="submit"]{
    border: none;
	width: 100%;
    padding: 7px 35px;
    cursor: pointer;
    outline: none;
    background: rgb(43, 64, 78);
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
}

input[type="submit"]:hover{
	background: rgb(2, 55, 90);
}





/*Rodapé*/

.footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	padding: 50px;
	color: #fff;
	background: linear-gradient(to bottom right, #011c39, #3285b9)
}

.footer > *{
	flex: 1 100%;
}
.footer-left{
	margin-right: 1.25em;
}
.footer-left img{
	width: 100%;
}

.footer h2{
	font-weight: 600;
	font-size: 17px;
}

.footer ul{
	list-style: none;
	padding-left: 0;
}

.footer li{
	line-height: 2em;
	
}

.footer a{
	text-decoration: none;
}

.footer i{
	text-decoration: none;
}

.footer-right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}

.footer-rigth > *{
	flex: 1 50%;
	margin-right: 1.25em;
}

.box a{
	color: #999;
}

.box i{
	color: #999;
}

.footer-bottom{
	text-align: center;
	color: #999;
	padding-top: 50px;
}

.footer-left p{
	padding-right: 20%;
	color: #999;
}

.socials a{
	background: #364a62;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
}

.socials a:hover{
	background: #f7a804;
}

.socials a i{
	color: #e7f2f4;
	padding: 10px 12px;
	font-size: 20px;
}

.socials i:hover{
	color: #1b0139;
}
@media screen and (min-width: 600px){
	.footer-right > *{
		flex: 1;
	}
	.footer-left{
		flex: 1 0px;
	}
	.footer-right{
		flex: 2 0px;
	}

}

@media (max-width: 600px) {
	.footer{
		padding: 15px;
	}

	.footer-right li{
		margin-left: 25px;
	}
}

.footer-right a:hover{
	background: rgba(8, 9, 15, 0.788);
	color: #fff;
	padding: 5px 15px 5px 15px;
	border-radius: 10px;
	font-size: 15px;
}


.especia img{
	width: 100%;
	height: 450px;
	box-shadow: rgba(0,0,0,0.45) 5px 10px 20px 0;
}

@media screen and (max-width: 420px){
	.especia img{
		width: 80%;
		height: 450px;
		box-shadow: rgba(0,0,0,0.45) 5px 10px 20px 0;
	}

	.overview > li figure figcaption {
		display: block;
		position: absolute;
		bottom: 0;
		width: 80%;
		padding: 15px;
	}

}

@media screen and (max-width: 321px){
	.especia img{
		width: 70%;
		height: 450px;
		box-shadow: rgba(0,0,0,0.45) 5px 10px 20px 0;
	}

	.overview > li figure figcaption {
		display: block;
		position: absolute;
		bottom: 0;
		width: 70%;
		padding: 15px;
	}

	.overview > li p{
		width: 40%;
		text-align: center;
	}
}


.skew {
    position: relative;
}

.skew .skew-image {
    position: absolute;
    width: 50%;
	height: 70%;
    right: 0;
    top: 15%;
    bottom: 5%;
    background: url(../../imagens/logo-foto.jpg);
    background-size: cover;
    background-position: center 10%;
}

.skew .skew-content-bg{
    position: absolute;
    height: 100%;
    top: 0%;
    left: -30px;
    right: -20px;
    box-shadow: rgba(0,0,0,0.45) 5px 10px 20px 0;
    background-color: orange;
    background-position: center left;
    transform: skew(-6deg, 0deg);
}

.skew .skew-content{
    position: relative;
    font-size: 1.4rem;
    color: #050118;
    padding: 100px 80px;
}

.wpp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}


/*Portfolio*/

.port-image{
	padding-left: 30%;
}

.port-section{
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px auto;
}

.port-section ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.port-section ul li{
	list-style: none;
	background: #eee;
	padding: 12px 20px;
	margin: 5px;
	letter-spacing: 1px;
	cursor: pointer;
}

.port-section ul li.active{
	background: #03a9f4;
	color: #fff;
}

.product{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.product .itemBox{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 5px;
	display: block;
}

.product .itemBox.hide{
	display: none;
}

.product .itemBox img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list{
	border-radius: 25px;
}