* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.bg-primary {
  background: rgba(168, 30, 34, 0.5); }

.bg-secondary {
  background: #a81e22; }

.bg-contrast {
  background: #ffffff; }

.bg-auxiliar {
  background: #9cb583; }

.bg-dark {
  background: #616161; }

.bg-light {
  background: #f2f2f2; }

.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden; }

.container-full {
  max-width: 100%;
  margin: auto;
  overflow: hidden; }

.btn-primary {
  color: #333;
  background-color: rgba(168, 30, 34, 0.5); }

.btn-secondary {
  background-color: #a81e22;
  color: #fff; }

.btn-light {
  color: #333;
  background-color: #f2f2f2; }

.btn-dark {
  color: #f4f4f4;
  background-color: #616161; }

.btn-alt-transp {
  background-color: rgba(168, 30, 34, 0.5);
  color: #fff;
  border: 1px solid #f2f2f2; }
  .btn-alt-transp:hover {
    background: transparent;
    color: rgba(168, 30, 34, 0.5); }

.bg-primary {
  background: rgba(168, 30, 34, 0.5);
  color: #fff; }

.bg-dark {
  background: #616161;
  color: #fff; }

.bg-light {
  background: #f2f2f2;
  color: #000; }

.bg-auxiliar {
  background: #9cb583;
  color: #000; }

.lead {
  font-size: 1.3rem;
  margin-bottom: 2rem; }

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

.text-color-primary {
  color: rgba(168, 30, 34, 0.5); }

.text-color-secondary {
  color: #a81e22; }

.text-color-auxiliar {
  color: #9cb583; }

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.section-title-right {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: right;
  font-weight: 100; }

.section-title-left {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 100; }

.section-title-center {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 100; }

.bottom-line-s-left {
  height: 2px;
  width: 3rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem 0; }

.bottom-line-s-right {
  height: 2px;
  width: 3rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 0 1rem auto; }

.bottom-line-s-center {
  height: 2px;
  width: 3rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem auto; }

.bottom-line-m-left {
  height: 2px;
  width: 5rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem 0; }

.bottom-line-m-right {
  height: 2px;
  width: 5rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 0 1rem auto; }

.bottom-line-m-center {
  height: 2px;
  width: 5rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem auto; }

.bottom-line-l-left {
  height: 2px;
  width: 10rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem 0; }

.bottom-line-l-right {
  height: 2px;
  width: 10rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 0 1rem auto; }

.bottom-line-l-center {
  height: 2px;
  width: 10rem;
  background: rgba(168, 30, 34, 0.5);
  display: block;
  margin: 0 auto 1rem auto; }

.btn-primary, .btn-secondary, .btn-light, .btn-dark {
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all 0.5s;
  border-radius: 25px;
  border: none;
  cursor: pointer; }

.btn-alt-transp {
  display: inline-block;
  padding: 0.4rem 2rem;
  transition: all 0.5s;
  border-radius: 25px;
  cursor: pointer;
  margin: 0.5rem; }

@font-face {
  font-family: 'dinBlack';
  src: url("../fonts/FF_DIN_Black.otf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'dinItaAlt';
  src: url("../fonts/FF_DIN_Bold_Italic_Alternate.otf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'dinConBol';
  src: url("../fonts/FF_DIN_Condensed_Bold.otf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'dinConMed';
  src: url("../fonts/FF_DIN_Condensed_Medium.otf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'dinLig';
  src: url("../fonts/FF_DIN_Light.otf") format("truetype");
  /* Safari, Android, iOS */ }

body {
  background: #000;
  color: #fff;
  text-align: center; }

main {
  height: 100%;
  background: url(../img/bg.png) center center/cover; }

.hamburger_menu {
  font-family: 'dinBlack'; }

.profile {
  margin: auto;
  background: rgba(168, 30, 34, 0.5);
  width: 15rem; }
  .profile img {
    padding: 1rem;
    height: 12rem; }

.text {
  font-family: 'dinLig'; }
  .text h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.2rem; }
  .text p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem; }

.btn_group {
  display: flex;
  flex-direction: column;
  font-family: 'dinConMed';
  font-size: 1.2rem;
  letter-spacing: 0.3rem; }

.social_nav ul {
  display: flex;
  justify-content: center;
  padding-left: 0; }
  .social_nav ul li {
    background: rgba(168, 30, 34, 0.5);
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 25rem;
    border: #f2f2f2 1px solid;
    transition: all 0.5s; }
    .social_nav ul li:hover {
      background: transparent; }
    .social_nav ul li a {
      color: #f2f2f2; }
      .social_nav ul li a i {
        font-size: 2rem;
        transition: all 0.5s; }
        .social_nav ul li a i:hover {
          background: transparent;
          color: rgba(168, 30, 34, 0.5); }

footer {
  background: rgba(168, 30, 34, 0.5); }
  footer p {
    font-family: 'dinConBol'; }
    footer p a {
      color: #616161;
      font-family: 'dinItaAlt';
      transition: all 0.5s; }
      footer p a:hover {
        color: rgba(168, 30, 34, 0.5); }
