/*
	Author: Nicdark
	Author URI: http://www.nicdarkthemes.com/
*/

@import "nicdark_shortcodes.css";
@import "nicdark_blog.css";
@import "nicdark_menu.css";
@import "fontello.css";
@import "animate.css";
@import "magnific-popup.css";
@import "nicdark_commerce.css";


/****************************************************************************
	Table of Content
***************************************************************************


SOME BASIC CLASSES
	1- body
	2-container
    3-site
    4-section
    5-grid
    6-width section
    7-headings tag
    8-form elements
    9-parallax section
    10-visual composer


/* 1- START NICDARK FRAMEWORK*/
html{ color: #4d555b; }
body{ margin:0px; padding:0px; overflow-x:hidden; background-color: #fff; }
body.nicdark_boxed_img{ background-image: url(../img/img4.jpg) !important; background-size: cover; background-attachment: fixed; }

/* 2 - CONTAINER */
.nicdark_container{ width:1200px; margin:auto; padding: 0px; }
.nicdark_clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/* 3- START NICDARK_SITE*/
.nicdark_site{ float: left; width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; }
.nicdark_site > .nicdark_site_fullwidth{ float: left; width: 100%; background-color: #fff; }
.nicdark_site > .nicdark_site_boxed{ width:1220px; margin:auto; padding: 0px; background-color: #fff; }
/*START NICDARK_SITE*/



/* 4 - START NICDARKSECTION*/
.nicdark_section{ width: 100%; float: left; }
/*.nicdark_section.nicdark_imgparallax{ background: url(../img/img3.jpg) 50% 0 fixed; background-size: cover;}*/
/*END NICDARKSECTION*/



/* 5 - START NICDARKGRID*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{ margin:10px; float:left; display:inline; }
.grid.nomargin{ margin: 0px; padding: 10px; }
.grid.percentage{ margin: 0px; padding: 0px; }
.grid_12.percentage {width:100%;}
.grid_6.percentage {width:50%;}
.grid_4.percentage {width:33.33%;}
.grid_3.percentage {width:25%;}
.grid_8.percentage {width:66.66%;}
.grid_9.percentage {width:75%;}
/*size*/
.grid_1 {width:80px;}
.grid_2 {width:180px;}
.grid_3 {width:280px;}
.grid_4 {width:380px;}
.grid_5 {width:480px;}
.grid_6 {width:580px;}
.grid_7 {width:680px;}
.grid_8 {width:780px;}
.grid_9 {width:880px;}
.grid_10 {width:980px;}
.grid_11 {width:1080px;}
.grid_12 {width:1180px;}
/*END NICDARKGRID*/



/* 6 - START NIKDARKWIDTHPERCENTAGE*/
.nicdark_width_percentage1{ width: 1% !important; }
.nicdark_width_percentage10{ width: 10% !important; }
.nicdark_width_percentage20{ width: 20% !important; }
.nicdark_width_percentage25{ width: 25% !important; }
.nicdark_width_percentage30{ width: 30% !important; }
.nicdark_width_percentage33{ width: 33% !important; }
.nicdark_width_percentage40{ width: 40% !important; }
.nicdark_width_percentage50{ width: 50% !important; }
.nicdark_width_percentage60{ width: 60% !important; }
.nicdark_width_percentage70{ width: 70% !important; }
.nicdark_width_percentage80{ width: 80% !important; }
.nicdark_width_percentage90{ width: 90% !important; }
.nicdark_width_percentage100{ width: 100% !important; }
/*END NIKDARKWIDTHPERCENTAGE*/



/* 7 - START NICDARKTEXT*/
p,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight: normal; }
hr{ border-top: 1px solid #f1f1f1 !important; border: 0px; }
/*font*/
h1,h2,h3,h4,h5,h6,input[type="text"],textarea,select{ color: #3e4555; }
h1.subtitle,h2.subtitle,h3.subtitle,h4.subtitle,h5.subtitle,h6.subtitle,input[type="text"].subtitle,textarea.subtitle,select.subtitle, span.subtitle{ color:#3e4555; }
/*color*/
p.white,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white,a.white,i.white,span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white, small.white{ color:#ffffff; }
p.grey,h1.grey,h2.grey,h3.grey,h4.grey,h5.grey,h6.grey,a.grey,i.grey,span.grey, input[type="text"].grey, textarea.grey, input[type="submit"].grey, select.grey, pre.grey{ color:#979797; }
p.greydark,h1.greydark,h2.greydark,h3.greydark,h4.greydark,h5.greydark,h6.greydark,a.greydark,i.greydark,span.greydark, input[type="text"].greydark, textarea.greydark, input[type="submit"].greydark, select.greydark{ color:#000000; }
p.greydark2,h1.greydark2,h2.greydark2,h3.greydark2,h4.greydark2,h5.greydark2,h6.greydark2,a.greydark2,i.greydark2,span.greydark2, input[type="text"].greydark2, textarea.greydark2, input[type="submit"].greydark2, select.greydark2{ color:#353b3d; }
/*align*/
p.center,h1.center,h2.center,h3.center,h4.center,h5.center,h6.center{ text-align: center; }
p.right,h1.right,h2.right,h3.right,h4.right,h5.right,h6.right, span.right{ text-align: right; }
/*size*/
p{ font-size:15px; line-height: 22px; color:#585858; }
h1{ font-size: 30px; line-height: 30px; }
h1.extrasize{ font-size: 45px; line-height: 45px; }
h2{ font-size: 25px; line-height: 25px; }
h3{ font-size: 20px; line-height: 20px; }
h4{ font-size: 17px; line-height: 17px; }
h5{ font-size: 15px; line-height: 15px; }
h6{ font-size: 14px; line-height: 14px; }
a{ text-decoration: none; color: #c7a240; }
/*pre*/
pre{ overflow: auto; float: left; width: 100%; margin:0px; padding: 0px; }
pre p{ font-family: monospace; font-size: 14px; line-height: 22px; }
/*END NICDARKTEXT*/



/* 8 - START NICDARKFORMELEMENTS*/
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], textarea{ border: 0; outline: 0; box-shadow: 0px 4px 0px 0px #e5e5e5; border-radius: 5px; font-size: 17px; width: 100%; padding: 10px 20px; margin: 10px 0px; box-sizing: border-box; color: #a4a4a4; font-size: 15px; }
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], textarea{ background-color: #f1f1f1; }
input[type="submit"]{ cursor: pointer; outline: 0; border: 0; padding: 10px 20px; font-size: 17px; color: #ffffff; display: inline-block; text-align: center; border-radius: 5px 5px 5px 5px; margin: 10px 0px; }
.wpcf7-select{ border: 0; outline: 0; box-shadow: 0px 4px 0px 0px #e5e5e5; border-radius: 5px; background-color: #f1f1f1; font-size: 17px; width: 100%; margin: 10px 0px 10px 0px!important; box-sizing: border-box; color: #a4a4a4; font-size: 15px; padding: 10px;}
.wpcf7-select option{ padding: 10px 20px; border-bottom: 1px solid #e5e5e5;}


select{ float: left; border: 0; outline: 0; width: 100%; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; box-sizing: border-box; }
/*size*/
input[type="text"].small, textarea.small { font-size: 15px; width: 90%; padding: 10px 5%; }
input[type="text"].medium, textarea.medium { font-size: 17px; width: 100%; padding: 10px 20px; }
input[type="text"].big, textarea.big { font-size: 17px; width: 80%; padding: 15px 10%; }
/*size select*/
select.small { font-size: 15px; padding: 10px 5%; }
select.medium { font-size: 17px; padding: 10px 20px; margin: 10px 0px; }
select.big { font-size: 17px; padding: 15px 10%; }
/*END NICDARKFORMELEMENTS*/



/*********************************************CUSTOM FOR BABY KIDS*************************************************************/

/*START CUSTOM CLASS TO AVOID INLINE CSS*/
.nicdark_width60 { width: 60px; }
.nicdark_width50 { width: 50px; }

/*.nicdark_copyrightlogo { background-image:url(../img/copyright.jpg); background-size:95px; background-repeat:no-repeat; background-position:left; }*/
.nicdark_facebook { background-color:#5977b8; box-shadow:0px 4px 0px 0px #4c67a1;  }
/*END CUSTOM CLASS TO AVOID INLINE CSS*/



/*********************************************10 - START VC CLASSES ***********************************************************/

/*general*/
.wpb_content_element { margin-bottom: 0px !important; }
.wpb_heading { margin-bottom: 20px; }
/*gallery*/
.flexslider { box-shadow: none !important; border: 0px !important; margin: 0 0 40px !important; } 
.theme-default .nivoSlider { box-shadow: 0px 1px 5px 0px #fff !important; }
.wpb_gallery.nicdark_radius img, .wpb_single_image.nicdark_radius img { border-radius: 5px; }
.wpb_gallery.nicdark_size_normal img{ margin: 10px; }
/*row and column*/
/*.vc_row, .wpb_row{ margin: 0px !important; }
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{  
    padding-left: 10px !important;
    padding-right: 10px !important;
}*/
/*toogle*/
.wpb_toggle.wpb_toggle_title_active:before { content: '\ea01' !important; font-family: 'fontello'; margin-right: 10px; }
.wpb_toggle:before { content: '\e9ff'; font-family: 'fontello'; margin-right: 10px; }
.wpb_toggle.wpb_toggle_title_active{ background-image: none !important; }
.wpb_toggle{ background-image: none !important; }
.last_toggle_el_margin { margin-bottom: 0px !important; }
/*map*/
.wpb_gmaps_widget .wpb_wrapper{ padding: 0px !important; }
/*accordion*/
.nicdark_accordion_header a.title{ font-size: 16px !important; }
.wpb_accordion_content { padding: 0px 20px 20px 20px !important; }
.ui-accordion-header-icon { display: none !important; }

/*tab*/
.wpb_tabs_nav a.title{ padding: 10px 20px !important; box-sizing: border-box; }
/*color dark*/
.nicdark_tab_dark.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{ background-color: #495052 !important; box-shadow: 0px 4px 0px 0px #404547 !important; }
.nicdark_tab_dark .wpb_tabs_nav .ui-state-active a.title{ background-color: #495052 !important; color: #fff !important; }
.nicdark_shadow_none.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab { box-shadow: 0px 0px 0px 0px #404547 !important; }
/*color default*/
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{ background-color: #f9f9f9 !important; }
.wpb_tabs_nav .ui-state-active a.title{ background-color: #f9f9f9 !important; color: #b7b7b7 !important; }
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{ padding: 20px !important; }
.wpb_content_element .wpb_tabs_nav li { background: none !important; }
.wpb_tour a.title, .wpb_tour .ui-state-active a.title{ border-radius: 5px 0px 0px 5px; }
.wpb_tabs a.title{ border-radius: 5px 5px 0px 0px; }
.wpb_tour_next_prev_nav{ display: none; }
.wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover { background: none !important; }

/*bar*/
.vc_progress_bar .vc_single_bar{ border-radius: 5px !important; box-shadow:0px 4px 0px 0px #f1f1f1 !important; background: #f9f9f9 !important; }
.vc_progress_bar .vc_single_bar .vc_bar { border-radius: 5px !important; }
.vc_progress_bar .vc_single_bar .vc_label { padding: 0.938em 1.250em !important; font-size: 15px !important; }
.vc_progress_bar.wpb_content_element { margin-bottom: 20px !important; }
/*toogle*/
.wpb_toggle.nicdark_bg_greydark { background-color: #495052 !important; }
.wpb_toggle.nicdark_bg_grey { background-color: #f9f9f9 !important; }
.wpb_toggle.nicdark_bg_grey.white { color: #a4a4a4 !important; } 



/*new vc*/
.vc_tta-style-classic .vc_tta-tab > a{ border-radius: 5px 5px 0px 0px !important; border: none !important; }
.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover { background: rgba(0,0,0,0) !important; }
.vc_tta-style-classic .vc_tta-tab.vc_active > a { color: #a4a4a4 !important; }
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a { color: #a4a4a4 !important; }
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { border: none !important; border-radius: 5px !important; }
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover { background: rgba(0,0,0,0) !important; }
.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after { border-color: #a4a4a4 !important; }
.vc_tta-style-classic .vc_tta-panels{ border: 0px solid #495052 !important; box-shadow: 0px 4px 0px 0px #f1f1f1; border-radius: 0px 0px 5px 5px !important; }
.vc_tta-style-classic .vc_tta-panel-body{ border: none !important; }
.nicdark_shadow_none.vc_tta-style-classic .vc_tta-panels{  box-shadow: 0px 0px 0px 0px #f1f1f1 !important; }

.nicdark_tab_dark .vc_tta-tab.vc_active a{ color: #fff !important; }
.nicdark_tab_dark .vc_tta-tab a{ border: none !important; }
.nicdark_tab_dark .vc_tta-tab.vc_active a, .nicdark_tab_dark .vc_tta-panel-body{ background-color: #495052 !important; }
.nicdark_tab_dark.vc_tta-style-classic .vc_tta-panel-heading, .nicdark_tab_dark.vc_tta-style-classic .vc_tta-panel-body { border-width: 0px !important; }
.nicdark_tab_dark .vc_tta-tab.vc_active a, .nicdark_tab_dark .vc_tta-panels{ border: 1px solid #495052; }
.nicdark_tab_dark .vc_tta-panel.vc_active .vc_tta-panel-title a{ background-color: #404547 !important; }
.nicdark_tab_dark .vc_tta-tab.vc_active a:hover { background-color: #404547 !important; }
.nicdark_tab_dark .vc_tta-panels{ background-color: #495052 !important; box-shadow: 0px 0px 0px 0px #404547 !important; }
.nicdark_tab_dark.vc_tta-style-classic .vc_tta-panels{ box-shadow: 0px 4px 0px 0px #404547 !important; border: 1px solid #495052 !important; }
.nicdark_tab_dark.nicdark_shadow_none.vc_tta-style-classic .vc_tta-panels{  box-shadow: 0px 0px 0px 0px #f1f1f1 !important; }

.vc_single_bar{ border: none !important; }

.vc_tta.vc_tta-spacing-1 .vc_tta-tab { margin-left: 0px !important; margin-right: 1px !important; }
.vc_tta.nicdark_tab_padding0 .vc_tta-panel-body{ padding: 0px !important; }

.vc_toggle_rounded .vc_toggle_title { padding-top: 10px; padding-bottom: 10px; padding-left: 40px !important; border-radius: 5px; }
.vc_toggle_rounded .vc_toggle_title h4 { color: #a4a4a4; }
.vc_toggle_rounded.vc_toggle_color_blue h4, .vc_toggle_rounded.vc_toggle_color_green h4, .vc_toggle_rounded.vc_toggle_color_violet h4, .vc_toggle_rounded.vc_toggle_color_orange h4, .vc_toggle_rounded.vc_toggle_color_chino h4, .vc_toggle_rounded.vc_toggle_color_juicy_pink h4 { color: #fff; }
.vc_toggle_rounded .vc_toggle_icon { margin-left: 10px; background: transparent !important; }
.vc_toggle_rounded.vc_toggle_color_grey .vc_toggle_icon:after, .vc_toggle_rounded.vc_toggle_color_grey .vc_toggle_icon:before { background-color: #a4a4a4 !important; }
.vc_toggle_rounded.vc_toggle_color_grey .vc_toggle_title { background-color: #f9f9f9; box-shadow: 0px 4px 0px 0px #f1f1f1;  }

.vc_progress_bar .vc_single_bar .vc_label { text-shadow: none !important; }
.vc_progress_bar .vc_single_bar { border: 1px solid #f1f1f1; }

.vc_btn3.vc_btn3-size-sm{ font-size: 15px !important; padding-top: 5px !important; padding-bottom: 5px !important; }
.vc_btn3.vc_btn3-size-sm:hover, .vc_btn3.vc_btn3-size-md:hover, .vc_btn3.vc_btn3-size-lg:hover {  background-position: 0 -20000px !important; }
.vc_btn3.vc_btn3-size-md{ font-size: 17px !important; padding-top: 10px !important; padding-bottom: 10px !important; }
.vc_btn3.vc_btn3-size-lg{ font-size: 19px !important; padding-top: 15px !important; padding-bottom: 15px !important; }

.vc_btn3-shape-rounded.vc_btn3-style-classic { border-radius: 5px !important; border: none !important; }

/********************************************* 11 - START CF7 CLASSES ***********************************************************/
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked { border: 0px !important; border-radius: 5px 5px 5px 5px; padding: 10px 20px; font-size: 15px; color: #fff; margin: 10px 0px; }
div.wpcf7-mail-sent-ok { border: 0px !important; border-radius: 5px 5px 5px 5px; padding: 10px 20px; font-size: 15px; color: #fff; margin: 10px 0px; }
.wpcf7-not-valid-tip:before{ content: '\e9fd'; font-family: 'fontello'; margin-right: -34px; float: right; font-size: 50px; }
.wpcf7-not-valid-tip{ color: #fff !important; font-size: 12px !important; text-transform: uppercase; padding-left: 0px; border-radius: 5px; padding: 5px 20px; margin: 10px 0px; overflow: hidden; }

/********************************************* 12 - START REVSLIDER CLASSES ***********************************************************/
.tparrows.preview2{   min-width:60px; min-height:60px; background:#f9f9f9; box-shadow: 0px 4px 0px 0px #e5e5e5;}
.tparrows.preview2:after { position:absolute; top:50%; font-family: "fontello"; color:#b7b7b7; font-size:21px; margin-top: -12px; }
.tp-rightarrow.preview2:after{ content: '\e8d8';  right:18px}
.tp-leftarrow.preview2:after{ content: '\e8d7';  left:18px}
.tparrows.preview2 .tp-arr-titleholder{color: #b7b7b7;}
.tparrows.preview2:hover:after{ color:#868585}




/* ======================= CUSTOMIZAÇÃO TOPO ======================= */
.nicdark_focus {
    margin-top: 2px;
}

.nicdark_space3 {
    background: #f2b52a!important;
}

/* ======================= CUSTOMIZAÇÃO CONTEUDO DE PÁGINAS ======================= */
.lista-pagina ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* ======================= CUSTOMIZAÇÃO PÁGINAS INTERNAS ======================= */

/*  Bug NOS BOTOES NA PAGINA INICIAL*/

.nicdark_textevidence h2 {
margin-bottom: 0px!important;
margin-top: 0px!important;
font-size: 23px!important;
}
.widget_text > h2 {
margin-bottom: 0px!important;
margin-top: 0px!important;
color: #fff!important;
font-size: 17px!important;
text-transform: none!important;
font-family: Montserrat!important;
}

/*  FIM Bug NOS BOTOES NA PAGINA INICIAL*/
.no-margin-top {
    margin-top: 0!important;
}
.wpb_wrapper h2 {
color: #4d555b;
font-family: Raleway;
font-size: 21px;
margin-bottom: 20px;
margin-top: 50px;
text-transform: uppercase;
}

.wpb_wrapper h3 {
color: #868585;
font-family: Raleway;
font-size: 18px;
margin-bottom: 5px;
margin-top: 15px;
text-transform: uppercase;
}
.wpb_wrapper ul li {
padding-top: 5px;
padding-bottom: 5px;
}
.wpb_wrapper {
    font-size: 15px;
}

.white {
    color: #FFFFFF!important;
}

/* ======================= CUSTOMIZAÇÃO TRANSPARÊNCIA  ======================= */
.bloco-titulo-unidade h4 {
font-size: 14px!important;
line-height: 21px!important;
}
/* Breadgrump */
.transparencia .transparencia_bread .wpb_wrapper p {
    font-size: 14px!important;
}

.transparencia .transparencia_bread .wpb_wrapper a {
    color: #fc9100!important;
}
.transparencia .transparencia_bread p {
    margin-bottom: 0!important;
}
/* Titulos */
h3.transparencia_titulo {
    font-size: 18px!important;
}
.transparencia h4 {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.transparencia h2 {
color: #fc9100!important;
font-size: 25px!important;
margin-bottom: 0!important;
margin-top: 0!important;
}

.transparencia h2, .transparencia h3{
    text-transform: none!important;
}

/* Conteudo */
.transparencia .wpb_wrapper ul {
    padding-left: 40px!important;
    margin-top: 9px!important;
    margin-bottom: 20px!important;
}
.transparencia .wpb_wrapper ul li {
    margin-bottom: 8px;
    font-size: 14px!important;
}
.transparencia .wpb_wrapper ul li a {
    font-size: 14px!important;
    color: #fc9100!important;
}

.transparencia p {
    font-size: 14px!important;
    margin-bottom: 10px;
}
.transparencia a:not(.vc_general) {
    color: #fc9100!important;
    font-size: 14px;
}/*
.vc_btn3.vc_btn3-size-md {
    font-size: 14px!important;
    color: #000!important;
}*/
.vc_btn3.vc_btn3-color-grey {
    font-size: 14px!important;
    color: #000!important;
}

.white a {
    color: #fff!important;
}

/* ======================== MENU LATERAL TRANSPARENCIA =======================*/

ul#menu-transparencia li a, ul#menu-transparencia-sac li a{
    font-size: 14px!important;

}
ul#menu-transparencia li a:hover{
    color: #fc9100!important;
}
ul#menu-transparencia li a, ul#menu-transparencia-sac li a {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
}
/*
ul#menu-transparencia li:hover {
    background-color: #ddd!important;
    
}*/
.transparencia_menu h2 {
    font-size: 14px!important;
    background-color: #4d555b!important;
    color: #FFF!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    text-transform: uppercase;
}


/* ======================= CUSTOMIZAÇÃO PÁGINA INICIAL ======================= */
.nicdark_post_archive h4 {
line-height: 20px!important;
}
.nicdark_bg_greydark {
    background-color: #4d555b!important;
}
.grey_clean {
    background-color: #F9F9F9!important;
}
.grey_clean .nicdark_bg_white {
    background-color: #F1f1f1!important;
}
.grey_clean h4, .grey_clean p, .grey_clean span {
    color: #a4a4a4!important;
}

.nicdark_shadow.nicdark_bg_greydark {
   box-shadow: 0px 4px 0px 0px #3b4145!important;
}

.borda-dir {
border-right: solid 1px #3f464b!important;
}
.borda-esq {
border-left: solid 1px #3f464b!important;
}
.borda-esq-dir {
border-left: solid 1px #3f464b!important;
border-right: solid 1px #3f464b!important;
}

/* ===================== NOTICIAS ========================= */
#leia-mais {
    color: #979797!important;
}

.data-post-all {
color: #1f1f1f;
font-size: 14px;
}
.nicdark_border_orangedark {
    border: 0!important;
}

.nicdark_masonry_container .nicdark_bg_greydark {
    background-color: #f9f9f9!important;
    color: #b0b0b0!important;
    
}

.nicdark_masonry_container .nicdark_bg_greydark .nicdark_bg_white {
    background-color: #b0b0b0!important;
}
.nicdark_masonry_container .nicdark_bg_greydark h4 {
    color: #b0b0b0!important;
}
.nicdark_masonry_container .nicdark_bg_greydark p {
    color: #b0b0b0!important;
}
.nicdark_masonry_container .nicdark_bg_greydark a {
    color: #b0b0b0!important;
}

.nicdark_masonry_container .nicdark_shadow.nicdark_bg_greydark {
   box-shadow: 0px 4px 0px 0px #f1f1f1!important;
}

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

.nicdark_masonry_container .nicdark_bg_orange {
    background-color: #ffffff!important;
    color: #b0b0b0!important;
    
}

.nicdark_masonry_container .nicdark_bg_orange .nicdark_bg_white {
    background-color: #b0b0b0!important;
}
.nicdark_masonry_container .nicdark_bg_orange h4 {
    color: #b0b0b0!important;
    min-height: 40px;
}
.nicdark_masonry_container .nicdark_bg_orange p {
    color: #b0b0b0!important;
}
.nicdark_masonry_container .nicdark_bg_orange a {
    color: #3e4555!important;
}

.nicdark_masonry_container .nicdark_shadow.nicdark_bg_orange {
   box-shadow: 0px 4px 0px 1px #f1f1f1!important;
}



.icon-pencil-1 {
    display: none;
}



/* =================== MENU TOPO ======================== */
/*
.laranja a {
color: #fc9100;
}*/

/* ====================== BOTÕES ======================= */


.nicdark_bg_orange {
background-color: #f6ac00!important;
}

.nicdark_bg_blue2 {
background-color: #0a77ce!important;
}
.nicdark_bg_y2 {
background-color: #006690!important;
}

.nicdark_shadow.nicdark_bg_orange {
   box-shadow: 0px 4px 0px 0px #df9c02!important;
}

.nicdark_shadow.nicdark_bg_blue2 {
   box-shadow: 0px 4px 0px 0px #005fab!important;
}
.nicdark_shadow.nicdark_bg_y2 {
   box-shadow: 0px 4px 0px 0px #01587b!important;
}

/* ==================== TABELAS ======================= */

.nicdark_bg_cinza {
background-color: #4d555b;
}
iframe {
overflow-x:hidden;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #bdddf7;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}

/* ===================== RODAPE ===================== */
.rodape_template h3 {
    color: #fff;
    background-color: #444b51;
    padding: 8px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 17px;
}
.rodape_template h4 {
color: #fff;
font-size: 14px;
}
.rodape_template .title{
    color: #fff;
    background-color: #444b51;
    padding: 8px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 17px;
}

.rodape_template .subtitle {
    color: #fff;
    font-size: 14px;
}
.rodape_template ul.lrdp {
margin-bottom: 30px;
}
.rodape_template ul.lrdp li {
border-bottom: solid 1px #646f77;
}
.rodape_template ul.lrdp li a {
color: #a1a9b0!important;
font-size: 14px;
padding: 10px 0px!important;
}

.rodape_template ul.logos-rodape li a {
padding: 12px 0px;
}
.rodape_template ul.logos-rodape li p {
font-size: 14px;
line-height: 19px;
color: #a1a9b0!important;
}

.rodape_template ul.logos-rodape li {
border: solid 1px #5b6369;
text-align: center;
border-radius: 5px;
margin-bottom: 20px;
padding: 10px;
}
.rodape_template ul.logos-rodape li {

}


/* ============= CUSTOM ICONES PAGINA INICIAL =============== */

.sesi-corridas {
    background-image: url(http://www4.rn.sesi.org.br/wp-content/uploads/2017/05/correndo.png)!important;
}
