/* Spacing */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mb-70{
  margin-bottom: 70px;
}

.mb-100{
  margin-bottom: 100px;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.mr-auto, .mx-auto {
  margin-right: auto!important;
}
/* End: Spacings */

/* Start: Font Weight & Sizes */
.fw-300{
  font-weight: 300 !important;
}

.fw-400{
  font-weight: 400 !important;
}

.fw-500{
  font-weight: 500 !important;
}

.fw-600{
  font-weight: 600 !important;
}

.fw-700{
  font-weight: 700 !important;
}

.fw-800{
  font-weight: 800 !important;
}

.fs-10{
  font-size: 10px;
  line-height: normal;
}

.fs-11{
  font-size: 11px;
  line-height: normal;
}

.fs-12{
  font-size: 12px;
}

.fs-13{
  font-size: 13px;
  line-height: normal;
}

.fs-14{
  font-size: 14px;
}

.fs-15{
  font-size: 15px;
}

.fs-16{
  font-size: 16px;
}

.fs-18{
  font-size: 18px;
}

.fs-20{
  font-size: 20px;
}

.fs-25{
  font-size: 25px;
}

.fs-33{
  font-size: 33px;
}


/* End: Font Weight & Sizes */
ul{
  color: #7e7d7d;
}

.prague-header.simple.sticky-menu.light.scroll {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(35, 41, 54, 1);
}

.prague-loader .prague-loader-bar:after {
  background-color: #232936;
}

.txt-color-primary{
  color: #232936 !important;
}

.txt-color-secondary{
  color: #4a7729 !important;
}

.txt-color-white{
  color: #FFFFFF !important;
}

.txt-color-black{
  color: #231f20 !important;
}

.txt-color-transparent{
  color: transparent !important;
}

.box-shadow-1{
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.box-shadow-1{
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.box-shadow-2{
  box-shadow: 0 10px 10px -5px rgb(0 34 77 / 25%), 0 0 4px 0 rgb(0 0 0 / 10%);
}

.box-shadow-3{
  box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
}

.prague-logo img{
  width: 110px;
}

.title{
  color: #232936 !important;
}

.subtitle{
  font-weight: 400 !important;
  color: #4a7729 !important;
}

.project-list-title{
  color: #232936 !important;
}

.prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category{
  font-weight: 400;
  color: #4a7729 !important;
}

.a-btn-2:hover, .a-btn-2:focus {
  color: white;
  background-color: #232936;
}

.prague-footer {
  position: relative;
  background-color: #232936;
}

.prague-footer:before {
  background-color: #232936;
}

.top-banner.light .content .subtitle, .top-banner.light .content .title, .top-banner.light .content .description {
  color: white !important;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.project-list-img{
  box-shadow: 0 10px 10px -5px rgb(0 34 77 / 25%), 0 0 4px 0 rgb(0 0 0 / 10%);
}

.prague-services-wrapper {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 46px 53px 50px 53px;
  text-align: center;
  -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 20%);
  box-shadow: 0 30px 50px rgb(0 0 0 / 20%);
}

.prague-header.simple.sticky-menu.dark.scroll {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.75);
}

.prague-header.light .prague-social-nav a {
  border: 1px solid rgba(242, 242, 242, 0.4);
  color: white;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0,0,0,0.2);
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  background-color: #212529;
  color: #FFFFFF;
  font-weight: 600;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: 1px solid rgba(242, 242, 242, 0.7);
}

.table>thead>tr>th {
  vertical-align: middle;
}

.txt-color-white>thead>tr>th, .txt-color-white>tbody>tr>td, .txt-color-white>tbody>tr>td>p , .txt-color-white>tbody>tr>td>ul>li {
  color: #FFFFFF !important;
}

.txt-line-height-td{
  line-height: 1.42857143;
}

.bg-economia{
  background-color: #F9EA6D;
}

.bg-territorio{
  background-color: #E66C46;
}

.bg-demograficos{
  background-color: #FEC86F;
}

.bg-biodiversidad{
  background-color: #88C76A;
}

.bg-suelo{
  background-color: #783C19;
}

.bg-agua{
  background-color: #009AB5;
}

.bg-aire{
  background-color: #A6D7E1;
}

.mw-100{
  min-width: 100px;
}

.w-135{
  min-width: 135px;
}

.tata {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 16px;
  z-index: 9999;
  pointer-events: auto;
  padding: 12px 14px 12px 20px;
  box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
}

.tata-text{
  color: #ffffff !important;
  font-size: 16px;
}

.txt-color-black>tbody>tr>td, .txt-color-black>tbody>tr>th, .txt-color-black>tbody>tr>td>p, .txt-color-black>tbody>tr>td>ul>li, .txt-color-black>tbody>tr>td>ol>li{
  color: #231f20 !important;
  font-size: 13px;
  line-height: 20px;
}

.txt-color-black>tbody>tr>td>a{
  color: #009AB5 !important;
  font-size: 13px;
  line-height: 20px;
}

.v-aling-middle{
  vertical-align: middle !important;
}

.heading .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
}

.img_home_mais{
  width: 100%;
  max-width: 750px;
  margin: 10px auto;
}