header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel-caption h4 {
  color: #54a854;
  text-shadow: 1px 1px 1px #0a0a0a;
}

.carousel-caption h6 {
  color: white;
}

.custom-toogler .navbar-toggler-icon {
  border-color: white;
}

#gallery img {
  width: 100%;
  margin: 0;
  padding: 10px;
}

#gallery img:hover {
  border: 5px solid white;
}

.carousel-control-next-icon {
  height: 40px;
  width: 40px;
}

.carousel-control-prev-icon {
  height: 40px;
  width: 40px;
}

body a {
  text-decoration: none;
}

body a:visited {
  color: white;
}

body a:active {
  color: white;
}

@media screen and (max-width: 568px) {
  .div_galeria_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 350pxx;
    grid-gap: 5px;
  }
}

header {
  background-color: #008000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

header .h1 {
  color: white;
}

header .header_size-image {
  width: 100%;
}

header .header_logo {
  padding: 0px;
}

header .header_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 1px;
}

header .header_nav-list li {
  margin: 10px;
  padding: 5px;
}

.div_galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.div_galeria_1_size-image {
  width: 350px;
  height: 465px;
}

.div_galeria_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350pxx;
  grid-gap: 5px;
}

.div_galeria_2_size-image {
  width: 98%;
  height: 98%;
  -o-object-fit: cover;
     object-fit: cover;
}

form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

label {
  display: inline-block;
  width: 80px;
}

footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  padding: 2px;
  text-align: left;
  color: white;
  background-color: #008000;
}

footer ul {
  list-style: none;
  text-align: left;
}

footer ul a:link {
  color: greenyellow;
}

footer ul a:active {
  color: greenyellow;
}

footer ul a:visited {
  color: #2f462f;
}

.section-padding {
  padding: 3px 3px;
}

.section-bg {
  background-color: #8db664;
}

section .img {
  padding: 3px 3px;
}

h5 {
  font-weight: bold;
}

img {
  padding: 5px 5px;
}
/*# sourceMappingURL=style.css.map */