/*
Theme Name: Tema Padrão 2017
Author: Luiz Reis - gCampaner
Author URI: http://www.gcampaner.com.br
Description: Tema padrão
Version: 1.0
*/

/*****==============
		BODY
==============*****/
* {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	overflow-x: hidden ;
}
html.menu-active {
	overflow: hidden !important;
}

body {
	overflow-x: hidden;
	margin: 0;
    font-family: 'Montserrat', sans-serif;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

.container {
    display: block;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* CLEARFIX */
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/**** REDES SOCIAIS */
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {   
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
}

.icon-facebook:before { content: "\f103"; }
.icon-instagram:before { content: "\f102"; }
.icon-twitter:before { content: "\f10a"; }
.icon-google-plus:before { content: "\f101"; }
.icon-pinterest:before { content: "\f108"; }
.icon-youtube:before { content: "\f105"; }
.icon-linkedin:before { content: "\f104"; }
.icon-tumblr:before { content: "\f107"; }
.icon-spotify:before { content: "\f109"; }
.icon-soundcloud:before { content: "\f106"; }
.icon-comment:before { content: "\f100"; }

/***========================
	CONFIGURAÇÕES PADRÃO
========================***/
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

/* ENTRY-CONTENT */
.entry-content,
.entry-content blockquote:before {
	color: #222;
}
.entry-content {
	text-align: justify;
}

/* TÍTULOS */
.entry-content h1,
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 25px;
}

/* P, UL LI */
.entry-content ul {
    list-style: square;
}
.entry-content ul ul {
	list-style: none;
}
.entry-content ul ul li {
    position: relative;
    padding-left: 15px;
}
.entry-content ul ul li:before {
	content: '–';
	position: absolute;
	left: 0;
}

.entry-content p,
.entry-content li {
    font-size: 15px;
    line-height: 24px;
    *font-weight: 300;
}
.entry-content p {
    margin: 0 0 20px;
}
.entry-content li {
	margin-bottom: 10px;
}

/* IMG */
.entry-content img {
	margin: 0 0 25px 0;
}
.alignleft, img.alignleft {
	margin-right: 25px;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 25px;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone { }

/* WP-CAPTION */
.wp-caption {
	max-width: 100%;
    margin-bottom: 25px;
    padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* PRE */
.entry-content pre {
    font-family: monospace;
    background: transparent;
    border: none;
    padding: 0;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* LINK */
.entry-content p a {
    text-decoration: underline;
}
.entry-content p a:hover {
    text-decoration: none;
}

/* BLOCKQUOTE */
.entry-content blockquote {
    position: relative;
    padding: 15px 30px;
    font-style: italic;
}
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
}
.entry-content blockquote p {
    margin: 0;
}

/* GALLERIA */
.entry-content .gallery-item img { border: 0 !important; }
#gallery-6 .gallery-item { width: 16.66% !important; }
#gallery-7 .gallery-item { width: 14.28% !important; }
#gallery-8 .gallery-item { width: 12.50% !important; }
#gallery-9 .gallery-item { width: 11.11% !important; }

/* VIDEO RESPONSIVE * /
.nosidebar .entry-content iframe {
    max-height: 640px;
}
.entry-content iframe {
    width: 100%;
    height: 54vw;
    max-height: 385px;
}


/***==================
		GRID
==================***/
.grid-1, .grid-12, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11 {
	float: left;
}

.grid-1 { width: 8.33333333%; }
.grid-2 { width: 16.66666667%; }
.grid-3 { width: 25%; }
.grid-4 { width: 33.33333333%; }
.grid-5 { width: 41.66666667%; }
.grid-6 { width: 50%; }
.grid-7 { width: 58.33333333%; }
.grid-8 { width: 66.66666667%; }
.grid-9 { width: 75%; }
.grid-10 { width: 83.33333333%; }
.grid-11 { width: 91.66666667%; }
.grid-12 { width: 100%; }

li#menu-item-534 {
    width: 50px;
}
li#menu-item-534 a {
    background-image: url(https://www.prismacapital.com.br/wp-content/uploads/2021/03/174857.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25%;
    margin-left: 10px;
}
li#menu-item-534 a:before{
    display: none;
}
li#menu-item-585 a {
    background-image: url(https://www.prismacapital.com.br/wp-content/uploads/2021/03/174857.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    padding: 14px;
    margin-left: 10px;
}
li#menu-item-585 a:before{
    display: none;
}
/***==================
		MENU
==================***/

.nav.navbar-nav {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 70px;
}

form#searchform-menu {
    margin: 15px 0;
}

.menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.menu-item a {
    position: relative;
    padding: 10px 8.5px;
    font-size: 13px;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}
.menu-item a:before {
	content: '';
	position: absolute;
	width: calc(100% - 24px);
	height: 3px;
	bottom: -14px;
	transition: 0.3s;
}
.menu-item a:hover:before,
.current-menu-item > a:before {
	background: #FFF;
}

.menu-item .sub-menu a:hover:before,
.current-menu-item > a:before {
	background: none;
}

/*** LOGO MENU */
.logo-menu.menu-item a {
    display: inline-block;
    width: 150px;
    height: 48px;
    font-size: 0;
    vertical-align: middle;
	background: url(/wp-content/themes/prisma-gc2017/images/logo-prisma.png?3) no-repeat center;
}
.logo-menu.menu-item a:before {
	content: none;
}
	
/*** CHILD MENU */
.menu-item.menu-item-has-children {
    padding-right: 15px;
}
.menu-item.menu-item-has-children:before {
    content: '⌃';
    position: absolute;
    right: 10px;
    top: 50%;
    font-weight: 300;
    color: #000;
    transform: translate(0,-55%) rotate(180deg);
}

/*** SUB-MENU */
ul.sub-menu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 220px;
	margin-top: 0;
	padding: 0;
    line-height: 45px;
	background-color: #E1E1E2;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	z-index: 9;
}
ul.sub-menu .menu-item {
	width: 100%;
	transition: 0.3s;
}
.sub-menu .menu-item a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	line-height: initial;
}

ul.sub-menu .menu-item:hover {
	background: #000;
}
ul.sub-menu .menu-item:hover a{
	color: #FFF;
}

/*** SOCIAL-MENU */
#cont-menu .sociais {
	float: right;
	line-height: 29px;
}
#cont-menu .social-icon {
    display: inline-block;
    padding: 10px;
    margin: 0;
	text-decoration: none;
	vertical-align: middle;
}

#cont-menu [class^="icon-"]:before, #cont-menu [class*=" icon-"]:before,
#cont-menu [class^="icon-"]:after, #cont-menu [class*=" icon-"]:after {
    font-size: 10px;
}

/*** BUSCA-MENU */
form#searchform-menu {
    float: right;
}
#campo-busca-menu {
    float: left;
    width: 80%;
}
#botao-busca-menu {
	float: right;
	width: 20%;
}

/*
div#button-search {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 20px 0px;
    background: url(/wp-content/themes/prisma-gc2017/images/icon-search-desk.png) no-repeat center;
    cursor: pointer;
}
*/

form#searchform-menu {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 0;
    margin: 0;
	padding-right: 40px !important;
    padding-left: 40px !important;
    background-color: #E1E1E2;
    border-top: 1px solid #FFF;
	overflow: hidden;
    z-index: 100;
}

#campo-busca-menu,
#botao-busca-menu {
    transform: translate(0,-50%);
}
#campo-busca-menu {
    float: left;
    width: 80%;
    padding: 7.5px 20px;
    font-size: 13px;
    border: 1px solid #dadada;
    border-right-color: #E1E1E2;
    border-radius: 3px 1px 0px 3px;
}
#botao-busca-menu {
    padding: 9px;
    background: #FFF;
    border: 1px solid #ececec;
    border-radius: 0 3px 3px 0;
    border-left-color: #E1E1E2;
}

#botao-busca-menu {
    padding: 9px;
    background: #FFF;
    border: 1px solid #ececec;
    border-radius: 0 3px 3px 0;
    border-left-color: #E1E1E2;
    cursor: pointer;
}


/**** MENU RESPONSIVO */

/*** CONTAINER GERAL */
#cont-geral {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
}

div#cont-menu {
	z-index: 999;
}
#cont-menu,
.wrapper-menu.menu-fixo {
	width: 100%;
	background: #E1E1E2;
	border-color: #080808;
	box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
}
#cont-menu,
.content-menu,
.wrapper-menu.menu-fixo {
	position: relative;
	display: inline-block;
	height: 70px;
}
.content-menu {
	display: none;
}

/*** MENU HAMBURGUER */
#cont-menu .menu-anchor {
	position: relative;
	float: left;
	display: none;
	width: 35px;
	height: 25px;
	margin: 0;
	line-height: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
#cont-menu .menu-anchor .icon-menu {
	display: inline-block;
	width: 100%;
	height: 3px;
	margin: 2.5px 0;
	background: #000;
	transition: 0.3s;
}
#cont-menu .menu-active .icon-menu:first-child {
	transform: rotate(45deg) translate(6px, 6px);
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	-moz-transform: rotate(45deg) translate(6px, 6px);
	-o-transform: rotate(45deg) translate(6px, 6px);
	-ms-transform: rotate(45deg) translate(6px, 6px);
}
#cont-menu .menu-active .icon-menu:nth-child(2) {
	opacity: 0;
}
#cont-menu .menu-active .icon-menu:last-child {
	transform: rotate(-45deg) translate(5.5px, -5px);
	-webkit-transform: rotate(-45deg) translate(5.5px, -5px);
	-moz-transform: rotate(-45deg) translate(5.5px, -5px);
	-o-transform: rotate(-45deg) translate(5.5px, -5px);
	-ms-transform: rotate(-45deg) translate(5.5px, -5px);
}

.bg-menu-responsive {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	z-index: 998;
	
}

/***==================
		LOGO
==================***/
.titulo-site {
	margin: 30px 0 50px;
    text-align: center;
}
.titulo-site a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 512px;
}
.logo-site a {
    font-size: 0;
}

/***==================
		SIDEBAR
==================***/
.home #main-container {
    position: relative;
    height: calc(100vh - 250px)!important;
    min-height: auto;
}
main#main-container {
	position: relative;
    min-height: calc(100vh - 130px);
}

main#main-container:before {
    content: '';
    display: inline-block;
    width: 100vw;
    padding-bottom: 13%;
    background: url(/wp-content/themes/prisma-gc2017/images/bg-geral.jpg) no-repeat center;
    background-size: cover;
}

#main-container.sideright #posts,
#main-container.sideleft #sidebar {
	float: left;
	padding-right: 5%;
}
#main-container.sideleft #posts,
#main-container.sideright #sidebar {
	float: right;
	padding-left: 5%;
}

#posts {
	margin: 50px 0;
	width: 100%;
}

#sidebar {
	width: 35%;
}


/***==================
		SLIDE
==================***/
div#slide-destaque {
    margin-bottom: 100px;
}
.content-destaque {
    position: relative;
}
.entry-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%,-50%);
    text-align: center;
    background: #FFF;
	padding: 3.5%;
}

#slide-destaque .img-post-thumbnail:before {
    padding-bottom: 60%;
}


/* SLIDE COM 3 POSTS */
div#slide-destaque.destaque-3 .entry-info {
    width: 70%;
}
#slide-destaque.destaque-3 .img-post-thumbnail:before {
    padding-bottom: 75%;
}

/*** SLIDE TÍTULO */
#slide-destaque .entry-title {
    margin: 10px 0;
}
#slide-destaque .entry-title a {
    font-size: 26px;
    color: #000;
    letter-spacing: 2.25px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}
#slide-destaque .entry-title a:hover {
	opacity: 0.5;
}

/*** SLIDE CATEGORY */
#slide-destaque .post-category a {
	margin-left: 5px;
	padding: 0;
    font-size: 12px;
	border: none;
}
#slide-destaque .post-category a:first-child {
	margin-left: 0;
}
#slide-destaque .post-category a:hover {
	color: #000 !important;
	background: transparent !important;
}


/*** DOTS */
#cont-geral ul.slick-dots {
	bottom: 10px;
}

#cont-geral .slick-dots li {
    width: auto;
    height: auto;
}
#cont-geral .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}
#cont-geral .slick-dots li.slick-active button {
	background: #FFF;
}

#cont-geral .slick-dots li button:before {
	content: none;
	font-size: 14px;
}
#cont-geral .slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: 1;
}



/***==================
		HOME
==================***/
.home main#main-container:before {
	content: '';
	display: inline-block;
	width: 100%;
	margin-bottom: -10px;
	padding: 0;
	height: calc(100vh - 130px);
	/*background: url(/wp-content/themes/prisma-gc2017/images/bg-home.png) no-repeat center;*/
	/*background: url(/wp-content/themes/prisma-gc2017/images/bg-home.jpg) no-repeat center;*/
	background:#ffffff;
	background-size: cover;
	opacity: 0.909;
}

.home footer#footer {
    margin-top: 0;
}
.anbima img {
    width: 40%;
}
.anbima {
    max-width: 970px;
    margin: 0 auto;
    text-align: left;
}
.home #main-container.group #posts {
    position: absolute;
    left: 50%;
    top: 50%;
	max-width: 970px;
    margin: 0;
    padding: 0 15px;
    transform: translate(-50%,-50%);
}

.home #posts .entry-content {
    padding-top: 25px;
    position: relative;
}
.home #posts .entry-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 3px;
    background: #000;
}
.home #posts .entry-content p {
    margin: 0;
    color: #000;
}


/***==================
	LISTAGEM 
==================***/
article.post {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dadada;
}

article.has-post-thumbnail .entry-content {
	margin-top: 25px;
}

header.entry-header {
    display: inline-block;
    width: 100%;
	margin-bottom: 10px;
    text-align: center;
}

h2.entry-title {
	margin: 15px 0;
	font-size: 26px;
	font-weight: 500;
	color: #000;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	transition: 0.3s;
}
h2.entry-title a {
	color: #000;
	transition: 0.3s;
}
h2.entry-title a:hover {
	opacity: 0.5;
}

.entry-share {
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 4px double #e1e1e1;
}
.entry-share .social-icon i:before {
    font-size: 14px;
}



/***==================
		POSTS
==================***/

.post h2.entry-title {
    margin: 0 0 10px;
    font-size: 36px;
    text-align: left;
}
.post .entry-content p {
	margin: 0;
    font-size: 14px;
    color: #b4b4b4;
}

/*** DOWNLOAD PDF */
a.download-pdf {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 10px 5px 35px;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
a.download-pdf:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 25px;
    /*background: url(/wp-content/themes/prisma-gc2017/images/icon-pdf.png);*/
    background: url("/wp-content/uploads/2018/01/icon-pdf.png");
    transform: translate(0,-50%);
}
a.download-pdf:hover {
    text-decoration: none;
}


/***==================
    PAGE DOCUMENTOS
==================***/
.page-template-page-prisma-controll article.post .entry-title,
.page-template-page-doc article.post .entry-title,
.page-template-page-gipcapital article.post .entry-title,
.page-template-page-infra article.post .entry-title,
.page-template-page-infrastructure article.post .entry-title,
.page-template-page-prisma-control article.post .entry-title,
.page-template-page-retail-claim article.post .entry-title{
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
}

.page-template-page-prisma-controll article.post .post-date,
.page-template-page-doc article.post .post-date,
.page-template-page-gipcapital article.post .post-date,
.page-template-page-infra article.post .post-date,
.page-template-page-infrastructure article.post .post-date,
.page-template-page-prisma-control article.post .post-date,
.page-template-page-retail-claim article.post .post-date
{
    display: none;
}

.page-template-page-proton article.post .entry-title,
.page-template-page-proton article.post .entry-title {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
}
.page-template-page-proton article.post .post-date {
    display: none;
}


/***==================
	PAGE INVESTIMENTOS
==================***/
.cont-investimentos h1 {
    margin: 0;
    text-align: left;
}

.cont-investimentos .content-post, 
.cont-investimentos .img-post-thumbnail {
    display: inline-block;
    vertical-align: middle;
}
.cont-investimentos .content-post,
.cont-investimentos a.img-post-thumbnail {
    width: calc(50% - 4px);
}
.cont-investimentos .content-post {
	padding-right: 6%;
}

.cont-investimentos a.img-post-thumbnail {
    padding-left: 10%;
}
.cont-investimentos a.img-post-thumbnail img {
    float: right;
}

.entry-content h3 {
	position: relative;
    margin-bottom: 35px;
    padding-top: 25px;
    font-size: 24px;
    font-weight: 400;
}
.entry-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 3px;
    background: #000;
}

.page-template-page-investimento article.page {
	margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e1e1e1;
}


.cont-investimentos .entry-title {
    margin: 0 0 5px;
    font-size: 24px;
    letter-spacing: 0;
    text-align: left;
}
.cont-investimentos .post-date {
    font-size: 16px;
    color: #707070;
    text-transform: capitalize;
}
.cont-investimentos article .entry-content {
	margin-top: 5px;
}

.logo-investimento {
    text-align: left;
}


/***==================
	INVESTIMENTO
==================***/
.page-template-page-investimentos .entry-header {
    text-align: left;
}

/***==================
	PAGE CONTATO
==================***/
.wpcf7 {
    float: left;
    width: calc(100% - 360px);
    padding-right: 7.5% !important;
}
form.wpcf7-form h4 {
	margin: 0 0 30px;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	color: #000;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	transition: 0.3s;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
form.wpcf7-form input {
    padding: 5.5px 0;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
    display: inline-block;
    width: 100%;
	max-width: 100%;
    border: none;
    border-bottom: 2px solid #d4d5d5;
}

.cont-address {
    display: inline-block;
    width: 360px;
	margin-top: 5px;
}
.cont-address p {
    position: relative;
    font-size: 13px;
    padding: 2.5px 7.5%;
    display: inline-block;
}
.cont-address p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #000;
}

form.wpcf7-form input#submit {
    float: right;
    width: auto;
    padding: 10px 35px;
    background: #FFF;
    border: 2px solid #d4d5d5;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
		color: #000;
}
form.wpcf7-form input#submit:hover {
    background: #d4d5d5;
}

.page-template-page-contato div#posts {
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
}
.wpcf7-response-output {
    display: inline-block;
    margin: 35px 0 0 !important;
    font-size: 13px;
    padding: 10px 15px !important;
}	

/***==================
	PAGE TIME
==================***/
.team-member {
	display: inline-block;
	width: 100%;
    margin: 0 0 45px;
}

.member-name {
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.member-name:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30px;
    height: 3px;
    background: #000;
}

.team-member .social-author {
    margin: 0;
}
.team-member .social-icon:nth-child(1) {
    position: relative;
    margin: 0 0 0 10px;
}
.team-member .social-icon:nth-child(1):before {
    content: '';
    position: absolute;
    border-left: 2px solid #000;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 19px;
}

.team-member .social-icon {
	color: #707070;
}
.team-member .social-icon .icon-linkedin:before {
	font-size: 16px;
}

p.member-desc {
    margin: 0;
}


/***==================
	POST THUMBNAIL
==================***/
a.img-post-thumbnail,
a.img-perfil-thumbnail, a.img-author-thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: 0.5s;
}
.img-post-thumbnail:before,
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	content: '';
	display: inline-block;
	padding-bottom: 50%;
}
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	padding-bottom: 100%;
}

.content-thumbnail {
	overflow: hidden;
}

.content-thumbnail:hover .img-post-thumbnail {
    transform: scale(1.1);
}

/***==================
	POST CATEGORY
==================***/
.post-category a {
	display: inline-block;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 700;
    color: #bb992e;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #bb992e;
	transition: 0.3s;
}
.post-category a:hover {
    background-color: #bb992e;
    color: #fff;
}


/***==================
	POST DATE
==================***/
.post-date {
    display: block;
    font-size: 14px;
    color: #b4b4b4;
    text-align: left;
    letter-spacing: 1px;
}


/***==================
	ENTRY-MORE
==================***/
.entry-more {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.entry-more a {
	display: inline-block;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
	transition: 0.3s;
}


/***======================
		PAGINATION
======================***/
#pagination a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: 0.3s;
}
#pagination a:hover {
	color: #000;
}
#pagination a:first-child {
    float: left;
}
#pagination a:last-child {
    float: right;
}


/***======================
		SINGLE
======================***/
#single-pagination, #author-details {
	margin: 50px 0 0;
}
.single article.post {
    margin: 0;
}

/** DETALHES DO AUTOR */
div#author-details {
    display: inline-block;
    width: 100%;
    padding: 3%;
    border: 1px solid #e1e1e1;
}

.author-thumb,
.author-info {
    display: inline-block;
    vertical-align: middle;
}
.author-thumb {
    width: 20%;
}

.author-info {
    width: 80%;
    padding-left: 3%;
}

.author-info h4 {
	margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}
.author-info h4 a {
	color: #000;
	transition: 0.3s;
}
.author-info h4 a:hover {
	opacity: 0.5;
}

.author-info p {
    margin: 0;
}
.social-author {
    display: inline-block;
    margin: 5px 0 0 -2.5%;
}

.social-author [class^="icon-"]:before,
.social-author [class*=" icon-"]:before, .social-author [class^="icon-"]:after, .social-author [class*=" icon-"]:after {
    font-size: 13px;
}
.social-author .social-icon:hover {
    color: #000;
}


/***======================
		POST TAG
======================***/
.single .post-tag {
    margin-top: 50px;
}
.post-tag a {
    display: inline-block;
    margin: 0 2.5px;
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    background: #e1e1e1;
    border-radius: 2px;
    transition: 0.3s;
}


/***======================
	SINGLE PAGINATION
======================***/
div#single-pagination {
	display: inline-block;
	width: 100%;
}

.next-post,
.prev-post {
	width: 45%;
	max-width: 300px;
}
.prev-post {
	float: left;	
	text-align: left;
	padding-right: 5%;
}
.next-post {
	float: right;
	text-align: right;
	padding-left: 5%;
}

div#single-pagination h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    color: #000;
}
div#single-pagination .prev-post:hover h5,
div#single-pagination .next-post:hover h5 {
    opacity: 0.5;
}

div#single-pagination span {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #bb992e;
}


/***======================
		COMMENTS
======================***/
div#comments,
div#posts-related {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

p.comment-form-comment, 
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.form-submit {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

#respond label {
	display: inline-block;
    width: 80px;
    color: #B5B5B5;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

textarea#comment {
	float: left;
    width: 100% !important;
    padding: 5px 10px;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    border: 1px solid #e1e1e1;
}

#respond input {
    width: calc(100% - 85px);
    padding: 6px 10px;
    font-size: 13px;
    color: #444;
    border: 1px solid #e1e1e1;
}

#respond input#submit {
    float: right;
	width: auto;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FFF;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    cursor: pointer;
}

/*** */
#comments ol.comment-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
}
#comments .comment.depth-1 {
    margin-bottom: 20px;
}
#comments .comment-body {
	margin-bottom: 10px;
}
#comments .comment .comment-body {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
ul.children {
    list-style: none;
    padding-left: 30px;
}

#comments .comment-header {
	position: relative;
    display: inline-block;
	width: 100%;
}
#comments .reply-comment {
    position: absolute;
    right: 0;
    top: 50%;
	font-size: 11.1px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translate(0,-50%);
}
#comments .reply-comment a {
    padding: 5px 10px;
    border: 1px solid #bf992e;
    transition: 0.3s;
}


#comments .comment-thumb,
#comments .comment-info {
    display: inline-block;
    vertical-align: middle;
}

#comments .comment-thumb img {
    border-radius: 50%;
}

#comments .comment-info {
    padding-left: 10px;
}
#comments .comment-name,
#comments .comment-date {
	display: inline-block;
    font-size: 12px;
}
#comments .comment-name {
    width: 100%;
	margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#comments .comment-date {
    font-style: italic;
    color: #999;
	letter-spacing: 0.5px;
}

#comments .comment-content p {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

/***======================
		RELATED POSTS
======================***/
h4.related-title,
h4.comments-title,
h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 4px double #e1e1e1;
}

#posts-related .post {
    position: relative;
    float: left;
    width: 48%;
	margin-bottom: 4%;
	background: #000;
}
#posts-related .post:nth-child(even) {
    margin-left: 2%;
}
#posts-related .post:nth-child(odd) {
    margin-right: 2%;
}

#posts-related .entry-header {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    margin: 0;
    transform: translate(-50%,-50%);
}
#posts-related h2.entry-title {
	margin: 0;
    font-size: 20px;
	text-shadow: 0px 0px 3px #555;
}
#posts-related h2.entry-title a {
    color: #FFF;
	opacity: 1 !important;
}

#posts-related a.img-post-thumbnail {
    opacity: 0.8;
}
#posts-related .img-post-thumbnail:before {
    padding-bottom: 65%;
}


/***======================
		PAGES
======================***/
.header-page {
    position: relative;
	display: inline-block;
    width: 100%;
	margin-bottom: 70px;
	padding: 50px 0;
	text-align: center;
}
.header-page:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    border-bottom: 4px double #F1F1F1;
    border-top: 4px double #F1F1F1;
    transform: translate(-50%,-50%);
}

.header-page span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
}

.header-page h4 {
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    transition: 0.3s;
}


.page header.header-page {
    display: none;
}


/***======================
		PAGE 404
======================***/
#main-container #posts.not-found {
    width: 100%;
    padding: 0;
    text-align: center;
}

form#searchform-404 {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
input#campo-busca-404 {
    float: left;
    width: 75%;
    padding: 8.5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: 0;
}
input#botao-busca-404 {
    float: right;
    width: 25%;
    padding: 10.5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    transition: 0.3s;
	cursor: pointer;
}


/***======================
		WIDGETS
======================***/
.widget {
	margin-bottom: 60px;
}
.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
	color: #222;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 4px double #e1e1e1;
}

.widget-title a {
	color: #222;
	transition: 0.3s;
}
.widget-title a:hover {
	opacity: 0.5;
}

/***==================
	   INSTAGRAM
==================***/
#instagram .instagram-pic {
	float: left;
	padding: 2px;
}
#instagram .instagram-pic img {
    display: block;
}

/*** 4 IMAGES */
#instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 IMAGES */
#instagram.images-6 .instagram-pic {
    width: 33.3%;
}


#cont-geral #instagram ul.slick-dots {
    bottom: -20px;
}
#cont-geral #instagram .slick-dots li.slick-active button {
    background: #e1e1e1;
}
#cont-geral #instagram .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 4px;
	border: 2px solid #e1e1e1;
}

/***==================
	REDES SOCIAIS
==================***/
#redes-sociais .sociais {
    text-align: center;
}
.social-icon {
    display: inline-block;
    padding: 8px 10px;
	transition: 0.3s;
}
.social-icon i:before {
    font-size: 18px;
}


/***==================
	   DESTACADOS
==================***/
#posts-destacados .post {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
#posts-destacados .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#posts-destacados a.img-post-thumbnail {
    width: calc(36% - 4px);
    margin-right: 4%;
    vertical-align: middle;
}
#posts-destacados .content-info {
    width: calc(60% - 4px);
    display: inline-block;
    vertical-align: middle;
}

#posts-destacados .post-category a {
	margin-left: 5px;
	padding: 0;
	font-size: 9px;
	letter-spacing: 1px;
    border: none;
}
#posts-destacados .post-category a:first-child {
	margin-left: 0;
}

#posts-destacados .post-category a:hover {
	color: #bb992e !important;
    background: transparent !important;
	text-decoration: underline !important;
}

#posts-destacados .entry-title {
    margin: 10px 0;
    font-size: 15px;
}

/***==================
	   MAILCHIMP
==================***/
.content-mailchimp {
    padding: 0 7.5%;
}
.cont-descricao p {
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}

.cont-cadastro input {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	padding: 7px 10px;
	font-size: 12px;
    color: #777;
    letter-spacing: 0.5px;
	border: 1px solid #e1e1e1;
}

.cont-cadastro input::-webkit-input-placeholder {
	color: #777;
}

input#botao-enviar {
	display: block;
    width: auto;
    margin: 0px auto 0;
    padding: 10px 35px;
    font-size: 10px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    cursor: pointer;
}
input#botao-enviar:hover {
	background-color: #bb992e;
	border-color: #bb992e;
	color: #fff;
}

/***======================
		FOOTER
======================***/
footer#footer {
    position: relative;
    background: #FFF;
}

footer#footer a {
    color: #000000;
}

#sidebar.sidebar-footer {
	width: 100%;
}

aside#sidebar.sidebar-footer .widget {
	float: left;
}

/** SIDEBAR COM 1 WIDGET */
aside#sidebar.widgets-1 .widget {
    width: 100%;
}

/** SIDEBAR COM 3 WIDGETS */
aside#sidebar.widgets-3 .widget {
	width: 31.66%;
}
aside#sidebar.widgets-3 .widget:nth-child(2) {
    margin: 0 2.5%;
}

/***==================
	INSTAGRAM FOOTER
==================***/
/*** 4 IMAGES */
.sidebar-footer.widgets-1 #instagram.images-4 .instagram-pic {
	width: 25%;
}
.sidebar-footer #instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 ou 9 IMAGES */
.sidebar-footer.widgets-1  #instagram.images-6 .instagram-pic {
    width: 16.66%;
}
.sidebar-footer #instagram.images-6 .instagram-pic {
    width: 33.33%;
}

/***==================
		COPYRIGHT
==================***/
#copyright {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    text-align: right;
    text-transform: uppercase;
	line-height: 18px;
    letter-spacing: 1px;
}

/***======================
		RESPONSIVE
======================***/
@media (max-width:1270px) {
	main#main-container:before {
		padding-bottom: 19.5%;
	}
	
}
@media (max-width:1185px) {
	.container {
		max-width: 970px;	
	}
	
	/*** SLIDE */
	.entry-info {
		width: 60%;
		padding: 5%;
	}
}
@media (max-width:985px) {
	.container,
	.home #main-container.group #posts {
		max-width: 750px;
	}
	
	#logo-mobile{
		position: absolute;
		top: 0;
		right: 0;
		display: block !important;
		width: 60%;
		margin: 0;
		line-height: 74px;
		height: 100%;
		font-size: 0;
		background: url("/wp-content/themes/prisma-gc2017/images/logo-prisma.png?3") no-repeat center right;
		margin-right: 10px;
		transition: 0.3s;
	}
	.menu-active #logo-mobile{
		right: -200px;
		transition: 0.3s;
	}
	
	/*** MENU HAMBURGUER */
	.content-menu { display: inline-block; }
	#cont-menu .menu-anchor {
		display: inline-block;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	#cont-menu .container {
		padding: 0 !important;
	}
	#cont-menu .content-menu {
		margin: 0 auto;
		padding: 0 15px;
	}
	
	#cont-menu #main-menu {
		position: absolute;
		top: 0;
		left: -100%;
		width: 300px;
		height: 100vh;
		margin: 0;
		padding-left: 0;
		background: #f7f7f7;
		border-right: 1px solid #000;
		-webkit-box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		-moz-box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 2;
	}
	.admin-bar #cont-menu #main-menu {
		height: calc(100vh - 46px);
	}
	
	#cont-menu #main-menu .navbar-nav {
		display: inline-block;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}
	
	#main-menu .menu-item {
		width: 100%;
		margin: 0;
		line-height: 32px;
	}
	#main-menu .menu-item a {
		display: inline-block;
		width: 100%;
		padding: 20px;
		font-size: 12px;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 1px solid rgb(0, 0, 0);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	#main-menu .menu-item a:hover {
		background: #4e4e4e;
	}
	.menu-item a:hover:before, .current-menu-item > a:before {
		content: none;	
	}
	#main-menu .logo-menu.menu-item a {
		height: auto;
		font-size: 0;
		background: url(/wp-content/themes/prisma-gc2017/images/logo-prisma.png?3) no-repeat 20px center;
	}
	
	/*** SUB MENU */
	#main-menu ul.sub-menu {
		position: initial;
		display: inline-block !important;
		width: 100%;
		background: transparent;
		border: none;
		opacity: 1 !important;
	}
	#main-menu .sub-menu .menu-item a {
		padding: 25px 40px;
		font-size: 10px;
	}
	
	#main-menu .sociais {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	#cont-menu #main-menu .social-icon {
		padding: 10px 20px;
	}
	#cont-menu #main-menu .social-icon i:before {
		font-size: 14px;
	}
	
	/*** SEARCH MOBILE */
	#main-menu input#campo-busca-menu {
		width: 85%;
		height: 45px;
		padding: 16px 20px;
		border: none;
	}
	input#botao-busca-menu {
		display: inline-block;
		width: 15%;
		height: 45px;
		*padding: 22.5px 15px;
		font-size: 0;
		background: #FFF url(/wp-content/themes/TemaPadrao/images/icon-search.png) no-repeat center;
		border: none;
		cursor: pointer;
		background-size: 16px;
	}

	
	#cont-menu #main-menu .navbar-nav .dropdown-menu li a {
		width: 300px;
		min-width: 0;
		white-space: normal;
	}
	#cont-menu {
		border-top: 0
	}
	#cont-menu.navbar-inverse #main-menu {
		background: #E1E1E2;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#cont-menu #navbar-height-col {
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100vh;
		background: #eee;
	}
	#cont-menu.navbar-inverse #navbar-height-col {
		background: #333;
		border: 0;
		z-index: 1;
	}
	#cont-menu .navbar-form {
		width: 100%;
		margin: 8px 0;
		text-align: center;
		overflow: hidden;
		/*fast clearfixer*/
	}
	#cont-menu .navbar-form .form-control {
		text-align: center
	}
	#cont-menu .navbar-form .btn {
		width: 100%
	}
	
	form#searchform-menu {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border-bottom: 1px solid rgb(0, 0, 0);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	
	
	/*** MAIN CONTAINER */
	#main-container.group div#posts,
	#main-container.group aside#sidebar {
		width: 100%;
		padding: 0;
	}
	
	#main-container.group aside#sidebar.sidebar {
		position: relative;
		margin-top: 100px;
		padding-top: 70px;
	}
	#main-container.group aside#sidebar:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: calc(100% - 4px);
		left: 50%;
		top: 50%;
		border-top: 4px double #F1F1F1;
		transform: translate(-50%,-50%);
		z-index: -1;
	}
	
	/*** CONTATO */
	.cont-address {
		width: 100%;
	}
	.cont-address iframe {
		width: 100% !important;
	}
	div.wpcf7 {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 !important;
	}

	/*** FOOTER */
	aside#sidebar.sidebar-footer .widget {
		width: 100%;
		margin: 0 0 60px !important;
	}
}
@media (max-width:767px) {
	main#main-container:before {
		padding-bottom: 30%;
		background-position: 75% center;
	}
}
@media (max-width:750px) {
	
	/*** SLIDE */
	.entry-info {
		width: 80%;
		padding: 5%;
		transform: translate(-50%,-55%);
	}
	
	#slide-destaque .entry-title {
		margin: 15px 0;
	}
	#slide-destaque .entry-title a {
		font-size: 21px;
	}
	
	/*** RELATED POSTS */
	#posts-related h2.entry-title {
		font-size: 18px;
	}
	
	/*** INVESTIMENTOS */
	.cont-investimentos .content-post,
	div.cont-investimentos .img-post-thumbnail {
		width: 100%;
		padding: 0;
	}
	div.cont-investimentos .img-post-thumbnail {
		text-align: center;	
	}
	div.cont-investimentos .img-post-thumbnail img {
		float: none;
	}
	
}

/*** MIN-WIDTH */
@media (min-width:985px) {
	#cont-geral,
	.content-menu {
		left: 0 !important
	}
	
	nav#main-menu {
		position: relative;
		left: initial !important;
		display: inline-block;
		width: 100%;
	}
	
	/**** BUTTON-SEARCH */
	div#button-search {
		position: relative;
		float: right;
		width: 35px;
		height: 35px;
		margin: 17.5px 12.5px 17.5px;
		cursor: pointer;
	}
	div#button-search:before {
		content: '';
		position: absolute;
		left: 6.5px;
		top: 5.5px;
		width: 14px;
		height: 14px;
		border: 3.5px solid #FFF;
		border-radius: 50%;
		transition: 0.3s;
	}
	div#button-search:after {
		content: '';
		position: absolute;
		right: 7.5px;
		bottom: 3.5px;
		width: 4px;
		height: 12px;
		background: #fff;
		transform: rotate(-45deg);
		transition: 0.3s;
		border-radius: 2px;
	}
	
	.search-active #button-search:before {
		-ms-transform: rotate(-45deg) translate(-10px, 5px);
		-webkit-transform: rotate(-45deg) translate(-10px, 5px);
		transform: rotate(-45deg) translate(-10px, 5px);
	}
	.search-active #button-search:after {
		-ms-transform: rotate(45deg) translate(-5px, -12.5px);
		-webkit-transform: rotate(45deg) translate(-5px, -12.5px);
		transform: rotate(45deg) translate(-5px, -12.5px);
	}
	.search-active #button-search:before, .search-active #button-search:after {
		width: 30px;
		height: 3.5px;
		border: 0;
		background: #fff;
		border-radius: 2px;
	}

}
@media (min-width:600px) {
	div#cont-menu {
		position: fixed;
	}
	#cont-geral {
		padding-top: 70px;	
	}
	
}

@media (max-width:600px) {
	.wrapper-menu.menu-fixo {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
	
	main#main-container:before {
		margin-top: -5px;
		padding-bottom: 47.5%;
		background-position: 75% center;
	}
	
	.bg-menu-responsive {
		*top: -5px;
	}
	
	main#main-container {
		min-height: calc(100vh - 134px);
	}
}

@media (max-width:768px) {
	.member-name {
		font-size: 21px;
	}
}

@media (max-width:600px) {
	.home main#main-container:before {
		height: calc(100vh - 35px);
	}
}

/*Tradução*/
.wpml-ls-statics-footer{
    margin: 0 !important;
    background:#E1E1E2 !important;
}
	.wpml-ls-statics-footer li a{ background: transparent !important; }

.wpml-ls-legacy-list-horizontal a span {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.wpml-ls-legacy-list-horizontal a:houver span{ text-decoration:underline; }

.prisma-lang-wrap{
	display:flex;
	align-items:center;
	height: 100%
}

.primas-lang-wrap .lng-opt{
	position: relative;
    padding: 10px 8.5px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.prisma-lang-wrap{
	display:flex;
	align-items:center;
	height: 70px;
}

.prisma-lang-wrap .lng-opt{
	position: relative;
    padding: 10px 8.5px;
    font-size: 13px;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.prisma-lang-wrap .lng-opt.active{
	border-bottom:2px solid;
}

