@font-face {
  font-family: Peralta;
  src: url(Peralta-Regular.ttf);
}
body {
  background-color: #DFF4B8;
}

::-moz-placeholder {
  color: #ccc !important;
  font-weight: 300 !important;
  font-size: 0.9em;
}

::placeholder {
  color: #ccc !important;
  font-weight: 300 !important;
  font-size: 0.9em;
}

.col, .col-12 {
  position: relative;
}

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

.form-error-message {
  color: red;
  position: absolute;
  top: 50%;
  right: 3.5em;
  transform: translateY(-50%);
  font-size: 0.8em;
}

input[type=text][required], input[type=email][required], input[type=tel][required], select[required], .tstsel {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="-10 -6 16 16">   <line id="line" y1="-3" y2="3" stroke="%23df0000" stroke-linecap="butt" transform="rotate(15)"></line>   <line id="line" y1="-3" y2="3" stroke="%23df0000" stroke-linecap="butt" transform="rotate(75)"></line>   <line id="line" y1="-3" y2="3" stroke="%23df0000" stroke-linecap="butt" transform="rotate(-45)"></line> </svg>');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}

.form-check-input:checked {
  border-color: #32292F;
  background-color: #558564;
}

.form-check-input:focus {
  border-color: #32292F;
  box-shadow: 0 0 0 0.1rem #558564;
}

.form-control:focus {
  box-shadow: none;
  border-color: #558564;
}

label {
  width: 100%;
  border-bottom: 1px solid #32292F;
  margin-bottom: 0.4em;
  font-weight: bold;
  padding: 0.05em;
}

label.form-check-label {
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0;
}

footer {
  text-align: center;
  font-size: 0.75em;
  background-color: #32292F;
  border-top: 3px solid #556F44;
  color: #C3EB78;
  padding: 1em;
}
footer a, footer a:active, footer a:hover, footer a:focus {
  color: #C3EB78;
}

.pre-footer {
  background-color: #32292F;
  border-top: 3px solid #556F44;
  color: #C3EB78;
  padding: 0.5em 0em;
  width: 100%;
}
.pre-footer ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pre-footer ul li {
  padding: 0;
  margin: 0;
}
.pre-footer ul li a, .pre-footer ul li a:active, .pre-footer ul li a:hover, .pre-footer ul li a:focus {
  color: #558564;
  font-size: 0.8em;
  text-decoration: none;
}
.pre-footer ul li a:hover {
  color: #C3EB78;
}
.pre-footer .social {
  text-align: right;
}
.pre-footer .social a, .pre-footer .social a:active, .pre-footer .social a:hover, .pre-footer .social a:focus {
  color: #558564;
  font-size: 2.2em;
  text-decoration: none;
}
.pre-footer .social a:hover {
  color: #C3EB78;
}

.header-strip {
  width: 100%;
  background-color: #32292F;
}
.header-strip h1 {
  padding: 0;
  margin: 0;
  font-size: 20pt;
  font-family: Peralta;
  color: #C3EB78;
  width: auto;
  line-height: 2em;
}
.header-strip h1 a, .header-strip h1 a:hover, .header-strip h1 a:active {
  color: #C3EB78;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-strip h1 {
    font-size: 14pt;
  }
}
.header-strip .container {
  position: relative;
}
.header-strip .logo {
  float: left;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin: 0.8em;
  padding-left: 4em;
}
.header-strip .menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-strip .menu .menu-item {
  font-size: 14pt;
  font-family: Peralta;
  color: #C3EB78;
  display: block;
  text-decoration: none;
  float: left;
  padding: 0 0.75em;
}
.header-strip .menu .menu-item:hover {
  color: #F96900;
}
@media (max-width: 1200px) {
  .header-strip .menu {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    transform: none;
    background: #32292F;
    border-left: 2px solid #C3EB78;
    border-bottom: 2px solid #C3EB78;
  }
  .header-strip .menu .menu-item {
    float: none;
    clear: both;
    width: 50%;
    min-width: 300px;
    line-height: 2em;
  }
  .header-strip .menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #C3EB78;
  }
}
.header-strip .menu-mobile {
  position: absolute;
  top: 50%;
  line-height: 1em;
  right: 1em;
  transform: translateY(-50%);
  font-size: 1.8em;
}
.header-strip a.menu-mobile, .header-strip a.menu-mobile:visited, .header-strip a.menu-mobile:active {
  color: #C3EB78;
  cursor: pointer;
}
.header-strip a.menu-mobile:hover, .header-strip a.menu-mobile.opened, .header-strip a.menu-mobile:visited:hover, .header-strip a.menu-mobile:visited.opened, .header-strip a.menu-mobile:active:hover, .header-strip a.menu-mobile:active.opened {
  color: #F96900;
}
@media (min-width: 1200px) {
  .header-strip .menu-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 3px solid #C3EB78;
  }
  .header-strip .menu {
    display: none;
  }
}

.carusel-strip {
  width: 100%;
  background-color: #32292F;
  border-top: 3px solid #556F44;
  border-bottom: 3px solid #556F44;
}
.carusel-strip .container {
  padding: 0;
  position: relative;
  height: 22em;
}
.carusel-strip .carousel-left-grad {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #32292F);
  width: 8em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .carusel-strip .carousel-left-grad {
    width: 4em;
  }
}
.carusel-strip .carousel-right-grad {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #32292F);
  width: 8em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .carusel-strip .carousel-right-grad {
    width: 4em;
  }
}
.carusel-strip .carousel-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 22em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1500ms ease-out;
}
.carusel-strip .carousel-image.active {
  opacity: 1;
  z-index: 2;
}

.widetable {
  width: 100%;
}
.widetable tr {
  padding: 0;
  margin: 0;
  background-color: #ccc;
}
.widetable tr td, .widetable tr th {
  padding: 0 0.3em 0 0.3em;
  margin: 0;
  line-height: 1.8em;
}
.widetable tr th {
  background-color: #850;
  color: white;
}
.widetable tr:nth-child(odd) {
  background-color: #ddd;
}

h2, h3, h4 {
  font-family: Peralta;
  color: #32292F;
}

h2, h3 {
  margin: 0 0 1em 0;
}

.content-strip-dark, .content-strip-mid, .content-strip-light {
  padding: 2em 0;
}

.content-strip-light {
  width: 100%;
  background-color: #DFF4B8;
  color: #32292F;
}
.content-strip-light h2, .content-strip-light h3 {
  color: #32292F;
  border-bottom: 1px solid #32292F;
}

.content-strip-mid {
  width: 100%;
  background-color: #C3EB78;
  color: #32292F;
}
.content-strip-mid h2, .content-strip-mid h3 {
  color: #32292F;
  border-bottom: 1px solid #32292F;
}

.content-strip-dark {
  width: 100%;
  background-color: #32292F;
  color: #C3EB78;
}
.content-strip-dark h2, .content-strip-dark h3 {
  color: #C3EB78;
  border-bottom: 1px solid #DFF4B8;
}

.alert-info, .btn-info, .btn-info:hover {
  color: #32292F;
  background-color: #C3EB78;
  border-color: #556F44;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #DFF4B8;
  border-color: #556F44;
  box-shadow: none !important;
}

.campdetail-item {
  display: table;
  width: 100%;
}
.campdetail-item .list-group-item {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
.campdetail-item .list-group-item.maxsize {
  width: 100%;
}
.campdetail-item .list-group-item.autosize {
  width: auto;
  white-space: nowrap;
}

.progress {
  position: relative;
  margin: 0;
  padding: 0;
  height: 1.8em;
  line-height: 1.8em;
}
.progress .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.progress .progress-bar.bg-green {
  background-color: #558564;
}
.progress .progress-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #32292F;
}

.btn-register {
  float: right;
  margin: 0.8em 0 0.8em 0;
}

.campdetail-title {
  display: block;
  border-bottom: 1px solid #DFF4B8;
  margin-bottom: 0.3em;
  color: #558564;
}

.campdetail-inline {
  color: #558564;
  display: inline-block;
  border-right: 1px solid #DFF4B8;
  margin-right: 0.5em;
  padding-right: 0.5em;
}

.content-strip-dark .dark-group .list-group-item {
  background-color: #556F44;
}
.content-strip-dark .dark-group .campdetail-title {
  color: #DFF4B8;
}
.content-strip-dark .dark-group .progress-bar.bg-green {
  background-color: #558564;
}

.campinfo-parent {
  text-align: center;
}

.campinfo {
  margin: auto;
}
.campinfo td {
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}
.campinfo td:first-child {
  text-align: right;
  border-right: 1px solid #32292F;
  font-weight: bold;
}

.reginfo {
  margin: auto;
}
.reginfo td {
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}
.reginfo td:first-child {
  text-align: right;
  border-right: 1px solid #32292F;
  font-weight: bold;
}

.btn-send-reg {
  display: block;
  margin: auto;
  padding: 1em 3em;
  margin-top: 2em;
}

.col-stats .stats-image {
  width: 100%;
  text-align: center;
  font-size: 36pt;
  color: #C3EB78;
}
.col-stats .stats-count {
  width: 100%;
  text-align: center;
  font-family: Peralta;
  font-size: 28pt;
  color: #C3EB78;
}
.col-stats .stats-title {
  width: 100%;
  text-align: center;
  font-family: Peralta;
  color: #C3EB78;
}

.col-news span {
  display: block;
  width: 100%;
}
.col-news .news-title {
  font-family: Peralta;
  font-size: 16pt;
}
.col-news .news-date {
  font-size: 12pt;
}
.col-news .news-desc {
  text-align: justify;
}
.col-news .news-readmore {
  text-align: right;
  display: block;
  float: right;
}

.btn-news {
  float: right;
  margin-top: 1em;
}

.news-full .news-full-date {
  display: block;
  width: 100%;
  font-size: 12pt;
  margin-bottom: 1em;
}
.news-full .news-full-short {
  font-size: 14pt;
  font-style: italic;
  text-align: justify;
}

.imgctr {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.imgctr .imgctr-dummy {
  margin-top: 0;
}
.imgctr .gallery-image-thumb {
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
}

.gallery-name {
  color: #32292F;
  width: 100%;
  text-align: center;
  margin: 0.5em 0;
  font-family: Peralta;
}

#imgfull-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  text-align: center;
}

#imgfull-bg {
  background-color: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9;
  opacity: 0.7;
}

#imgfull {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  max-height: 80%;
  width: auto;
  max-width: 100%;
}

#imgfull-arrow-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 12;
  font-size: 24pt;
  color: #C3EB78;
}

#imgfull-arrow-prev:hover, #imgfull-arrow-prev:focus, #imgfull-arrow-prev:active, #imgfull-arrow-next:hover, #imgfull-arrow-next:focus, #imgfull-arrow-next:active {
  color: #F96900;
}

#imgfull-arrow-next {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 12;
  font-size: 24pt;
  color: #C3EB78;
}

.flash {
  position: fixed;
  top: 5%;
  left: 5%;
  padding: 1em;
  background-color: #C3EB78;
  border: 1px solid #558564;
  color: #32292F;
  z-index: 600;
}
.flash.error {
  background-color: #FF0000;
  color: white;
  border: 1px solid #880000;
}

.carusel-image {
  position: relative;
}

.centered-carusel {
  margin: auto;
  position: absolute;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .centered-carusel.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered-carusel.midlow {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered-carusel.low {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered-carusel.rightlow {
    top: 70%;
    left: 75%;
    transform: translate(-50%, -50%);
  }
  .centered-carusel.leftlow {
    top: 70%;
    left: 20%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .centered-carusel.center, .centered-carusel.midlow, .centered-carusel.low, .centered-carusel.rightlow, .centered-carusel.leftlow {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.centered-carusel .title {
  font-family: Peralta;
  font-size: 12pt;
}
@media (max-width: 768px) {
  .centered-carusel .title {
    font-size: 11pt;
  }
}
.centered-carusel .largetitle {
  font-family: Peralta;
  font-size: 16pt;
}
@media (max-width: 768px) {
  .centered-carusel .largetitle {
    font-size: 14pt;
  }
}
.centered-carusel.nobglight {
  color: #C3EB78;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.centered-carusel.light {
  background-color: #C3EB78;
  padding: 1em;
  color: #32292F;
}
.centered-carusel.dark {
  background-color: #32292F;
  padding: 1em;
  color: #C3EB78;
}
.centered-carusel .btn {
  margin-top: 0.5em;
}

.areal {
  text-align: center;
}
.areal > div {
  padding: 1.5em;
}
.areal img {
  max-width: 90%;
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  table {
    font-size: 8px;
  }
}
.cont-title {
  font-weight: bold;
  text-align: right;
  padding: 0.2em;
}
@media (max-width: 768px) {
  .cont-title {
    width: 50%;
    font-size: 10pt;
  }
}

@media (max-width: 768px) {
  .cont-parent {
    width: 100%;
  }
}

.cont-value {
  text-align: left;
  padding: 0.2em;
}
@media (max-width: 768px) {
  .cont-value {
    width: 50%;
    font-size: 10pt;
  }
}

.avatar-parent {
  text-align: right;
}
@media (max-width: 768px) {
  .avatar-parent {
    text-align: center;
  }
}

.avatar {
  max-width: 8em;
}
@media (max-width: 768px) {
  .avatar {
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=style.css.map */