/* - - - - -  INDEX - - - - - */

/* - - - BANNER - - - */

/*banner_img*/
#banner{width: 100%; height: auto; position: relative; z-index: 1;}
#banner li{width: 100%; height: 100vh; max-height: 1080px; position: relative; display: block; overflow: hidden;}
#banner li img{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 100%; 
	object-fit: cover;
    width: 100%; 
    -webkit-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);
}
/*banner_img*/

/*banner_owl-dots*/
#banner .owl-dots{display: block !important; bottom: 10px;} 
/*banner_owl-dots*/

/*banner_owl-nav*/
#banner .owl-nav{display: block; top: 50%; margin-top: -35px;}
#banner .owl-nav .owl-next,#banner .owl-nav .owl-prev{width: 70px; height: 70px; background-color: rgba(0,0,0,0.4); background-size: auto;}
#banner .owl-nav .owl-next{right: 0; background-image: url("../../imagens/arrow-right.png");}
#banner .owl-nav .owl-prev{left: 0; background-image: url("../../imagens/arrow-left.png");}
/*banner_owl-nav*/

/* - - - BANNER - - - */

/* - - - - -  INDEX - - - - - */

/* - - - - -  CONTATO - - - - - */

/* - - - content_contato - - - */
.content_contato{box-sizing: border-box; margin-top: 65px; margin-bottom: 125px;}
.content_contato:after{content: ""; display: block; clear: both;}

.content_contato > *{display: inline-block; vertical-align: top; position: relative; box-sizing: border-box;}

/*content_contato - form*/
.content_contato .form{width: 600px; margin-right: 100px;}
/*content_contato - form*/

/*content_contato - info*/
.content_contato .info{width: 450px; margin-top: 35px;}
.content_contato .info:before{content: ""; display: block; clear: both;}

.content_contato .info li{width: 100%; height: 75px; box-sizing: border-box; padding: 12.5px 0 0 57.5px; position: relative; margin: 0 0 25px 0; display: block;}
.content_contato .info li:last-of-type{margin: 0 0; padding-top: 0;}
.content_contato .info li > *:not(img){display: block; position: relative; box-sizing: border-box; margin-bottom: 5px;}

.content_contato .info li img{position: absolute; width: 45px; height: auto; display: block; left: 0; top: 0; bottom: 0; margin: auto;}

.content_contato .info li .titulo{color: #00b9bd; font-size: 16px;}
.content_contato .info li .descricao{color: #555555; font-size: 17px;}

/*content_contato - info*/

/* - - - content_contato - - - */

/*iframe_contato*/
.iframe_contato{width: 100%; height: 300px; margin-top: -50px; border-top: 2px #555555 solid;}
/*iframe_contato*/

/* - - - - -  CONTATO - - - - - */

/* - - - - -  PORTFOLIO - - - - - */

/* - - - content_portfolio - - - */
.content_portfolio{box-sizing: border-box; margin-top: 65px; margin-bottom: 125px;}
.content_portfolio:after{content: ""; display: block; clear: both;}

/*content_contato - obra*/
.content_portfolio .obra{width: 590px; height: 330px; position: relative; display: block; overflow: hidden; margin: 5px; transition: 0.3s; cursor: pointer;}
.content_portfolio .obra:nth-child(odd){float: left;}
.content_portfolio .obra:nth-child(even){float: right;}
.content_portfolio .obra:nth-child(3n){height: 670px;}

.content_portfolio .obra .img{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 100%;
	object-fit: cover;
    width: 100%; 
    transition: 0.3s;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);
}

.content_portfolio .obra .texto{
    transition: 0.3s;
    width: 590px; 
    height: 100%; 
    position: absolute;
    top: 700px;
    display: table;
    background: url("../../imagens/bg-shadow-portfolio.png") bottom no-repeat rgba(0,0,0,0.7);
    z-index: 2;
    text-align: center;
}
.content_portfolio .obra a:first-of-type{display: table; top: 700px;}
.content_portfolio .obra a:first-of-type img{display: none;}
.content_portfolio .obra a{display: none;}
.content_portfolio .obra:hover > .texto{top: 0;}

.content_portfolio .obra .texto div{display: table-cell; vertical-align: middle; box-sizing: border-box; width: 100%; padding: 0 50px;}
.content_portfolio .obra .texto div > *{display: block; color: #fff; margin-bottom: 12.5px;} 
.content_portfolio .obra .texto div > *:last-of-type{margin-bottom: 0;} 
.content_portfolio .obra .texto div .titulo{font-size: 24px; font-weight: 300; text-transform: uppercase;}
.content_portfolio .obra .texto div .descricao{font-size: 16px;}
.content_portfolio .obra .texto div .titulo:after{
    content: "";
    width: 85px;
    height: 1px;
    position: relative;
    background-color: #00bbbe;
    display: block;
    margin: 2.5px auto 0;
}
/*content_contato - obra*/

/* - - - content_portfolio - - - */

/* - - - - -  PORTFOLIO - - - - - */

/* - - - - -  SOBRE - - - - - */

/* - - - bread_sobre - - - */
.bread_sobre{padding: 0;}
.bread_sobre .central{padding: 55px 425px 0 0;}

.bread_sobre .img{width: 100%; height: 440px; position: relative; display: table; box-sizing: border-box; overflow: hidden;}
.bread_sobre .img img{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 100%; 
    width: auto; 
    z-index: 1; 
    -webkit-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);
}

.bread_sobre .img .texto{z-index: 1; display: table-cell; position: relative; vertical-align: bottom; padding: 0 0 42.5px 0;}
.bread_sobre .img .texto p{color: #f7f7f6; font-size: 35px; width: 1200px; height: auto; display: block; margin: 0 auto; box-sizing: border-box; padding: 0 705px 0 0;}
.bread_sobre .img .texto p span{color: #089fa4;}
/* - - - bread_sobre - - - */

/* - - - texto_sobre - - - */
.texto_sobre{}
.texto_sobre:after{content: ""; display: block; clear: both;}

.texto_sobre p{color: #444444; font-size: 18px; line-height: 35px; margin-top: 45px; width: 570px; float: left;}
.texto_sobre p span{display: block; margin-top: 25px; font-size: 20px;}
.texto_sobre p span b{font-size: 25px; margin-right: 7.5px; font-style: italic; color: #089fa4;}
.texto_sobre p span b:last-of-type{margin-right: 0;}

.texto_sobre img{width: 600px; height: auto; position: relative; float: right; margin-top: -40px;}
/* - - - texto_sobre - - - */ 

/* - - - contato_sobre - - - */ 
.contato_sobre{width: 100%; height: 280px; position: relative; display: block; background: url("../../imagens/bg-sobre.png") center center no-repeat; margin: 75px 0;}
.contato_sobre .central{height: 280px; padding: 100px 0;}

.contato_sobre .central > *{display: inline-block; vertical-align: middle; position: relative; color: #f6f6f5; transition: 0.3s; text-align: center; margin: 0 85px 0 0;}
.contato_sobre .central > *:last-child{margin: 0;}

.contato_sobre .central .titulo{font-size: 32px; font-weight: 300; width: 275px; height: 80px;}
.contato_sobre .central .descricao{font-size: 14px; line-height: 20px; width: 535px; height: 80px;}

.contato_sobre .central .link{border: 2px #f6f6f5 solid; border-radius: 10px; width: 200px; height: 40px; line-height: 40px;}
.contato_sobre .central .link:hover{background: #f6f6f5; color: #089fa4;}
/* - - - contato_sobre - - - */ 

/* - - - servicos_sobre - - - */
.servicos_sobre{padding: 0 0 50px 0; text-align: center;}

.servicos_sobre .title{color: #868686; font-size: 50px; font-weight: 300;}
.servicos_sobre .title span{color: #089fa4;}

.servicos_sobre .description{color: #444444; font-size: 18px; line-height: 25px; display: block; margin: 15px auto 65px;}
.servicos_sobre .description span{color: #444444;}

.servicos_sobre div:nth-of-type(-n+4){margin: 0 130px 0 0;}
.servicos_sobre div:nth-of-type(4){margin: 0 0 0 0;}
.servicos_sobre div:nth-of-type(4):after{display: none;}

.servicos_sobre div:nth-last-of-type(-n+4){margin: 100px 143px 0 0;}
.servicos_sobre div:nth-of-type(8){margin: 100px 0 0 0;}

/*servicos_sobre - bloco*/
.servicos_sobre .bloco{
    width: 200px; 
    height: 85px;
    border-radius: 20px;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #089fa4;
    position: relative; 
    display: inline-table; 
    vertical-align: top; 
    box-sizing: border-box; 
    border: 2px #089fa4 solid;
}
.servicos_sobre .bloco:after{
    content: "";
    width: 130px; 
    height: 85px;
    position: absolute;
    display: block;
    right: -135px;
    background: url("../../imagens/arrow-qs.png") center center no-repeat;
    background-size: 70px;
}
.servicos_sobre .bloco p{display: table-cell; position: relative; vertical-align: middle; text-align: center;}
/*servicos_sobre - bloco*/

/*servicos_sobre - item*/
.servicos_sobre .item{width: 190px; height: auto; position: relative; display: inline-block; vertical-align: top;}
.servicos_sobre .item img{width: 100px; height: auto; position: relative; display: block;}
.servicos_sobre .item .titulo{color: #00bcc0; text-transform: uppercase; font-size: 22px; font-weight: 300; margin-bottom: 12.5px;}
.servicos_sobre .item .descricao{color: #555555; font-size: 14px;}
/*servicos_sobre - item*/

/* - - - servicos_sobre - - - */ 

/* - - - - -  SOBRE - - - - - */