:root {
  --cor-sec: #4db9fe;
  --cor-principal: #f57190;
  --rosa: #f9c5d4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-align: center;
  margin: 0 0 10px;
  font-family: Martian Mono, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 37px;
}

h2 {
  color: #b1b1b1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Martian Mono, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: var(--cor-sec);
}

.button {
  color: #fff;
  text-align: center;
  background-color: #25c485;
  padding: 14px 26px;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  background-color: #b5b5b5;
}

.header {
  background-image: url('../images/header_WF_Alpes2.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  height: 530px;
  box-shadow: inset 0 3px #000;
}

.header.sub-page {
  background-image: url('../images/profile-dude-blue.jpg');
  background-position: 50% 100%;
}

.section {
  text-align: left;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.green {
  background-color: #e2e2e2;
}

.section.sectioncor {
  background-color: var(--cor-principal);
}

.section.rodape {
  background-color: #333;
}

.nav-link {
  color: var(--cor-principal);
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: Martian Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--cor-principal);
  -webkit-text-stroke-color: var(--cor-principal);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.navigation {
  z-index: 10;
  border-top: 3px solid var(--cor-principal);
  background-color: #fff;
  padding: 33px 19px 38px;
  position: fixed;
  box-shadow: inset 0 0 0 1px #0000000d;
}

.logo {
  text-align: right;
  text-transform: capitalize;
  margin-bottom: 22px;
  font-size: 33px;
  font-weight: 300;
  line-height: 36px;
}

.align-right {
  text-align: right;
  padding-right: 25px;
}

.image {
  margin-bottom: 20px;
}

.thumbnail {
  background-color: #fff;
  margin-bottom: 26px;
  margin-right: 21px;
  padding: 7px;
  box-shadow: 0 0 0 1px #0000000f;
}

.journal-entry {
  color: #333;
  border: 1px solid #dce6e4;
  margin-bottom: 19px;
  padding: 18px 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.field {
  border: 1px solid #d1e6dd;
  height: 53px;
  box-shadow: inset 0 1px #0000;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px #0000;
}

.field.comments {
  height: 101px;
}

.success {
  color: #000;
  text-align: center;
  background-color: #e3e3e3;
  padding: 47px;
}

.heading {
  background-color: var(--cor-principal);
  color: #fff;
  font-size: 55px;
  line-height: 100px;
}

.text-block {
  color: var(--cor-sec);
  text-align: center;
  -webkit-text-stroke-color: var(--cor-principal);
  margin-top: 20px;
  font-family: Martian Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.text-span {
  color: #333;
  font-weight: 400;
}

.container {
  cursor: auto;
}

.image-2 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph {
  color: #555;
  text-align: left;
  font-family: Inter, sans-serif;
}

.paragraph.txtaviso {
  text-transform: none;
}

.texto {
  color: #525252;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.paragraph-3 {
  text-align: left;
}

.tittxt {
  color: var(--cor-principal);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-4, .column {
  text-align: left;
}

.container-2 {
  text-align: center;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.text-block-2 {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.text-block-2.texto {
  font-size: 14px;
}

.text-block-2.texto.warning {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #e2e2e2;
  background-clip: border-box;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.text-block-2.texto.text-block-fundo-cinza {
  border-bottom-color: #b9b9b9;
}

.txtbold {
  font-weight: 700;
}

.txtaviso {
  font-size: 12px;
}

.txtaviso.avisocaps {
  text-transform: uppercase;
}

.container-3 {
  text-align: center;
}

.button-2 {
  z-index: auto;
  aspect-ratio: auto;
  background-color: #333;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Martian Mono, sans-serif;
  font-size: 24px;
  display: flex;
  position: static;
}

.blockrodape {
  color: gray;
  font-family: Inter, sans-serif;
}

.txtrodape {
  color: #c2c2c2;
  font-family: Inter, sans-serif;
}

.titrodape {
  color: gray;
  font-family: Martian Mono, sans-serif;
  font-size: 16px;
}

.linkrodape {
  color: gray;
  font-weight: 600;
}

.linkrodape:hover {
  color: var(--rosa);
}

.image-3 {
  padding: 5px;
}

.image-3.boxxx {
  background-color: #fff;
}

.boxx {
  background-color: #fff;
  padding: 6px;
}

.txtitamenor {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .header {
    background-image: url('../images/header_WF_Alpes2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .align-right {
    padding-right: 10px;
  }

  .heading {
    font-size: 45px;
  }

  .text-block {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-attachment: scroll;
    height: auto;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .navigation {
    background-color: #fff9;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    box-shadow: 0 0 0 1px #0000;
  }

  .align-right {
    text-align: left;
  }

  .thumbnail {
    margin-bottom: 15px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 20px;
  }

  .section, .section.green {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    background-color: #ffffffcf;
  }

  .align-right {
    text-align: center;
  }

  .heading {
    font-size: 18px;
    line-height: 80px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .image-2 {
    width: 80%;
  }

  .texto {
    font-size: 12px;
  }

  .heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-2.texto.warning {
    box-sizing: border-box;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .txtaviso {
    direction: ltr;
    white-space: break-spaces;
    word-break: keep-all;
    overflow-wrap: normal;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .txtaviso.avisocaps {
    text-transform: uppercase;
  }

  .button-2 {
    width: 260px;
    height: 80px;
    font-size: 16px;
  }

  .blockrodape {
    margin-top: 20px;
    font-size: 12px;
  }

  .titrodape {
    font-size: 14px;
  }

  .boxx {
    padding: 3px;
  }
}


