/* Footer */

.section-footer {
  margin-top: 0px !important;
    padding-top: 30px;
    padding-bottom: 18px;
  
    border-radius: 4px 4px 0 0;
    background-color: rgb(36, 55, 82);
    background-image: url("../../images/radial-banding.svg"),
      linear-gradient(#009A6E), (#009A6E);
    background-repeat: no-repeat;
    background-position-y: bottom;
    color: #ffffff;
    border-radius: 0px;
  }
  
  @media (min-width: 900px) {
    .section-footer {
      margin-top: 130px;
      padding-top: 75px;
      padding-bottom: 40px;
    }
  }
  
  .section-footer .-container {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .section-footer .-columns {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    row-gap: 48px;
    column-gap: 16px;
  }
  
  @media (min-width: 900px) {
    .section-footer .-columns {
      gap: 65px;
      /* flex-direction: row; */
    }
  }
  
  @media (max-width: 1024px) {
    .section-footer .-columns {
      gap: 38px;
    }
  }
  
  .section-footer .-column {
    /* max-width: 50%; */
    width: calc(50% - 35px);
    display: flex;
  }
  
  @media (min-width: 900px) {
    .section-footer .-column {
      display: unset;
    }
  }
  
  /*.section-footer .-column:nth-child(odd):not(:first-child) {
    justify-content: end; 
  }*/
  
  @media (min-width: 900px) {
    .section-footer .-column {
      flex-grow: 1;
      flex-basis: 0;
    }
  }
  
  .section-footer .-column-register {
    /* max-width: unset; */
    width: unset;
    flex-grow: 2;
    justify-content: center;
  }
  
  @media (min-width: 900px) {
    .section-footer .-column-register {
      order: 1;
    }
  }
  
  .section-footer .-column-slogan {
    flex-grow: 1.25;
  }
  
  .section-footer .-column-slogan .-message {
    margin-top: 17px;
    max-width: 12em;
  
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.231818px;
    width: 100%;
  }
  
  @media (min-width: 900px) {
    .section-footer .-column-slogan .-message {
      margin-top: 23px;
      width: 122%;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .section-footer .-column-slogan .-message {
      font-size: 0.9rem;
      line-height: 21px;
      width: 100%;
    }
  
    .sm-text-nowrap {
      white-space: nowrap;
    }
  }
  
  @media only screen and (max-width: 360px) {
    .section-footer .-column {
      font-size: 15.4px;
    }
  }
  
  .section-footer .-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
  
    letter-spacing: -0.231818px;
  }
  
  .section-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  
    margin-top: 21px;
  
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .section-footer a.-link {
    text-decoration: none;
  
    color: #ffffff;
    opacity: 0.6;
    line-height: 18px;
    letter-spacing: -0.204545px;
  }
  
  .section-footer a.-link:hover {
    text-decoration: underline;
  }
  
  .section-footer .-box-register {
    padding: 16px 21px;
  
    background: rgba(255, 255, 255, 0.08);
    /* mix-blend-mode: normal; */
    border-radius: 4px;
  }
  
  .section-footer .-box-register .-message {
    line-height: 145%;
    font-weight: 500;
    opacity: 0.8;
  }
  
  @media only screen and (min-width: 1121px) {
    .section-footer .-box-register .-message {
      font-size: 19px;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1120.5px) {
    .section-footer .-box-register .-message {
      font-size: 16.5px;
    }
  }
  @media only screen and (min-width: 940px) and (max-width: 1024px) {
    .section-footer .-box-register .-message {
      font-size: 17px;
    }
  }
  @media only screen and (min-width: 900px) and (max-width: 939.5px) {
    .section-footer .-box-register .-message {
      font-size: 15px;
    }
  }
  @media only screen and (min-width: 527px) and (max-width: 899.5px) {
    .section-footer .-box-register .-message {
      font-size: 20px;
    }
  }
  /* and (min-width:527px) */
  @media only screen and (max-width: 526.5px) {
    .section-footer .-box-register .-message {
      max-width: 300px;
      font-size: 20px;
    }
  }
  .section-footer .-box-register a.-link-register {
    margin-top: 21px;
    padding: 15px;
  
    display: block;
  
    text-decoration: none;
    background-color: var(--brand-color-primary);
    color: #ffffff;
    border-radius: 4px;
  
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  
  .section-footer .-box-register a.-link-register:hover {
    background-color: var(--brand-color-primary-light);
  }
  
  @media (min-width: 900px) {
    .section-footer .-box-register a.-link-register {
      margin-top: 14px;
    }
  }
  
  .section-footer .-separator {
    margin-top: 59px;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .section-footer .-copyright-trademark {
    margin-top: 29px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  
    font-size: 14px;
    line-height: 163.02%;
    color: rgba(255, 255, 255, 0.4);
  }
  
  @media (min-width: 900px) {
    .section-footer .-copyright-trademark {
      flex-direction: row;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .section-footer .-copyright-trademark {
      font-size: 10px;
    }
  }
  
  .section-footer .-social-link-list {
    display: flex;
    gap: 21px;
  }
  
  .section-footer a.-social-link {
    width: 26.81px;
    height: 26.81px;
    box-sizing: border-box;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border: 2px solid #009A6E;
    border-radius: 50%;
  }
  
  .section-footer a.-social-link:hover {
    background-color: #009A6E;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link {
      width: 37.46px;
      height: 37.46px;
    }
  }
  
  .section-footer a.-social-link.-facebook > img {
    width: 5.32px;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link.-facebook > img {
      width: 7.43px;
    }
  }
  
  .section-footer a.-social-link.-twitter > img {
    width: 10.02px;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link.-twitter > img {
      width: 14px;
    }
  }
  
  .section-footer a.-social-link.-googleplus > img {
    width: 12.89px;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link.-googleplus > img {
      width: 18px;
    }
  }
  
  .section-footer a.-social-link.-instagram > img {
    width: 7.75px;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link.-instagram > img {
      width: 10.82px;
    }
  }
  
  .section-footer a.-social-link.-youtube > img {
    width: 9.53px;
  }
  
  @media (min-width: 900px) {
    .section-footer a.-social-link.-youtube > img {
      width: 13.32px;
    }
  }
  .sm-text-nowrap {
    white-space: normal;
  }
  /* Footer */