/** ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  color: #555;
  font-family: "unitext","Roboto",Arial,Helvetica,sans-serif;
}
.hidden {
  display: none !important;
}
.wrapper {
  transition: all 0.3s ease-in-out;
  background: #000;
  display: grid;
}
header {
  position: sticky;
  background: #000;    
  color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;    
}
header a {
  color: #fff;
}

.header_logo {
  display: flex;
  padding-top: 0.3em;
}

.header_logo img {
  max-width: 100%;
  height: 40px;
}
.switch i {
  font-size: 2em;
  padding-top: 0.2em;
  padding-right: 0.5em;
}
.hide_on_desktop {
  display: none;
}
.header_bar {
  justify-content: space-between;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  padding-top: 5px;
  height: 55px;
  padding-left: 50px;
  padding-right: 50px;    
  width: auto;
  overflow: hidden;
}
.nav_menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
.menu_item {
  padding: 0.6em 0.7em;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
}
.menu_item a {
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  position: relative;
}
.menu_item a::before {
  content: "";
  display: block;
  width: 0;
  inset: 0;
  right: 0;
  left: auto;
  position: absolute;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}  
.menu_item a:hover:before {
  width: 100%;
}
.menu_item a:hover {
  color: #fff;
}
.header_search {
  min-width: 180px;
  max-width: 180px;
  margin-right: 0.7em;
}
.header_search form {
  position: relative;
  padding-top: 0.7em;
}  
.search_input {
  background: #000;
  color: #fff;
  border-radius: 0px;
  height: 28px;
  border: 1px solid transparent;
  position: absolute;
  top: 0.75em;
  right: 0;    
  width: 0;
  max-width: 97%;
  transition: all 0.5s ease-in-out;
}
.search_input::placeholder {
  color: #555;
  transition: all 0.3s ease-in-out;
}
.search_button:focus ~ .search_input,
.search_input:focus {
  border: 1px solid #474747;
  outline: none;
  width: 100%;
}

.search_input:focus::placeholder {
  color: inherit;
}


.search_button {
  background-color: transparent;
  /* background-position: center 50%; */
  /* background-repeat: no-repeat; */
  border: none;
  padding: 0;
  /* text-indent: -10000em; */
  display: grid;
  box-shadow: none;
  position: absolute;
  border-radius: 0px;
  left: auto;
  right: 1px;
  height: 30px;
  width: 35px;
  top: 0.75em;
  color: #fff;    
}
.search_button i {
  color: #fff;    
  display: grid;
}
.search_button i::before {
  z-index: 9999;
  padding-top: 0.5em;
}
.header_spacer {
  flex-grow: 1;
}
.header_menu {
  flex-shrink: 1;
  flex-basis: auto;    
  padding-top: 0.4em;
  opacity: 1;
  transition: visibility 0.5s linear, flex-grow 0.3s ease-in-out, opacity 0.3s linear;
  /* height: 55px; */
  /* flex-grow: 0.1; */
  /* overflow: hidden; */
  /* visibility: visible; */
  /* transition:visibility 0.3s linear,opacity 0.3s linear; */
}

.over_header {
  height: 0px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: grid;
}

.over_header.open {
  height: 300px;
  border-bottom: 1px solid #666;
  overflow: visible;
  position: relative;
}  
.over_header::after {
  content: "";
  opacity: 0;
  position: absolute;
  background: #000;
  height: 15px;
  width: 15px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  bottom: -9px;
  left: 55px;
  transition: all 0.3s ease-in-out;
}
.over_header.open::after {
  opacity: 1;
}

.over_header:not(.open) + .header_bar .turnon {
  display: inline-block;
}
.over_header:not(.open) + .header_bar .turnoff {
  display: none;
}

.over_header.open + .header_bar .turnon {
  display: none;
}
.over_header.open + .header_bar .turnoff {
  display: inline-block;
}

#over_swicth {
  width: 44px;
  text-align: center;
  cursor: pointer;
}

.over_header.open + .header_bar > .header_menu {
  /* flex-grow: 0.001; */
  opacity: 1;
}

.over_header.open + .header_bar > .header_menu > .nav_menu {
  width: 0;
  opacity: 0;
}
.content {
  /* margin-top: 61px; */
}
.content_slides {
  aspect-ratio: 16/7;
}

.over_content {
  display: grid;
  grid-template-columns: 250px auto;
  overflow: hidden;
}
.over_categories ul {
  list-style: none;
}
.over_categories li {
  padding-top: 0.5em;
  text-transform: uppercase;
  font-family: "unitext","Roboto",Arial,Helvetica,serif;
  font-size: 1.3em;
  font-weight: 300;
}
.over_categories a {
  text-decoration: none;
}
.over_items {
  max-height: 280px;
  overflow: hidden;
  padding-top: 0.7em;
  position: relative;
  max-width: calc(100vw - 250px);
}
 
.over_items img {
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.over_items a {
  aspect-ratio: 12/16;
  overflow: hidden;
  display: inline-block;
  max-height: 280px;
  overflow: hidden;
  height: 280px;
  padding: 0 5px;
  min-width: 180px;
}
.over_header .over_search, .over_header .over_social, .over_header .over_menu {
  display: none;
}

.content_slides {
  display: grid;
  place-items: baseline;
  padding: 1.5em 2em;
  background-size: cover;
  background-position: center;
}
.content_slides > div {
  align-self: end;
  color: #fff;
  max-width: 80%;
  width: 80%;
  margin-inline: auto;
}
.slider_title {
  color: inherit;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000000;
}
.slider_content_block {
  display: flex;
  justify-content: space-between;
  text-shadow: 0px 0px 10px #000000;
}
.slider_cta {
  color: inherit;
  font-size: 3rem;
  white-space: nowrap;
  font-weight: 300;
}
.slider_tag_line {
  color: inherit;
  font-size: 1.7rem;
  white-space: nowrap;
}
.slider_info_extra {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
}  
.right_block {
  display: grid;
  place-items: end;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 2em 1em;
}
footer > div {
  max-width: 80%;
  width: 80%;
  margin-inline: auto; 
}
.footer_menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer_icon img {
  max-height: 35px;
}
footer ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  margin: 0;
  margin-top: 0.45em;
}
footer a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0.5em;
}
.footer_spacer {
  flex-grow: 1;
}
.footer_menu {
  margin-left: 1em;
}
.footer_logo_train {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer_logo_list {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-content: center;
}
.footer_logo_list img {
  max-height: 40px;
}

.footer_logo_list a {
  display: grid;
  align-content: center;
}
.footer_legal {
    display: flex;
    justify-content: space-between;
}
.footer_legal, .footer_legal a {
  font-size: 0.8rem;
}

.footer_opt_menu ul {
  margin: 0;
}
.footer_opt_menu .menu_option::after {
  content: " | ";
}
.footer_opt_menu .menu_option:last-child::after {
  content: "";
} 
.footer_opt_menu .menu_option a:hover {
  text-decoration: underline;
}

.disable_link {
  cursor: default;
  pointer-events: none;
}


.footer_logo_list a:last-child {
    grid-column: 3/5;
}


/* Articles */
.container {
  width: 80vw;
  margin-inline: auto;
}

.articles {
  padding: 0;
  display: grid;
  background-color: #3a3a3a;
  color: #fff;
  font-weight: 300;  
}
.article_header {
  background: #1f1f1f;
  min-height: 500px;
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
.video_header {
  background: #1f1f1f;
  height: 150px;
  position: relative;
}
.article_head_content.container {
  position: absolute;
  bottom: 1em;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: center;
  /* background-color: rgba(255,255,255,0.2);
  padding: 1em;
  color: #000; */
}
.article_content.container {
  padding: 2em 0;
}
.article_header h1 {
  font-size: 2.5em;
}
.article_content a {
  color: #fff;
}

/* Latest News */
.container.latest_news_block {
  padding-top: 2em;
}
.header_title.header_o .title {
  font-size: 2em;
  text-transform: uppercase;
}
.header_title.header_o {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  color: #fff;
}
.header_title.header_o a {
  color: #555;
  text-decoration: none;
}
.see_all {
  display: grid;
  place-content: center;
}
.latest_news_block .newsrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.picture_hl {
  aspect-ratio: 16/8;
  overflow: hidden;  
  display: block;
}
.info-box.idx-noticias, .info-box.idx-search {
  display: grid;
  gap: 1em;
  font-size: 1.5em;
}
.latest_news_block  .info-box.idx-noticias {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.picture_hl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.info {
  display: flex;
  justify-content: space-between;
}
.info a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.news-item .btn.btn-read {
  color: #fff;
  font-size: 0.8em;
  float: right;
  text-wrap: nowrap;
  display: grid;
  text-transform: none;
  place-content: center;
  color: #555;
}

/* Search */

.articles.search_page .article_header {
  height: 20vh;
  min-height: 300px;
}

.articles.search_page .article_content.container {
  min-height: 50vh;
}

.search_page .news-item .btn.btn-read {
  display: none;
}

.search_page .newsrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

/* 404 */
.container.cls404 {
  padding-top: 100px;
  padding-bottom: 3em;
  background-color: #3a3a3a;
  width: 100%;
  color: #fff;  
}
.notfound {
  text-align: center;
}
.notfound_icon {
  max-width: 30vw;
  margin-inline: auto;
}
.notfound h1 {
  color: #e73710;
  text-transform: uppercase;
  font-size: 3em;
  margin-top: 1em;
}
.notfound h2 {
  font-weight: 200;
}
.notfound .btn {
  background: #e73710;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-top: 2em;
  display: inline-block;
}
.icon404 {
  fill: #e73710;
}

/* Tables */

table {
  margin-inline: auto;
  text-align: center;
  border: 1px solid #fff;
}

table tr:first-child td {
  border-top: none;
  background-color: #808080;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

table td {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
  padding: 0.5em;  
}

table td:first-child {
  border-left: none;
}

/* mobile */

@media (max-width: 768px) {
  .hide_on_desktop {
    display: block;
  }
  .wrapper {
      overflow-x: hidden;
  }    
  .header_search {
      display: none;
  }
  .header_menu {
      display: none;
  }
  .header_bar {
      padding-inline: 1em;
      position: fixed;
      top: 0;
      left: 0;
      background: #000;
      width: 100%;
      z-index: 9999;
  }
  header {
      position: static;
      display: block;
  }
  .over_header {
      position: absolute;
      top: 0;
      height: 100vh;
      left: 0;
      width: 80vw;
      background: #000;
      translate: -80vw;
  }    
  .over_header.open {
      position: fixed;
      translate: 0;
      height: 100vh;
  }
  .over_header {
      display: flex;
      flex-direction: column;
  }
  .over_header .over_search {
      display: grid;
      background: #404040;
      padding: 0.5em;
  }
  .over_header .over_social {
      display: block;
  }
  .over_header .over_menu {
      display: block;
  }
  .wrapper.open {
      margin-left: 80vw;
  }
  .over_header + .header_bar {
      transition: all 0.3s ease-in-out;
  }
  .over_header.open + .header_bar {
      translate: 80vw;
  }
  .over_header + .header_bar img {
      transition: all 0.3s ease-in-out;
  }
  .over_header.open + .header_bar img {
      opacity: 0;
  }
  .wrapper.open .content, .wrapper.open footer {
      opacity: 0.5;
  }
  .search_input {
      position: relative;
      top: 0;
  }
  .search_button {
    position: absolute;
    top: 0.5em;
    right: 0.7em;
  }
  .over_social:has(ul:empty) {
    display: none;
  }
  .over_search {
      background: #404040;
      display: grid;
  }
  .over_header .over_search form {
      display: grid;
      padding: 0;
      margin: 0;
  }
  .search_input {
      width: 100%;
  }
  .over_social ul {
      display: flex;
      list-style: none;
      padding-inline-start: 0;
      padding: 0.5em 0.6em;
      margin: 0;
      justify-content: center;
      gap: 1em;
      font-size: 1.5em;
      border-bottom: 1px solid #404040;
  }    
  .over_content {
      display: grid;
      grid-template-columns: auto;
      
  }
  .over_categories ul {
      padding-inline-start: 0;
      margin: 0;
  }
  .over_categories li {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 1.5em;
      border-bottom: 1px solid #404040;
  }
  .nav_menu {
      display: grid;
      font-size: 0.8em;
  }    
  .nav_menu li {
      padding-top: 0.4em;
      padding-bottom: 0.4em;
  }
  .content {
      margin-top: 60px;
  }    
  .content_slides {
      aspect-ratio: 16/14;
  }    
  .content_slides > div {
      max-width: 90vw;
      width: 90vw;
      margin-inline: auto;
      display: grid;
  }
  .slider_title {
      font-size: 1.2rem;
  }
  .slider_content_block {
      display: grid;
  }
  .slider_cta {
      font-size: 1.1rem;
  }
  .slider_tag_line {
      font-size: 1.1rem;
  }
  .slider_info_extra {
      white-space: break-spaces;
      text-align: left;
      font-size: 0.8rem;
  }
  .footer_menus {
      display: grid;
      text-align: center;
      max-width: 90vw;
      margin-inline: auto;
      place-content: center;
  }    
  .footer_menu, .footer_spacer {
      display: none;
  }
  .footer_social {
      margin: 1em;
  }
  .footer_amcnila img {
      max-width: 90%;
  }
  .footer_logo_list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0.6em;
      place-items: center;        
  }    
  .footer_legal {
      display: grid;
      gap: 1em;
      text-align: center;
  }    
}


/* Scrol Container */

.scroll_items {
display: flex;
scroll-behavior: smooth;
width: 100%;
overflow-x: auto;  
}

.scrollFade {
transition: all 0.3s ease-in-out;
}

.scrollFade.left {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 2.5em;  
background: linear-gradient(90deg, #1a202c 0%, rgba(255,255,255,0) 100%);
z-index: 10;
display: flex;
}

.scrollFade.right {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 2.5em;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(0 14 31) 100%);
z-index: 10;
display: flex;
}

.scrollFade button {
align-self: center;
background-color: transparent;
background-image: none;
border: none;  
}

.scrollFade button i {
color: white !important;
font-size: 2em;
}

.scrollFade.off {
opacity: 0;
}

@media (max-width: 600px) {
.over_items {
  max-width: 100%;
}
.over_social + .over_menu {
  font-size: 2em;
}
}

/* Import custom.css */
@import "custom.css"; 
