body {
  background-color: #15151e;
  color: #e10600;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  position: absolute;
  /* top: 0.19rem; */
  top:0px;
  height: 46px;
  z-index: 99;
 object-fit: cover;
  background: #15151e;
  overflow: hidden;
  padding: 0 0.5rem;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
}

.container-main {
  position: relative;
  /* width: 30rem; */
  /* height: 800px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /*margin-top: 4rem;*/
  padding-bottom: 1.52rem;
}

.border1 {
  border: 8px solid #e10600;
  border-bottom: 0px solid #e10600;
  border-radius: 38px 38px 0px 0px;
  padding: 4px;
}
.border2 {
  border: 8px solid #e10600;
  border-bottom: 0px solid #e10600;
  border-radius: 28px 28px 0px 0px;
  padding: 4px;
}
.border3 {
  border: 8px solid #e10600;
  border-bottom: 0px solid #e10600;
  border-radius: 18px 18px 0px 0px;
  padding: 4px;
}
.border4 {
  border: 8px solid #e10600;
  border-bottom: 0px solid #e10600;
  border-radius: 8px 8px 0px 0px;
  padding: 4px;
}
.band-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #15151e;
}
.band {
  border-bottom: 8px solid #e10600;
  width: 100vw;
  padding: 2px 0;
}
.iframe {
  aspect-ratio: 16/9;
  /* height: 360px; */
  width: 65vw;
}

.blog {
  display: flex;
  width: 100vw;
  flex-direction: column;
}
.blog section {
  padding: 1rem;
}

.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Para alinear el card-body en la parte inferior */
.card-body {
  margin-top: auto;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.year-nav-header {
  width: 100%;
}
.year-nav-header nav {
  width: 100%;
}


.year-nav-header {
  border-radius: 3px;
}

.nav-item {
  padding: 12px 16px 13px;
}
.nav-item:not(:last-child) {
  border-right: 4px solid rgba(255, 255, 255, 0.938);
}

* {
  box-sizing: border-box;
}

nav {
  font-size: 0;
}

.nav-item {
  font-size: 14px;
}


.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  display: none;
}

/* unvisited link */
a:link {
  color: red;
  }
  
  /* visited link */
  a:visited {
  color: red;
  }

  .flag {
    height: 30px;
    width: auto;
    border-radius: 5px;
    position: relative;
    border-width: 1px;
    border-color: black;
  }

