@font-face {
    font-family: 'Roboto';
    src: url('/media/css/fonts/Roboto-Thin.eot');
    src: url('/media/css/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('/media/css/fonts/Roboto-Thin.woff2') format('woff2'),
        url('/media/css/fonts/Roboto-Thin.woff') format('woff'),
        url('/media/css/fonts/Roboto-Thin.ttf') format('truetype'),
        url('/media/css/fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/media/css/fonts/Roboto-Light.eot');
    src: url('/media/css/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/media/css/fonts/Roboto-Light.woff2') format('woff2'),
        url('/media/css/fonts/Roboto-Light.woff') format('woff'),
        url('/media/css/fonts/Roboto-Light.ttf') format('truetype'),
        url('/media/css/fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/media/css/fonts/Roboto-Regular.eot');
    src: url('/media/css/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/media/css/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/media/css/fonts/Roboto-Regular.woff') format('woff'),
        url('/media/css/fonts/Roboto-Regular.ttf') format('truetype'),
        url('/media/css/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.home-link {
    float: left;
}

.home-icon {
    width: 24px;
    height: 23px;
    display: inline-block;
    margin: 8px 0 0 20px;
}

.desAlt .home-icon {
    background: url('/media/images/sprite.png') no-repeat -1868px -19px;
}

.base .home-icon,
.header-small .home-icon {
    background: url('/media/images/sprite.png') no-repeat -1868px -152px;
}

.base .home-icon:hover,
.header-small .home-icon:hover {
    background: url('/media/images/sprite.png') no-repeat -1868px -85px;
}

/* COOKIES */

#cookies_div {
	background-color: #6886d6;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	text-align: center;
}
#cookies_div a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
#cookies_div button {
	background-color: #fff;
    color: #6886d6;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 3px 13px;   
}

/*  ==================================================================
    FORM
	==================================================================  */
    
.form,
.form__holder,
.form__row,
.form__field,
.form__select,
.form__select-wrapper,
.form__select-holder,
.form__error,
.form__status {
    position: relative;
}

.form.newsletter {
    width: 60%;
}

.form__holder {
    font-size: 0.7em;
    width: 100%;
}

.form__row,
.form__group {
    margin-bottom: 20px;
}

.form__row:last-child,
.form__group:last-child {
    margin-bottom: 0;
}

.form__field,
.form__select {
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    font-weight: 100;
}

.form__field {
    padding: 5px 15px;
    width: 100%;
}

.form__select {
    appearance: none;
    padding: 5px 30px 5px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.form__select-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form__select-holder:after {
    border: solid #333;
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    right: 15px;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.form__error {
    color: #f00;
    display: none;
    margin-top: 10px;
}

.form__status {
    color: #f00;
    text-align: center;
}

.btn-default[disabled] {
    background-color: #ccc;
}

.files {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#detail .lnk-file {
    margin-bottom: 20px;
}

@media only screen and (min-width : 992px) {
    
    .form__select-wrapper {
        flex-direction: row;
    }
    
    .form__select-holder:after {
        top: 12px;
    }
    
    .files {
        flex-direction: row;
    }
    
    #detail .lnk-file {
        margin-bottom: 0;
    }
    
}

#sidebar.login form input:-webkit-autofill,
#sidebar.login form input:-webkit-autofill:hover, 
#sidebar.login form input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
}

html {
	position:relative;
	min-height:100%;
	width:100%;
	margin:0 auto;
}
body {
	font-family:'Roboto', Arial, sans-serif;
	max-width:100%;
	height:100%;
	font-size:24px;
	color:#333;
	overflow-x:hidden;
	margin-bottom: 0 !important;
}
.imagem > img[src^="data:image"],
.lslide .imagem img,
.slide .imagem img {
	width:100%;
	max-width: none !important;
}
.desAlt .cases-out .container {
    width: 100%;
}
#sidebar {
    height:100%;
    position:fixed;
    right:0;
    width:28%;
    right:-28%;
	background:#6886d6;
	opacity:0.6;
	z-index:3;
}
#sidebar > .content {
	height:100%;
	width:100%;
	min-height:200px;
	overflow-y:auto;
	padding:0 15px 15px;
}
.sidebarInner{
    margin:0;
    padding:0;
    border-top:1px solid rgba(255, 255, 255, 0.10);
}
.sidebarInner li{
    list-style:none;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    padding:20px;
    cursor:pointer;
    border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.sidebarInner li span{
    display:block;
	font-size:14px;
    color:rgba(255, 255, 255, 0.50);
}
.sidebarInner li a{
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    cursor:pointer;
    text-decoration:none;
}
.sidebaricon > .spinner {
    transition:all 0.3s;
    box-sizing:border-box;
    position:absolute;
    height:3px;
    width:100%;
    background-color:#fff;
}
.sidebaricon > .horizontal {
	transition:all 0.3s;
	box-sizing:border-box;
	position:relative;
	float:left;
	margin-top:3px;
}
.sidebaricon > .diagonal.part-1 {
    position:relative;
    transition:all 0.3s;
    box-sizing:border-box;
    float:left;
}
.sidebaricon > .diagonal.part-2 {
    transition:all 0.3s;
    box-sizing:border-box;
    position:relative;
    float:left;
	margin-top:3px;
}

.menu.show-nav + #content .sidebaricon > .horizontal {
    transition:all 0.3s;
    box-sizing:border-box;
    opacity:0;
}
.menu.show-nav + #content .sidebaricon > .diagonal.part-1 {
    transition:all 0.3s;
    box-sizing:border-box;
    transform:rotate(135deg);
    margin-top:8px;
}
.menu.show-nav + #content .sidebaricon > .diagonal.part-2 {
    transition:all 0.3s;
    box-sizing:border-box;
    transform:rotate(-135deg);
    margin-top:-9px;
}
#sidebar .tipos .title,
#sidebar .areas .title {
	margin:38px 0 15px;
	color:#fff;
}
#sidebar .tipos .title a {
    font-size: 18px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	color:#fff;
}
#sidebar .menufooter .title {
	margin-top:10px;
	font-weight:300;
	color:#fff;
}
#sidebar .menufooter > li {
	width:50%;
}
#sidebar .menufooter > li:nth-child(2) {
    float:left;
}
#sidebar .menufooter > li:nth-child(n+3) {
    float:right;
}
#sidebar li > a::before {
	content:'>';
	color:#fff;
	font-size:18px;
	margin-right:5px;
}
#sidebar.show-nav {
	right:0;
	opacity:1;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
}
#sidebar.show-nav + #content, #sidebar.show-nav + #footer  {
	margin-left:-13%;
	width: 100%;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
}
body.header-small #sidebar.show-nav + #content > #header {
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
	margin-left:-13%;
}
.base #header .logo img,
.header-small #header .logo img {
    -webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	transition:all 0.6s;
}
#sidebar .login form .eye {
	background:url('/media/images/sprite.png') no-repeat -1415px -20px;
	width:16px;
	height:11px;
	position:absolute;
	top:10px;
	right:5px;
}
.hiden {
	display:none;
}
.sameline {
	display:inline-block;
	vertical-align:top;
}
.nopadd {
	padding:0;
}
.clear {
	clear:both;
	float:none !important;
}
.center {
	text-align:center;
}
.center-img {
	margin:0 auto;
}
.equal {
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	clear:both;
}
.equal > .col {
    display:flex;
    flex-direction:column;
}
*:focus {
	outline:0 !important;
	box-shadow:none !important;
}
.nolink {
	cursor:default;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.requiredfields {
    font-size:15px;
	color:#000;
	line-height:40px;
	text-align:left;
}
.effect {
	position:relative;
	display:inline-block !important;
}
.effect::before {
    background-color:#000;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    visibility:hidden;
    width:100%;
	z-index:0;
}
.effect:hover::before {
    opacity:0.05;
    visibility:visible;
}
.text-center {
	text-align:center;
}
iframe {
	max-width:100%;
}
textarea {
	resize:none;
	min-height:120px;
}
h1 {
	margin-top:25px;
}
h1.text-center {
	color:#333;
	font-weight: 300;
	margin-top:45px;
}
#list h2 {
    font-weight: 100;
}
/*
.container {
	max-width:1300px;
    margin:0 auto;
    padding:0 10px;
    width:100%;
}
*/
.content > .container {
	padding-top:80px;
	padding-bottom:40px;
}
#footer {
	position:relative;
	background:#f0f0f0;
	margin-top: 30px;
}
#header {
    font-weight:300;
}
#header .logo {
	position:absolute;
	top:300px;
	left:10px;
	z-index:1;
}
#header .logo .scroll {
	display:none;
}
body.header-small #header .logo .scroll {
	display:block;
}
body.header-small #header .logo {
	top:17px;
}
body.header-small #header .logo .default {
	display:none;
}
.slide.slidetop {
    position:relative;
	z-index:0;
}
.slide.slidetop .lSPager {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
}
.slide.slidetop .lSPager.lSpg > li a {
	width:15px;
	height:15px;
	border:2px solid #fff;
	background-color:transparent;
}
.slide.slidetop .lSPager.lSpg > li.active a, .slide.slidetop .lSPager.lSpg > li:hover a {
	background-color:#6886d6;
}
.slide.slidetop iframe {
    width:100%;
}
.modal-open .slidetop::after {
    position:absolute;
    z-index:10;
    content:'';
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
}
#header .menutop {
	position:absolute;
	z-index:1;
	top:24px;
	right:32%;
}
#header .menutop a {
	color:#fff;
	font-size:17px;
	padding:0 15px;
	background:transparent;
}
#header .menutop ul {
	background:transparent;
	border:0;
	box-shadow:none;
    text-transform:lowercase;
}
#header .menutop > ul > li > a {
	display:inline-block;
}
#footer > .footer-bottom {
    background:#777;
    position:relative;
    width:100%;
	font-size:11px;
}
#footer .logo-footer {
	background:#6886d6;
}
#footer .logo-footer img {
	margin:27px auto;
	width: auto;
}
#footer .rights {
	background:#777;
	padding:15px 0;
	height:fit-content;
}
#footer .rights .text {
	padding-top:5px;
	color:#fff;
	text-align:center;
}
#footer .rights .text-right {
	font-size:13px;
    text-transform:lowercase;
}
#footer .rights .text-right a, #footer .rights .text a {
	color:#fff;
}
.footer-subtitulo{
	font-size:22px;
    font-weight:300;
	margin-bottom:30px;
}
.news-destaques {
	margin:30px 0 15px;
	position:relative;
}
.news-destaques .descricao > a {
	font-size:21px;
	color:#333;
}
.news-destaques .descricao > .texto {
	font-size:17px;
	font-weight:100;
}
.news-destaques .area {
	font-size:17px;
	color:#808080;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-top:20px;
	font-weight: 100;
}
.news-destaques h2 {
	margin:0;
	font-size:26px;
	color:#6886d6;
	font-weight:300;
	margin-bottom:16px;
}
.news-destaques h3 {
	font-size:21px;
	color:#333;
	margin:10px 0;
	font-weight:300;
}
.news-destaques .all a {
	color:#231f20;
	font-size:21px;
	text-transform:lowercase;
	font-weight:300;
}
.destaques.news {
	position:relative;
	z-index:0;
}

.news-destaques .imagem {
	max-width:100%;
	text-align:center;
	margin:0 auto;
}
.content-slider, .content-slider > li, .clean, .clean li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	line-height:20px;
}
.reviews-destaques > .cabecalho {
	text-align:center;
}
.reviews-destaques > .cabecalho > h2 {
	color:#6886d6;
	font-size:29px;
	font-weight:300;
	margin:55px 0 0;
}
.reviews-destaques > .cabecalho .aux {
	font-size:24px;
	font-weight:300;
	color:#808080;
	margin-bottom:18px;
}
.reviews-destaques .lnk-all a {
	margin:15px 0 50px;
	color:#808080;
	font-size:21px;
	display:inline-block;
	font-weight: 100;
}
.reviews-destaques li a {
	cursor:default;
}
.carrossel-out {
	margin:40px 0 25px;
}
.carrossel-out > .title {
	color:#6886d6;
	font-size:29px;
	text-align:center;
	margin-bottom:65px;
	font-weight:300;
}
.carrossel {
	padding:0 80px;
	position:relative;
}
.imagem {
    overflow: hidden;
}
.carrossel .arrow {
	position:absolute;
	right:0;
	z-index:0;
	background:url('/media/images/sprite.png') no-repeat -456px -86px;
	width:23px;
	height:21px;
	top:65px;
	cursor:pointer;
	display:block;
}
.carrossel .next:hover {
	background:url('/media/images/sprite.png') no-repeat -456px -150px;
}
.carrossel .prev {
	background:url('/media/images/sprite.png') no-repeat -409px -86px;
	left:0;
	right:auto;
}
.carrossel .prev:hover {
	background:url('/media/images/sprite.png') no-repeat -409px -150px;
}
.carrossel li.lslide a span {
	display:block;
	margin:0 auto;
	text-align:center;
	width:100%;
	font-size:15px;
	margin-top:25px;
	font-weight:300;
}
.carrossel li.lslide a {
	text-decoration:none;
	display:inline-block;
	padding:15px 0;
	color:#333;
}
.lightSlider {
    overflow: unset;
}
.carrossel li.lslide a:hover,
.carrossel li.lslide a.active {
    -moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	transform:scale(1.08);
	color:#6886d6;
}
.footer-top > .col-1 {
	width:34.5%;
}
.footer-top > .col-2 {
	width:23.5%;
}
.footer-top > .col-3 {
	width:42%;
}
#footer ul, #footer li {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	line-height:21px;
}
#footer > .footer-top a, #footer > .footer-top li {
	font-size:13px;
	font-weight:300;
	color:#808080;
	text-transform:lowercase;
	border-bottom:1px solid transparent;
}
#footer .title,#footer .title > a {
	color:#6886d6;
    font-size:19px;
    font-weight:300;
    text-transform:lowercase;
    margin-bottom:2px;
}
#footer > .footer-top a:hover {
	border-bottom:1px solid #6886d6;
	color:#6886d6;
	text-decoration:none;
}
#footer .col-1 .menu > li {
	float:left;
	width:50%;
}
#footer .menufooter {
	text-transform:lowercase;
	text-align:right;
	font-weight:300;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .menufooter > li {
	vertical-align:top;
	font-size:19px;
	color:#808080;
}
#footer .menufooter ul.sub {
	margin-top:10px;
}

.breadcrumb {
	background:transparent;
	margin:15px 0 40px;
	border:0;
	color:#808080;
	font-size:12px;
    text-transform:uppercase;
    font-weight: 100;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color:#808080;
	font-size:14px;
	text-transform:uppercase;
}
.breadcrumb .last {
	text-decoration:underline;
	text-transform:uppercase;
	font-size:14px;
}
.breadcrumb .glyphicon {
	margin:0 5px;
}
.img {
	max-width:100%;
	max-height:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
}
.base #header::after {
    margin:0 auto;
    border-bottom:3px solid #6886d6;
    width:100%;
    content:' ';
    position:absolute;
    top:85px;
}
.base #header .logo {
	top:24px;
}
/*
.base #header .menutop, .base #header .logo {
	position:static;
	margin:10px 0 20px;
}
*/
.base #header .menutop {
	position:absolute;
	right:36%;
	z-index:1;
}
#header .header-in {
	position:relative;
	z-index:2;
}
body.header-small #header {
	position:fixed;
	width:100%;
	top:0;
	z-index:2;
	height:85px;
	background:#fff;
	margin:0 auto;
	left:0;
	right:0;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
}
body.header-small.home #header {
	border-bottom:3px solid #6886d6;
}
body.header-small.base #header {
	border:0;
}
body.header-small > #sidebar {
	top:0;
}
.base #header .menutop > ul > li > a, body.header-small #header .menutop > ul > li > a {
	color:#333;
	font-size:17px;
	padding:0 15px;
}
.base #header .menutop > ul > li > a:hover, .base #header .menutop > ul > li.selected a {
	color:#6886d6;
	text-decoration:underline;
}
.slidetop .imagem > .descricao {
	position:absolute;
	top:380px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-size:26px;
	line-height:28px;
	width:100%;
	font-weight: 300;
}
.azulclaro{
	color:#00a6e2;
	font-weight:300;
}
.green{
	color:#abe200;
	font-weight:300;
}
.titulo-descricoes{
	font-size:25px;
    font-weight:300;
    color: #000;
}
.form.view {
	color:#1d1d1d;
	font-size:17px;
}
.form.view .form-group > .form-control, .form.view .chosen-container-single .chosen-single {
	box-shadow:none;
	background:#e4e4e4;
	border:1px solid #e4e4e4;
	font-weight: 100;
}
.form.view input[type="text"]::-webkit-input-placeholder {
	color:#303030;
	opacity:1;
}
.form.view input[type="text"]::-moz-placeholder {
	color:#303030;
	opacity:1;
}
.form.view input[type="text"]:-ms-input-placeholder {
	color:#303030;
	opacity:1;
}
.form.view input[type="text"]:-moz-placeholder {
	color:#303030;
	opacity:1;
}
.form.view textarea::-webkit-input-placeholder {
	color:#303030;
	opacity:1;
}
.form.view textarea::-moz-placeholder {
	color:#303030;
	opacity:1;
}
.form.view textarea:-ms-input-placeholder {
	color:#303030;
	opacity:1;
}
.form.view textarea:-moz-placeholder {
	color:#303030;
	opacity:1;
}
.form.view .typecheckbox.tmp {
	font-size:15px;	
}
.form.view .typecheckbox.tmp > #tmp {
	float:left;
	position:relative;
	top:-30px;
}
.form.view .typecheckbox.tmp > label {
	padding-left:30px;
}
.carroselequipa-out {
	padding:0 60px;
	position:relative;
	margin:80px 0;
}
.carroselequipa-out > .arrow {
	cursor:pointer;
	position:absolute;
	left:0;
	top:40%;
	background:url('/media/images/sprite.png') no-repeat -409px -86px;
	width:23px;
	height:21px;
}
.carroselequipa-out .next {
	background:url('/media/images/sprite.png') no-repeat -456px -86px;
	left:auto;
	right:0;
}
.carroselequipa-out .descricao {
	border-left:2px solid #5786da;
	padding:15px;
	color:#808080;
	margin-top:15px;
}
.carroselequipa-out .descricao > .nome {
	font-size:24px;
	text-transform:uppercase;
	line-height:30px;
	font-weight: 100;
}
.carroselequipa-out .descricao > .departamento {
	font-size:12px;
	font-style:italic;
	font-weight: 300;
}
.carroselequipa-out .descricao > .email {
	font-size:16px;
	color:#808080;
	font-weight: 100;
}
.carroselequipa-out .descricao > .email:hover {
	text-decoration:underline;
}
.reviews > .review {
	margin-bottom:70px;
}
.reviews > .review > .descricao {
	background:#f0f0f0;
	font-size:17px;
	font-family:'Roboto-Regular';
	font-style:italic;
	padding:40px 100px;
}
.reviews > .review > .descricao > div {
	position:relative;
}
.reviews > .review > .descricao .quote-start {
	background:url('/media/images/sprite-old.png') no-repeat -112px -8px;
	width:23px;
	height:17px;
	display:inline-block;
}
.reviews > .review > .descricao .quote-end {
	background:url('/media/images/sprite-old.png') no-repeat -109px -40px;
	width:24px;
	height:17px;
	display:inline-block;
}
.reviews > .review .img {
	margin-bottom:20px;
}
.slidedetalhe {
	margin-top:40px;
}
.slidedetalhe img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.panel-default > .panel-heading, .panel-group .panel {
	background:transparent;
	color:#6886d6;
	border-radius:0;
	border:0;
	box-shadow:none;
	margin-bottom:15px;
}
.panel-default > .panel-heading {
	border-left:2px solid #6886d6;
	padding:0;
}
#accordion .panel-body {
	border:0;
	color:#808080;
	font-size:17px;
	padding:0 15px;
}
#accordion .panel-title  > a:link, #accordion .panel-title  > a:visited, #accordion .panel-title  > a:hover, #accordion .panel-title  > a:active {
	text-decoration:none;
	font-size:22px;
	color:#6886d6;
	display:inline-block;
	width:100%;
	padding:10px 25px 10px 15px;
	position:relative;
}
#accordion .panel-title  > a::after {
	position:absolute;
	content:' ';
	background:url('/media/images/sprite.png') no-repeat -1316px -85px;
	width:10px;
	height:12px;
	right:15px;
	top:15px;
}
#accordion .panel-title  > a.collapsed::after {
	background:url('/media/images/sprite.png') no-repeat -1249px -86px;
}
#accordion .panel-title  > a, #accordion .panel-title  > a:visited {
	background:#f1f6ff;
}
#accordion .panel-title  > a:hover {
	background:#f1f6ff !important;
}
#accordion .panel-title  > a.collapsed {
	background:transparent;
}
.scale:hover {
	-ms-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	transform:scale(1.08);
}
.border, a.border {
	padding-bottom:4px;
}
a.border::after {
	content:'';
    display:block;
    width:0;
    height:2px;
    background:#6991DC;
    transition:width .3s;
}
a.border:hover::after {
	text-decoration:none;
	color:#6991DC;
	width:100%;
	border-bottom:3px solid #6991DC;
}
a:hover, a:visited, a:active {
	color:#6886d6;
}
#footer .menufooter .title a, #footer .menufooter .title {
	font-size:19px;
	font-weight:300;
}
#search.modal.fade .modal-dialog {
	opacity:0;
	transform:translate3d(-100%, 0, 0);
	visibility:visible;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#search.modal .modal-content {
    background-color: transparent;
	border:0;
	margin-top: 15px;
	text-align: center;
	box-shadow: none;
}
#search.modal .modal-content .search {
    float: none;
}
#search.modal.fade.in .modal-dialog {
   transform:scale3d(1, 1, 1) translate3d(0, 0px, 0);
   opacity:1;
}
#search .modal-dialog {
	width:42%;
}
#search #palavra {
	padding-right:45px;
	font-size:17px;
	font-weight:300;
	color:#6886d6;
	font-weight:300;
	text-align:center;
	height:48px;
	border-radius:10px;
}
#search #palavra::-webkit-input-placeholder {
	color:#6886d6 !important;
}
#search #palavra::-moz-placeholder {
	color:#6886d6 !important;
}
#search #palavra:-ms-input-placeholder {
	color:#6886d6 !important;
}
#search #palavra:-moz-placeholder {
	color:#6886d6 !important;
}
#search #submit {
	position:absolute;
	top:10px;
	right:15px;
	border:0;
	background:url('/media/images/sprite.png') no-repeat -17px -84px;
	color:#6886d6;
	box-shadow:none;
	padding:0;
	width:32px;
	height:31px;
	padding:8px 10px;
}
#search #submit:hover {
	background:url('/media/images/sprite.png') no-repeat -17px -150px;
}
#header .socials-header {
	position:absolute;
	top:35px;
	right:17%;
}
#header .btn-socials {
	background:url('/media/images/sprite.png') no-repeat -311px -19px;
	width:24px;
	height:23px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
#header .btn-socials:hover {
	background:url('/media/images/sprite.png') no-repeat -311px -85px;
}
#header .header-in > .langs {
	position:absolute;
	top:32px;
	right:14%;
	width:22px;
	height:22px;
	display:inline-block;
	font-size:17px;
	color:#fff;
	font-weight:300;
}
#header .header-in > .langs > ul {
	min-width:0;
}
.base #header .header-in > .langs, .base #header .header-in > .langs > a, body.header-small #header .header-in > .langs > a {
	color:#333;
}
#header .header-in > .langs > a:hover {
	color:#6886d6;
}
#header .header-in > .langs > a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:300;
	color:#fff;
}
.base #header .btn-socials, body.header-small #header .btn-socials, .footerSocial > .btn-footer-socials {
	background:url('/media/images/sprite.png') no-repeat -311px -149px;
}
.btn-footer-text {
    position: relative;
    margin-top: 10px;
    text-align: center;
    font-weight: 100;
}
.base #header .btn-socials:hover, body.header-small #header .btn-socials:hover {
	background:url('/media/images/sprite.png') no-repeat -311px -85px;
}
#header a.btn-login {
	position:absolute;
	top:34px;
	right:0;
	color:#fff;
	font-size:17px;
	cursor:pointer;
}
#header a.btn-login.aux, .header-small #header a.btn-login.aux {
	color:#6886d6;
	font-weight:300;
}
#header a.btn-login .icon {
	background:url('/media/images/sprite.png') no-repeat -352px -20px;
	width:24px;
	height:23px;
	display:inline-block;
	margin:2px 0 0 10px;
}
#header a.btn-login .icon:hover, .login.show-nav + #content #header a.btn-login .icon {
	background:url('/media/images/sprite.png') no-repeat -352px -86px;
}
#header a.btn-login.aux .icon,
.base #header a.btn-login.aux .icon,
.header-small #header a.btn-login.aux .icon {
	background: url('/media/images/sprite.png') no-repeat -352px -86px;
}
.base #header a.btn-login {
	color:#333;
}
#header a.btn-login:hover span, #header a.btn-search:hover, .login.show-nav + #content #header a.btn-login .sameline {
	color:#6886d6;
	text-decoration:underline;
}
.base #header a.btn-login.aux {
	color:#6886d6;
}
.base #header a.btn-login .icon, body.header-small #header a.btn-login .icon {
	background:url('/media/images/sprite.png') no-repeat -352px -150px;
}
#header a.btn-login:hover .icon, body.header-small #header a.btn-login:hover .icon {
	background:url('/media/images/sprite.png') no-repeat -352px -86px;
}
#header a.btn-login.aux span:first-child {
	text-decoration:underline;
}
#header .sidebaricon {
	position:absolute;
	top:40px;
	display:none;
	transition:all 0.3s;
    box-sizing:border-box;
    cursor:pointer;
    height:100%;
    width:100%;
    height:22px;
    width:22px;
	right:4.5%;
	color:#fff;
	cursor:pointer;
	font-size:17px;
}
#header a.btn-search {
	position:absolute;
	top:32px;
	right:20.3%;
	color:#fff;
	cursor:pointer;
	font-size:17px;
}
#header a.btn-search .icon {
	background:url('/media/images/sprite.png') no-repeat -271px -19px;
	width:24px;
	height:23px;
	display:inline-block;
	margin:3px 0 0 20px;
}
#header a.btn-search:hover .icon {
	background:url('/media/images/sprite.png') no-repeat -271px -85px;
}
.base #header a.btn-search .icon, body.header-small #header a.btn-search .icon {
	background:url('/media/images/sprite.png') no-repeat -271px -149px;
}
.base #header a.btn-search:hover .icon, body.header-small #header a.btn-search:hover .icon {
	background:url('/media/images/sprite.png') no-repeat -271px -85px;
}
.base #header a.btn-search, .base #header .sidebaricon, body.header-small #header a.btn-search, body.header-small #header a.btn-login {
	color:#333;
}
.base .sidebaricon .spinner, body.header-small .sidebaricon .spinner {
	background-color:#333;
}
#header a.btn-search:hover .sameline {
	color: #6886d6;
}
#sidebar.login .logo {
    margin:30vh auto 0;
	width:190px;
	height:auto;
}
#sidebar .login input[type="submit"] {
	background:#afc4ec;
	border:0;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	font-size:23px;
	padding:10px;
	color:#fff;
    font-weight:300;
}
#sidebar .login .logo {
	width:190px;
	height:auto;
}
#sidebar > .content > .menu {
	position:relative;
}
#sidebar .area {
	position:relative;
	right:-28px;
	font-size:15px;
	color:#fff;
    font-weight:300;
}
#sidebar.login .intro {
	font-size:16px;
	margin:40px 0;
	color:#fff;
    text-transform:lowercase;
    font-weight:300;
}
#sidebar.login form {
	width:52%;
	margin:0 auto;
}
#sidebar.login .acesso {
	font-size:13px;
    font-weight:300;
}
#sidebar.login form input {
	border:0;
	background:transparent;
	background-clip:content-box;
	border-bottom:1px solid #fff;
	color:#fff;
	box-shadow:none;
	text-align:center;
    font-weight:300;
}
#sidebar.login form input:-webkit-autofill,
#sidebar.login form input:-webkit-autofill:hover,
#sidebar.login form input:-webkit-autofill:focus,
#sidebar.login form input:-webkit-autofill:active {
	-webkit-animation:autofill 0s forwards;
	animation:autofill 0s forwards;
	box-shadow:none;
}
#sidebar.login form input::-webkit-input-placeholder {
	color:#fff;
}
#sidebar.login form input::-moz-placeholder {
	color:#fff;
}
#sidebar.login form input:-ms-input-placeholder {
	color:#fff;
}
#sidebar.login form input:-moz-placeholder {
	color:#fff;
}
#search #palavra::-webkit-input-placeholder {
	color:#fff;
}
.msgerro {
	width:100%;
	color:#a94442;
	display:block;
	margin-top:20px;
	font-weight:300;
}
#sidebar.login .navbar-nav > li {
	width:100%;
}
#sidebar.menu > .content > .menu a {
	font-size:16px;
	font-weight: 300;
}
#sidebar .glyphicon-remove {
	cursor:pointer;
	position:absolute;
	top:30px;
	right:30px;
	color:#fff;
	z-index:1;
	/*display:none;*/
}
#sidebar .logo {
	margin:20px 0 0px 60px;
	width:180px;
}
#sidebar .tipos .title,
#sidebar .areas .title {
    margin:25px 0 15px;
	font-size:18px;
	font-weight:300;
}
.base .slide.slidetop {
	margin-top:88px;
}
#paginator .paginator {
	text-align:center;
	margin:0 auto;
}
#paginator a {
	color:#808080;
}
#paginator .paginator > * {
	padding:0 5px;
	display:inline-block;
	font-size:22px;
	border:1px solid #6886d6;
	color:#6886d6;
	padding:2px 10px;
	text-decoration:none;
	font-weight: 100;
}
#paginator .current, #paginator a:hover {
	color:#333;
	border:1px solid #fff;
	padding:2px 10px;
	font-weight: 300;
}
form.search .msg {
	position:absolute;
	font-size:17px;
	left:0;
	top:100%;
	display:none;
	padding:5px 15px 5px 40px;
	background:#6886d6;
	border-radius:20px;
	color:#fff;
	margin-top:2px;
	font-weight: 100;
}
.msg::after {
    position:absolute;
    font-family:'Glyphicons Halflings';
    font-size:18px;
    content:"\e086";
    color:#fff;
    left:15px;
    top:5px;
    z-index:10;
}
#header .at-icon-wrapper {
	background-color:transparent !important;
}
.carroselequipa-out li > .image img {
	border-radius:50%;
	overflow:hidden;
}
/*
#header {
    position:fixed;
    top:0;
    z-index:10;
    height:200px;
    background:red;
    left:0;
    right:0;
}
*/
/* SELECTOR DE LÍNGUAS */
#header .header-in > .langs > ul {
    border:none;
    border-left:2px solid #6886d6;
    border-radius:unset;
    font-size:15px;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,.05);
    box-shadow:0 2px 2px rgba(0,0,0,.05);
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
    padding:12px;
    color:#6886d6;
    font-weight:300;
}
.dropdown-menu > li > a:hover {
    background-color:transparent;
	text-decoration:underline;
}
.img-topo > .imagem > img {
	margin:30px auto 0;
}
.slide.img-topo > .imagem > img {
	margin-top:0;
}
/*
.slide.img-topo.aux > .imagem > img {
	margin-top:48px;
}
*/
#detail .icon-download {
	background:url('/media/images/sprite.png') no-repeat -1168px -85px;
	width:19px;
	height:23px;
	display:inline-block;
	margin-right:8px;
}
.need-help {
	color:#6886d6;
	margin:120px auto 80px;
	width:80%;
}
.need-help h4 {
	font-size:33px;
	color:#333;
	margin-bottom:50px;
	font-weight: 300;
}
.need-help .col {
	display:inline-block;
	vertical-align:top;
	width:32%;
	text-align:center;
	font-weight: 100;
}
/*
.need-help .col a {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	display:inline-block;
}
*/
.need-help .col a:hover {
	animation-name:bounce;
	-moz-animation-name:bounce;
	text-decoration:none;
}
.need-help .col a {
    font-weight: 100;
	text-decoration:none;
}
#redes-sociais {
	margin:10px 0 40px;
	text-align:center;
}
#redes-sociais a {
	margin-left:6.5%;
	display:inline-block;
}
#redes-sociais a:first-child {
	margin-left:0;
}
.newsletter {
	margin-bottom:60px;
	margin: 0 auto;
	text-align:center;
}
.form.view .btn-file {
	background:#6886d6;
	border:1px solid #6886d6;
}
.content > h2.intro {
	color:#808080;
	font-size:24px;
	margin:0 auto;
	width:65%;
	font-weight: 100;
}
.footerSocial {
    margin-bottom: 60px;
}
p,
label {
    font-weight: 100;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
/* designer 04.10.2018 */
.news-destaques {
    margin: 75px 0 15px;
}
.reviews-destaques > .cabecalho > h2 {
    margin: 90px 0 0;
}
.news .content-slider li img {
	border-bottom:4px solid transparent;
}
.news .content-slider li img:hover{
	border-bottom:4px solid #6886d6;
}
.news-destaques h3:hover{
	color: #6886d6;
    text-decoration: underline;
}
#list .item h2:hover {
    color: #6886d6;
    text-decoration: underline;
}
.footer-subtitulo {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}
#header .menutop a:hover{
	text-decoration:underline;
}
#header .socials-header > .addthis_toolbox {
	display:none;
	background:#fff;
	border-radius:8px;
	position:relative;
	left:-30px;
	top:-5px;
	font-size:16px;
	color:#6886d6;
	padding:2px 10px 0;
	z-index:10;
}
#header .socials-header > .addthis_toolbox > span {
	position:relative;
	top:2px;
}
#header .socials-header > .addthis_toolbox .at-icon-wrapper {
	background:#6886d6 !important;
	border-radius:2px;
	width:20px !important;
	height:20px !important;
}
#header .socials-header > .addthis_toolbox > .at300b {
	margin:2px 0 2px 5px !important;
	display:inline-block;
}
#header .socials-header > .addthis_toolbox .at-icon {
	width:20px !important;
	height:20px !important;
}
.arrow.bounce-two {
	/*position:absolute;*/
	/*top:90%;*/
	/*left:50%;*/
	/*margin-left:-10px;*/
	margin: 30px auto 0 auto;
	background:url('/media/images/sprite.png') no-repeat -747px -156px;
	width:21px;
	height:23px;
	-moz-animation:bounce 2s infinite;
	-webkit-animation:bounce 2s infinite;
	animation:bounce 2s infinite;
	z-index:1;
	cursor:pointer;
}
.btn-default, a.btn-default {
	width: 100%;
	background:#6886d6;
	border:1px solid #6886d6;
	color:#fff;
	font-size:24px;
	height:45px;
	border-radius:0;
	line-height:45px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-weight: 300;
}
.btn-default:hover, a.btn-default:hover, .btn-default:focus, a.btn-default:focus {
	background:#fff;
	border:1px solid #6886d6;
	color:#6886d6;
}

.carroselequipa-out .descricao {
	padding: 10px !important;
	word-wrap: break-word;
}

#sidebar .menufooter>li {
    width: 100% !important;
}

#sidebar.menu .menufooter .title,
#sidebar.menu .menufooter .title > a {
    font-size: 20px !important;
}

#sidebar .title {
    margin: 25px 0 15px;
}

.menu.clean {
    padding-left: 40px;
}

.fright {
    background-color: #6886d6;
    color: #fff;
}

.area-privada .nav-tabs>li {
    width: 100%;
}

.area-privada .nav-tabs>li,
.area-privada .nav.nav-tabs>li.active a {
    background-color: #6886d6;
}

#sidebar .area{
	 right: -46px;
}


/* Informação de produto */
#info-produto{
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	text-align: center;
}
  	
#info-produto td, #info-produto th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.news-avisos .title h2{
		font-weight: 500;
}

#info-produto tr:nth-child(even){background-color: #f9fbff;}

#info-produto tr:hover {background-color: #ddd;}

#search_result .result {
    background: #f0f0f0;
	border-left:none;
	padding: 7px;
}

#info-produto th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #6886d6;
  color: white;
  text-align: center;
}
#sidebar .login input[type="submit"] {
    padding: 15px !important;
}
.btn-default, a.btn-default {
    font-size: 20px;
    max-width: 384px;
}
#footer .menufooter .title a, #footer .menufooter .title{
	font-size: 15px !important;
	
}
#footer .title, #footer .title>a {
    font-size: 15px !important;
}

/* Maf - 30-01 */
#detail .addthis_toolbox {
    margin: 20px auto 20px;
}
.footerSocial > .btn-footer-socials {
    margin-top: 60px !important;
}
#detail.noticias .addthis_toolbox {
    margin: 20px auto 20px;
}

.embed-responsive-16by9
{
	padding-bottom: 36.25%;
}


@keyframes autofill {
	100% {
		background:transparent;
		color:inherit;
    }
}
@-webkit-keyframes autofill {
	100% {
		background:transparent;
        color:inherit;
    }
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
@keyframes bounce-two {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (max-width: 1800px) {
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-18%;
	}
}
@media (max-width: 1680px) {
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-22%;
	}
}
@media (max-width: 1396px) {
	#sidebar {
		width:35.5%;
		right:-35.5%;
	}
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-35.5%;
	}
	#header .menutop, #header a.btn-login > .sameline, #header a.btn-search > .sameline {
		display:none;
	}
	#header .socials-header {
		right:12%;
	}
	#header a.btn-search {
		right:16%;
	}
	#header .sidebaricon {
		display:block;
	}
	#header .header-in > .langs {
		right:8%;
		top:36px;
	}
	.slidetop .imagem > .descricao {
		top:280px;
	}
	#search .modal-dialog {
		width:61.5%;
	}
	#redes-sociais a {
		margin-left:6%;
	}
	body {
		font-size:20px;
	}
	#header .logo {
		top:195px;
	}
	.destaques.news .arrow.prev {
		left:10px;
		right:auto;
	}
	.destaques.news .arrow.next {
		right:10px;
		left:auto;
	}
}
@media (max-width: 1310px) {

}

.display-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form__label {
    text-align: left;
}

.display-flex > .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto !important;
    margin-bottom: 25px;
}

.display-flex > .col > img {
    margin-bottom: 5px;
}

#footer > .footer-top {
	padding-top:25px;
	padding-bottom:25px;
}

#header .logo img {
	width:115px;
}

header .menu-area-privada {
    margin-top: 78px;
}

@media only screen and (min-width : 768px) {
    
    .display-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .display-flex > .col {
        margin: 0;
        flex-direction: row;
    }
    
    .display-flex > .col > img {
        margin-bottom: 0;
    }
    
    .base #header .logo img {
    	width:200px;
    }
    
    #header .logo img {
    	width:300px;
    }
    
    .header-small #header .logo img {
        width: 150px;
        position: relative;
        top: 10px;
    }
}

@media only screen and (min-width : 831px) {
    
    header .menu-area-privada {
        margin-top: 88px;
    }
    
}

@media only screen and (min-width : 992px) {
    
    header .menu-area-privada {
        margin-top: 88px;
    }
    
}

@media (max-width: 1054px) {
	#header .logo {
		top:140px;
	}
	.slidetop .imagem > .descricao {
		top:205px;
		font-size:20px;
		line-height:24px;
	}
	.footer-top > .col {
		width:50%;
		margin-bottom:30px;
	}
	.footer-top > .col-3 {
		width:100%;
	}
	body {
		margin-bottom:700px;
	}
	#footer .menufooter > li {
		text-align:justify;
	}
	#footer .rights {
		height:auto;
	}
	#footer .rights .col-xs-4 {
		width:100%;
	}
	#footer > .footer-bottom {
		max-height:none;
	}
	#footer > .footer-bottom {
		max-height:none;
	}
	#footer .rights .col-xs-4 {
		width:100%;
		text-align:center;
		margin:0 auto;
		float:none;
	}
	#footer .rights .col-xs-4 img {
		margin:0 auto;
		text-align:center;
		margin:15px auto;
	}
	#sidebar {
		width:47%;
		right:-47%;
	}
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-47%;
	}
}
@media (max-width: 991px) {
    div#social-media{
        text-align:center;
    }
}
@media (max-width: 830px) {
	.carrossel {
		padding:0 15px;
	}
	.news-destaques .arrow {
		display:block;
	}
	#header a.btn-login {
		right:10px;
	}
	.news-destaques .all {
		display:none;
	}
	.news-destaques h2 {
		font-size:20px;
	}
	.news-destaques > .col-xs-6 {
		width:100%;
	}
	.slidetop .imagem > .descricao {
		top:52%;
		font-size:16px;
	}
	#header a.btn-login {
		top:20px;
	}
	#header a.btn-login {
		top:25px;
		right:15px;
	}
	#header .sidebaricon {
		top:30px;
		right:8%;
	}
	#header .header-in > .langs {
		right:14%;
		top:25px;
	}
	#header .socials-header {
		right:20%;
		top:28px;
	}
	#header a.btn-search {
		right:26%;
		top:25px;
	}
	#header .logo {
		/*width:200px;*/
		top:80px;
	}
	.base #header .logo {
		width:180px;
	}
	.base #header::after {
		top:75px;
	}
	.base .slide.slidetop {
		margin-top:78px;
	}
	.base #header .logo {
		top:20px;
	}
	.carroselequipa-out {
		padding:0 115px;
		margin:50px 0;
	}
	.carroselequipa-out > .arrow {
		top:38%;
	}
	.carroselequipa-out > .prev {
		background:url('/media/images/sprite.png') no-repeat -1270px -86px;
		width:12px;
		height:10px;
	}
	.carroselequipa-out > .next {
		background:url('/media/images/sprite.png') no-repeat -1294px -86px;
		width:12px;
		height:10px;
	}
	.reviews > .review > .descricao .quote-start,
	.reviews > .review > .descricao .quote-end {
		display:none;
	}
	.reviews > .review > .descricao {
		padding:40px 25px;
	}
	#search .modal-dialog {
		width:59.3%;
	}
	.need-help {
		width:100%;
		font-size:18px;
	}
	.need-help > h4 {
		font-size:29px;
	}
	.footer-subtitulo {
		margin-left:auto;
		text-align:center;
	}
	.content > h2.intro {
		font-size:19px;
		width:85%;
	}
	body {
		font-size:16px;
	}
	#sidebar {
		width:62%;
		right:-62%;
	}
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-62%;
	}
}
@media (max-width: 630px) {
    header .menu-area-privada {
        margin-top: 78px;
    }
	body {
		margin-bottom:700px;
	}
	.footer-top > .col {
		width:100%;
	}
	#footer .col-1 .menu > li {
		width:33.3%;
	}
	.footer-top > .col-2 {
		width:33.3%;
	}
	.footer-top > .col-3 {
		width:66.6%;
	}
	#footer .menufooter > li {
		width:50%;
		margin-bottom:25px;
	}
	.news-destaques {
		margin:30px 18% 15px;
		padding-bottom:20px;
		text-align:center;
	}
	.news-destaques .news .arrow {
		top:35%;
	}
	.slidetop .imagem > .descricao {
		top:58%;
	}
	.slidetop .imagem > .descricao > div {
		width:100%;
	}
	#header .logo {
		top:80px;
	}
	#header .sidebaricon {
		right:11%;
	}
	#header .header-in > .langs {
		right:18%;
	}
	#header .socials-header {
		right:25%;
	}
	#header a.btn-search {
		right:32%;
	}
	.carrossel-out {
		margin:25px 0 15px;
	}
	.carrossel-out > .title {
		margin-bottom:45px;
		font-size:20px;
	}
	.carroselequipa-out {
		padding:0 40px;
	}
	.carroselequipa-out .descricao > .nome {
		font-size:21px;
	}
	.carroselequipa-out .descricao > .email {
		font-size:14px;
	}
	.form.view form > .form-group {
		width:100%;
	}
	#search .modal-dialog {
		width:70%;
	}
	#search #palavra {
		height:38px;
	}
	#search #submit {
		top:8px;
		right:10px;
		background: url('/media/images/sprite.png') no-repeat -271px -85px;
		width:24px;
		height:23px;
	}
	#search #submit:hover {
		background:url('/media/images/sprite.png') no-repeat -271px -149px;
	}
	form.search .msg {
		font-size: 14px;
	}
	#search #palavra {
		font-size:16px;
	}
	.need-help .col {
		width:100%;
		margin-bottom:25px;
	}
	.need-help {
		margin:90px 0;
	}
	body.header-small #header {
		height:75px;
	}
	#sidebar.login .logo {
		margin:20vh auto 0;
	}
	#sidebar.login form {
		width:90%;
		margin-bottom:80px;
	}
/*
	.home #header .logo {
		width:180px;
	}
*/  
	#sidebar .menufooter > li {
		width:100%;
	}
	.btn-default, a.btn-default {
		font-size:16px;
	}
}
@media (max-width: 510px) {
    header .menu-area-privada {
        margin-top: 58px;
    }
	#footer .col-1 .menu > li {
		width:50%;
	}
	body {
		margin-bottom:930px;
	}
	.footer-top > .col-2, .footer-top > .col-3 {
		width:100%;
	}
	.news-destaques {
		margin:30px 0 15px;
		text-align:center;
	}
	.slidetop .imagem > .descricao {
		display:none;
	}
	#header .logo {
		top:15px;
	}
	#header .sidebaricon {
		right:14%;
	}
	#header .header-in > .langs {
		right:24%;
	}
	#header .socials-header {
		right:33%;
	}
	#header a.btn-search {
		right:42%;
	}
	h1.text-center {
		font-size:22px;
	}
	.base #header::after {
		top:55px;
	}
	body.header-small #header {
		height:55px;
	}
	.base #header .logo {
		width:125px;
		top:17px;
	}
	.base .slide.slidetop {
		margin-top:58px;
	}
	#header .header-in > .langs {
		
	}
	#header a.btn-login {
		top:17px;
	}
	#header .socials-header {
		right:125px;
		top:20px;
	}
	#header a.btn-search {
		right:160px;
		top:15px;
	}
	#header .sidebaricon {
		top:22px;
		right:55px;
	}
	#header .header-in > .langs {
		right:19%;
		top:18px;
		right:90px;
	}
	.carroselequipa-out {
		padding:0 55px;
	}
	.reviews > .review > .descricao {
		padding:25px 15px;
	}
	#search .modal-dialog {
		width:100%;
	}
	#search #palavra {
		font-size:14px;
	}
	#redes-sociais a {
		margin-left:3%;
	}
	.lslide img {
    	margin: 0 auto;
	}
	.content > h2.intro {
		font-size:16px;
	}
	#sidebar {
		width:80%;
		right:-80%;
	}
	#sidebar.show-nav + #content, body.header-small #sidebar.show-nav + #content > #header {
		margin-left:-80%;
	}
	
	.slidetop .content-slider li img,
	.slidetop .imagem img,
	.img-banner .imagem img,
	.js-replaceBanner img {
        max-width: none;
        width: 200% !important;
        transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%);
    }

	.embed-responsive-16by9
    {
    	padding-bottom: 70.25%;
    }
	

}
@media (max-width: 380px) {
	.base #header .logo {
		width:115px;
		left:5px;
	}
	#sidebar .glyphicon-remove {
		display:block;
	}
	#sidebar .logo {
		margin:40px 0 0;
	}
}

#header .socials-header>.addthis_toolbox {
    left: 5px;
    padding: 2px 5px 0;
    top: 25px;
}

.hovered {
    display: none;
    position: absolute;
    z-index: 2;
}

.img__hover:hover .hovered {
    display: block;
}

.carrossel li.lslide a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.destaques.news .arrow,
.carrossel .arrow,
.relSlider .arrow {
    background: #fff;
    width: auto;
    height: auto;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    color: #6886d6;
    padding: 5px;
    border: 1px solid #6886d6;
    border-radius: 100%;
    top: 27%;
    font-size: 14px;
    display: inline;
}

.relSlider .arrow {
    top: 50%;
}

.destaques.news .arrow:hover,
.carrossel .arrow:hover,
.relSlider .arrow:hover {
    background: #fff;
}

.destaques.news .arrow.next,
.carrossel .arrow.next {
    right: 10px;
}

.relSlider .arrow.next {
    right: 0;
}

.destaques.news .arrow.prev,
.carrossel .arrow.prev {
    left: 10px;
}

.relSlider .arrow.prev {
    left: 0;
}

.relSlider {
    position: relative;
}

.arrow.bounce-two {
    margin: 30px auto 0 auto;
    background: url(/media/images/sprite.png) no-repeat -750px -163px;
    background-size: inherit;
    width: 16px;
    height: 18px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    z-index: 1;
    cursor: pointer;
}

.destaques.news {
    margin-bottom: 15px;
}

@media (max-width: 510px) {
    #sidebar {
        width: 100%;
        right: -100%;
    }
}

.sidebar__close {
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    left: 30px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
}

.news-destaques .area.-alt {
    font-size: 12px;
}

.username {
    width: 100%;
}

.eye {
    cursor: pointer;
}

#search #palavra:focus::-webkit-input-placeholder {
   color:transparent !important;
}

#search #palavra:focus:-moz-placeholder { /* Firefox 18- */
   color:transparent !important; 
}

#search #palavra:focus::-moz-placeholder {  /* Firefox 19+ */
   color:transparent !important; 
}

#search #palavra:focus:-ms-input-placeholder {  
   color:transparent !important;
}

.need-help .col a:hover { text-decoration: underline; }

.form.view input[type="submit"] {
    max-width: 100%;
    font-weight: 300;
}

#detail .at-icon-wrapper {
    margin: 0;
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
}

#header .socials-header>.addthis_toolbox>.at300b {
    margin: 0 !important;
}

#header .socials-header>.addthis_toolbox>span {
    margin-right: 3px;
}

.carrossel .lslide img {
    width: 60px;
    height: 60px;
}