/*Icons*/
/* https://www.onlinewebfonts.com/download/d589f568cfa911453cc08bf622833fd2 */
/*@import url(//db.onlinewebfonts.com/c/d589f568cfa911453cc08bf622833fd2?family=la-solid-900); */
@font-face {
  font-family: "la-solid-900";
  src: url("fonts/la-solid-900.woff2") format("woff2"), url("fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "la-brands-400";
  src: url("fonts/la-brands-400.woff2") format("woff2"), url("fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Google Fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');*/
body {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 300;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  body {
    font-size: 9px;
  }
}

.large-4 {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .small-6 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .small-12 {
    width: 100%;
  }
}

header {
  width: 100%;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #CD1719;
  text-align: center;
  color: white;
}
header p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75em;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 600;
}
header p a {
  text-decoration: none;
  color: white;
}
header p .majus {
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 800;
  text-transform: uppercase;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-origin: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main {
    background-image: url(img/bg-smartphone.jpg);
  }
}
#main .caption {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10% 1.5em 3.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1700px) {
  #main .caption {
    padding-top: 2em;
  }
}
#main .caption #logo {
  width: 100%;
  max-width: 20em;
  display: block;
}
#main .caption #logo img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  outline: none;
}
#main .caption p {
  display: inline-block;
  margin: 1em auto 0;
  font-size: 2.5em;
}
#main .caption p.label-rrss {
  margin-top: 1.25em;
  font-size: 1.375em;
}
@media screen and (max-width: 600px) {
  #main .caption p.label-rrss {
    font-size: 1.675em;
  }
}
#main .caption ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.75em;
}
@media screen and (max-width: 600px) {
  #main .caption ul {
    font-size: 2.5em;
  }
}
#main .caption ul li {
  margin: 0.5em 0.25em 0;
}
#main .caption ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "la-brands-400";
  font-weight: normal;
  text-decoration: none;
  color: #CD1719;
}
#main .caption ul a:before {
  content: "\f0e1";
}
#main .caption ul a.la-facebook-f:before {
  content: "\f39e";
}
#main .caption ul a.la-instagram:before {
  content: "\f16d";
}

#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 4em;
}
#footer .container {
  width: 100%;
  max-width: 80em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer p {
  display: block;
  margin: 0;
  font-size: 1.5em;
  text-align: left;
}
#footer .slogan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .slogan-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 2em;
  }
}
#footer .slogan-wrapper img {
  width: 100%;
  max-width: 18em;
  height: auto;
  display: block;
}
#footer .labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .labels img {
  width: auto;
  height: 6.5em;
  display: block;
  margin: 0 3em 0 0;
}
#footer .labels img:last-child {
  margin-right: 0;
}