/* variables */
/* fonts */
* {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 26px; }
  @media screen and (max-width: 736px) {
    * {
      font-size: 16px;
      line-height: 24px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif; }

a {
  color: #03776c;
  text-decoration: underline;
  font-weight: 500;
  transition: color ease 0.3s; }
  a:hover {
    color: #02453f; }

.btn--primary {
  background-color: #03776c;
  border: 0;
  color: white;
  transition: background-color ease 0.3s; }
  .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
    background-color: #02453f;
    color: white; }

.form-check-input:checked {
  background-color: #03776c;
  color: #03776c; }

header {
  background-color: #191a1a; }
  header .header-logo {
    display: block;
    width: 200px;
    height: 40px;
    background-image: url("../images/Futoora_Negativo.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 736px) {
      header .header-logo {
        height: 36px;
        width: 180px; } }
  header .social-list li {
    height: 34px; }
    header .social-list li a {
      display: inline-block;
      width: 34px;
      height: 34px;
      background-size: contain;
      background-repeat: no-repeat; }
      header .social-list li a.instagram {
        background-image: url("../images/ig.svg"); }
      header .social-list li a.tiktok {
        background-image: url("../images/TkT.svg"); }

.container {
  max-width: 1200px; }

footer {
  background-color: #fff; }

/*# sourceMappingURL=main.css.map */
