@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */

/* font face */
@font-face {
	src: url("../fonts/MyriadProRegular.otf");
	font-family: 'Myriad';
}

/* Common CSS */
body {font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;}



h1, h2, h3, h4, h5, h6, p, b, a {font-family: 'Myriad';}
h2 {font-size: 30px; font-weight: 400;}
h3 {font-size: 28px; font-weight: 300;}
p {font-size: 15px; line-height: 28px;}
ul {padding: 0; margin: 0; list-style: none;}
a, a:active, a:focus, a:active {text-decoration: none!important;}
.flex {display: flex; -webkit-display: flex; flex-flow: wrap; flex-direction: row; justify-content: center; align-items: center;}

/* Section Title */
.section-title {margin-bottom: 70px;}
.section-title h2 {text-transform: uppercase; font-size: 28px; font-weight: 600;}
.section-title p {font-family: 'Volkhov', serif; font-style: italic; color: #666;}
/**/

/* Header Start */
header {background: #0a96e1; padding: 20px 0;}
header .navbar {margin-bottom: 0px; border: 0px; position: relative;}
header .navbar-header .navbar-brand {padding-top: 5px; position: absolute; top: -20px;}
header .navbar-header .navbar-brand img {width: 100%; max-width: 220px; height: 80px; object-fit: contain;}
header .navbar-default {background: none; border: 0px;}
header .navbar-default .navbar-nav {padding-top: 10px;}
header .navbar-default .navbar-nav li a {color: #fff; padding: 10px 26px; font-size: 12pt; font-weight: 600; text-shadow: 0 1px 1px #000; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;}
header .navbar-default .navbar-nav li a:hover {color: #0058ff;}

header.sticky {position: fixed; top: 0; right: 0; left: 0; z-index: 50; box-shadow: 0 0 5px 2px #002c58; -webkit-box-shadow: 0 0 5px 2px #002c58; -moz-box-shadow: 0 0 5px 2px #C97045; background-color: #0a96e1;}
/**/

/* Slider Start */
#slider {background: url("../images/slider-bg.jpg") no-repeat; background-size: cover; background-attachment: fixed; background-position: 10% 0%; padding: 200px 0 280px 0; position: relative;}
#slider:before {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(to left, #8b86a3, #322e40); opacity: 0.8;}
#slider .block {color: #E3E3E4;}
#slider .block h1 {font-family: 'Roboto', sans-serif; font-weight: 100; font-size: 45px; line-height: 60px; letter-spacing: 10px; padding-bottom: 45px;}
#slider .block p {font-size: 23px; line-height: 40px; font-family: 'Roboto', sans-serif; font-weight: 300; letter-spacing: 3px;}

#painelcarousel .carousel-inner .item::before {content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .4);}
#painelcarousel .carousel-inner .item img {width: 100%; height: auto; max-height: 600px; object-fit: cover;}
#painelcarousel .carousel-inner .item .carousel-caption {height: 100%; display: flex; -webkit-display: flex; flex-flow: wrap; flex-direction: column; justify-content: center; align-items: center;}
#painelcarousel .carousel-inner .item .carousel-caption .title {margin: 0; padding: 0; font-weight: 600; font-size: 27pt; text-shadow: 0 1px 2px #000;}
#painelcarousel .carousel-inner .item .carousel-caption .subtitle {margin: 0; padding: 0; font-weight: 400; font-size: 20pt; text-shadow: 0 1px 2px #000;}
/**/

/* Wrapper Start */
#intro {padding: 100px 0; background: url('../images/jpg/fundos/fundo.jpg'); background-size: cover; background-repeat: no-repeat;}
#intro .block .titlep {position: relative; color: #fff; z-index: 1; text-align: center; z-index: 0;}
#intro .block .titlep::before {content: ''; position: absolute; width: 300px; height: 300px; background: url('../images/png/fundos/fundotitulo.png'); background-size: contain; background-repeat: no-repeat; top: -145px; left: 50%; transform: translateX(-50%); z-index: -1;}
#intro .block .conteudo {color: #000; margin: 70px 0 0 0; font-size: 14pt; text-align: justify; padding: 20px;}
#intro .block .conteudo b {color: #1c7fff;}
#intro .blockImg {padding: 20px;}
#intro .blockImg img {width: 100%; height: auto; object-fit: cover; box-shadow: 0 0 4px; border-radius: 2%;}
#intro .section-title {margin-bottom: 0px;}
#intro .section-title p {padding-top: 20px;}
/**/

/* Service Start */
#service {text-align: center; padding: 90px 0;}
#service .service-item {padding-bottom: 30px;}
#service .service-item i {font-size: 60px; color: #4A4656;}
#service .service-item h4 {padding-top: 20px; margin: 0; color: #666;}
#service .service-item p {color: #888; padding-top: 10px; margin: 0; font-size: 14px; line-height: 1.8;}
/**/

/* Call to Action Start */
#call-to-action {background: url("../images/png/fundos/planofundo.png") no-repeat; background-size: cover; background-attachment: fixed; padding: 70px 0px; position: relative; text-align: center; color: #fff;}
#call-to-action:before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .2);}
#call-to-action h2 {padding-bottom: 20px; line-height: 33px; margin: 0; font-size: 30px; text-shadow: 0 1px 4px #000;}
#call-to-action p {font-size: 14px; line-height: 1.6;}
#call-to-action .btn-call-to-action {padding: 15px 35px; border: none; background-color: #fff; font-size: 15px; color: #333333; margin-top: 30px;}
/**/

/* Feature Start */
#feature {background: url("../images/jpg/fundos/fundoservico.jpg"); background-position: 50% 94px; width: 100%; display: block; position: relative; overflow: visible; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; background-color: #fff; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 100px 0;}
#feature .titlep {position: relative; color: #fff; z-index: 1; text-align: center; z-index: 0; margin-top: 88px;}
#feature .titlep::before {content: ''; position: absolute; width: 300px; height: 300px; background: url('../images/png/fundos/fundotitulo.png'); background-size: contain; background-repeat: no-repeat; top: -145px; left: 50%; transform: translateX(-50%); z-index: -1;}
#feature .conteudo {color: #000; margin: 70px 0 0 0; font-size: 14pt; text-align: justify; padding: 20px; box-shadow: 0 0 4px; background: rgba(255, 255, 255, .6);}
#feature .conteudo h1 {font-size: 18pt; font-weight: 600; color: #1c7fff;}
#feature .conteudo b {color: #1c7fff;}
#feature .boximagem {margin: 15px; position: relative;}
#feature .boximagem .overlay {position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: wrap; flex-direction: row; justify-content: center; align-items: center; background: rgba(0, 0, 0, .3); opacity: 1; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;}
#feature .boximagem .overlay h4 {color: #fff; font-weight: 300; padding: 10px; border: solid 1px #fff; font-size: 18pt;}
#feature .boximagem:hover .overlay {opacity: 0}
#feature .boximagem img {width: 100%; height: 200px; object-fit: cover; box-shadow: 0 2px 4px;}
/**/

/* Content Start */
#testimonial {padding: 100px 0;}
#testimonial .block h2 {line-height: 27px; color: #5C5C5C; padding-top: 110px;}
#testimonial .block p {padding-top: 50px; color: #7B7B7B;}
#testimonial .counter-box li {width: 50%; float: left; text-align: center; margin: 30px 0 30px;}
#testimonial .counter-box li i {font-size: 35px;}
#testimonial .counter-box li h4 {font-size: 30px; font-weight: bold;}
#testimonial .counter-box li span {color: #555;}
#testimonial .testimonial-carousel {text-align: center; width: 75%; border: 1px solid #DEDEDE; padding: 24px; margin: 0 auto;}
#testimonial .testimonial-carousel img {width: 100%; max-height: 30px; object-fit: contain; padding: 0; margin: 0 0 20px 0;}
#testimonial .testimonial-carousel p {line-height: 28px; font-weight: 300; padding-bottom: 20px;}
#testimonial .testimonial-carousel .user img {width: auto; height: auto; max-height: 90px; object-fit: cover; border-radius: 50%; display: flex; margin: 0 auto;}
#testimonial .testimonial-carousel .user p {padding-bottom: 0; font-size: 12px; line-height: 20px; color: #353241;}
#testimonial .testimonial-carousel .user p span {display: block; color: #353241; font-weight: 600;}
/**/

/* Features Start */
#clients-logo-section {padding-top: 30px; padding-bottom: 75px;}
#clients-logo-section .clients-logo-img {padding: 0px 50px;}
/**/

/* Slider Work Start */
#global-header {background: url("../images/slider-bg2.jpg") no-repeat; background-size: cover; padding-top: 150px; padding-bottom: 107px; position: relative; background-attachment: fixed;}
#global-header:before {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(to left, #928dab, #1f1c2c 70%); opacity: 0.8;}
#global-header .block {color: #E3E3E4; margin: 0 auto; padding-left: 90px; text-align: center;}
#global-header .block h1 {font-weight: 100; font-size: 45px; letter-spacing: 6px; padding-bottom: 15px; margin-top: 0; text-transform: capitalize;}
#global-header .block p {font-size: 16px; font-weight: 300; letter-spacing: 1px; word-spacing: 3px;}
/**/

/* Portfolio Work Start */
#portfolio-work {overflow: hidden; padding: 80px 0;}
#portfolio-work .block .portfolio-menu {padding-bottom: 30px; text-align: center;}
#portfolio-work .block .portfolio-menu ul {border: 1px solid #999999; display: inline-block; margin-bottom: 40px;}
#portfolio-work .block .portfolio-menu ul li {display: inline-block; padding: 0px 25px; cursor: pointer; font-size: 15px; line-height: 40px; font-weight: 600; color: #333333; text-transform: capitalize; position: relative;}
#portfolio-work .block .portfolio-menu ul .active {color: #655E7A; position: relative;}
#portfolio-work .block .portfolio-menu ul .active:before {content: "\f0d7"; position: absolute; font-family: 'FontAwesome'; bottom: -18px; font-size: 30px; width: 20px; left: 0px; right: 0px; top: 23px; margin: 0 auto; color: #fff; text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#portfolio-work .block .portfolio-menu ul li:hover:before {content: "\f0d7"; position: absolute; font-family: 'FontAwesome'; bottom: -18px; font-size: 30px; width: 20px; left: 0px; right: 0px; top: 24px; margin: 0 auto; color: #fff; text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#portfolio-work .block .portfolio-contant ul li {float: left; width: 32.22%; overflow: hidden; margin: 6px; position: relative;}
#portfolio-work .block .portfolio-contant ul li:hover .overly {opacity: 1;}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%);}
#portfolio-work .block .portfolio-contant ul li a {display: block; color: #fff;}
#portfolio-work .block .portfolio-contant ul li a h2 {font-size: 22px; text-transform: uppercase; letter-spacing: 1px;}
#portfolio-work .block .portfolio-contant ul li a p {font-size: 15px;}
#portfolio-work .block .portfolio-contant ul li a span {font-style: italic; font-size: 13px; color: #655E7A;}
#portfolio-work .block .portfolio-contant ul img {width: 100%; height: 210px; object-fit: cover;}
#portfolio-work .block .portfolio-contant .overly {position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.9); opacity: 0; -webkit-transition: .3s all; -o-transition: .3s all; transition: .3s all; text-align: center;}
#portfolio-work .block .portfolio-contant .position-center {position: absolute; top: 50%; left: 10%; -webkit-transform: translate(0%, 50%); -moz-transform: translate(0%, 50%); -ms-transform: translate(0%, 50%); transform: translate(0%, 50%); -webkit-transition: .5s all; -o-transition: .5s all; transition: .5s all;}
#portfolio-work .block .mix { display: none;}
/**/

/* Wrapper Work Start --*/
#wrapper-work {overflow: hidden; padding-top: 100px;}
#wrapper-work ul li {width: 50%; float: left; position: relative;}
#wrapper-work ul li img {width: 100%; height: 100%;}
#wrapper-work ul li .items-text {position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; color: #fff; background: rgba(0, 0, 0, 0.6); padding-left: 44px; padding-top: 140px;}
#wrapper-work ul li .items-text h2 {padding-bottom: 28px; padding-top: 75px; position: relative;}
#wrapper-work ul li .items-text h2:before {content: ""; position: absolute; left: 0; bottom: 0; width: 75px; height: 3px; background: #fff;}
#wrapper-work ul li .items-text p {padding-top: 30px; font-size: 16px; line-height: 27px; font-weight: 300; padding-right: 80px;}
/**/

/* Features Work Start */
#features-work {padding-top: 50px; padding-bottom: 75px;}
#features-work .block ul li {width: 19%; text-align: center; display: inline-block; padding: 40px 0px;}
/**/

/* Slider Contact Start */
#slider-contact {background: url("../images/slider-bg2.jpg") no-repeat; background-size: cover; padding-top: 150px; padding-bottom: 107px; position: relative;}
#slider-contact:before {content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(to left, #928dab, #1f1c2c 70%); opacity: 0.8;}
#slider-contact .block {color: #E3E3E4; margin: 0 auto; padding-left: 90px;}
#slider-contact .block h1 {font-family: 'Roboto', sans-serif; font-weight: 100; font-size: 45px; line-height: 60px; letter-spacing: 6px; padding-bottom: 15px;}
#slider-contact .block p {font-size: 23px; line-height: 40px; font-family: 'Roboto', sans-serif; font-weight: 300; letter-spacing: 1px; word-spacing: 3px;}

/* Contact Form Start */
#contact-form {padding-top: 70px; padding-bottom: 35px; background: url("../images/png/fundos/fundocontato.png"); background-size: cover; background-repeat: no-repeat; background-position: 50%}
#contact-form .titlep {position: relative; color: #fff; z-index: 1; text-align: center; z-index: 0;}
#contact-form .titlep::before {content: ''; position: absolute; width: 300px; height: 300px; background: url('../images/png/fundos/fundotitulo.png'); background-size: contain; background-repeat: no-repeat; top: -145px; left: 50%; transform: translateX(-50%); z-index: -1;}
#contact-form .block {padding: 10px; background: rgba(255, 255, 255, .6); box-shadow: 0 0 4px;}
#contact-form .block p {font-size: 13pt; text-transform: uppercase; font-weight: 600;}
#contact-form .block form .form-group {padding-bottom: 15px; margin: 0px;}
#contact-form .block form .form-group .form-control {background: #F6F8FA; height: 60px; border: none; box-shadow: none; width: 100%; border-bottom: solid 4px #3fa0ff;}
#contact-form .block form .form-group-2 {padding-bottom: 15px; margin: 0px;}
#contact-form .block form .form-group-2 textarea {background: #F6F8FA; height: 135px; border: none; box-shadow: none; width: 100%; border-bottom: solid 4px #3fa0ff;}
#contact-form .block button {width: 100%; height: 60px; background: #3fa0ff; border: solid 1px transparent; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 18px; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;}
#contact-form .block button:hover {color: #3fa0ff; background: transparent; border-color: #3fa0ff;}
#contact-form h2 {font-family: 'Myriad'; font-weight: 300; color: #1c7fff; font-size: 28px; padding-bottom: 30px;}
/**/

/* wrapper-contact Start */
.address-block li {margin-bottom: 5px; color: #2C2C2C; font-size: 13pt;}
.address-block li i {margin-right: 15px; font-size: 20px; width: 20px;}

.social-icons {margin-top: 15px; margin-bottom: 15px;}
.social-icons li {display: inline-block; margin: 0 6px;}
.social-icons a {display: inline-block;}
.social-icons i {color: #2C2C2C; margin-right: 25px; font-size: 25px;}

.google-map {position: relative;}
.google-map #map {width: 100%; height: 300px; background-color: #FF432E;}

#contact-box .block img {width: 100%;}
#contact-box .block h2 {font-family: 'Myriad'; font-weight: 300; color: #1c7fff; font-size: 28px; padding-bottom: 30px;}
#contact-box .block a {color: #2C2C2C; margin-right: 25px; font-size: 13pt; text-align: justify; word-break: break-all; line-height: 1.5}
#contact-box .block p {color: #2C2C2C; display: block;}
/**/

/* Features Contact Start */
#features-contact {padding-top: 50px; padding-bottom: 75px;}
#features-contact .block ul li {width: 19%; text-align: center; display: inline-block; padding: 40px 0px;}

/* Footer Start */
footer {background: #F5F5F5; text-align: center; padding: 5px 0;}
footer p {font-size: 13px; line-height: normal; color: #919191; margin: 0; padding: 0;}
footer a {color: #1c7fff; font-weight: 600;}
footer .footer-manu {padding-bottom: 25px;}
footer .footer-manu ul {margin: 0px; padding: 0px;}
footer .footer-manu ul li {display: inline-block; padding: 0px 20px;}
footer .footer-manu ul li a {display: inline-block; color: #1c7fff;}
footer .footer-manu ul li a:hover {color: #000;}
/**/