@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "Din Black";
  src: url("../fonts/din-black-webfont.eot");
  src: url("../fonts/din-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-black-webfont.woff") format("woff"), url("../fonts/din-black-webfont.ttf") format("truetype"), url("../fonts/din-black-webfont.svg#din-black-webfont") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

::selection {
  background: #133a44;
  color: white;
}

::-moz-selection {
  background: #133a44;
  color: white;
}

body {
  font-family: "Open Sans", sans-serif;
  background: white;
  color: #231f20;
  font-size: 12px;
  flex-direction: column;
  justify-content: stretch;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #133a44;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 1em;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Din Black", sans-serif;
  color: #133a44;
}

h1 {
  font-size: 2.53125em;
  margin-bottom: 0.5025em;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 3.375em;
    margin-bottom: 0.67em;
  }
}

h2 {
  font-size: 2.25em;
  margin-bottom: 0.5em;
  text-align: left;
  margin-bottom: 0.5;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 2.25em;
    margin-bottom: 0.75em;
  }
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 1.5em;
    margin-bottom: 0.5;
  }
}

h4 {
  font-size: 0.75em;
  margin-bottom: 0.9975em;
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 1em;
    margin-bottom: 0.5;
  }
}

ul li {
  margin-left: 2em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr:hover td {
  background: #eff4f4;
}
table tr th,
table tr td {
  padding: 0.5em;
}
table tr th {
  background: #133a44;
  color: white;
  font-family: "Din Black", sans-serif;
  font-weight: 400;
}
table tr td {
  border-bottom: 2px solid #99b9b9;
}

.menu-top-menu-container {
  width: 100%;
}

header {
  display: flex;
  flex-direction: column;
  padding: 2em 0 0 0;
}
header .logo {
  max-width: 10em;
  margin: 0 auto;
  min-width: 120px;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  header .logo {
    max-width: 10em;
    margin: 0;
  }
}
.dark-mode header .logo #text path,
.dark-mode header .logo #text rect {
  fill: white !important;
}

header nav {
  display: flex;
  flex-direction: row;
  min-width: 0px;
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  left: 0;
  align-content: flex-start;
}
header nav ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  list-style: none;
  position: relative;
  align-content: stretch;
}
header nav ul .kontakt a {
  background: #e0f3f1;
  border-bottom: 5px solid #e0f3f1;
  border-top: 5px solid #e0f3f1;
  color: #007c6e;
  height: 100%;
}
header nav ul .kontakt a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
}
header nav ul .kontakt a:hover {
  border-bottom: 5px solid #007c6e;
  background: #e0f3f1;
}
header nav ul .kontakt ul li a:before {
  content: "";
}
header nav ul li {
  width: 100%;
  margin: 0;
  position: relative;
}
header nav ul li:hover > ul,
header nav ul li ul li ul:hover {
  display: block;
  position: absolute;
  min-width: 270px;
  top: 4.25em;
}
header nav ul li:hover > ul .show-wide,
header nav ul li ul li ul:hover .show-wide {
  display: block;
}
header nav ul ul {
  z-index: 999;
  list-style: none;
  flex-direction: row;
  width: auto;
  right: 0;
  display: none;
}
header nav ul ul a {
  background: #eff4f4;
  border-bottom: 0;
  border-top: 0;
}
header nav ul ul a:hover {
  border-bottom: none;
  background: #99b9b9;
}
header nav ul li ul li {
  clear: both;
  width: 100%;
}
header nav .show-wide {
  display: none;
}
header nav .show-wide a {
  background: #e0f3f1;
  border-bottom: 5px solid #e0f3f1;
  border-top: 5px solid #e0f3f1;
  color: #007c6e;
}
header nav .show-wide a:hover {
  border-bottom: 5px solid #007c6e;
  background: #e0f3f1;
}
header nav .show-narrow a {
  background: #e0f3f1;
  border-bottom: 5px solid #e0f3f1;
  border-top: 5px solid #e0f3f1;
  color: #007c6e;
}
header nav .show-narrow a:hover {
  border-bottom: 5px solid #007c6e;
  background: #e0f3f1;
}
@media only screen and (min-width: 1024px) {
  header nav .kontakt a {
    display: none;
  }
  header nav .kontakt ul li a {
    display: flex !important;
  }
  header nav .kontakt:hover > ul,
header nav .kontakt ul li ul:hover {
    display: flex;
    position: relative;
    min-width: auto;
    top: 0;
  }
  header nav .show-wide {
    display: flex !important;
  }
  header nav .show-wide a {
    background: #e0f3f1;
    border-bottom: 5px solid #e0f3f1;
    border-top: 5px solid #e0f3f1;
    color: #007c6e;
  }
  header nav .show-wide a:hover {
    border-bottom: 5px solid #007c6e;
  }
}
header nav a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em;
  text-decoration: none;
  color: #133a44;
  transition: ease border 0.2s, ease color 0.2s, ease background 0.2s;
  justify-content: center;
  white-space: nowrap;
  background: #b7cece;
  font-weight: bold;
  border-bottom: 5px solid #b7cece;
  border-top: 5px solid #b7cece;
}
header nav a:hover {
  border-bottom: 5px solid #133a44;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  header nav {
    margin: 0;
    max-width: auto;
  }
}
header .current-menu-item a {
  border-bottom: 5px solid #133a44;
  text-decoration: none;
  background: #99b9b9;
  border-top: 5px solid #99b9b9;
}
@media only screen and (min-width: 1024px) {
  header {
    flex-direction: row;
    padding: 2em 2em 0 2em;
    margin-bottom: 2em;
    justify-content: space-between;
  }
  header .logo {
    align-self: flex-start;
  }
  header nav {
    width: auto;
    margin-top: 0;
  }
  header nav ul a {
    align-self: flex-start;
    width: auto;
    padding: 1em 2em;
  }
  header nav ul ul {
    display: flex;
  }
}

main {
  padding: 2em;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  main {
    display: grid;
    column-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    margin: 0 auto;
    max-width: 1280px;
  }
}
main section#start {
  grid-column: 1/span 2;
  grid-row: 1;
  column-gap: 2em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
main section#start article {
  grid-column: 1/span 2;
  grid-row: 2;
  display: column;
  columns: 1;
  column-gap: 2em;
  orphans: 3;
  widows: 3;
}
@media only screen and (min-width: 1024px) {
  main section#start article {
    columns: 2;
  }
}
main section#start article h1,
main section#start article h2 {
  page-break-after: avoid;
}
main section#start article h1 {
  column-span: all;
  padding-bottom: 0.25em;
  border-bottom: 5px solid #99b9b9;
}
main section#start article p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.argument {
  background: #f2faf9;
  padding: 2em;
  column-span: all;
  margin-top: 1em;
  background-image: url("../images/background.svg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2em;
}
.argument ul {
  list-style: none;
}
.argument ul li {
  margin: 0 0 0.45em 0;
  font-size: 1.1em;
  margin-left: 1.5em;
}
.argument ul li:before {
  margin-top: 0.1em;
  margin-left: -1.5em;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
  margin-right: 0.5em;
  color: #72c8be;
  font-size: 1.25em;
}

section {
  width: 100%;
  min-width: 0px;
  max-width: 1280px;
  margin: 0 auto;
}
section#gor {
  background: #eff4f4;
}

footer {
  background: #133a44;
  color: white;
  flex: 0 0 auto p, h1, h2, h3, h4;
  flex-color: white;
  display: flex;
  
  section {
    img {
      height: auto;
      max-height: 10em;
      width: auto;
    }
    
    &:last-child {
      text-align: right;
      
      img {
        margin-left: auto;
      }
      
    }
  }
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: white;
}
footer a {
  color: white;
}
footer section {
  margin: 0 auto;
  padding: 2em;
}
footer p:last-child {
  padding-bottom: 0;
}

.social-media-wrapper {
  display: inline-block;
  font-size: 1.5em;
}
.social-media-wrapper i {
  transition: ease color 0.2s;
}
.social-media-wrapper:hover i {
  color: #608c8c;
  transition: ease color 0.2s;
}
.social-media-wrapper a {
  display: inline-block;
  margin-right: 0.5em;
}
.social-media-wrapper a:hover i {
  color: white;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.question {
  margin-bottom: 1em;
  position: relative;
}
.question.error .not-validated {
  display: inline-block;
}
.question.typ {
  display: flex;
  width: 100%;
white-space: nowrap;
}
.question.typ input {
  width: auto;
  display: none;
}
.question.typ input[type=radio]:checked + label {
  background: #3b998e;
  border-top: 5px solid #3b998e;
  border-bottom: 5px solid #1f4f4a;
}
.question.typ label {
  width: auto;
  background: #72c8be;
  color: white;
  flex: 1;
  text-align: center;
  padding: 0.75em 1em;
  border-bottom: 5px solid #72c8be;
  border-top: 5px solid #72c8be;
  transition: ease border-bottom 0.2s;
}
.question.typ label:hover {
  border-bottom: 5px solid #2d746c;
  transition: ease border-bottom 0.2s;
}
.question.accepterar {
  display: flex;
  align-items: center;
}
.question.accepterar label {
  width: auto;
  margin-left: 0.5em;
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  border: 2px solid white;
  background: white;
  padding: 1em;
  font-size: 16px;
  transition: ease border 0.2s;
  color: #231f20;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  border: 2px solid #133a44;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background: white;
  color: #231f20;
  -webkit-text-fill-color: #231f20;
}

textarea {
  height: 10em;
  grid-column: 1/span 2;
  grid-row: 2;
}

label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1em;
  position: relative;
  width: 100%;
  cursor: pointer;
}
label .star {
  color: #99b9b9;
}

input[type=checkbox] {
  width: auto;
}

.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  border: none;
  background: #72c8be;
  padding: 1.5em 2em;
  font-weight: 800;
  font-size: 1em;
  color: white;
  cursor: pointer;
  transition: ease background-color 0.2s;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
}
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #007c6e;
  text-decoration: none;
}

input[type=range] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #bbe5e0;
  border-radius: 3px;
  height: 6px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  border: none;
  padding: 0;
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #72c8be;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
  transition: background-color ease 0.2s;
}
input[type=range]::-webkit-slider-thumb:hover {
  background-color: #3b998e;
}

input[type=range]::-moz-range-thumb {
  background-color: #72c8be;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type=range]::-moz-range-thumb:hover {
  background-color: #3b998e;
}

input[type=range]::-ms-thumb {
  background-color: #72c8be;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type=range]::-ms-thumb:hover {
  background-color: #3b998e;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

.pricing {
  background: #eff4f4;
  padding: 2em;
}
.pricing h2,
.pricing h3 {
  text-align: center;
}
.pricing .question:last-child {
  margin-bottom: 0;
}

.pricing-slider {
  max-width: 280px;
  margin: 0 auto;
}

.form-slider span {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.75em;
  color: #133a44;
}
.form-slider span.pricing-item-price-amount {
  font-size: 2em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.form-slider span.pricing-item-price-after {
  display: block;
  color: #7b7979;
}
.form-slider span.pricing-item-price-currency {
  padding: 0;
  margin: 0;
  font-weight: bold;
  padding-left: 0.15em;
}

.pricing-details {
  text-align: center;
}

.pricing-slider {
  margin-bottom: 2em;
}

.pricing-slider {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 3em;
}

.pricing-slider input {
  width: 100%;
}

.pricing-slider .pricing-slider-value {
  position: absolute;
  --thumb-size: 36px;
  color: white;
  background: #133a44;
  padding: 0.3333333333em 0.5em;
  border-radius: 0.25em;
  white-space: nowrap;
  font-weight: 600;
}

.nf-before-form-content {
  display: none;
}
