@charset "UTF-8";
@font-face {
  font-family: "Metro";
  src: url("../assets/fonts/Metro-Sans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Metro-Light";
  src: url("../assets/fonts/Metro-Sans-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Metro-Medium";
  src: url("../assets/fonts/Metro-Sans-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Metro-Bold";
  src: url("../assets/fonts/Metro-Sans-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
* {
  font-family: "Metro", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0rem;
  padding: 0rem;
  color: #fffaf6;
  cursor: default;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #1a1a1a;
  color: #fffaf6;
  position: relative;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  height: auto !important;
}

.d-none {
  display: none;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-vertical-text {
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 1.5em;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  font-family: "Metro-Bold", sans-serif;
}
.align-vertical-content {
  align-items: center;
  justify-content: center;
  display: flex;
}

.contained {
  width: 75rem;
  max-width: 90%;
  margin: auto;
  padding: 0rem 1rem;
  position: relative;
}

.flex-container {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.flex-container li, .flex-container div {
  flex: 1;
}

.hide {
  display: none;
}

nav {
  position: absolute;
  margin: auto;
  width: 100%;
  padding: 1rem 0rem;
  z-index: 1;
}
nav li {
  padding: 0rem 1rem;
}

section {
  position: relative;
}
section.s-01 .text-left {
  position: absolute;
  left: -2rem;
  top: 1.5rem;
}
section.s-01 .text-right {
  position: absolute;
  right: -2rem;
  bottom: 1.5rem;
}
section.s-01 .socials {
  position: absolute;
  bottom: 0rem;
  left: 2rem;
}
section.s-01 .content {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0%;
  right: 0%;
}
section.s-01 .content .logo {
  width: 25rem;
}
section.s-01 .img-position-01 {
  position: absolute;
  width: 19rem;
  max-width: 100%;
  top: 10rem;
}
section.s-01 .img-position-02 {
  position: absolute;
  width: 30rem;
  max-width: 100%;
  top: 35rem;
  right: 10rem;
}
section.s-01 .img-position-03 {
  position: absolute;
  right: 1rem;
  width: 18rem;
  max-width: 100%;
}
section.s-02 .content {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0%;
  right: 0%;
  width: 30rem;
  max-width: 100%;
  margin: auto;
}
section.s-02 .content h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-family: "Metro", sans-serif;
  font-weight: 300;
}
section.s-02 .img-position-01 {
  position: absolute;
  width: 22rem;
  max-width: 100%;
  top: 10rem;
  left: -4rem;
}
section.s-02 .img-position-02 {
  position: absolute;
  right: -1rem;
  top: 20rem;
  width: 18rem;
  max-width: 100%;
}

.mh-50 {
  min-height: 52rem;
}

main .img-position-01 {
  position: absolute;
  width: 18rem;
  top: 6rem;
  left: 0;
  height: auto;
}
main .img-position-02 {
  position: absolute;
  right: 0;
  width: 19rem;
  z-index: 2;
  top: 15rem;
  height: auto;
}
main .menu {
  width: 50rem;
  max-width: 100%;
  margin: auto;
  border: 4px solid #c33329;
  background-color: #fffaf6;
}
main .menu header {
  padding: 1rem;
  background-color: #c33329;
  color: #fffaf6;
}
main .menu header h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 1.2rem;
  line-height: 1rem;
  font-family: "Metro-Bold", sans-serif;
  color: #fffaf6;
}

.tab-table {
  padding: 0rem 1rem;
}
.tab-table div {
  color: #c33329;
}
.tab-table .main-tab-menu:hover, .tab-table .sub-tab-menu:hover {
  cursor: pointer;
}
.tab-table .main-tab-menu .menu-tab-item, .tab-table .main-tab-menu .sub-menu-tab-item, .tab-table .sub-tab-menu .menu-tab-item, .tab-table .sub-tab-menu .sub-menu-tab-item {
  padding: 1rem 0rem;
  border-bottom: 2px solid;
}
.tab-table .main-tab-menu .menu-tab-item:hover, .tab-table .main-tab-menu .sub-menu-tab-item:hover, .tab-table .sub-tab-menu .menu-tab-item:hover, .tab-table .sub-tab-menu .sub-menu-tab-item:hover {
  cursor: pointer;
}
.tab-table .main-tab-menu .sub-menu-tab-item, .tab-table .sub-tab-menu .sub-menu-tab-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.tab-table .menu-tab-item.active {
  color: #1a1a1a !important;
  font-family: "Metro-Bold", sans-serif;
}
.tab-table .sub-menu-tab-item.active {
  color: #1a1a1a !important;
  font-family: "Metro-Bold", sans-serif;
  border-bottom-color: #c33329;
}
.tab-table .sub-tab-content {
  padding: 4rem 0rem;
  text-align: center;
  width: 30rem;
  max-width: 100%;
  margin: auto;
}
.tab-table * {
  color: #1a1a1a;
}
.tab-table h2.content-category {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 6px;
  font-family: "Metro-Bold", sans-serif;
  margin-bottom: 1.5rem;
  color: #c33329;
}
.tab-table h2.content-sub-category {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-family: "Metro-Bold", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.tab-table .flex-lists {
  margin-top: 2rem;
}
.tab-table p, .tab-table ul li {
  font-size: 0.8rem;
  letter-spacing: 1px;
  list-style: none;
}
.tab-table li {
  margin-bottom: 0.25rem;
}
.tab-table .recomendacion::before {
  content: " ● ";
  color: #c33329;
}
.tab-table .nota {
  margin-top: 4rem;
}
.tab-table .nota span {
  margin-left: 2rem;
}
.tab-table .cc-top {
  margin-top: 4rem;
}
.tab-table .ul-top {
  margin-top: 2rem;
}

.flex-lists {
  display: flex;
  justify-content: space-around;
  padding: 0;
  flex-wrap: wrap;
  gap: 1rem;
}
.flex-lists ul {
  flex: 1;
}

footer {
  text-align: center;
  border-top: 1px solid;
  padding: 3rem 2rem;
  margin-top: 8rem;
  position: relative;
  z-index: 4;
  background: #1a1a1a;
}
footer p {
  font-size: 0.8rem;
  line-height: 1.5;
}
footer .icon-01 {
  width: 7rem;
  display: block;
  margin-top: 0.5rem;
}
footer .icon-02 {
  width: 12rem;
}
footer .icon-03 {
  width: 15rem;
  display: block;
  margin-top: 1rem;
}
footer .pl-10 {
  padding-left: 10rem;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.mt-0 {
  margin-top: 0rem !important;
}/*# sourceMappingURL=style.css.map */