/*
Theme Name: CNCFS
Theme URI: http://underscores.me/
Author: Blue AIM
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cncfs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CNCFS is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
a.maxbutton-2.maxbutton.maxbutton-estudos {
    margin: 40px 0 60px !important;
}
/*desativar botoes tags estudos*/
.post-meta-user {
    pointer-events: none;
}
/*--------------------------------------------------------------
# correcções gerais
--------------------------------------------------------------*/
/*pagina + header*/
.hentry {
	margin: 0;
	padding: 0;
}
/*tirar o edit*/
a.post-edit-link {
    display: none;
}
.byline,
.updated:not(.published) {
	display: none;
}
/*pagina*/
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
/*divs que saem do ecra*/
/*.panel-grid {
    margin: 0px !important;
}*/
.panel-grid-cell {
    margin: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.so-panel {
    margin: 0 !important;
}
/*traduções*/
.bandeiras{
    height: 25px;
    width: 25px;
    position: fixed;
    z-index: 99;
    right: 70px;
    top: 11px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	
	color: #777777;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}
h1.entry-title {
    display: none;
}
/*texto homepage banner*/

h1 {
       color: #ffffff;
    font-size: 5.5em;
    font-family: Changa One;
    font-weight: 600;
    margin: 31vh auto;
    text-align: center;
}

h2 {
    font-family: Changa One;
    font-size: 45px;
    padding: 0;
    margin: 0 0 20px;
}
/*titulos*/
h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    color: #777777;
}
/* texto verde escuro homepage*/
h4 {
    font-size: 30px;
    color: #456146;
    font-weight: 700;
    margin-top: 0;
}
p {
	margin:0;
}




@media (max-width:780px){ 
	h1 {
		font-size: 2.5em;
		margin: 180PX auto;
	}
	#logo-position {
 	   margin-top: -200px;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}

body {
  background: #FFFFFF;
  background-color: #FFFFFF !important;
  font-family: 'Titillium Web', sans-serif;
  position: absolute;
  width: 100%;
  margin: auto;
}

.width_div{
    max-width: 1000px;
    margin: auto;
    width: 90%;
}
.width_text{
	width:700px;
	margin:auto;
}

.width_estudos{
	height:auto;
	min-height:700px;
}
img {
	height: auto;
	max-width: 100%;
	border: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #456146;
    font-size: 15px;
}


a:hover,
a:focus,
a:active {
	color: #5A885C;
}

a.link_pdf {
    color: #c10003;
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Menu site
--------------------------------------------------------------*/

#masthead {
}
#masthead_trans {
height: 185px;
position: absolute;
    z-index: 9;
    top: -160px;
    width: 55%;
    background: rgba(255, 255, 255, 0.8);
	-ms-transform: skew(0deg,-14deg); 
    -webkit-transform: skew(0deg,-14deg);
    transform: skew(0deg,-14deg);
}
#masthead_menu {
    position: fixed;
    right: 0;
    top: -192px;
    width: 400px;
    height: 240px;
    background: #fff;
	-ms-transform: skew(0deg,21deg); 
    -webkit-transform: skew(0deg,21deg);
    transform: skew(0deg,21deg);
    z-index: 9;
-webkit-box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
-moz-box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
}

#site-navigation {
    display: none;
}


/*menu hamburguer*/
button#responsive-menu-button {
    background: none !important;
    outline: none;
    position: fixed !important;
    right: 20px !important;
}
ul#responsive-menu {
    padding-top: 20%;
    width: 181px !important;
    margin: auto;
}
div#responsive-menu-container {
    right: 0;
    -webkit-box-shadow: -8px 0px 30px -7px (154, 154, 154, 0.68);
    -moz-box-shadow: -8px 0px 30px -7px (154, 154, 154, 0.68);
    box-shadow: -8px 0px 30px -7px (154, 154, 154, 0.68);
}
a.responsive-menu-item-link {
    text-align: center;
    padding: 11px !important;
    font-size: 20px !important;
    font-size: 23px !important;
    font-family: changa one;
    text-decoration: none;
    line-height: 25px !important;
}


a.responsive-menu-item-link:hover {
	color: #456146 !important;
    
}



div#responsive-menu-container {
    -webkit-box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
    -moz-box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
    box-shadow: -5px 0px 14px 0px rgba(173,173,173,0.46);
}

/*--------------------------------------------------------------
# banner and iframe
--------------------------------------------------------------*/
/*TOP PAGINA HOME*/
.video_main_div{
    position:relative;
    height: 97vh;
    width: 100%;
    overflow: hidden;
    margin-top:-30px;
}
#banner_text {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(69, 97, 70, 0.45);
    height: 97vh;
}
.div_white_bottom_trans_home{
    height: 200px;
    min-width: 800px;
    background: #333;
    width: 100vh;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 184px;
    -webkit-transform: skew(0deg,-12deg);
	-ms-transform: skew(0deg,-12deg); 
    transform: skew(0deg,-12deg);
    z-index: -9;
}
.logo-position{
    display: -webkit-inline-box;
    position: absolute;
    margin-top: -265px;
    width: 100%;
    z-index: 9;
    left: 0;
    height: 270px;
    overflow: hidden;
    border-bottom: 27px solid #fff;
}
.main_barra_logo{
    min-width: 300px;
    width: 60%;
    max-width: 350px;
}
.div_white_logo_home{
    max-width: 1300px;
    min-width: 650px;
    width: 100%;
    height: 210px;
    background: #fff;
    -webkit-transform: skew(-55deg,14deg);
	-ms-transform: skew(-55deg,14deg); 
    transform: skew(-55deg,14deg);
    position: absolute;
    top: 180px;
	z-index: -1;
}
.main_logo_home{
	margin: 130px 0 0 100px;;
}
.div_banner_bottom_home {
    height: 230px;
    overflow: hidden; 
    bottom: 0;
    width: 100%;
}
/*TOP PAGINA GERAL*/
.main_logo {
    margin: 160px 0 0 94px;
}
.home_top_padding{
	padding: 20px 0 100px;
}	
.div_white_logo{
    max-width: 1300px;
    width: 100%;
    height: 185px;
    background: #fff;
    -webkit-transform: skew(-55deg,12deg);
	-ms-transform: skew(-55deg,12deg); 
    transform: skew(-55deg,12deg);
    position: absolute;
    bottom: -150px;
    z-index: -1;
    min-width: 972px;
}
.div_banner_bottom {
    height: 230px;
    position: relative;
    overflow: hidden;
    margin-top: -200px;
    margin-bottom: 40px;
}


.div_white_bottom_trans{
    height: 200px;
    width:100px;
    width: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 180px;
	-ms-transform: skew(0deg,13deg); 
    transform: skew(0deg,13deg);
    -webkit-transform: skew(0deg,-13deg);
}
/*--------------------------------------------------------------
# geral paginas
--------------------------------------------------------------*/

.width_div{
	width:80%;
	max-width: 980px;
}
.parallax_div{
	height:300px;
}

.lista_width{
    min-width: 200px;
    width: 100%;
    max-width: 320px;
	margin: auto;
}

.lista_width_right{
    float:right;
}
ul.lista_circle{
    min-width: 200px;
    width: 100%;
    max-width: 320px;
}
ul{
    list-style-type: circle;
    font-size: 15px;
    margin: 0;
    margin-left: -20px;
}
li {
    padding: 5px 0;
}

.banner_pag_sec{
animation: fadein 2s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
	height: 400px;
	width: 100%;
	background-size: cover;
}
#img_associados_background{
    position: absolute;
    right: 10%;
    margin-top: 100px;
}
#ser_socio_img_filter{
	position: relative;
 	padding: 0 0 80px;
    width: 100%;
	margin:auto;
	max-width: 900px;
}
.socio_text {
    max-width: 600px;
}
@media (max-width:1220px){ 
	#ser_socio_img_filter{
		background: rgba(255, 255, 255, 0.89);
		max-width: 100%;
	}
	.socio_text {
	    width: 80% !important;
 	   margin: auto;
	}
	#img_associados_background{
	    right: 0;
	}
}

.master-slider-parent {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}
/*-----------------------------------------------------------
# homepage
--------------------------------------------------------------*/


.home_socios{
	padding: 110px 0 130px;
}
/*-----------------------------------------------------------
# Eventos
--------------------------------------------------------------*/

#social_feed{
	width: 80%;
	margin:auto;
	margin-top: 40px;
    min-height: 500px;
    max-width:1000px;
}

.socialFeed .powrMark{
	display: none !important;
}
/*-----------------------------------------------------------
# associaçao
--------------------------------------------------------------*/
.lista_associados_grupos {
    padding: 50px 0 0;
}
.lista_associados{
	padding: 10px 0 5px;
}
.lista_dados {
margin-left:18px;
}
.lista_associados_nome{
    font-weight: bold;
    color: #777777;
}
.orgaos_sociais_titulo{
	text-align:center;
}
.orgaos_sociais_row{
	display:flex;
    padding: 4px 0;
}
.orgaos_sociais_funcao{
    color: #555555;
    font-weight: 600;
    padding: 0 10px 0 0;
    text-align: right;
    width: 165px;
}
.orgaos_sociais_pessoa{
    width: 100%;
}
.orgaos_sociais_nome{
	font-weight:600;
}
p.p_sociais {
    padding: 5px 0 0;
}
/*-----------------------------------------------------------
# postpage
--------------------------------------------------------------*/
span.posted-on {
    display: none;
}
#banner_pag_sec_post{
	background-image: url(http://www.wp.cncfs.pt/wp-content/uploads/2017/04/Centro_Nacional_Competencias_Frutos_Secos_estudos.jpg);
    background-repeat: repeat;
	background-size: cover;
}
.estudo_intrudocao{
    max-width: 500px;
    float: right;
    padding: 100px 0;
}
/*texto miniaturas post*/
.rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
    font-size: 17px !important;
    margin: 0 0 5px !important;
}
/*tabs seletect*/
.rt-tpg-isotope-buttons button.selected {
        border-bottom: 2px solid !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}
/*tabs hover*/
.pagination li a:hover, .rt-tpg-isotope-buttons button:hover, .rt-detail .read-more a:hover {
    color: #5a885c !important;
}
/*-----------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer{
	    background: #456146;
}
.site_footer {
    color: #ffffff;
    font-size: 11px;
    padding: 22px 50px;
}
.footer_link {
    width: 100%;
	display: -webkit-box;
    position: relative;
}
.footer_logos{
	display: flex;
    max-width: 800px;
    padding: 20px 50px;
    margin: auto;
}
#footer_morada {
	width: 220px;
}
#footer_social {
    width: 80px;
    margin: auto;
    text-align: center;
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
}
#footer_contactos {
    width: 140px;
    position: absolute;
    right: 0;
}
.fa_icon_social{
	background: #fff;
    font-size: 17px;
    line-height: 1.7;
	width:30px;
	height:30px;
 	-moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    margin: 0 5px;
}

a.social_footer_link {
    color: #456146;
}
a.social_footer_link:hover {
	color: #5A885C;
}


footer.entry-footer {
    margin: 80px 0 30px;
}



#video-wrapper {
  width: 100%;
  max-height: 450px;
}
.video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
}







/* BOTAO SCROLL DOWN*/
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top:20px;
}
.scroll-btn > * {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;

	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 28px;
	height: 45px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}








@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*NEWSLETTER FORM*/


input.sml_nameinput {
    display: none !important;
}

input.sml_emailinput {
    min-width: 270px;
    padding: 10px;
}
input.btn.sml_submitbtn {
    padding: 12px;
    width: 293px;
    margin: 10px 0;
    color: #fff;
    background: #456146;
    font-size: 14px;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: Arial;
}
.subscrever_form {
    padding-top: 110px;
}
.subscrever_text{
    padding: 100px 50px;
    width: 290px;
    color: #fff;
    margin: auto;
    float: right;
}
/*accordion*/
.accordion-content {
    border: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Titillium Web', sans-serif;
    color: #8b8b8b;
	padding: 40px 20px !important;
}

.accordions-head {
   outline:0px;
    background: #ffffff !important;
    color: #888888 !important;
    font-size: 16px !important;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    border: 0;
    padding: 13px 0;
    border-bottom: 1px solid #888888;
}


/*mobile*/

@media (max-width:780px){ 
	/*menu mobile*/
	#masthead_trans{
		display: none;
	}
	#masthead_menu {
 	   top: 0;
 	   width: 100%;
 	   height: 55px;
		-ms-transform: skew(0deg,0deg); 
    	transform: skew(0deg,0deg);
 	   -webkit-transform: skew(0deg,0deg);
	}
	button#responsive-menu-button {
	    top: 0 !important;
	}
	ul#responsive-menu{ 
		    padding-top: 40%;
	}

	/*banner bottom mobile*/
	.div_white_bottom_trans, .div_white_bottom_trans_home{
		display:none;
	}
	.div_white_logo, .div_white_logo_home {
		-ms-transform: skew(0deg,0deg); 
    	transform: skew(0deg,0deg);
 	   -webkit-transform: skew(0deg,0deg);
		height: 120px;
		bottom: 0;
	}
	.logo_banner, #logo_banner_home {
		-ms-transform: skew(0deg,0deg); 
    	transform: skew(0deg,0deg);
 	   -webkit-transform: skew(0deg,0deg);
	}
	.lista_width_right {
 	   float: none;
 	   padding-top: 30px;
    		margin: auto;
	}

	/*homepage mobile*/
	.video_main_div {
		    height: 500px;
	}
	div#video-wrapper {
	    display: none;
	}
	.div_banner_bottom_home {
	    margin-top: 245px;
	    bottom: 0;
	}
	h6 {
 	   font-size: 2em;
	    margin: 155px auto 0;
	    text-align: center;
 	   width: 100%;
	}
	
	.subscrever_text {
	    padding: 0px;
	    margin-top: 50px;
    		float: none;
	}
	.subscrever_form {
	   padding-top: 0;
 	   margin: auto;
	    width: 300px;
	    margin-bottom: 50px;
	}
	.parallax_div {
    		height: 170px;
	}
	.main_logo_home {
	    margin: 200px 0 0 41px;
	}
	.main_logo {
	     margin: 170px 0 0 40px;
	}
	.home_top_padding{
		padding: 0px 0 100px;
	}
/*footer mobile*/
	.footer_link {
	    display: block;
    }
	#footer_morada {
      	margin: auto;
    	padding: 0 0 15px;
	}
	#footer_contactos {
    	margin: auto;
   		left: 0;
    	top: 46px;
	}
	#footer_social {
	    top: 75px;
	}
	.footer_logos {
    	display: block;
    	max-width: 250px;
    	margin-top: 40px;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
iframe {
    margin: 55px 0 0;
}

/*THE POST GRID*/

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
    background: #456146 !IMPORTANT;
    color: #ffffff !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons {
    text-align: center;
    margin: 0 0 30px;
}









/*style tabs*/
.nav-tabs {
    border-bottom: 0 !important;
    width: 210px;
    margin: auto;
}
/*botoes juntos*/
.nav-tabs .nav-item+.nav-item {
    margin: 0 !important;
}
/*botao normal*/
a.nav-link {
    color: #456151 !important;
    background-color: #ffffff !important;
    border: 2px solid #456151 !important;
    text-decoration: none;
    border-radius: 0 !important;
    min-width: 70px;
    text-align: center;
}
a.nav-link:hover {
    font-weight: bold;
}


/*botao activo*/
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #ffffff !important;
    background-color: #456151 !important;
    border: 2px solid #456151 !important;
    text-decoration: none;
    border-radius: 0;
    min-width: 70px;
    text-align: center;
    font-weight: bold;

}




/*corrigir redimencionar do post grid em tabs SE MUDAR O NOME DA TAB ELE MUDA O ID*/

div#tab-estados {
    display: block !important;
    width: 100%;
    opacity: 0;
}
.tab-content>.active {
    opacity: 1 !important;
}























