/*
Theme Name: Eccon Theme
Author: Vinicius Foscaches
Author URI: http://be.net/viniciusfoscaches
Description: Theme developed for Eccon Soluções Ambientais,
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";

section:first-of-type {
  margin-top: 160px;
}
section.a-eccon:first-of-type, 
section.areas_verdes:first-of-type, 
section.yuri-marinho:first-of-type {
  margin-top: 50px;
}
section.yuri-marinho:last-of-type {
  margin-bottom: 100px;
}
section {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 15%;
	margin-right: 15%;
}
section h2 {
	text-align: left;
	border-bottom: thin solid rgba(96,91,66,1.00);
	color: rgba(96,91,66,1.00);
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
}
section p {
	color: rgba(119,119,119,1.00);
	text-decoration: none;
}
section ul li {
	color: rgba(119,119,119,1.00);
	list-style-type: circle;
	margin-top: 1em;
	margin-left: 1em;
}
section li {
	list-style-position: inside;
	list-style-type: circle;
}
.cartas {
	clear: both;
	padding-top: 15px;
}
.pr-envolv ul li {
	list-style-type: circle;
	list-style-position: inside;
}
* {
	font-family: asap;
	font-style: normal;
	font-weight: 400;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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: #0073aa;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 2rem 2.5rem;
    text-decoration: none;
    top: .5rem;
    left: .5rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="search"]:focus{
  border: 1px solid rgba(119,119,119,1.00);
  outline: 0; }

input[type="search"] {
  height: 38px;
  padding: 6px 10px;
  border: 1px solid rgba(119,119,119,1.00);
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.search-box__form {
  z-index: 2000; }

/*------------------------------------*  #SEARCH FIELDS
\*------------------------------------*/
input[type=search].search-field {
  width: 70%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  vertical-align: middle; }
  @media (min-width: 750px) {
    input[type=search].search-field {
      width: 80%; } }

input[type=submit].search-submit {
  height: 38px;
  padding: 0 1rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 30%;
  border: 1px solid rgba(119,119,119,1.00);
  border-radius: 0 .4rem .4rem 0;
  background-color: rgba(119,119,119,1.00);
  line-height: 38px;
  letter-spacing: .1rem;
  vertical-align: middle; 
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;

}
  @media (min-width: 750px) {
    input[type=submit].search-submit {
      width: 20%; } }

/*------------------------------------*  #SEARCH-BOX
\*------------------------------------*/
.search-box__button {
  position: absolute;
  top: 2rem;
  right: 3.5rem;
  padding: 0;
  margin: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  font-size: 1.6rem;
  background-color: transparent;
  color: #838383; }
  .search-box__button:hover, .search-box__button:active, .search-box__button:focus {
    background-color: transparent; }
  .search-box__button svg {
    width: 100%;
    height: 100%; }
  .search-box__button .feather-search {
    display: block; }
  .search-box__button .feather-x {
    display: none; }
@media (min-width: 1100px) {
  .search-box__button {
    right: 1rem;
    top: 2.5rem;}
}

.button-submit{
  background: #256768 !important;
}

.search-box__button--openned .feather-search {
  display: none; }

.search-box__button--openned .feather-x {
  display: block; }

.search-box__form {
  display: none;
  position: fixed;
  top: 5rem;
  right: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 1.2rem 2rem rgba(163, 163, 163, 0.5); 
}
@media (min-width: 380px) {
  .search-box__form {
    top: 7rem; } 
}
.search-box__form form {
  margin: 0 auto;
  max-width: 60rem;
  width: 80%; }

.search-box__form--openned {
  display: block; }


.fade-in-down {
  animation: fade-in-down 0.3s; }

@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fade-out-up {
  animation: fade-out-up 0.3s; }

@keyframes fade-out-up {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0); } }


#carousel1 {
	margin-top: 50px;
	z-index: 5;
	max-height: 500px;
	overflow: hidden;
}
#carousel1 .item img {
	margin-top: -225px;
}
.container-fluid .navbar-header .navbar-toggle {
	margin-top: 10%;
	border-width: 0px;
}
.navbar.navbar-default.navbar-fixed-top {
	border-width: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 3px hsla(0,0%,0%,0.50);
	box-shadow: 0px 1px 3px hsla(0,0%,0%,0.50);
	min-width: 320px;
}
.top-logo {
	margin-top: 22px;
	margin-left: 10%;
	margin-right: auto;
	margin-bottom: 22px;
	float: left;
	clear: left;
}
.page-numbers.current {
	font-weight: bold;
}
.prev {
	padding-right: 1rem;
}
.next {
	padding-left: 1rem;
}

.row {
	display: flex;
}
.thumb {
	width: auto;
	height: auto;
	margin-left: 1rem;
}
.excerpt {
	margin-left: 1rem;
}

footer {
	background-color: #194344;
	display: inherit;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 0px -1px 1px hsla(0,0%,0%,0.50);
	box-shadow: 0px -1px 1px hsla(0,0%,0%,0.50);
	z-index: 10;
	min-width: 320px;
}
.nav.navbar-nav.navbar-right li .current-page {
	color: rgba(25,67,68,1.00);
}
.nav.navbar-nav.navbar-right li a:hover  {
	color: rgba(25,67,68,1.00);
}
.container-fluid #topFixedNavbar1 .nav.navbar-nav.navbar-right {
	color: rgba(118,118,118,1.00);
	font-family: lato;
	font-style: normal;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	text-indent: 15px;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 30px;
	margin-right: 30px;
}

#language-select .lang-item {
	margin-top: -3px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	float: right;
	list-style: none;
}

#language-select .lang-item a {
	font-size: 0.8em;
	color: #FFFFFF;
	display: inline;
	margin-left: 6px;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 4px;
	text-transform: uppercase;
}

#language-select .lang-item a img {
	width: 15px;

}
#language-select .lang-item a {
	opacity: 0.5;
}
#language-select .lang-item a:hover  {
	opacity: 1;
}
#language-select .lang-item a:active  {
	opacity: 1;
}

#footer-contact {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer-contact a {
	opacity: 0.5;
	margin-right: 5px;
}
#footer-contact a:hover {
	opacity: 1;
}
#footer-contact a:active {
}
a {
	color: rgba(96,91,66,1.00);
}
a:hover {
	color: rgba(25,67,68,1.00);
	text-decoration: none;
}
.clientes {
  margin-top: 110px;
}
.clientes ul li a img  {
	display: inline;
  width: 251px !important;
  height: 137px;
}
.clientes ul li {
	float: left;
	width: 45%;
	margin-top: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	min-height: 100px;
	text-align: center;
	list-style: none;
}
.servicos ul li  {
	list-style-type: circle;
	list-style-position: inside;
}
.main-contact {
	clear: both;
	padding-top: 50px;
	text-align: center;
	font-size: 0.8em;
	border-top: thin solid #194344;
	padding-bottom: 23px;
}
.profilepic img {
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}

.second-profilepic img {
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}

.social_links {
	margin-top: 25px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
	text-align: center;
}

.social_links img {
	display: inline;
	margin-left: 5%;
	margin-right: 5%;
	opacity: 0.75;
}

.social_links a img:hover {
	opacity: 1;
}


.profilepic {
	margin-top: 150px;
	width: 100%;
}

.second-profilepic {
	margin-top: 0px;
	width: 100%;
}

.yuri-marinho h1 {
	text-align: left;
	font-size: 1em;
	color: rgba(119,119,119,1.00);
	margin-bottom: -5px;
	text-transform: uppercase;
}
.team-category h1 {
  text-align: center;
  color: rgba(119,119,119,1.00);
  text-transform: uppercase;
}
#googlemap {
	margin-bottom: 40px;
/*    width: 100%;*/
}
section h1 {
	font-size: 1.2em;
	color: #777777;
}
#brazil_map {
	float: right;
	margin-left: 13px;
	/* margin-bottom: 13px;
	padding-top: 33px; */
}
#map_areas {
	padding-top: 10px;
}
.areas_verdes {
	text-align: justify;
}

#iframe_mapa {
	width: 720px;
	height: 580px;
}

.top-sec {
	margin-top: 145px;
}
.bot-sec {
	margin-bottom: 100px;
	list-style-position: inside;
}
.bot-secen {
	margin-top: -30px;
	margin-bottom: 100px;
}
.m-b {
  margin-bottom: 100px !important;
}
body {
	min-width: 320px;
	width: auto !important;
	width: 320px;
  overflow-x: hidden;
}
.publicacoes {
  margin-bottom: 50px;
  color: rgba(119,119,119,1.00);
}
.publicacoes ol li {
	list-style-type: decimal;
	margin-top: 0.5em;
}
.nav.navbar-nav.navbar-right li a {
	color: #A9A9A9;
}
.item .carousel-caption h3 {
	position: relative;
	width: 100%;
	margin-top: -50%;
}
.correctuli li {
	margin-top: -0.5em;
}

#contentWrapper {
	padding: 160px;
}

@media (max-width : 480px ){
#contentWrapper {
	padding: 50px;
	padding-top: 100px;
}
h1 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
#iframe_mapa {
	width: 480px;
	height: 480px;
}
}
@media (max-width : 440px ){
  #iframe_mapa {
    width: 440px;
    height: 480px;
  }
  #footer-contact a {
    opacity: 0.5;
  }
  #footer-contact {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #footer-contact {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .navbar-header a .top-logo {
  max-width: 100%;
  height: auto;
    float: left;
  }
  .container-fluid .navbar-header .navbar-toggle {
    padding-top: auto;
    padding-bottom: auto;
    float: right;
    margin-top: 10%;
  }
  .container-fluid .navbar-header .navbar-toggle.collapsed {
    margin-top: 10%;
    padding-top: auto;
  }
  .carousel-inner .item .carousel-caption  {
    left: 15%;
    right: 15%;
    position: absolute;
  }
  #carousel1 {
    padding-bottom: 0px;
    margin-top: 70px;
    height: 199px;
  }
  .carousel-inner .item .center-block.image-fill {
    height: 100%;
  }
  .social_links {
    margin-top: 25px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
    text-align: center;
  }
  .item .carousel-caption h3 {
    font-size: 0.8em;
    margin-top: -90px;
    position: static;
  }
  #brazil_map {
    display: contents;
  }
  #brazil_map img{
    width: 100%;
    height: auto;
  }
  .clientes ul li {
    float: left;
    width: 100%;
    min-height: 100px;
    clear: left;
  }
  #carousel1 .item img {
    margin-top: 0px;
  }
}

@media (max-width:767px){
#iframe_mapa {
	width: 640px;
	height: 480px;
}
.container-fluid #topFixedNavbar1 .nav.navbar-nav.navbar-right {
	margin-top: 0px;
	margin-right: 0px;
}
.container-fluid .navbar-header .navbar-toggle {
	margin-top: 38px;
}
.carousel-inner .item .carousel-caption {
	left: 15%;
	right: 15%;
	top: 60%;
	font-size: 1.2em;
}
#brazil_map {
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	width: 50%;
	height: 50%;
}
#carousel1 .item img {
	margin-top: 0px;
	height: 100%;
}
.carousel-caption h3 {
	font-size: 1.2em;
	margin-top: -40px;
	position: static;
}
.clientes ul li {
	float: left;
	width: 100%;
	min-height: 100px;
	list-style: none;
	clear: left;
}
}

@media (max-width: 836px){
.container-fluid #topFixedNavbar1 .nav.navbar-nav.navbar-right {
	text-indent: 2px;
	font-size: 0.9em;
}
}

.carousel-height {
	width: 100%;
}
.contact-info {
	margin-top: 145px;
	text-align: center;
}

.negocios-ambientais {
	margin-top: 145px;
	text-align: center;
}

.carousel-inner .item .center-block {
	width: 100%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (min-width: 1024px){
#iframe_mapa {
	width: 800px;
	height: 720px;
}
    .clientes ul li {
	width: 251px;
  margin: 12px 6px;
}
    .clientes ul {
	/* padding-left: 100px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
}

.dataTables_filter label {
  font-size: 24px;
}


.dataTables_wrapper .dataTables_filter {
  text-align: left !important;
  display: contents !important;
}

.dataTables_wrapper .dataTables_filter input {
  height: 54px !important;
  border-radius: 12px !important;
  border: solid 1px #194344 !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-left: 0 !important;
  width: 100%;
  padding-left: 10px;
  font-size: 20px;
}

.dataTables_length { display: none;}
.dataTables_info { display: none;}
.dataTables_paginate { display: none;}

.wpgmza_table {
  width: 100% !important;
  caption-side: bottom;
}

.wpgmza_table>tbody::before {
  width: 100%;
  max-height: 207px;
  opacity: 0;
  content: attr(data-content);
  position: absolute;
  display: flex;
  font-size: 24px;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: opacity 1s, visibility 1s;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  -o-transition: opacity 1s, visibility 1s;
}

.two-finger-msg::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-background: rgba(0, 0, 0, 0.5);
  -moz-background: rgba(0, 0, 0, 0.5);
  -o-background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1 !important;
  opacity: 1 !important;
  color: #FFF;
}

.dataTable tbody { display: none; }

.dataTable tbody {
  max-height: 207px;
  width: 100%;  
  overflow: auto;
  position: relative;
}

.dataTable tbody td {
  width: 80px;
  padding-left: 0px !important;
  padding-right: 12px !important;
  text-align: center;
}

.dataTable tbody td:first-child {
  padding-left: 20px !important;
}

.dataTable table::after {
  content: "";
  display: block;
  height: 1rem;
  color: transparent;
}


.dataTable thead::after {
  content: "";
  display: block;
  height: 1rem;
  color: transparent;
}

.wpgmza_table > thead > tr > th {
  width: 100px !important;
  vertical-align: top;
  padding: 30px 50px 8px 0px !important;
  border-bottom: 1px solid #194344 !important;
}


.dataTable.no-footer {
  border-bottom: none !important;
}

.wpgmza_marker_holder {
  width: 90% !important;
  margin-right: auto;
  margin-left: auto;
}


.posts-green-assets {
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
  justify-content: left;
  border-bottom: 1px solid #194344;
}

.each-post-green-assets {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}


.each-post-green-assets .title-post-green a {
  font-size: 18px;
  font-weight: 700 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #194344;
  text-transform: uppercase;
}

.each-post-green-assets .thumb img {
  width: 100%;
  height: auto;
}

.each-post-green-assets .thumb {
  margin-left: 0;
  margin-bottom: 30px;
}

.each-post-green-assets .excerpt {
  margin-left: 0;
  color: #333333;
  display: contents;
}

.each-post-green-assets .excerpt .gray {
  color: #cac8ab;
  font-weight: bold;
}

.each-post-green-assets .excerpt p {
  margin: 0 0 1rem;
}

.each-post-green-assets .excerpt a {
  color: #194344;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2rem;
}

.each-post-green-assets .excerpt .readmore {
  margin-bottom: 3rem;
}

.title-posts-section {
  text-transform: uppercase;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 24px;
  font-weight: bold;
  font-family: Asap;
  border-top: 1px solid #194344;
  padding-top: 2rem;
  margin-top: 5px;
}

.eccon-green-assets-value {
  max-width: 208px;
  width: auto;
  height: 116px;
  border: dashed 1px #194344;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px 10px;
  margin: 5px;
  flex: 1 1 33%;
}

.green-assets-value {
  font-weight: bold;
  font-size: 20px;
}

.green-assets-title {
  font-size: 14px;
  font-weight: bold;
}

.green-assets-values {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.politica {
  padding-bottom: 2rem;
}

.n2-ow span {
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}
.donate-button {
  color: #000 !important;
  border: solid 1px #194344;
  background-color: transparent;
  text-transform: uppercase;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 20px;
  position: relative;
  padding: 10px 15px;
  margin: 0 10px;
}

#search-marker {
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter input.light-search {
  color: #a9a9a9;
  font-size: 18px;
}

.donate-button > a {
  color: #000 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}

.hidden-map {
  opacity: 0 !important;
  max-height: 0px !important;
}

.collapse-map {
  height: 0px !important;
}

.gm-bundled-control {
  bottom: 300px !important;
}

.green-layers {
  position: absolute;
  bottom: 155px;
  left: 5px;
  max-width: 13%;
  padding: 5px 0;
  background-color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  transition: max-width 1s;
  -moz-transition: max-width 1s;
  -webkit-transition: max-width 1s;
  -ms-transition: max-width 1s;
  -o-transition: max-width 1s;
}

.green-layers span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  visibility: hidden;
}

.green-layers.show, .green-layers button.show, .green-layers ul.show {
  max-height: 300px;
  width: auto;
  opacity: 1;
  visibility: visible;
}

.green-layers.show {
  max-width: 145px;
}

.green-layers ul.show {
  margin: 5px 0 0;
  padding-right: 10px;
  padding-left: 10px;
}

.green-layers button{
  position: absolute;
  left: 15px;
  top: 8px;
  background-color: transparent;
  border: none;
  max-height: 0px;
  opacity: 0;
  transition: max-height .5s, opacity 1s, visibility 1s;
  -moz-transition: max-height .5s, opacity 1s, visibility 1s;
  -webkit-transition: max-height .5s, opacity 1s, visibility 1s;
  -ms-transition: max-height .5s, opacity 1s, visibility 1s;
  -o-transition: max-height .5s, opacity 1s, visibility 1s;
  overflow-y: hidden;
  padding: 0px;
}

.gm-style .gm-style-iw-c,
.gm-style-iw .gm-style-iw-c {
  padding: 12px !important;
  max-height: 230px !important;
}

.green-layers label {
  font-size: 13px;
  font-weight: normal;
  width: 100px;
  margin: 0;
}

.green-layers input {
  margin: auto 5px auto 0;
}

.green-layers ul {
  margin: 0;
  border-top: 1px solid #000;
  max-height: 0px;
  overflow-y: hidden;
  opacity: 0;
  transition: max-height .5s, opacity 1s, visibility 1s, padding 1s;
  -moz-transition: max-height .5s, opacity 1s, visibility 1s, padding 1s;
  -webkit-transition: max-height .5s, opacity 1s, visibility 1s, padding 1s;
  -o-transition: max-height .5s, opacity 1s, visibility 1s, padding 1s;
  -ms-transition: max-height .5s, opacity 1s, visibility 1s, padding 1s;
  visibility: collapse;
}

.green-layers ul li {
  text-align: left;
  list-style: none;
  padding: 5px 0;
  display: flex;
}

.gm-style-iw div {
  text-align: left !important
}

.wpgmza_map_trans {
  opacity: 1;
  max-height: 300px;
  overflow: hidden;
  display: block;
  transition: opacity 1s, visibility 1s, max-height 0.5s;
  -webkit-transition: opacity 1s, visibility 1s, max-height 0.5s;
  -moz-transition: opacity 1s, visibility 1s, max-height 0.5s;
  -o-transition: opacity 1s, visibility 1s, max-height 0.5s;
}

svg.feather.feather-map-pin{
  display: none;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    0% { opacity: 1; }
    100%   { opacity: 0;}
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    0% { opacity: 1;}
    100%   { opacity: 0;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

@media (max-width: 400px) {
  .dataTables_filter label {
    font-size: 20px;
  }

  .green-assets-value {
    font-weight: bold;
    font-size: 18px;
  }

  .green-assets-title {
    font-size: 12px;
    font-weight: bold;
  }
}

@media (min-width: 715px){
  .dataTables_filter label {
    width: 90%;
  }

  .dataTable tbody td:first-child {
    padding-left: 0 !important;
  }

  svg.feather.feather-map-pin{
    display: inline;
  }

  .wpgmza_table {
    width: 100% !important;
    table-layout: fixed;
  }

  /*.dataTable , .dataTable tbody { display: block; }*/

  table.dataTable {
    border-bottom: 1px solid #194344 !important;
  }

  .wpgmza_table > thead > tr > th {
    width: 1% !important;
    max-width: 50px !important;
    vertical-align: top;
    padding: 30px 5px 8px !important;
  }

  .dataTable tbody td {
    width: 160px;
    text-align: left;
  }

  .gm-style .gm-style-iw-c,
  .gm-style-iw .gm-style-iw-c {
    padding: 12px !important;
    max-height: 230px !important;
  }

  .dataTable tbody tr, .dataTable thead tr{
    width: inherit;
  }

  .posts-green-assets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: left;
    border-bottom: 1px solid #000;
  }

  .title-posts-section {
    border-top: 0;
  }

  .each-post-green-assets {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    
  }

  .each-post-green-assets:nth-child(3n+1){
    margin-left: 0;
  }

  .each-post-green-assets .thumb img {
    width: 338px;
    height: 302px;
  }

  .each-post-green-assets .title-post-green,
  .each-post-green-assets .excerpt {
    width: 338px;
    display: block;
  }
  .green-assets-values {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }

  .eccon-green-assets-value {
    max-width: 208px;
    width: auto;
    height: 116px;
    border: dashed 1px #194344;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 10px;
    flex: none;
  }

  .green-assets-value {
    font-weight: bold;
    font-size: 24px;
  }

  .green-assets-title {
    font-size: 18px;
    font-weight: bold;
  }

}

@media (min-width: 600px) {
  .n2-ow span {
    font-size: 36px !important;
    line-height: 6rem !important;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
  }
  div.n2-ss-widget > div {
    height: 6rem !important;
    width: 40rem !important;
    padding: 0px !important;

  }

  .green-layers {
    width: auto;
  }

  .green-layers span {
    visibility: visible;
  }

  #search-marker {
    margin-bottom: 2rem;
  }
	
	.linktable {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.gm-style-iw .gm-style-iw-c {
  padding: 12px !important;
  max-height: 230px !important;
}

            .terminos-container ol {
               
                counter-reset: item;
            }

            .terminos-container li {
                display: block;
				margin-bottom: 1rem;
            }

            .terminos-container li:before {
                content: counters(item, ".") " ";
                counter-increment: item;
            }
