/*
Theme Name: Glaciar
Theme URI: http://underscores.me/
Author: Jose Daniel
Author URI: http://obliquidades.com
Description: Responsive Bootstrap Theme
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glaciar
Domain Path: /languages/
Tags:

*/
/*LARGURA MAXIMA DO PORTAL*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*LARGURA MAXIMA DO PORTAL*/
/*COLUNAS*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
/*COLUNAS*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
        height: 100%;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
    
    background: -moz-linear-gradient(top, rgba(54, 78, 110, 1) 0%, rgba(54, 78, 110, 0.6) 69%, rgba(54, 78, 110, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54, 78, 110, 1)), color-stop(69%, rgba(54, 78, 110, 0.6)), color-stop(100%, rgba(54, 78, 110, 0)));
    background: -webkit-linear-gradient(top, rgba(54, 78, 110, 1) 0%, rgba(54, 78, 110, 0.6) 69%, rgba(54, 78, 110, 0) 100%);
    background: -o-linear-gradient(top, rgba(54, 78, 110, 1) 0%, rgba(54, 78, 110, 0.6) 69%,rgba(54, 78, 110, 0) 100%);
    background: -ms-linear-gradient(top, rgba(54, 78, 110, 1) 0%, rgba(54, 78, 110, 0.6) 69%, rgba(54, 78, 110, 0) 100%);
    background: linear-gradient(to bottom, rgba(54, 78, 110, 1) 0%, rgba(54, 78, 110, 0.6) 69%, rgba(54, 78, 110, 0) 100%);
    background-repeat: no-repeat; 
    background-color: rgba(224, 221, 210, 1) !important;
    margin:0;
    padding:0;
    height:100%;
    font-family: 'Roboto', sans-serif !important;        
}
#page {
    min-height: 100%;
    position:relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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 #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    
}
a:visited {
	
}
a:hover,
a:focus,
a:active {
	
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
    display: none;
}
@media screen and (max-width: 600px) {
    .menu-toggle, .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
            display: none;
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*Template Glaciar*/
.logo {
    width: 400px;
    padding: 5px 0
}
.site-title {
    margin: 0 0 -30px -50px
}
.site-header {
    padding: 20px 0;
}
.tourism-block {
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0px 0px 15px #ccc;
}
.tourism-block-txt {
    padding: 5px;
    text-align: center;
    color: #fff;
}
.tourism-block-img {
    height: 80px;   
    width: auto
}
.affix {
    top: 0;
    z-index: 99;
    max-width: 1140px;
    width: 100%;
}
.acf-map {
	width: 100%;
	height: 280px;
	border: #ccc solid 1px;
	margin: 0;
}
.acf-map img {
    max-width: none !important;
}
.entry-title {
    margin: 8px 0 0 0;
    border-bottom: 1px #e1ded3 dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px !important;
    line-height: 100% !important;
}
.entry-footer {
    margin: 15px 0;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100% !important;
}
.navbar {
    margin-bottom: 5px !important;
    border-radius: 0 !important;
    border: none !important
}
.navbar-nav a {font-weight: bold !important; color: #38506F !important}
.navbar-inverse a {
    color: #fff !important;
    font-size: 16px;
}
.navbar-inverse .dropdown-menu a {
    color: #333 !important;
    font-size: 16px;
}
.navbar-inverse {
    background-color: #89bb00 !important;
    border-color: #080808;
}


.text-right {
    text-align: right
}
.green-color {
    color: #89bb00 !important 
}
.edit-link {
    font-size: 14px !important
}
.entry-meta {
    margin-bottom: 10px;
}
#galleria {
    height:450px;    /* defines a static gallery height */
    max-width:820px; /* defines a responsive width */
}
.entry-box {
    box-shadow: 0px 0px 15px #ccc;
}
.entry-box img {
    min-width: 100%;
    height: auto;
}
.entry-box-txt {
    padding: 20px;
}
.margin-0 {
    margin: 0 !important
}
.margin-top-menos-1 {
    margin-top: -1px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.padding-top-0 {
    padding-top: 0 !important
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

#secondary {
    padding: 20px;
    background: #e1ded3;
    width: 100%;
    float: left;
    clear: both;
}
#secondary .search-field {
    width: 100%;
    padding: 7px 10px
}
#secondary .search-form label {
    width: 100%;
}

#colophon {
    background: #333;
    padding: 30px;
}
.widget-title {
    padding: 10px 15px;
    background: #89BB00;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px !important;
    margin-top: 0;
}
.list-group-item {
    border-radius: 0px !important;
}

/*header*/
.header-outside {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*header*/
/*content*/
.site {
    	min-height:100%;
    position:relative;
}
.site-wrapper {
       	min-height:100%;
    position:relative;

} 
.site-content {

    background: #fff;
    padding: 30px;
   }
.site-footer {
    width:100%;
    background:#ee5;
    font-size: 90%;
}
.site-footer h4 {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 130%;
}
.site-footer a {
    color: #ccc !important;
}
.site-footer .list-group-item {
    background-color: rgba(0,0,0,0.5);
    border: none !important;
    display: block;
    margin-bottom: 1px;
    color: #ddd;
}
.site-footer .thumbnail {
    background-color: rgba(0,0,0,0.5) !important;
    border: 1px solid #444 !important;

}
.copyright {
    padding: 5px;
    background: #000;
    text-align: left;
    color: #999
}
.copyright a {
    color: #999 !important
}
/*content*/
/*rev slider*/
.frame-box {
    padding: 20px;
    background: #444;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}
.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/*rev slider*/
/*dropdown*/
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}
ul.nav li.dropdown > li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;    
}
/*dropdown*/

.page-header {
    border-bottom: none !important;
    margin: 0px 0 10px !important;
    padding-bottom: 9px;
}
.fonte-da-imagem {
    padding: 5px 10px;
    background: #f1f1f1;
}


.panel-default > .panel-heading {
   color: #3a7038 !important;
   padding: 10px 15px !important;
}
.panel-heading {
    border-radius: 0px !important;
}

.panel a:hover, a:visited, a:active, a:link { 
text-decoration: none !important;
}



.panel {
    border: 1px solid #e1ded3;
    border-radius: 0px !important;
}

/*modulo de noticias*/
.mod-col-main {
    width: 44%;
    float: left;
    padding-right: 2%;
    border-right: 1px #eee solid;
    line-height: 120%;
}
.mod-col-secondary {
    width: 54%;
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}
.mod-col-secondary-left {
    width: 20%;
    float: left;
}
.mod-col-secondary-right {
    width: 78%;
    float: left;
    margin-left: 2%;
    line-height: 110%;
    
}
.mod-col-secondary-right h4 {
font-size: 16px !important
    
}
.mod-col-secondary-right h4 a {

}
.mod-col-secondary-right small {
    line-height: 11px !important;
    font-size: 11px !important;
}

.mod-nrecentes {
    padding: 10px 0;
}

/*MODULO DE METEOROLOGIA*/
.meteorologia-hoje {
    padding: 5%;
    background: #89bb00;
    color: #fff;
    width: 100%;
    float: left;
    clear: both;
    font-size: 100%;
    line-height: 100%;
}
.meteorologia-hoje-esq {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 40px;
    height: 64px;
    line-height: 64px;
}
.meteorologia-hoje-dir {
    width: 50%;
    float: right;
    text-align: center;
}
.meteorologia-hoje-fundo {
    width: 100%;
    float: left;
    clear: both;
    vertical-align: middle;
}
.meteorologia-hoje-fundo img {
    vertical-align: middle;
    margin-right: 5px;
}
.meteorologia-hoje-fundo-esq {
    width: 50%;
    float: left;
    text-align: center;
}
.meteorologia-hoje-fundo-dir {
    width: 50%;
    float: right;
    text-align: center;
}
.meteorologia-hoje-meio {
    width: 100%;
    float: left;
    clear: both;
}
.meteorologia-hoje-topo {
    width: 100%;
    float: left;
    clear: both;
    font-size: 80%;
    line-height: 100%;
    text-align: center;
}
.meteorologia-proximos {
    background: #89bb00;
    padding: 2% 5%;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 1px;
}
.meteorologia-proximos-esq {
    float: left;
    width: 20%;
}
.meteorologia-proximos-esq img {   
    width: 25px;
    height: auto
}
.meteorologia-proximos-dir {
    float: left;
    width: 80%;
    font-size: 12px;
    line-height: 100%;
    color: #fff
}
/*MODULO DE METEOROLOGIA*/


.menu-home-lateral-container ul li {
    margin-bottom: 1px;
}
.menu-home-lateral-container ul {
    list-style: none;
    margin: 0;
}
.menu-home-lateral-container a {
    color: #fff !important;
    padding: 5px 10px;
    background: #89bb00;
    display: inline-block;
    width: 100%;
}
.media-list, .list-group {
    margin-left: 0;
}
li.media {
    padding:10px 0; 
}
/*Modulo de Categorias*/
ul.mod-categorias {
    margin: 0;
    list-style: none;
    line-height: 100%;
}
ul.mod-categorias li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
    background: #89bb00;
    color: #fff !important;
    
}
ul.mod-categorias li a:hover {
    text-decoration: none;
}
/*Modulo de Categorias*/
/*Modulo Proximos Eventos*/
.calendar-wrapper {
    width: 65px;
    text-align: center;
    line-height: 120%;
    
}
.calendar-month {
    padding: 1px;
    background: #3a7038;
    color: #fff;
    font-size: 11px;
    
}
.calendar-day {
    padding: 10px 0;
    font-size: 24px;
    border: 1px #e1ded3 solid;
    border-top: 0;
    color: #3a7038
    
}

/*Modulo Proximos Eventos*/
/*Sidebars*/
aside {
    clear: both;
    float: left;
    width: 100%;
}
/*Sidebars*/
/*adv-search-form*/
.adv-search-form {
    padding: 10px;
    border: 1px #eee solid;
    margin-bottom: 10px;
    
}
/*adv-search-form*/
/*Video*/
.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%;
}

/*Video*/
.menu-luis, .menu-luis ul {
    list-style: none;
    margin: 0;
}
.menu-luis li a, .menu-luis ul li a {
    padding: 5px 10px;
    background: #f3f3f3;
    margin-bottom: 5px; 
    display: block;
    width: 100%;
    color: #89bb00;
    text-decoration: none !important;
}
.menu-luis li a:hover, .menu-luis ul li a:hover {
    background-color: #89BB00 ;
    color: #fff !important
} 

.menu-luis li a:active, .menu-luis ul li a:active{
    background-color: #89BB00 ;
    color: #fff !important
} 



.menu-horizontal-luis ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.menu-horizontal-luis ul li { display: inline; }

.menu-horizontal-luis ul li a
{
     padding: 5px 10px;
    background: #f3f3f3;
    margin-bottom: 5px; 
    
    width: 100%;
    color: #89bb00;
    text-decoration: none !important;

}

.menu-horizontal-luis li a:active, .menu-horizontal-luis ul li a:active{
 background-color: #89BB00 ;
    color: #fff !important;
}
.menu-horizontal-luis li a:hover, .menu-horizontal-luis ul li a:hover{
 background-color: #89BB00 ;
    color: #fff !important;
}

/*********************/


#a_diretorio_sidebar #menu-turismo {
    list-style: none;
    margin: 0;
}
#a_diretorio_sidebar #menu-turismo li a {
    padding: 5px 10px;
    background: #f3f3f3;
    margin-bottom: 5px; 
    display: block;
    width: 100%;
    color: #89bb00;
    text-decoration: none !important;
}
#a_diretorio_sidebar #menu-turismo li a:hover {
    background-color: #89BB00 ;
    color: #fff !important
} 

#a_diretorio_sidebar #menu-turismo li a:active {
    background-color: #89BB00 ;
    color: #fff !important
} 

/*********************/

.menu-horizontal-turismo ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.menu-horizontal-turismo ul li { display: inline; }

.menu-horizontal-turismo ul li a
{
     padding: 5px 10px;
    background: #f3f3f3;
    margin-bottom: 5px; 
    
    width: 100%;
    color: #89bb00;
    text-decoration: none !important;

}

.menu-horizontal-turismo li a:active, .menu-horizontal-turismo ul li a:active{
 background-color: #89BB00 ;
    color: #fff !important;
}
.menu-horizontal-turismo li a:hover, .menu-horizontal-turismo ul li a:hover{
 background-color: #89BB00 ;
    color: #fff !important;
}





/*********************/
.margin-top-0 a{
    text-decoration: none !important;
}

.margin-top-0 a:hover, a:active{
    text-decoration: none !important;
}

.entry-title{
    color: #999999;
}

.dropdown-menu a:hover{
    background-color: #89BB00 !important; 
}
.dropdown-menu a:active{
    background-color: #89BB00 !important; 
}


/*NOTICIAS SHORTCODE*/
.noticias-row {
    box-shadow: 0 0 15px #e1ded3;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.noticias-row h3, .noticias-row .h3 {
    font-size: 21px !important;
}
/*NOTICIAS SHORTCODE*/
/*PAGE NUMBERS*/
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

.page-numbers > li {
  display: inline;
}

.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  background-color: #eeeeee;
}

.page-numbers .current {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #89bb00;
  border-color: #89bb00;
}

.page-numbers > .disabled > span,
.page-numbers > .disabled > span:hover,
.page-numbers > .disabled > span:focus,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
/*PAGE NUMBERS*/
/*PAGE TITLE*/
.page-title {
    margin: 0 !important; 
    padding: 0 !important; 
    font-size: 25px !important;
}
/*PAGE TITLE*/
/*SINGLE*/
.content-area {
 background: #fff;
}
/*SINGLE*/
/*MODULOS*/
.header-modulos {
        margin-bottom: 10px;
        height: 28px !important;
        line-height: 28px !important;
}
.header-modulos a {
    display: block;
    height: 28px;
}
.header-modulos a i {
    display: block;
    padding: 8px;
    color: #3a7038
}
.modulo-contentor {
     float: left;
    width: 100%;
    clear: both;
}

.header-modulos h3 {
    color: #3a7038;
    margin: 0 !important;
    float: left;
    clear: none;
    padding:5px 0; 
    font-size: 17px !important
}
.header-modulos img {
    float: left;
    clear: none;
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
.tp-banner-container .modulo-caption[opacity="0"] {
    
}
.modulo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;    
}
.modulo-caption h3 {    
    margin: 0 !important;
}
.modulo-caption p {    
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

/*MODULOS*/
/*MODULO EVENTOS*/
.modulo-eventos {
    height: 100%;
    margin-bottom: 10px;
}
.modulo-eventos > div {
    height: 100%;
}
.header-eventos {
    background: #e1ded3;
}
.header-fotografias {
    background: #e1ded3;
}
.list-evento {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 10px;
    margin-top: -1px;
    background: #f1f1f1;
}
.list-evento h4 {
    font-size: 15px !important
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 {
    margin-top: 10px;
    border-top: 3px #89bb00 solid;
    padding-top: 10px;
}

/*MODULO EVENTOS*/
/*SINGLE EVENTO*/
.single-evento-thumb img {
    width: 100%
}
/*SINGLE EVENTO*/
/*HOMEPAGE*/
.home-content-area {
    background: #fff;
    float: left;
    clear: both;
    width: 100%;
}
/*HOMEPAGE*/
/*QUICKICONS*/
.quickicon-item {
    padding: 10px;
    background: #89bb00;
    color: #fff;
    display: block;
    width: 100%;
}
.quickicon-item img {
    max-height: 36px;
    float: right
}
.quickicon-item h4 {
    line-height: 36px;
    margin: 0;
}
/*QUICKICONS*/
.post-share-tools {
    margin-bottom: 10px;
}

/*PAGE HEADERS*/
.styled-page-title {
   background: #3a7038;
   color: #fff;
   font-size: 17px !important;
   height: 35px;
   line-height: 35px;
   font-size: 30px;
   margin-top: 0 !important;
}
.styled-page-title img {
    vertical-align: top
}
/*PAGE HEADERS*/
/*SEARCH BOX*/
.box-pesquisar {
    float: right;
    padding: 5px;
    background: rgba(255,255,255,0.6)
}
.box-pesquisar .search-field {
    padding: 5px !important;
    height: 30px;
    vertical-align: top;
        	border-radius: 0px;
                margin: 0;
}
.box-pesquisar label {
                margin: 0;
}
.box-pesquisar .search-submit {
    padding: 5px !important;
    height: 30px;
    vertical-align: top;
    	border-radius: 0px;
}

/*SEARCH BOX*/
.noticias-row {
    border: 1px #eee solid;
    padding: 10px;
    margin-bottom: 10px;
}
/*FOTOGRAFIAS*/
.galeria-item img {
    min-width: 100%;
    height: auto
}
.galeria-item {
    position: relative;
    display: block;
}
.galeria-item span {
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    text-align: center;
    line-height: 110%;
}
/*FOTOGRAFIAS*/
.foto-item-block {
    position: relative;   
    display: block;
}
.foto-item-block img  {
    min-width: 100%;
}
.foto-item-block-txt {
    position: absolute;    
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    font-size: 14px;
    padding: 5px;
    height: 30px;
    text-align: center;
}
.foto-item-block-txt-body {
    font-size: 12px !important;
    line-height: 100%;
    padding: 10px 0;
}

.list-group-item {
    border: none !important;
    border-top: 1px solid #DDD !important;
}

.entry-content{
    text-align: justify;
}

.caption{
    text-decoration: none !important;
}
.mod-navegacao-fotos {
    padding: 7px;
    background: #444;
    margin-bottom: 5px;
}
.mod-navegacao-fotos a {
    font-size: 20px;
    line-height: 100%;
    display: inline-block;
    color: #fff        
}
.gallery-item-image {
    margin-bottom: 1.5em;
    display: block;
}
.album-featured-image img {
    min-width: 100%;
}
/*Votes*/
.wdpv_vote_result_output {
    font-size: 16px;
}
/*Votes*/


/*MODULO FOTOGRAFIAS*/
.modulo-fotografias .gallery {
    margin-bottom: 0;
}
.modulo-fotografias .thumbnail {
    border-radius: 0;
}

/*MODULO FOTOGRAFIAS*/
/*FOOTER MENUS*/
#principal-footer, #sobre-o-sitio, #outros-sitios {
    margin: 0;
}
/*FOOTER MENUS*/


.list-evento-topo {
    height: 200px !important;
    overflow: hidden;
    position: relative;  
    
}
.list-evento-topo h4 {    
    position: absolute;    
    bottom: 0;
    background: rgba(0,0,0,0.5);
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 15px !important;
    width: 100%;
    
}
.list-evento-topo img {
    width: 100%;
    min-height: 200px;
    vertical-align: middle;
}

/*Ticker*/
#ticker-posts {
    width: 100% !important;
    height: 35px;
    background: #e1ded3;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 999;
    margin: 0 0 5px 0;
    border-width: 0 15px;
    border-left-color: #89bb00;
    border-right-color: #e1ded3;
    border-style: solid;
    padding-left: 20px;
        
    
}
.municipio {
    color: rgba(52, 109, 40, 1)  !important;
}
.municipio, .nmunicipios-titulo, .nmunicipios-municipio, .nmunicipios-data {
    float: left;
    padding: 5px;
}
/*Ticker*/

/*FORECAST HOMEPAGE*/
#wp-forecastA {
    text-align: center;
    background: #89bb00;
    color: #fff;
}

#wp-forecastA .wp-forecast-curr-block {
margin: auto
}
#wp-forecastA .wp-forecast-curr-details {
    text-align: center
}
#wp-forecastA .wp-forecast-curr-details div {
    width: 50%;
    float: left;
}
#wp-forecastA div.wp-forecast-curr-left {
    float: none;
    text-align: center;
}
#wp-forecastA div.wp-forecast-curr-right {
    float: none;
    text-align: center;
}
#wp-forecastA div.wp-forecast-curr-block {
    width: 100%;
    
}
/*FORECAST HOMEPAGE*/



/* visual composer styles  */

.post-title{
    font-size: 15px !important;
    text-align: center !important;
}

.post-thumb{
    text-align: center !important;
    width: 30% !important;
}

#isotope-item {
    margin-bottom: 0px !important;
    text-align: center !important;
}
/* FIM visual composer styles  */



.panel-heading{
    padding: 0px !important;
}

.panel{ 
    border-color: #FFF important;
}

.awe_highlow {
    display: none; 
}



.div_efeito_cor {
background: #f1f1f1;
/*width: 80%; largura da div */
/*height:40px;  altura da div */
/*border:1px solid #999; borda da div */
-webkit-transition: 0.5s ease-out;
-moz-transition: 0.5s ease-out;
-o-transition: 0.5s ease-out;
transition: 0.5s ease-out;
}

.div_efeito_cor:hover {
background: #DDD;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}

#div_efeito_movimento {
background:#0C3;
position:relative;
top:0px;
left: 0px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
#div_efeito_movimento:hover {
left: 20px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.div_efeito_movimento {
background:#0C3;
position:relative;
top:0px;
left: 0px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.div_efeito_movimento:hover {
left: 20px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}

#degradee{
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#000000));
            background: -moz-linear-gradient(top, #CCCCCC, #000000);
            filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCCCCC', EndColorStr='#000000');
}



/*CAPTION DO SLIDE DA HOMEPAGE*/
.home_slide_caption
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:23px;
	font-weight:400;
	line-height:26px;
	margin:0;
	position:absolute;
	white-space:nowrap;
        text-shadow:0px 0px 4px #000, 0px 0px 5px #000;
}
/*CAPTION DO SLIDE DA HOMEPAGE*/
/*QUICK ICONS*/

.quick-icons-item {
    padding: 15px 10px;
    border-radius: 10px;
    display: block;
    background: #ffffff;
    color: #89BB00 !important    
}
.quick-icons-item:hover {
    background: #89BB00;
    color: #fff !important
}
.quick-icons-caption {
   font-size: 90%;
}
/*QUICK ICONS*/
/*MODULO ENQUADRAMENTO DO CONCELHO*/
.enquadramento-do-concelho {
    box-shadow: 0 -5px 10px -5px #ccc;
    padding: 90px 0;
    background: #fff;
}

/*MODULO ENQUADRAMENTO DO CONCELHO*/
/*MODULO DE SERVICOS*/
.modulo-de-servicos-item {
    width: 48%;
    float: left;
    margin: 1%;
}
.modulo-de-servicos-item a {
    display: block;
    text-align: center;
    padding: 28px 20px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #89BB00 !important 
}
.modulo-de-servicos-item a:hover {
    background: #89BB00;
    color: #fff !important
}

/*MODULO DE SERVICOS*/
/*MODULO DE FOTOGRAFIAS*/
.modulo-fotografias {
    padding: 60px 0;
}

.modulo-fotografias .mod-fotos-gallery-item {
    position: relative;
}

.modulo-fotografias .mod-fotos-gallery-item a {
    display: block;
}
.modulo-fotografias .mod-fotos-gallery-item img {
    width: 100%
}
.modulo-fotografias .absolute-link {
    position: absolute;
    padding: 10px 0;
}

.mod-top-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%) repeat scroll 0 0;
    bottom: 0;
    line-height: 120%;
    font-size: 95%;
    color: #fff !important;
    left: 0;
    position: absolute;
    text-shadow: 0 1px 1px #000;
    width: 100%;
    padding: 15px;
}
/*MODULO DE FOTOGRAFIAS*/

.jumbotron-no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.jumbotron-small-padding {
    padding: 30px !important;
}

/*SUBSCREVER NEWSLETTER*/
.subscrever-newsletter-form .wysija-paragraph {
    float: left;
    margin: -1px !important;
}
.subscrever-newsletter-form .mailpoet_submit {
    height: 33px !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}
/*SUBSCREVER NEWSLETTER*/
/*Weather Widget*/
.ultra-micro {
    float: right;
    color: #444;
    width: 253px !important;
}
.ultra-micro .awe_days_3 .awesome-weather-forecast-day:first-child {
    color: #89bb00;
}
.ultra-micro .awe_days_3 .awesome-weather-forecast-day {
    width: 22% !important;
    padding: 0 6px;
    color: green;
}
.ultra-micro .awesome-weather-forecast {
    padding: 0 !important;
    border: 0 !important;
}
.ultra-micro .awesome-weather-forecast-day i {
    padding-bottom: 4px !important;
}
.ultra-micro .awesome-weather-forecast-day-abbr {
    font-size: 0.9em;
    margin-top: 3px !important; 
}
.ultra-micro .awesome-weather-forecast-day-temp {
    font-size: 1.3em !important;
}
/*Weather Widget*/
.white-hr {
    border-color: #fff !important
}

/*MODULO DESTAQUES DE NOTICIAS*/
.modulo-destaque-de-noticias {
    padding: 30px;
    background: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;    
}
.modulo-destaque-de-noticias img {
    width: 100%;
    height: auto
}
.caption-noticia {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 2px #89BB00 solid;
    background: #f1f1f1;
}
.caption-noticia h4 {
    font-size: 15px !important
}
.header-noticias {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 30px;
    background: #89BB00;
    color: #fff;
    font-size: 130% !important;
}

/*MODULO DESTAQUES DE NOTICIAS*/
/*MODULO DESTAQUES DE EVENTOS*/
.modulo-destaque-de-eventos {
    padding: 30px;
    background: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;    
}
.caption-noticia {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 2px #89BB00 solid;
    background: #f1f1f1;
}
.caption-noticia h4 {
    font-size: 15px !important
}
.header-noticias {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 30px;
    background: #89BB00;
    color: #fff;
    font-size: 130% !important;
}

/*MODULO DESTAQUES DE Eventos*/


/**BACK TO TOPO BUTTON**/
.cd-top {
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(137, 187, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  color: #fff;
  padding: 11px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #89BB00;
  opacity: 1;
}

.post-type-archive-mec-events .site-content #main-content {
    padding: 0 !important
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  #menu-principal {
      width: 96%
  }
  #menu-principal .covid-19-menu, #menu-principal #menu-item-105086 {
      float: right !important;
  }
  #menu-principal .covid-19-menu > a {
      background: #024E70 !important
  }
  #menu-principal #menu-item-105086 {
      background: #d49458 !important
  }
}

/**BACK TO TOPO BUTTON**/
/*TOP SOCIAL LINKS*/
.social-links {
    text-align: right;
    font-size: 170%; 
}
.social-links a {
    display: inline-block;
}

.social-links a.social-links-facebook {
    color: #ffffff;
}
.social-links a.social-links-youtube {
    color: #ffffff;
}
.social-links a.social-links-twiter {
    color: #ffffff;
}
.social-links a.social-links-instagram {
    color: #ffffff;
}
.social-links a.social-links-facebook:hover {
    color: #3A589E;
}
.social-links a.social-links-youtube:hover {
    color: #DE2825;
}
.social-links a.social-links-twiter:hover {
    color: #1da1f2;
}
.social-links a.social-links-instagram:hover {
    color: #d1d1d1;
}
/*TOP SOCIAL LINKS*/

/*MODULO ACONTECE*/
.modulo-contentor-noticias {
    padding: 30px;
    background: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid; 
}
/*MODULO ACONTECE*/
/*RESPONSIVE*/
@media screen and (max-width: 991px) {
.navbar-inverse a {
    font-size: 15px;
}
.logo {
    width: 300px;
}
.site-title {
    margin-left: 0px;
}
}
@media screen and (max-width: 768px) {
    .logo-geopark {
        text-align: center !important;
    }
    .social-links {
        margin-top: 0 !important;
        text-align: center !important
    }
    .top-cm-logo {
        display: block;
        margin: auto;
        width: 100px;
    }
    .box-pesquisar {
        margin-top: 0 !important;
        float: none !important
    }
    .box-pesquisar #search {
        width: 100%;
    }
    .box-pesquisar #search-img {
        display: none
    }


    .logo {
    width: 170px;
}
.site-title {
    margin-bottom: -35px;
}
.site-header {
    padding: 10px 0;
}
.home-header .frame-box {
    padding: 5px;
    margin-bottom: 10px;
}
}
/*RESPONSIVE*/
/*WEB TV*/
/*Loading animation*/
.loader-anim {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: #fff;
    text-align: center;
}
.texto-acarregar {
    height: 152px;
    top: 50%;
    margin-top: -76px;
    position: relative
}
.texto-acarregar h2 {
    margin: 5px 0;
}
.web-tv-container {
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 0;
   top : 0;
   left: 0;
}
.spinner {
  margin: 20px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*WEB TV*/


/* topos inicio*/
.bo-cenabotron {    
    position: relative;
     background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url('img/apoios_sociais.jpg');
     margin-bottom: 0;
}
.bo-cenabotron .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.bo-cenabotron p {
    font-size: 15px !important;
    color: #fff !important;
}

.bo-cenabotron h1 {
    font-size: 30px !important;
    color: #fff !important;        
}

/* topos Fim*/
.box-pesquisar input {
    vertical-align: middle;
}
.top-bar {
    background: #92A2B3;
    color: #fff;
    padding: 5px 0;
}


/*TICKER NEWS*/
.breakingNews{width:100%; height:40px; background:#FFF; position:relative; overflow:hidden;}
.breakingNews>.bn-title{width:auto; height:40px; display:inline-block; background:#D9915A; position:relative;}
.breakingNews>.bn-title>h2{display:inline-block; margin:0; padding:0 20px; line-height:40px !important; font-size:16px !important; color:#FFF; height:40px; box-sizing:border-box;}
.breakingNews>.bn-title>span{width: 0;position:absolute;right:-10px;top:10px;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-left-color:#D9915A !important; border-color: #fff}

.breakingNews>ul{padding:0; margin:0; list-style:none; position:absolute; left:210px; top:0; right:40px; height:40px; font-size:16px;}
.breakingNews>ul>li{position:absolute; height:40px; width:100%; line-height:40px !important; display:none;}
.breakingNews>ul>li>a{text-decoration:none; color:#333; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>ul>li>a>span{color:#D9915A;}
.breakingNews>ul>li>a:hover{color:#D9915A;}

.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}
/*TICKER NEWS - FIM*/

/*BD ADSI*/
.bdadsi-entry-header {
    padding: 15px 0 !important;
}
.bdadsi-page-title {
    margin: 0;
    font-size: 1.6em;
}
#adsi_diretorio_id {
    float: right;
    padding: 5px
}
/*BD ADSI - FIM*/

#gform_confirmation_message_3 {
padding: 20px;
text-align: center;
background: #89BB00;
color: #fff;    
}

.widget_archive select {
    width: 100%;
    padding: 7px 10px
}


.top-cm-logo {
    text-align: center;
    display: block;
}
.logo-geopark {
    display: block;
    text-align: right;
}

.tp-banner-cartaz .tp-bgimg {
    background-color: #f1f1f1 !important;
    background-size: contain !important 
}

/*balcao online*/
.callout .border {
    padding: 10px !important;
}
.btn-documento {
    padding: 1px 7px !important;
}
.mailpoet_form_paragraph.grpd-paragrafo {
    font-size: 1.1em !important;
    font-weight: bold;
    margin-bottom: 0 !important
}
.mailpoet_form_paragraph.grpd-paragrafo label {
    font-size: 1.1em !important;
}

.callout h4.highlight {
    margin: 0
}