html:root {
 font-size:100%;
 font-size:var(--body-font-scale-sm)
}
@media (min-width:992px) {
 html:root {
  font-size:112.5%;
  font-size:var(--body-font-scale-md)
 }
}
@media (min-width:1400px) {
 html:root {
  font-size:125%;
  font-size:var(--body-font-scale-xl)
 }
}

html body {
     font-family:Fira Sans Extra Condensed,Fira Sans,Trebuchet MS,Montserrat,sans-serif;
     font-family:var(--base-font-stack);
     font-weight:400;
     font-weight:var(--base-font-weight);
     letter-spacing:0;
     letter-spacing:var(--base-letter-spacing)
     background: none !important;
     margin:0;
}

body{
 background: none !important;
}

.text-green {
    color: #00655c;
}
a.text-green:hover {
    color: #BC955C;
}
.text-green-light {
    color: #BC955C;
}
a.text-green-light:hover {
    color: #BC955C;
}
.bg-green {
    background-color: #BC955C;
}
.bg-green-light {
    background-color: #BC955C;
}
.bg-green-dark {
    background-color: #13322d;
}
footer {
    background-color: #13322d;
}
footer a {
    color: #fcfefc;
}
footer a:hover {
    color: #d4d4d4;
}
#plan_accion {
    background-color: #eff8f4;
}
.footer-links {
    list-style: none;
}
.btn-primary {
    color: #fff;
    background-color: #2e655d;
    border-color: #2e655d;
}
a {
    color: #00be6a;
    text-decoration: none;
}
.breadcrumb {
    display: initial;
    flex-wrap: initial;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.search-form h1 {
    font-size: 1.5rem;
    margin-left: 1.5rem !important;
}
a:hover {
    color: #6a0027;
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #13322d;
    border-color: #13322d;
}
.form-control:focus {
    border-color: #c1e8b6;
    box-shadow: 0 0 0 0.1rem rgb(87 165 66 / 44%);
}
.site_statistics {
    color: #1a1a1a;
}
.navbar-toggler:focus {
    box-shadow:none;
}

.card {
    border: none !important;
}
/*
.card-header{
	padding: 1.25rem 1.25rem;
}

.card-body-2{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: .7rem;
}

.card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px);
}*/
.btn {
    border-radius: .5rem;
}
.form-control {
    border-radius: .5rem;
}
.dataset-heading {
    font-size: 1.2rem;
    font-weight: bold;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b3a35;
    border-color: #1b3a35;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b3a35;
    border-color: #1b3a35;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.09rem rgb(46 101 93 / 40%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1b3a35;
    border-color: #1b3a35;
    box-shadow: 0 0 0 0.09rem rgb(46 101 93 / 40%);
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.09rem rgb(46 101 93 / 40%);
}
.form-select:focus {
    border-color: #2e655d;
    outline: 0;
    box-shadow: 0 0 0 0.09rem rgb(46 101 93 / 32%);
}
select option[selected]{
    background-color: #57a542;
}
select option:hover, select option:focus {
    background-color: #57a542;
}
.dropdown-menu {
    margin: .0rem 0 0;
}
.pagination-wrapper ul.pagination {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.pagination-wrapper a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-wrapper li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination-wrapper li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
/*
.modal-backdrop {
    display: none;
}
*/


@media (min-width: 768px){
.hero {
    background: none !important;
    background-color: #fbfbfb;
}
}

.account-masthead {
    background: none !important;
    background-color: #ffffff !important;
}

.masthead {
    background: none !important;
    background-color: #ffffff !important;
}

@media (min-width: 992px) {
  .homepage [role=main] {
     padding: 5px 0;
  }
}

@media (min-width: 768px) {
  .main {
    padding-top: 6rem;
    background: none !important;
    background-color: #ffffff !important;
  }
}
@media (min-width: 400px) {
  .main {
    padding-top: 8rem;
    background: none !important;
    background-color: #ffffff !important;
  }
}




// Shorthand

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

// Responsive sticky top and bottom
@each $breakpoint in map-keys($grid-breakpoints) {
  @include media-breakpoint-up($breakpoint) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);

    .sticky#{$infix}-top {
      position: sticky;
      top: 0;
      z-index: $zindex-sticky;
    }

    .sticky#{$infix}-bottom {
      position: sticky;
      bottom: 0;
      z-index: $zindex-sticky;
    }
  }
}
