/* CODDE */

/* ==================== BREAKPOINTS ======================= */

@media (max-width: 768px) {
	.parallax-texts { padding-top: 20px; }
	.blog-posts-list .date { width:14%; }
	.blog-posts-list .content { width:83%; }
	.blog-fullpost .comments { width:97%; }

	/* Carousel */
	.carousel-inner .active.left { left: -33% !important; }
	.carousel-inner .next        { left: 33% !important; }
	.carousel-inner .prev		 { left: -33% !important; }
}
@media (min-width: 768px) {
	.parallax-texts { padding-top: 20px; }
	.blog-posts-list .date { width:8%; }
	.blog-posts-list .content { width:88%; }
	.blog-fullpost .comments { width:97%; }
	.project { height: 225px; }
}
@media (min-width: 992px) {
	.parallax-texts { padding-top: 20px; }
	.menu li { margin-right:2rem; }
	.project { height: 190px; }

	/* Carousel */
	.carousel-inner .active.left { left: -25% !important; }
	.carousel-inner .next        { left: 25% !important; }
	.carousel-inner .prev		 { left: -25% !important; }
}

@media (min-width: 1200px) {
	.parallax-texts { padding-top: 20px; }
	.menu li { margin-right:3rem; }
	.project { height: 220px; }
}


/* ======================================================================== */

body { opacity:0; }
:focus { outline:0; }
a, a:focus, a:active, a:visited { text-decoration:none !important; }
.cf:before, .cf:after { content:" "; display:table; }
.left { float:left; }
.right { float:right; }
.cf:after { clear: both }
.radius { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.fx { -webkit-transition: all .13s linear; -moz-transition: all .13s linear; -o-transition: all .13s linear; transition: all .13s linear; }
.opensans { font-family:'Open Sans', sans-serif; font-weight:400; }
.roboto { font-family:'Roboto', sans-serif; font-weight:400; }
.roboto-c { font-family:'Roboto Condensed', sans-serif; font-weight:400; }
.bold { font-weight:700 !important; }
.semibold { font-weight:500 !important; }
.light { font-weight:300 !important; }
.middle { vertical-align:middle; }
.relative { position:relative; }
.absolute { position:absolute; }
.fixed { position:fixed; }
.block { display:block; }
.header {
	width:100%; border-top:5px #FD6524 solid; background:#FFF; line-height:75px; z-index:9900;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.3);
}
.menu { list-style:none; margin:0; padding:0; }
.menu a { display:inline-block; border-bottom:15px #FFF solid; line-height:45px !important; }
.menu a:hover, .menu a.active { color:#666; border-bottom:5px #FD6524 solid; line-height:65px !important; }
.menu li { display:inline; }
.menu li.submenu { z-index:9999; }
.menu li.submenu:hover .drop { display:block; visibility:visible; opacity:1; transition-delay:0s; }
.drop {
	visibility:hidden; opacity:0; left:-18px; top:26px; width:170px; line-height:40px !important; z-index:8000;
	-webkit-transition:visibility 0.1s linear 0.15s, opacity 0.1s linear;
	-moz-transition:visibility 0.1s linear 0.15s, opacity 0.1s linear;
	transition:visibility 0.1s linear 0.15s, opacity 0.1s linear;
}
.drop a:hover { line-height:40px !important; border-bottom:0; }
.drop a:nth-of-type(1) {
	border:3px #DDDDDD solid; border-bottom:0;
	-webkit-border-radius:0 4px 0 0; -moz-border-radius:0 4px 0 0; border-radius:0 4px 0 0;
}
.drop a:nth-of-type(2) {
	border:3px #DDDDDD solid; border-top-width:1px; border-bottom-width:1px;
}
.drop a:nth-of-type(3) {
	border:3px #DDDDDD solid; border-top-width:0px;
	-webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;
}
.drop a:hover { color:#000; }
.drop a {
	background:#F8F8F8; display:block; padding-left:15px; line-height:40px !important;
}
.menu li.submenu:hover::before {
	display:inline-block; background:transparent; border:3px #DDDDDD solid; border-bottom-width:1px; width:90px; margin-bottom:-7px; top:-12px;
	position:absolute; z-index:9999; content:""; font-size:12px; color:#666; font-family:'Roboto'; font-weight:500; height:39px; left:-18px;
	-webkit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;
}

#search{border: thin solid #ccc;padding: 10px;}
#search input{color: #888;border: none;}
#search img{float: right;border-left: thin solid #ccc;opacity: .7;width: 32px;margin-top: -4px;margin-right: -6px;cursor: pointer;}
#search img:hover{opacity: 1;}

.social-links {
	display:inline-block; width:29px; height:29px; overflow:hidden; position:relative; vertical-align:middle; border:1px #F9A26C solid;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(249,162,108,0); -moz-box-shadow: 0px 0px 0px 1px rgba(249,162,108,0); box-shadow: 0px 0px 0px 1px rgba(249,162,108,0);
}
.social-links:hover img { opacity:1; }
.social-links:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(249,162,108,0.3); -moz-box-shadow: 0px 0px 0px 3px rgba(249,162,108,0.3); box-shadow: 0px 0px 0px 3px rgba(249,162,108,0.3);
}
.social-links img { position:absolute; top:8px; left:6px; opacity:.6; }
.banner::before { content:url('../img/detalhe_banner.png'); position:absolute; bottom:0; left:50%; margin-left:-27px; width:53px; height:15px; }
.banner {
	background:url('../img/bg_banner.jpg') no-repeat center center; width:100%;position:relative; z-index:0;
	overflow:hidden; padding-top:75px; background-attachment:fixed; background-size:cover;
}
.parallax-notebooks {
	width:100%; min-height:100%; background:url('../img/notebooks.png') no-repeat; background-size:80%; background-attachment:fixed;
}
.bttn-arrow { margin:5px; }
.bttn {
	text-align:center; display:inline-block; vertical-align:middle; position: relative; width:200px; padding:10px 0;
	-webkit-transform: translateZ(0); transform: translateZ(0);
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
	-webkit-transition-property: color; transition-property: color;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
}
.bttn-orange { background:#FD6524; }
.bttn-orange:hover { color:#FFF; }
.bttn-orange:hover::before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.bttn-orange::before {
	content: ""; position:absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #CC3F02;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-transform: scaleY(0); transform: scaleY(0);
	-webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;
	-webkit-transition-property: transform; transition-property: transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
.bttn-blue { background:#054F72; }
.bttn-blue:hover { color:#FFF; }
.bttn-blue:hover::before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.bttn-blue::before {
	content: ""; position:absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #022333;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-transform: scaleY(0); transform: scaleY(0);
	-webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;
	-webkit-transition-property: transform; transition-property: transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
.moving-arrow { height:52px; }
.moving-arrow > img { margin-top:20px; }
.projects-categories-menu a { text-transform:uppercase; display:inline-block; padding:7px 10px 5px 10px; border:1px #FFF solid; }
.projects-categories-menu a:hover { color:#454545; border:1px #CCC solid; }
.projects-categories-menu a.active { border:1px #F5701F solid !important; }
.project { z-index:1; margin-bottom:30px; }
.project:hover { z-index:5; }
.project:hover::before {
	position:absolute; content:''; border:1px #DDD solid; top:-8%; right:-5%; width:110%; height:115%; z-index:-1; background:#FFF;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2); -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2); box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}
.project-image { width:100%; overflow:hidden; margin-bottom:15px; }
.project-image img { width:100%; height:auto; -webkit-filter: grayscale(1); filter: grayscale(1); opacity:0.7; filter: alpha(opacity=70); }
.project:hover .project-image img { -webkit-filter: grayscale(0); filter: grayscale(0); opacity:1; filter: alpha(opacity=100); }
.project:hover a:first-of-type { color:#FD6524; }
.projects-row-spacing { padding:0 5%; }
.bg-texture { background:url('../img/bg_cinza_textura.jpg') top center; }
.line-details { line-height:100px; overflow:hidden; white-space:nowrap; }
.line-details span::before { content:url('../img/line_right.png'); position:absolute; left:165px; top:-42px; }
.line-details span::after { content:url('../img/line_left.png'); position:absolute; right:165px; top:-42px; }
.multislides .post { white-space:normal !important; cursor:pointer; padding-bottom:50px; }
.prev { position:absolute; left:-30px; top:75px; z-index:9000; }
.next { position:absolute; right:-30px; top:75px; z-index:9000; }
.multislides { width:100%; position: relative; }
.multislides .image { margin-bottom:15px; overflow:hidden; }
.multislides .desc { margin-top:15px; }
.multislides .image img { -webkit-filter: grayscale(1); filter: grayscale(1); }
.multislides .post:hover .image img {
	-webkit-filter: grayscale(0); filter: grayscale(0);
	-webkit-transform: scale(1.1); transform: scale(1.1);
}
.multislides .data { display:block; background:#FD6524; padding:10px 10px; bottom:0; left:0; }
.multislides .post:hover .titulo { color:#FD6524; }
.multislides .frame { position: relative; font-size: 0; line-height: 0; /*overflow: hidden; white-space: nowrap;*/ /*height: 350px;*/ }
.multislides .slides { display: inline-block; list-style: none; padding: 0; }
.multislides .slides li { position: relative; display: inline-block; height: 350px; vertical-align: top; margin-bottom: 15px; }
.multislides .js_slide { float: none !important; }
.multislides .prev, .multislides .next { cursor: pointer; }
.bg-orange { background:#FD6524; }
.bg-gray { background:#292929; }
.bg-darkgray { background:#1F1F1F; }
.bg-graydegrade { width:100%; background:url('../img/bg_graydegrade.jpg') repeat-x center top; }
.bg-chamada { width:100%; background:url('../img/bg_chamada.jpg') repeat-x center bottom; }
.bg-graytextura { width:100%; background:url('../img/bg_darkgraytextura.jpg'); }
.bg-gray2 { width:100%; background:url('../img/sombra_topo.png') no-repeat center top, url('../img/bg_gray2.jpg'); }
.nl-input {
	width: -webkit-calc(100% - 50px); width: -moz-calc(100% - 50px); width: calc(100% - 50px);
	border:1px #FFF solid; background:url('../img/icon_newsletter.png') no-repeat 15px #FD6524; padding:0 15px 0 63px; height:43px;
}
@media (min-width: 992px) {
	.nl-input{width:-webkit-calc(50% - 25px);width: -moz-calc(50% - 25px); width:calc(50% - 25px);}
}

.nl-button { width:50px; background:#FD6524; border:1px #FFF solid; border-left:0; height:43px; float:right; padding-bottom:4px; }
.nl-button:hover { background:#F94D02; }
.nl-input::-webkit-input-placeholder { color:#FFF; opacity:1; }
.nl-input::-moz-placeholder { color:#FFF; opacity:1; }
.nl-input:-moz-placeholder { color:#FFF; opacity:1; }
.nl-input:-ms-input-placeholder { color:#FFF; opacity:1; }
.contato-footer { display:block; width:134px; height:30px; line-height:30px; background:#444444; text-align:center; margin-top:15px; }
.contato-footer:hover { background:#606060; }
.codde { margin-left:5px; vertical-align:-1px; }
.back2top img { margin-right:5px; vertical-align:0px; }
.d001 { position:absolute; top:-15px; left: -webkit-calc(50% - 27px); left: -moz-calc(50% - 27px); left: calc(50% - 27px); }
.d002 { position:absolute; top:-15px; left:0; }
.s001 { margin-left:10px; vertical-align:1px; }
.s002 { margin-left:8px; vertical-align:-1px; }
.proj-prev { position:absolute; z-index:9200; left:0px; top:458px; }
.proj-prev:hover, .proj-next:hover { -webkit-filter: brightness(90%); filter: brightness(90%); }
.proj-next { position:absolute; z-index:9200; right:0px; top:458px; }
.shadowbottom {
	z-index:400;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}
.shadowtop {
	z-index:400;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
}
.project-browser img { width:100%; }
.project-browser {
	overflow:hidden;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(50, 50, 50, 0.2); -moz-box-shadow: 0px 0px 30px 2px rgba(50, 50, 50, 0.2); box-shadow: 0px 0px 30px 2px rgba(50, 50, 50, 0.2);
}
.detalhe-cases::before { width:57px; height:5px; content:""; background:#FD6524; display:block; margin-bottom:55px; }
.case-sections { margin-top:40px; }
.case-sections .left { width:21%; }
.case-sections .right { width:78%; padding-top:5px; }
.case-sections .right ul { padding-left:16px; }
.case-sections .left::before { content:""; width:20%; height:1px; background:#BBB; position:absolute; top:17px; z-index:1; }
.case-section { position:relative; display:inline-block; background:#FFF; padding-right:10px; z-index:30; }
.service-list .service { padding-bottom:100px; }
.service-list .service img { width:100%; -webkit-filter: grayscale(1); filter: grayscale(1); }
.service-list .service:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }
.service-list .service img:hover { }
.service-list .service span { display:block; padding:40px 0 40px 15px; opacity:0.5; }
.service-list .service .list-itens { padding-left:15px; opacity:.5; }
.service-list .service:hover .list-itens,
.service-list .service:hover span { opacity:1; }
.blog-posts-list .post { margin-bottom:45px; }
.blog-posts-list .date { height:93px; border-right:1px #CCCCCC solid; }
.blog-posts-list .date span { border-bottom:1px #CCC solid; display:block; padding-bottom:15px; }
.blog-posts-list .content { border-bottom:1px #CCC solid; padding-bottom:45px; margin-left:15px; }
.blog-posts-list .content a,
.post-title a { color:#333; }
.blog-posts-list .content a:hover { color: #FD6524; }
.blog-posts-list .content .bttn { color:#FFF !important; width:90px; height:32px; line-height:32px; padding:0; margin-top:21px; }
.blog-posts-list .pagination { padding:0; margin:0; }
.blog-posts-list .pagination .content { border:0; }
.blog-posts-list .pagination .date { border:0; }
.blog-posts-list .pagination a {
	width: 39px;
	height: 37px;
	background: #FD6524;
	color: #FFF;
	font-family: 'Roboto';
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin: 0 2px;
	vertical-align: top;
	padding-top: 9px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.blog-posts-list .pagination a img {
	margin-top: -9px;
}
.blog-posts-list .pagination a.current { background-color: #FE8856; }
.blog-posts-list .pagination a:hover { -webkit-filter: brightness(90%); filter: brightness(90%); color: #000; }
.sidebar .socials { width:100%; height:154px; border:11px #C8C8C8 solid; }
.socials .section.facebook span { width:100%; background:#3E59A5; padding:20px 0 0 0; }
.socials a.social { opacity:.8; }
.socials a.social:hover { opacity:1; }
.socials .section:nth-of-type(2) { border-top:1px #C8C8C8 solid; border-bottom:1px #C8C8C8 solid; padding:20px 0; margin:20px 0; }
.section.newsletter { padding:0 20px 20px 20px; }
.section.newsletter label { font-family:'Roboto Condensed'; font-size:15px; color:#858585; line-height:18px; display:block; margin-bottom:5px; }
.section.newsletter input { width:80%; border:1px #BBB solid; border-right:0; background:#EDEDED; height:32px; padding:0 10px; }
.section.newsletter button { width:20%; border:1px #BBB solid; background:#EDEDED; height:32px; }
.section.newsletter button:hover { background:#D8D8D8; }
.sidebar .categories ul,
.sidebar .posts ul { list-style:none; margin:0; padding:0; margin-top:5px; }
.sidebar .categories ul li,
.sidebar .posts ul li { width:100%; border-bottom:1px #DDD solid; padding:10px 0; }
.sidebar .categories ul li a:hover,
.sidebar .posts ul li a:hover { color:#B84500; }
.post-title { border-bottom:1px #CCC solid; padding-bottom:20px; margin-bottom:35px; }
.blog-fullpost .content, .post-footer { width:97%; }
.blog-fullpost .content img:first-of-type { margin-bottom:40px; max-width:100%; height: auto; }
.post-footer { z-index:60; }
.post-footer::before { content:""; position:absolute; z-index:-1; width:100%; height:1px; background:#BBBBBB; top:19px; }
.post-footer .left { background:#FFF; padding-right:15px; }
.post-footer .right { background:#FFF; padding-left:15px; }
.post-footer .counter { display:inline-block; width:62px; height:28px; text-align:right; line-height:27px; padding-right:10px; margin-top:5px; }
.post-footer a:hover { -webkit-filter: brightness(90%); filter: brightness(90%); }
a.counter[rel="face"] { background:url('../img/counter_face.png') no-repeat; }
a.counter[rel="tw"] { background:url('../img/counter_tw.png') no-repeat; }
.comments .title { border-bottom:1px #BBBBBB solid; padding-bottom:20px; margin-bottom:19px; }
.form-tender label, .form-contact label { font-family:'Open Sans'; font-size:16px; color:#666; }
.form-tender input[type="text"], .form-tender select {
	width:100%; background:#EEEEEE; height:50px; padding:0 15px; border:0; margin-top:4px; margin-bottom:20px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	-webkit-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12); -moz-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
}
.form-tender textarea, .form-contact textarea {
	width:100%; background:#EEEEEE; height:160px; padding:0 15px; border:0; margin-top:4px; margin-bottom:20px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	-webkit-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12); -moz-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
}
.form-tender select {
	background:url('../img/moving_arrow.png') no-repeat calc(100% - 15px) #EEEEEE;
	-webkit-appearance:none; -moz-appearance:none; appearance:none;
}
.form-tender button, .form-contact button { cursor:pointer; border:0; width:218px; }
.form-tender .security, .form-contact .security { width:75px !important; height:32px !important; margin-left:20px; }
.form-tender .bttn-arrow, .form-contact .bttn-arrow { margin:0; margin-left:2px; vertical-align:1px; }
.form-contact input[type="text"], .form-tender select {
	width:100%; background:#EEEEEE; height:43px; padding:0 15px; border:0; margin-top:4px; margin-bottom:20px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	-webkit-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12); -moz-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
}
.form-contact .c444 a { color: #444; }
.gmaps iframe { width:100%; min-height:100%; }
.gmaps {
	border:5px #DDDDDD solid; padding:3px; width:100%; height:470px; margin-top:25px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
}
.menu-close { background-color:#054E72; padding:45px 20px; z-index:9950; }
.tabss { right:0; width:33%; top:-39px; }
.tabss .tabb:hover { color:#FD6323; }
.tabss .tabb {
	width:48.5%; background:#FFF; display:inline-block; line-height:39px; text-align:center; cursor:pointer; position:relative; z-index:6000;
	-webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0;
}
.tabss .tabb a {
	font-family:'Roboto Condensed', sans-serif; font-weight:400;
	color: #666666;
}
.tabs-shadow { z-index:6500; bottom:0; }
.tabss .tabb.active { z-index:6800; border-top:2px #FD6524 solid; }
#tab1-content, #tab2-content,
.tab-title-1, .tab-title-2 { display:none; }
.busi-detail { display:block; position:relative; }
.busi-detail span { display: inline-block; background:#FFF; padding-right:15px; position: relative; }
.busi-detail::before { content:""; position:absolute; width:100%; height:1px; background:#BBB; top:17px; z-index:-1; }
.business ul { margin:0; padding:0; margin-left:15px; }
.busi-partner { border:5px #DDDDDD solid; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.busi-social-img {
	border:5px #DDDDDD solid;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; padding:5px;
}
.busi-social-img img { width: 100%; }
.busi-social { width:100%; padding-top:20px; padding-bottom: 15px; }

/* Banco de Currículos */
.bc-sidebar {
	width: 100%;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.bc-sidebar li {
	border-top: 1px #BBBBBB solid;
}
.bc-sidebar li:last-child {
	border-bottom: 1px #BBBBBB solid;
}
.bc-sidebar li a.act { color: #054D72; font-weight: bold; }
.bc-sidebar li a:hover { color: #054D72; }
.bc-sidebar li a {
	display: block;
	padding: 13px 0;
}
.bc-content { margin-bottom: 150px; }
.bc-content h1 {
	margin: 0;
	margin-bottom: 20px;
	font-family:'Roboto Condensed', sans-serif; font-weight:400;
	color: #666666;
	line-height: 40px;
	font-size: 27px; font-size: 2.7rem;
}
.bc-content label { font-family:'Open Sans'; font-size:16px; color:#666; }
.bc-content input[type="text"], .bc-content input[type="password"], .bc-content select, .bc-content textarea {
	width:100%; background:#EEEEEE; height:43px; padding:0 15px; border:0; margin-top:4px; margin-bottom:20px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	-webkit-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12); -moz-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
}
.bc-content textarea  {
	height: 150px;
	padding:10px 15px;
}
.bc-content button {
	border: 0;
	width: 140px;
}
.bc-boxlogout {
	position: absolute;
	right: 15px;
	top: -130px;
	border-top: 1px #BBBBBB solid;
	border-bottom: 1px #BBBBBB solid;
	padding: 20px 0;
}
.bc-vaga:last-of-type { border-bottom: 1px #BBBBBB solid; }
.bc-vaga {
	border-top: 1px #BBBBBB solid;
	padding: 30px 0;
	position: relative;
}
.bc-vaga h2 {
	margin: 0;
	color: #054D72;
	font-family:'Roboto Condensed', sans-serif;
	font-size:23px; font-size:2.3rem;
}
.bc-vaga .data {
	color: #666666;
	font-size:12px; font-size:1.2rem;
}
.bc-vaga p {
	margin: 10px 0;
}
.bc-vaga .wup {
	position: absolute;
	right: 0;
	top: 30px;
}

.bc-expp-hid{
	display: none;
}

.bc-addexpp:hover { background-color: #525252; }
.bc-addexpp {
	display: block;
	background-color: #666666;
	color: #FFF;
	padding: 10px 20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:17px; font-size:1.7rem;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.trace-input {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:24px; font-size:2.4rem;
	color: #666666;
	width:100%; background:#EEEEEE; height:57px; padding:0 250px 0 15px; border:1px #FD6524 solid; margin-top:4px; margin-bottom:20px;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	-webkit-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12); -moz-box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
	box-shadow: inset 2px 2px 5px 3px rgba(50, 50, 50, 0.12);
}
.trace-btn {
	border: 0;
	position: absolute;
	right: 22px;
	top: 10px;
}
.gmaps {
	height: 333px;
	margin-bottom: 30px;
}
.marginb-10 { margin-bottom:10px; }

.cvanexado {
	right: 0;
	top: 0;
	margin-bottom:10px;
}


/* Menu mobile */
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:9900;
	width:220px;
	overflow-x:none;
	overflow-y:none;
	border-top:5px #FD6524 solid;
}
.sidr .sidr-inner { padding:0 0 15px }
.sidr .sidr-inner > p {
	margin-left:15px;
	margin-right:15px
}
.sidr.right { left:auto; right:-260px }
.sidr.left { left:-260px; right:auto }
.sidr ul {
	display:block;
	width:300px;
	margin:0 0 15px;
	padding:0;
	background-color:#FFF;
	margin-left:56px;
	height:100%;
	-webkit-box-shadow: -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
.sidr ul li {
	display:block;
	margin:0;
	line-height:40px;
	border-bottom:1px solid #CCCCCC;
}
.sidr ul li a,
.sidr ul li span {
	padding:0px 15px;
	display:block;
	text-decoration:none;
}
.sidr ul li ul { border-bottom:none; margin:0; background:#F7F7F7; box-shadow:none; }
.sidr ul li ul li { line-height:40px; padding-left:15px; }
.sidr ul li ul li:last-child { border-bottom:none }
.sidr ul li ul li:first-child { border-top:1px solid #CCCCCC; }
.o-menu-mobile {
	display: none;
}
.o-menu-mobile ul.jabuticaba {
	display:block;
	position: absolute;
	right: 0;
	top: 75px;
	width:220px;
	margin:0 0 15px;
	padding:0;
	background-color:#FFF;
	-webkit-box-shadow: -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         -4px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
.o-menu-mobile ul li {
	display:block;
	margin:0;
	line-height:40px;
	border-bottom:1px solid #CCCCCC;
}
.o-menu-mobile ul li a,
.o-menu-mobile ul li span {
	padding:0px 15px;
	display:block;
	text-decoration:none;
}
.o-menu-mobile ul li ul { border-bottom:none; margin:0; background:#F7F7F7; box-shadow:none; padding: 0; }
.o-menu-mobile ul li ul li { line-height:40px; padding-left:15px; }
.o-menu-mobile ul li ul li:last-child { border-bottom:none }
.o-menu-mobile ul li ul li:first-child { border-top:1px solid #CCCCCC; }

.news-side{width:100%; background: url('../img/news-back-bg.png') no-repeat center top; -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3); box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3); padding:42px 16px; background-size: cover; margin-bottom:42px;}
.news-side h3{color:#ffffff; text-align: left; font-size:24px; margin: 0 0 24px 0; letter-spacing: -1pz;}
.news-side input[type="text"]{border: 0; padding:8px 8px 8px 52px; width: 100%; background: #ffffff url('../img/news-side-form.png') no-repeat 12px; margin-bottom: 24px; color:#666666;}
.news-side input[type="submit"]{padding:8px; color:#ffffff; text-transform: uppercase; background-color: #054F72; border: 0; width: 100%; text-align: center;}
.checkb{display:inline-flex;position:relative;}
#footer .checkb{margin:6px 0;}
.checkb > span{color:#FFFFFF;margin-top:-3px;padding:0 0.55rem;}
.checkb > span a{color:#ffffff;font-weight:700;}
.checkb > input{height:16px;width:24px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;xborder:1px solid #054F72;border-radius:3px;outline:none;transition-duration:0.3s;background-color:#FFFFFF;cursor:pointer;}
#footer .checkb > input{width:16px;}
.checkb > input:checked{border:1px solid #054F72;background-color:#ffffff;}
.checkb > input:checked + span::before{content:'\2713';display:block;position:absolute;color:#054F72;font-weight:700;text-align:center;left:0.2rem;top:-0.2rem;}
.social-icons{text-align: center; margin:32px 0 24px;}
.social-icons a{margin-right: 16px;}
.social-icons a:last-child{margin-right:0;}
.social-icons a img{border-radius: 25px; -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3); box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3);}

.raio-x{height: 100%; width: 100%; position: absolute; background-color: rgba(0,0,0,0.6); color:#ffffff; z-index: 10; text-align: center; padding-top: 200px; top:0;}
.raio-x.hidden-md{height: auto; width: auto; position: relative; padding: 160px 16px 80px; background-image: url('../img/raio-x.jpg'); background-size: cover; background-repeat: no-repeat;}
.raio-x .rd{position: relative;}
.raio-x .rd:before{position: absolute; top: 0; left: -80px; content: ""; width: 1px; height: 100%; background-color: #ffffff;}
.raio-x h1{font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 50px; margin-top: 18px;}
.raio-x h2{font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 32px; margin-bottom: 0;}
.raio-x h1.gratuitamente{font-family:'Open Sans', sans-serif; font-size: 42px; font-weight: 700; margin-top: 0;}
.raio-x a{color:#ffffff; font-family:'Open Sans', sans-serif; font-weight: 700; display: block; background-color: #FD6524; border-radius: 12px; padding: 8px; font-size: 24px; width: 50%; margin: 24px auto 0;}

/* Fonts */
.s10 { font-size:10px; font-size:1rem; }
.s11 { font-size:11px; font-size:1.1rem; }
.s12 { font-size:12px; font-size:1.2rem; }
.s13 { font-size:13px; font-size:1.3rem; }
.s14 { font-size:14px; font-size:1.4rem; }
.s15 { font-size:15px; font-size:1.5rem; }
.s16 { font-size:16px; font-size:1.6rem; }
.s17 { font-size:17px; font-size:1.7rem; }
.s18 { font-size:18px; font-size:1.8rem; }
.s19 { font-size:19px; font-size:1.9rem; }
.s20 { font-size:20px; font-size:2rem; }
.s22 { font-size:22px; font-size:2.2rem; }
.s28 { font-size:28px; font-size:2.8rem; }
.s32 { font-size:32px; font-size:3.2rem; }
.s34 { font-size:34px; font-size:3.4rem; }
.s38 { font-size:38px; font-size:3.8rem; }
.s58 { font-size:58px; font-size:5.8rem; }
.s78 { font-size:78px; font-size:7.8rem; }

.c000 { color:#000; }
.c333 { color:#333; }
.cFFF { color:#FFF; }
.c555 { color:#555; }
.c777 { color:#777; }
.c888 { color:#888; }
.c999 { color:#999; }
.c444 { color:#444; }
.c666 { color:#666; }
.cB9B { color:#B9B9B9; }
.c222 { color:#222; }
.cFD6 { color:#FD6524; }
.c202 { color:#202020; }
.c054 { color:#054E72; }
.c1F1 { color:#1F1F1F; }

.lh17 { line-height:17px; line-height:1.7rem; }
.lh20 { line-height:20px; line-height:2rem; }
.lh21 { line-height:21px; line-height:2.1rem; }
.lh22 { line-height:22px; line-height:2.2rem; }
.lh23 { line-height:23px; line-height:2.3rem; }
.lh33 { line-height:33px; line-height:3.3rem; }
.lh24 { line-height:24px; line-height:2.4rem; }
.lh45 { line-height:45px; line-height:4.5rem; }
.lh51 { line-height:51px; line-height:5.1rem; }
.lh60 { line-height:60px; line-height:6rem; }

.ls20 { letter-spacing:-0.2px; }
.ls50 { letter-spacing:0.5px; }



/* Margins */
.marginr-35 { margin-right:35px; }

.marginb-60 { margin-bottom:60px; }
.marginb-25 { margin-bottom:25px; }
.marginb-20 { margin-bottom:20px; }

.margint-60 { margin-top:60px; }
.margint-40 { margin-top:40px; }
.margint-30 { margin-top:30px; }
.margint-25 { margin-top:25px; }
.margint-10 { margin-top:10px; }
.margint-5 { margin-top:5px; }



/* Paddings */
.paddingb-10 { padding-bottom:10px; }
.paddingb-15 { padding-bottom:15px; }
.paddingb-20 { padding-bottom:20px; }
.paddingb-30 { padding-bottom:30px; }
.paddingb-35 { padding-bottom:35px; }
.paddingb-45 { padding-bottom:45px; }
.paddingb-50 { padding-bottom:50px; }
.paddingb-55 { padding-bottom:55px; }
.paddingb-60 { padding-bottom:60px; }
.paddingb-70 { padding-bottom:70px; }
.paddingb-80 { padding-bottom:80px; }
.paddingb-100 { padding-bottom:100px; }
.paddingb-125 { padding-bottom:125px; }

.paddingt-5 { padding-top:5px; }
.paddingt-10 { padding-top:10px; }
.paddingt-20 { padding-top:20px; }
.paddingt-30 { padding-top:30px; }
.paddingt-35 { padding-top:35px; }
.paddingt-40 { padding-top:40px; }
.paddingt-45 { padding-top:45px; }
.paddingt-50 { padding-top:50px; }
.paddingt-55 { padding-top:55px; }
.paddingt-60 { padding-top:60px; }
.paddingt-65 { padding-top:65px; }
.paddingt-70 { padding-top:70px; }
.paddingt-75 { padding-top:75px; }
.paddingt-80 { padding-top:80px; }
.paddingt-120 { padding-top:120px; }
.paddingt-125 { padding-top:125px; }

/***** FACEBOOK *******/
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


.cvwarning{color: #FD6524;}
.lerror{border:1px #FF4500 solid;
/*//background-color: #FF6666;*/}



.pkkp {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 250px;
}
.pkkp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.busi-detail i {
	font-style: normal;
	display: inline-block;
	background: #FFF;
	padding-right: 10px;
}



/* efeito água */
#tanque-de-agua {
	position: absolute;
	z-index: 99999999;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 0vh;
	font-family:'Roboto Condensed', sans-serif;
}
#tanque-de-agua .onda {
	width: 100%;
	height: 128px;
	background: url('../img/onda2.png') repeat-x transparent;
	background-position: 0px 0px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9995;
	display: none;
}
#tanque-de-agua .onda-efeito {
	display: block;
	-webkit-animation: animaOnda 5s linear infinite;
	animation: animaOnda 5s linear infinite;
}
#tanque-de-agua .agua {
	background: rgba(0,28,85, 0.85);
	width: 100%;
	height: 100%;
}
#tanque-de-agua .texto-efeito {
	-webkit-animation: animaTexto 1s linear 3s forwards;
	animation: animaTexto 1s linear 3s forwards;
}
#tanque-de-agua .texto {
	text-align: center;
	color: #FFF;
	font-size: 25px;
	opacity: 0;
	padding-top: 20%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#tanque-de-agua .texto strong {
	font-size: 35px;
}
#tanque-de-agua.enchendo {
	-webkit-animation: enchendo 3s linear forwards;
	animation: enchendo 3s linear forwards;
}
@-webkit-keyframes animaOnda {
	from { background-position: 0 0; }
	to { background-position: 200% 0; }
}
@keyframes animaOnda {
	from { background-position: 0 0; }
	to { background-position: 200% 0; }
}
@-webkit-keyframes enchendo {
	from { height: 0vh; }
	to { height: 120vh; }
}
@keyframes enchendo {
	from { height: 0vh; }
	to { height: 120vh; }
}
@-webkit-keyframes animaTexto {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes animaTexto {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* PRIVACY POLICY */
body {
	padding-bottom: 170px;
}

body.privacy-closed {
	padding-bottom: 0;
}

#privacy-policy,
#privacy-policy h1,
#privacy-policy p {
	margin: 0;
	padding: 0;
}

#privacy-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 30px 0;
	background-color: #FFFFFF;
	border-top: 5px solid #FD6323;
	transition: bottom 500ms ease-in-out;
}

#privacy-policy.closed {
	bottom: -165px;
}

#privacy-policy h1 {
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: #FD6323;
}

#privacy-policy p {
	font-size: 18px;
	padding-right: 260px;
}

#privacy-policy button.close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	font-size: 22px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #FD6323;
	padding: 8px 30px;
	border-radius: 8px;
}
@media (max-width: 992px) {	
	#privacy-policy.closed{bottom:-280px;}
}
@media (max-width: 768px) {
	#privacy-policy p{font-size:16px;padding-right:0;}
	#privacy-policy h1{font-size:30px;}
	#privacy-policy button.close{position:relative;top:inherit;transform:inherit;float:right;}
}