/* VARIABLES */
/* IMPORTS */
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #809ea1;
  color: #fafafa;
  font-family: "Andika", "Open Sans", sans-serif, monospace;
  font-size: 1em;
  font-weight: 300;
  margin: 0 auto;
  padding-top: 6rem;
}

body img {
  max-width: 500px;
}

a {
  color: #fafafa;
}

.switch_language {
  background-color: #f0d43c;
  border: none;
  color: #576a69;
  box-shadow: 0.2em 0.2em 0 0 #fb902e;
  padding: 1em;
  position: fixed;
  top: 1em;
  right: 1.8em;
  z-index: 3;
}

header {
  text-align: center;
  background-color: #576a69;
  position: relative;
}

header > div {
  position: relative;
  text-align: left;
  width: 100%;
}

header > div img {
  display: inline-block;
}

header > div .lois {
  margin: 1rem 0;
  max-height: 22vw;
  position: relative;
  z-index: 1;
}

header > div .logo {
  width: 32vw;
  margin: -4vw 0rem -4vw -7.7vw;
  position: relative;
  z-index: 1;
}

header > div .strap {
  font-weight: 300;
  font-family: "Quicksand", "Open Sans", sans-serif;
  font-size: 4vw;
  display: inline-block;
  width: 34vw;
  text-align: center;
  line-height: 5vw;
  vertical-align: middle;
}

@media (min-width: 900px) {
  header > div .strap {
    font-size: 3vw;
    width: 25vw;
  }
}

header:after {
  content: '';
  display: block;
  clear: both;
}

section {
  font-size: 1.1rem;
  padding: 3rem;
  padding-top: 4rem;
}

section.i_offer {
  background-color: #fafafa;
  color: #576a69;
}

section.i_offer > div {
  display: inline-block;
  width: 100%;
}

section.i_offer .bubbles {
  position: relative;
  vertical-align: middle;
}

section.i_offer .bubbles .bubble {
  background-color: #ea706c;
  color: #fafafa;
  padding: 0.8rem;
  width: 12rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 0 #c9413c;
  margin-top: -.75rem;
  text-align: left;
}

section.i_offer .bubbles .bubble[data-bubble="0"] {
  margin-top: 0rem;
}

section.i_offer .bubbles .bubble[data-bubble="1"] {
  margin-left: 7rem;
}

section.i_offer .bubbles .bubble[data-bubble="2"] {
  margin-left: 11rem;
}

section.i_offer .bubbles .bubble[data-bubble="3"] {
  margin-left: 5rem;
}

@media (max-width: 840px) {
  section.i_offer .bubbles .bubble[data-bubble="0"] {
    margin-top: 0rem;
  }
  section.i_offer .bubbles .bubble[data-bubble="1"] {
    margin-left: 4rem;
  }
  section.i_offer .bubbles .bubble[data-bubble="2"] {
    margin-left: 7rem;
  }
  section.i_offer .bubbles .bubble[data-bubble="3"] {
    margin-left: 3rem;
  }
}

@media (max-width: 700px) {
  section.i_offer .bubbles .bubble {
    width: calc(70% - 1.6rem);
    margin: 0 auto 1.5rem !important;
    text-align: center;
    position: relative;
  }
  section.i_offer .bubbles .bubble:nth-child(-n+3):after {
    content: '';
    display: block;
    background: inherit;
    position: absolute;
    width: 1rem;
    left: calc(50% - 0.5rem);
    top: 100%;
    height: 1.5rem;
    box-shadow: inherit;
  }
}

@media (max-width: 500px) {
  section.i_offer .bubbles .bubble {
    width: calc(100% - 1.6rem);
  }
}

@media (max-width: 700px) {
  section.i_offer .bubbles {
    padding-bottom: 2rem;
    text-align: center;
  }
}

section.i_offer .prelim,
section.i_offer .postlim {
  vertical-align: middle;
}

section.i_offer .prelim p,
section.i_offer .postlim p {
  margin: 0 0 1.4rem;
  line-height: 1.8;
}

section.i_offer:after {
  content: '';
  display: block;
  clear: both;
  height: auto;
}

@media (min-width: 700px) {
  section.i_offer .bubbles {
    width: calc(60% - 1rem);
  }
  section.i_offer .prelim {
    width: calc(40% - 1rem);
  }
}

section.general_section .prelim,
section.general_section .postlim {
  padding-bottom: 2rem;
}

section.general_section .postlim p {
  margin: 1rem 0;
}

section.general_section table {
  margin-bottom: 2.5rem;
  text-align: left;
}

section.general_section table td, section.general_section table th {
  padding: 0.8rem 0.8rem 0 0rem;
}

section.general_section ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

section.general_section ul li {
  margin: 0.5rem;
}

section.white_section {
  background-color: #fafafa;
  color: #576a69;
  position: relative;
}

footer {
  background-color: #576a69;
  padding: 2rem 3rem;
}

footer i {
  color: #f0d43c;
  font-size: 1.2rem;
  vertical-align: middle;
  width: 1.3rem;
  margin-right: 0.2rem;
  text-align: right;
}

footer p {
  margin: 0.5rem 0;
}

footer a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  word-break: break-word;
}

@media (max-width: 600px) {
  .switch_language {
    font-size: 0.7rem;
  }
  section {
    font-size: 0.9rem;
  }
  footer {
    text-align: center;
  }
  footer i {
    text-align: inherit;
    display: block;
    border-bottom: 1px dashed #f0d43c;
    width: 100%;
    padding-bottom: 0.25rem;
  }
  footer a {
    padding: 0.25rem 0 0.5rem;
  }
}
