:root {
  --header-bg: #300;
  --header-fg: #fff;
  --footer-bg: #300;
  --footer-fg: #fff;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-family: "Helvetica", sans-serif;
  height: 100%;
}

body {
  font-size: 0.8 vw;
  font-size: 100%;
  text-decoration: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #333;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

/* ---------- */
/* hyperlinks */
/* ---------- */

a {
  text-decoration: none;
  color: #005ea4;
}

a:hover {
  font-weight: bold;
}

.a_footer {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.a_footer:hover {
  color: #0000cc;
}

.a_sub {
  font-size: 1em;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}

.a_sub:hover {
  color: #f00;
}

.back_to_top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
}

/* ----- */
/* sizes */
/* ----- */

.small {
  font-size: 11px;
}

.tiny {
  font-size: 7px;
}

.strong {
  font-weight: bold;
}

/* ---------- */
/*    text    */
/* ---------- */
.header {
  font-family: "Comfortaa", sans-serif;
  font-size: 2em;
}

.h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8em;
  padding: 0px;
  color: #005ea4;
}

.h2 {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.3em;
  padding: 0px;
  color: #005ea4;
}

.h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0px;
}

/* ---------- */
/* containers */
/* ---------- */

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.top_container {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2% 0 2%;
  height: 100px;
  background-color: var(--header-bg);
  color: var(--header-fg);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.top_cell {
  /*display: table-cell;*/
  vertical-align: middle;
  margin: 0 auto;
  height: 100%;
  padding: 0px;
  flex-grow: 1;
  line-height: 100px;
  color: var(--header-fg) !important;
}

.page_container {
  min-height: 100%;
  /*height: 100%;*/
  width: 100%;
  background-color: #f6f0e8;
  background-image: url("https://imppacto.app/images/home-slide-04.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page_container_calendario {
  min-height: 100%;
  /*height: 100%;*/
  width: 100%;
  background-color: #f6f0e8;
	background-image: url("https://imppacto.app/images/home-slide-05.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.modal_container {
  padding: 20px;
}

.scroller_container {
  /*
	 flex: 0 1 auto;
	 */
  height: 300px;
  background-color: #fff;
  padding: 150px 0px 20px 0px;
  /*border-bottom: 1px solid #AAAAAA;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.centered-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  padding: 80px 20px 0px 0px;
}

.menu_container {
  flex: 0 1 auto;
  position: relative;
  top: 0;
  display: table-cell;
  padding: 25px 25px 0px 25px;
  width: 200px;
}

.menu_inner_container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  display: inline-block;
}

.left_container {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  background-color: white;
  background-image: linear-gradient(
    0deg,
    rgba(0, 196, 36, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 70%,
    rgba(0, 196, 36, 1) 100%
  );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.right_container {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  background-color: white;
  background-image: linear-gradient(
    0deg,
    rgba(0, 137, 211, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 70%,
    rgba(0, 137, 211, 1) 100%
  );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.middle_container {
  display: flex;
  flex-direction: column;
  align-items: justify;
  flex: 3 1 auto;
}

.outer_container {
  font-size: 1.05em;
  flex: 1 1 auto;
  padding: 30px 2% 30px 2%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.inner_container {
  margin: 40px 0 0 0;
  padding: 2%;
  flex: 1 1 auto;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-flow: row no-wrap;
  justify-content: space-between;
}

.footer_container {
  flex: 0 1 auto;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--footer-bg);
  color: var(--footer-fg);
  display: block;
  text-align: center;
  line-height: 25px;
  height: 25px;
  font-size: 0.8em;
}

.slideshow_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-content: stretch;
}

.slideshow_item_container {
  display: inline-block;
  flex: 0 1 auto;
}

.gallery_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: stretch;
}

.gallery_item_container {
  display: inline-block;
  flex: 0 1 auto;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
}

.home_logo {
  width: 200px;
  height: auto;
}

.page_title {
  font-weight: bold;
  padding: 0px 0px 20px 5px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 2vw;
  }
}

.some-page-wrapper {
  margin: 15px;
  background-color: red;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 10%;
  flex: 1;
}

.blue-column {
  background-color: blue;
  height: 100px;
}

.green-column {
  background-color: green;
  height: 100px;
}

.orange-column {
  background-color: orange;
  height: 100px;
}

.right {
  text-align: right;
}

.underline{
  border-bottom: solid 1px #000;
}
/*
 .middle_container {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 min-height: 100%;
 display: table;
 border: none;
 background-color: #ddd;
 }
 */
