@font-face {
  font-family: Branding-SF-Black;
  src: url("/assets/fonts/Branding-SF-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: Branding-SF-SemiBold;
  src: url("/assets/fonts/Branding-SF-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Branding-SF-Light;
  src: url("/assets/fonts/Branding-SF-Light.ttf");
  font-display: swap;
}

:root {
  font-family: Branding-SF-SemiBold, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;

}

h1, h2, h3, h4, h5, h6, strong {
  font-family: Branding-SF-Black, sans-serif;
  color: #6f2d91;
}

p, input, textarea, button, span, a {
  font-family: Branding-SF-SemiBold, sans-serif;
  color: #292929;
}

button, a {
  cursor: pointer;
}

html {
  font-size: calc(18px + 4 * ((100vw - 600px) / 800));
}

@media screen and (min-width: 600px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 600px) / 800));
  }
}

@media screen and (min-width: 801px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 801px) / 1000));
  }
}

@media screen and (min-width: 1001) {
  html {
    font-size: calc(14px + 4 * ((100vw - 1001px) / 1440));
  }
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

.page-container {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main-container {
  width: 100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.section-container {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: 0rem 0 0 0;
  padding: 0.4rem 0rem;
}

.main-container h2{
  margin: 1rem;
  margin-top: 1.5rem;
  color: #ba6907;
  font-size: 1.5rem;
}

.main-container p{
  margin: 1rem;
  padding: 0.6rem 0;
  line-height: 1.5rem;
}



.main-container ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
  margin-right: 0.5rem;
}

.main-container li {
  font-size: 0.9rem;
}



.main-container ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;

}

.main-container ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #FFF;

}

.main-container li ol > li {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}

.main-container li ol > li:before {
  content: counters(item, ".") " ";
  color: #292929;

}



@media screen and (min-width: 680px) {
  #use-terms {
    width: 50%;
  }

}

.navbar-container {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0rem 0.2rem 0.2rem #381648;
  z-index: 10;
  width: 100%;
  background-color: #6f2d91;
}

.navbar-container a {
  margin: 0 0.3rem;
  padding: 0.5rem 0.3rem;
  text-decoration: none;
  color: white;
  transition: background-color 0.2s color 0.2s;
}

.navbar-container a:hover {
  background-color: #953bc2;
}

.navbar-container i {
  text-align: center;
  width: 1.2rem;
}

.navbar-fixed-container {
  display:flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0.5rem 0 0 0;
}

.navbar-hideable-itens div{

}

.navbar-collapsible-container div {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-itens: center;
  overflow: hidden;
  max-width: 100%;
  margin: 0.5rem 0 0 0;

}

.navbar-collapsible-container a {
  border-top: 1px solid #f7941d;
  background-color: #642882;
}

.navbar-container .hide {
  max-height: 0px;
  pointer-events: none;
  transition: max-height 0.3s ease-in-out;
}

.navbar-container .show {
  max-height: 1800px;
  pointer-events: auto;
  transition: max-height 0.5s ease-in-out;
}

.navbar-container .active {
  color: #f7941d;
  background-color: #642882;
}

.navbar-container .hide-small {
  display:none;
  pointer-events: none;
}

.navbar-container .hide-large {
  display:block;
  pointer-events: auto;
}



@media screen and (min-width:680px) {
  .navbar-container .hide-large {
    display:none;
    pointer-events: none;
  }

  .navbar-container .hide-small {
    display:block;
    pointer-events: auto;
  }
}
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2.7rem;
  text-align: center;
}

.header-homepagelinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: -0.5rem;
  padding: 0.5rem 0 0.5rem 5%;
  background-color: white;
}

.header-homepagelinks a {
  font-size: 1rem;
  text-decoration: none;
  color: #0d5b40;
}

.header-homepagelinks span {
  margin: 0 0.1rem;
  font-size: 1rem;
}

.header-homepagelinks i {
  font-size: 0.5rem;
}

.header-homepagelinks .actual-page {
  color: black;
}

.header-image img {
  width: 100%;
  max-width: 1000px;
}

.header-title {
  margin-top: 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid #fcd4a4;
  width: 80%;
  background-color: white;
}

.header-title h2 {
  color: #22855e;
}

.header-texts {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #fcd4a4;
  width: 80%;
  line-height: 1.4rem;
}

.header-texts p {
  font-style: italic;
  margin-bottom: 1rem;
}

#cookie-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
  animation-name: alert-box;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  border: 1px solid  #55E09B;
}
#cookie-container .cookie-main {
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  top: 0px;
  width: 100%;
  text-align:center;
  background: #40946A;
}

#cookie-container .cookie-main:hover {
  background:  #55E09B;
}

#cookie-container .cookie-main p {
  line-height: 1.5rem;
  font-size: 0.8rem;
  text-align:center;
}

#cookie-container .cookie-main strong {
  color: #381648;
}

#cookie-container .cookie-main a {
  margin-left:0.5rem;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  color: #381648;
}

#cookie-container .cookie-button {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  margin-right:0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
}

@keyframes alert-box {
  0% {opacity:0;}
  40% {opacity:0.4;}
  80% {opacity:0.8;}
  100% {opacity:1;}
}

@media screen and (max-width: 600px) {
  #cookie-container .cookie-main p {
    font-size: 0.7rem;
  }
}


#footer-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #6f2d91;
  width: 100%;
  padding: 1rem 1rem;
  margin-top: 3rem;
  color: #fff;

}

#footer-container .footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#footer-container .footer-social-links a{
  display: inline;
  font-size: 1.2rem;
  margin: 0.5rem;

}

#footer-container .footer-legal-data {
  display: block;
  margin: 0.8rem;
  text-align: center;
}

#footer-container .footer-payment-methods {
  display: block;
  font-size: 1.1rem;
  margin: 0.5rem;
  text-align: center;
}

#footer-container img{
  max-width: 13rem;
}

#footer-container a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;

}

#footer-container .legal-data-item {
  padding: 0.5rem;

}

#footer-container p {
  display:inline;
  font-size: 1rem;
  font-family: Branding-SF-Light, sans-serif;
  color: #fff;
}


@media screen and (max-width: 600px) {
  #footer-container {
    display: block;
  }

  #footer-container .footer-social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  #footer-container .footer-social-links a{
    font-size: 1.2rem;
    margin: 0.5rem;
  }

  #footer-container .footer-legal-data {
    display: block;
    margin: 0.5rem;
  }

  #footer-container a {
    font-size: 1rem;
  }
  #footer-container p {
    display:block;
    font-size: 0.7rem;
  }


  #footer-container img{
    max-width:8rem;
  }
}

