:root {
  --primary: #D1191D;
  --secondary: #1A1A1A;
  --tertiary: #DB4449;
  --cuaternary: #2E2E2D;
  --quinary: #FAE8E8;
  --senary: #D1191D;
}

::selection {
  color: var(--cuaternary);
  background: var(--quinary);
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 50px;
}

body {
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 1em;
}

@media (min-width: 768px) {
  body {
    font-size: 1.1em;
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%) !important;
}

input {
  border-radius: 0;
}

button:focus-visible {
  outline: none;
}

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

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0px;
}

btn:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9998;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.overlay::before {
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* styles */

.source {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

.helvetic {
  font-family: helvetica;
  font-style: normal;
}

.efect-navigation>* {
  margin: auto;
}

#header {
  border-bottom: solid 1px #f6f6f6;
}

#imagotype img {
  width: 320px;
  height: auto;
}

@media (min-width: 768px) {
  #imagotype img {
    width: 392px;
    height: auto;
  }
}

.socialmedia-red {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--primary);
  font-size: 1.3em;
  transition: .3s;
}

.socialmedia-red:hover {
  background-color: var(--secondary);
  color: white;
}

.socialmedia-footer {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--primary);
  font-size: 1.3em;
  transition: .3s;
}

.socialmedia-footer:hover {
  background-color: white;
  color: var(--primary);
}

.social-media a {
  color: white;
}

.social-media li {
  margin: 5px;
}

.day {
  font-family: helvetica;
  font-size: .9em;
  line-height: normal;
}

.pleca {
  width: 50px;
  height: 4px;
  background: var(--primary);
}

#btn-menu {
  width: 35px;
  height: 35px;
  font-size: 2em;
  cursor: pointer;
}

#btn-search {
  width: 35px;
  height: 35px;
  font-size: 2em;
  cursor: pointer;
}

.link-gray {
  text-decoration: none;
  color: gray;
  background-color: transparent;
  background-image: linear-gradient(gray, gray);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  white-space: nowrap;
  padding-bottom: 2px;
}

.link-gray:hover {
  color: gray;
  text-decoration: none;
  background-size: 100% 1px;
}

.link-white {
  text-decoration: none;
  color: white;
  background-color: transparent;
  background-image: linear-gradient(white, white);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.link-white:hover {
  color: white;
  text-decoration: none;
  background-size: 100% 1px;
}

.link-black {
  text-decoration: none;
  color: black;
  background-color: transparent;
  background-image: linear-gradient(black, black);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.link-black:hover {
  color: black;
  text-decoration: none;
  background-size: 100% 1px;
}

.link-red {
  text-decoration: none;
  color: black;
  background-color: transparent;
  background-image: linear-gradient(var(--primary), var(--primary));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
}

.link-red:hover {
  background-size: 100% 2px;
  color: var(--primary);
  text-decoration: none;
}

.link {
  color: black;
  text-decoration: none;
}

.link:hover {
  color: var(--primary);
  text-decoration: none;
}

#menu-desktop {
  border-bottom: solid 1px #f6f6f6;
  padding: 5px 0;
  background: white;
}

.ads.super {
  background: #f9f9f9;
  padding: 15px;
}

.superbanner {
  min-width: 320px;
  min-height: 50px;
  max-width: 970px;
  max-height: 250px;
  background: white;
  width: 970px;
}

#search {
  background: #f6f6f6;
  overflow: hidden;
  height: 0;
}

.btn-search {
  font-size: 1.8em;
}

#search-form-search {
  border-bottom: solid 2px var(--secondary);
  margin: 10px 0;
}

#search-form-search input {
  background: none;
  border-radius: 0;
  border: none;
}

#close-navmenu {
  font-size: 1.5em;
  width: 35px;
  height: 35px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  cursor: pointer;
}

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
  right: auto;
  width: 95%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: white;
}

@media (min-width: 768px) {
  #navigation {
    width: 650px;
  }
}

#navigation.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.efect-navigation {
  height: 100%;
  padding: 30px 30px 30px 30px;
  overflow: auto;
}

@media (min-width: 768px) {
  .efect-navigation {
    height: 100%;
    padding: 30px 60px 30px 60px;
  }
}

#navigation .efect-navigation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all -0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#navigation.active .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.feet {
  font-size: .7em;
  font-family: helvetica;
}

.legal {
  font-size: .8em;
}

.txt-white {
  color: white;
}

.txt-red {
  color: var(--primary);
}

.txt-black {
  color: var(--secondary);
}

.txt-gray {
  color: gray;
}

#footer {
  padding: 30px 0 0 0;
}

.txt {
  font-size: .7em;
}

.txt-sm {
  font-size: .8em;
}

.txt-md {
  font-size: .9em;
}

.txt-lg {
  font-size: 1em;
}

.txt-xl {
  font-size: 1.1em;
}

.txt-xxl {
  font-size: 1.2em;
}

.submenu ul li {
  margin-bottom: 5px;
}

.bg-red {
  background: var(--primary);
}

.bg-dark-red {
  background: var(--senary);
}

.bg-black {
  background: black;
}

.bg-white {
  background: white;
}

.img-aspect {
  position: relative;
  width: 100%;
  z-index: 0;
}

.img-aspect img {
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
}

.aspect-4-4 {
  padding-top: 100%;
}

.aspect-4-3 {
  padding-top: 75%;
}

.aspect-2-3 {
  padding-top: 66.67%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

.aspect-vertical {
  padding-top: 600px;
}

.rounded {
  border-radius: 50% !important;
}

.section {
  margin: 15px 0;
  padding: 15px 0;
}

.section-bg {
  padding: 15px 0;
}

.post h1 {
  font-size: 1.7em;
  font-family: 'Montserrat';
}

.post h2 {
  font-size: 1.2em;
  font-family: 'Montserrat';
}

.post h3 {
  font-size: 1em;
  line-height: normal;
}

.post h5 {
  font-size: .8em;
  line-height: normal;
}

.post.relative {
  position: relative;
}

.post-head {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.gradient a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: .4s;
}

.category a {
  font-size: .9em;
  color: white;
  text-decoration: none;
  background: var(--primary);
  padding: 3px 10px;
  transition: .3s;
  border-radius: 15px;
}

.category a:hover {
  background: var(--secondary);
}

.date {
  font-size: .8em;
  color: lightgray;
  font-family: helvetica;
}

.date-gray {
  font-size: .9em;
  color: gray;
  font-family: helvetica;
}

.date a {
  color: lightgray;
  text-decoration: none;
  transition: .3s;
}

.date a:hover {
  color: gray;
}

.date-gray a {
  color: gray;
  text-decoration: none;
  transition: .3s;
}

.date-gray a:hover {
  color: black;
}

.photo-primary img {
  width: 100%;
  height: 625px;
  object-fit: cover;
  transition: .3s;
}

.photo-secondary img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: .3s;
}

.play a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  color: var(--primary);
  font-size: 2.5em;
  margin: 10px;
  transition: .3s;
}

.post:hover>.post-head h1 a {
  color: white;
  text-decoration: none;
  background-size: 100% 1px;
}

.post:hover>.post-head h2 a {
  color: white;
  text-decoration: none;
  background-size: 100% 1px;
}

.post:hover>.play a {
  color: white;
}

.title-section {
  position: relative;
}

.line-title {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 03px;
  z-index: 1;
}

.title-section h3 {
  border-top: solid 6px var(--primary);
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
  }
}

.scrolling-wrapper>div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.halpage {
  width: 300px;
  height: 600px;
}

.box {
  width: 300px;
  height: 250px;
  background: #f9f9f9;
  margin-bottom: 30px;
}

#nav-mobile ul li {
  margin-bottom: 5px;
}

.photo-author img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.photo-infography picture {
  position: relative;
}

.photo-infography img {
  width: 100%;
  max-height: 400px;
  height: 400px;
  object-fit: contain;
}

.line-black {
  width: 100%;
  height: 2px;
  background: black;
  margin-bottom: 10px;
}

.photo-infography {
  padding: 15px 15px 0 15px;
  background: #f9f9f9;
}

.photo-poster {
  width: 100%;
  height: 400px;
}

.photo-poster img {
  width: 100%;
}

.ads {
  position: relative;
  height: 100%;
}

.sticky {
  top: 60px;
  z-index: 1;
  position: sticky;
}

.pagination {
  font-size: 1.1em;
  font-family: helvetica;
  font-style: normal;
}

.page-link {
  border: none;
  color: var(--tertiary);
}

.page-link:hover {
  color: white;
  background-color: var(--primary);
}

.page-link:focus {
  color: white;
  background-color: var(--primary);
  border: none;
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.first-text-404 {
  font-size: 3em;
  color: var(--primary);
}

.second-text-404 {
  font-size: 1.5em;
  font-weight: 700;
}

.third-text-404 {
  font-size: 1.2em;
}

#abstract {
  font-size: 1em;
  font-weight: bold;
  font-family: helvetica;
}

figcaption {
  position: relative;
  bottom: 0;
  padding: 3px 10px;
  font-size: .8em;
  font-family: helvetica;
}

.img-aspect figcaption {
  position: absolute;
  bottom: 0;
  padding: 3px 10px;
  font-size: .8em;
  font-family: helvetica;
  color: white;
  background: rgba(0 0 0 / 30%);
}

.single-content {
  font-family: helvetica;
}

.single-content p {
  padding: 0 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .single-content p {
    font-size: 1.1em;
  }
}

.single-content figure {
  /*padding: 0 10px;*/
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content figure {
    /*padding: 0;*/
  }
}

.single-content figure img {
  width: 100%;
  height: auto;
}

.single-content figure .figure-caption,
.caption {
  margin: 0px;
  padding-top: 0px;
  font-size: 12px;
  color: #6c757d;
  font-weight: 400;
}

.single-content ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ul {
    padding: 0 30px 0 65px;
  }
}

.single-content ul li:hover {
  background: #f9f9f9;
}

.single-content ul li {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.single-content ul li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ul li:before {
  content: "•";
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
}

.single-content ol {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ol {
    padding: 0 30px 0 65px;
  }
}

.single-content ol li:hover {
  background: #f9f9f9;
}

.single-content ol li {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  counter-increment: my-awesome-counter;
}

.single-content ol li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
}

.single-content .table-hover tbody tr {
  color: #212529;
  background-color: #F4F0EB;
  background-color: white;
  transition: .3s;
}

.single-content .table-hover tbody tr:hover {
  color: #212529;
  background-color: #FDF8F5;
}

.single-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: #FDF8F5;
  transition: .3s;
}

.single-content .table-striped tbody tr:nth-of-type(2n + 1):hover {
  background-color: #FDF8F5;
  transition: .3s;
}

.single-content table {
  /*color: #333;*/
}

.single-content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .single-content .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table> :not(caption)>*>* {
  box-shadow: none;
}

.single-content .blockquote p {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.single-content .blockquote p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.single-content blockquote {
  display: block;
  background: #fff;
  font-size: 30px;
  padding: 100px 0px 10px 0px;
  position: relative;
  line-height: 1.2;
  font-style: italic;
  top: 0;
  margin-top: -15px;
  margin-bottom: 20px;
  margin: 0;
}

@media (min-width: 992px) {
  .single-content blockquote {
    display: block;
    background: #fff;
    padding: 15px 30px 10px 115px;
    margin: 40px 0 10px 0;
    position: relative;
    line-height: 1.2;
    top: 0px;
  }
}

.single-content blockquote::after {
  content: "";
}

.single-content blockquote::before {
  content: "\201C";
  font-size: 5em;
  color: var(--primary);
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Tinos';
  background-color: #f9f9f9;
  width: 100px;
  height: 100px;
  z-index: 1;
  border-radius: 50%;
  line-height: 1em;
}

@media (min-width: 1200px) {
  .single-content blockquote::before {
    content: "\201C";
    font-size: 8em;
    color: var(--primary);
    position: absolute;
    left: 0;
    top: -15px;
    width: 150px;
    height: 150px;
  }
}

.single-content .blockquote footer {
  background: transparent;
  font-size: 1em;
  margin: 15px 30px;
  color: var(--primary);
  font-style: normal;
  font-weight: 600;
  text-align: end;
}

@media (min-width: 992px) {
  .single-content .blockquote footer {
    background: transparent;
    font-size: initial;
    margin: 15px 0;
    color: var(--primary);
  }
}

.single-content .blockquote p {
  padding: 0 0 0 30px;
}

@media (min-width: 992px) {
  .single-content .blockquote p {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .single-content .blockquote p {
    padding: 0 0 0 60px;
  }
}

.blockquote-footer {
  margin: 0;
  padding-right: 50px;
  color: var(--primary);
}

.single-content a {
  background-color: transparent;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(var(--primary), var(--primary));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: background-size .5s;
}

.single-content a:hover {
  background-size: 0% 3px;
  color: black;
}

.single-content iframe {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content iframe {
    width: 95%;
    background-color: #f9f9f9;
    margin: 0 50px 0 0;
    margin-bottom: 30px;
  }
}

.single-content h1,
.single-content h2 {
  font-size: 1.6em;
  padding: 0 30px;
}

@media (min-width: 992px) {

  .single-content h1,
  .single-content h2 {
    font-size: 2em;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {

  .single-content h1,
  .single-content h2 {
    font-size: 2em;
    padding: 0 30px;
  }
}

.single-content h3,
.single-content h4,
.single-content h5 {
  font-size: 1.5em;
  padding: 0 30px;
}

@media (min-width: 992px) {

  .single-content h3,
  .single-content h4,
  .single-content h5 {
    font-size: 1.5em;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {

  .single-content h3,
  .single-content h4,
  .single-content h5 {
    font-size: 1.5em;
    padding: 0 30px;
  }
}

.single-content figure {
  display: block;
}

.single-content video,
.single-content iframe {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

#tags {
  margin: 50px 0 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 40px;
}

#tags ul {
  padding: 0;
}

#tags a {
  background-color: var(--primary);
  padding: 0px 20px;
  height: 30px;
  letter-spacing: 2px;
  display: inline-block;
  margin: 5px;
  color: white;
  text-decoration: none;
  transition: .2s;
  border: solid 2px var(--primary);
}

#tags a:hover {
  background: transparent;
  color: var(--primary);
  border: solid 2px var(--primary);
}

.content-author H3 {
  font-size: 1.3em;
  font-weight: 600;
}

.image-author img {
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.photo-author img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.autor-section {
  position: relative;
}

.autor-section h3 {
  border-top: solid 6px var(--primary);
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

#page-form-search {
  border-bottom: solid 3px black;
}

#page-form-search input {
  border: none;
  background: none;
}

/* NEW STYLES */

#imagotype a {
  color: black;
  text-decoration: none;
  font-size: 50px;
}

.imagotype a {
  color: black;
  text-decoration: none;
  font-size: 30px;
}

.imagotype-footer a {
  color: white;
  text-decoration: none;
  font-size: 40px;
  text-decoration: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border: solid 0 transparent;
  background-color: transparent;
  color: transparent;
}

/* menu desktop */

.menu-desktop ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9;
}

.menu-desktop ul li ul {
  display: none;
}

.menu-desktop ul li a {
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 3px 0;
  text-decoration: none;
  transition: .3s;
  color: var(--senary);
  font-weight: 800;
}

.menu-desktop ul li a:hover {
  color: var(--primary);
  text-decoration: none;
}

.menu-desktop ul li a:hover+ul {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.menu-desktop ul li a:hover+ul,
.menu-desktop ul li ul:hover {
  display: flex;
  position: absolute;
  padding: 10px;
  background: white;
  flex-direction: column;
  top: 30px;
}

.menu-desktop .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}

.menu-desktop .menu-item .sub-menu {
  padding: 10px 20px;
  background: rgba(255 255 255 / 97%);
  border-bottom: 1px solid white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.menu-desktop .menu-item-has-children {
  margin-right: 15px;
}

.menu-desktop .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 3px;
  color: var(--primary);
  right: -3px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.menu-desktop .menu-item .sub-menu a {
  font-weight: normal;
}

.menu-desktop .menu-item.active a {
  color: var(--primary);
}

/* menu mobile */

.menu-mobile ul {
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-mobile ul li {
  margin: 5px 0;
  position: relative;
}

.menu-mobile ul li ul {
  display: none;
}

.menu-mobile a {
  font-size: 18px;
  color: var(--nonary);
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}

.menu-mobile a:hover {
  color: var(--primary);
  text-decoration: none;
}

.menu-mobile ul li a:hover+ul,
.menu-mobile ul li ul:hover {
  display: none;
  position: relative;
}

.menu-mobile .sub-menu .menu-item {
  margin: 5px 0;
}

.menu-mobile .sub-menu a {
  font-size: 1em;
  color: black;
  padding: 5px 0;
  font-weight: normal;
}

.menu-mobile .sub-menu a:hover {
  color: var(--primary);
}

.menu-mobile .sub-menu .menu-item:first-child {
  padding: 5px 0 0 0;
}

.menu-mobile .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 0px;
  left: -14px;
  font-weight: normal;
  width: 10px;
  height: 10px;
  color: var(--primary);
}

.menu-mobile li.menu-item ul.show {
  display: block;
  max-height: 1000px;
  opacity: 1;
}

.menu-mobile .menu-item.active a {
  color: var(--primary);
}

.parallax-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  will-change: transform;
}

@media (min-width: 992px) {
  .parallax-bg {
    min-height: 100%;
    height: 160%;
  }
}

.parallax-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}

.gradient-parallax:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: .4s;
}

/* - New styles mundial */

.worldcup-countdown-banner {
  position: relative;
  width: 100%;
  background: var(--secondary);
  color: white;
  overflow: hidden;
  border-top: solid 1px rgba(255, 255, 255, .08);
  border-bottom: solid 4px var(--primary);
}

.worldcup-countdown-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(209, 25, 29, .18), transparent 45%), radial-gradient(circle at 90% 50%, rgba(209, 25, 29, .28), transparent 28%);
  pointer-events: none;
}

.worldcup-countdown-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  background: var(--primary);
  clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
  opacity: .95;
}

.worldcup-countdown-inner {
  position: relative;
  z-index: 2;
  min-height: 92px;
  padding: 18px 0 18px 42px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.worldcup-countdown-info {
  max-width: 620px;
  text-align: center;
}

.worldcup-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .68em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 6px;
}

.worldcup-kicker::before {
  content: "";
  width: 26px;
  height: 4px;
  display: inline-block;
  background: var(--primary);
}

.worldcup-kicker::after {
  content: "";
  width: 26px;
  height: 4px;
  display: inline-block;
  background: var(--primary);
}

.worldcup-countdown-info h2 {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 1.15em;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.worldcup-countdown-info p {
  margin: 5px 0 0 0;
  font-family: helvetica;
  font-size: .82em;
  line-height: 1.4;
  color: rgba(255, 255, 255, .72);
}

.worldcup-countdown-clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
}

.worldcup-time-box {
  min-width: 0;
  padding: 10px 8px;
  text-align: center;
  background: rgba(255, 255, 255, .06);
  border: solid 1px rgba(255, 255, 255, .12);
  border-radius: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.worldcup-time-box strong {
  display: block;
  font-family: helvetica;
  font-size: 1.45em;
  font-weight: 800;
  line-height: 1;
  color: white;
}

.worldcup-time-box span {
  display: block;
  margin-top: 4px;
  font-family: 'Montserrat';
  font-size: .58em;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--quinary);
}

@media (min-width: 768px) {
  .worldcup-countdown-inner {
    min-height: 86px;
    padding: 16px 0 16px 50px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .worldcup-kicker::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .worldcup-countdown-info {
    max-width: 620px;
    text-align: start;
  }
}

@media (min-width: 768px) {
  .worldcup-countdown-info h2 {
    font-size: 1.25em;
  }
}

@media (min-width: 768px) {
  .worldcup-countdown-info p {
    font-size: .86em;
  }
}

@media (min-width: 768px) {
  .worldcup-countdown-clock {
    width: auto;
    grid-template-columns: repeat(4, 82px);
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .worldcup-time-box {
    padding: 11px 8px;
  }
}

@media (min-width: 768px) {
  .worldcup-time-box strong {
    font-size: 1.55em;
  }
}

@media (min-width: 1200px) {
  .worldcup-countdown-inner {
    padding-left: 58px;
  }
}

@media (min-width: 1200px) {
  .worldcup-countdown-info h2 {
    font-size: 1.35em;
  }
}

@media (min-width: 1200px) {
  .worldcup-countdown-clock {
    grid-template-columns: repeat(4, 92px);
  }
}

@media (min-width: 1200px) {
  .worldcup-time-box strong {
    font-size: 1.75em;
  }
}

@media (max-width: 420px) {
  .worldcup-countdown-inner {
    padding-left: 34px;
  }
}

@media (max-width: 420px) {
  .worldcup-countdown-banner::after {
    width: 48px;
  }
}

@media (max-width: 420px) {
  .worldcup-countdown-info h2 {
    font-size: 1em;
  }
}

@media (max-width: 420px) {
  .worldcup-countdown-info p {
    font-size: .78em;
  }
}

@media (max-width: 420px) {
  .worldcup-time-box {
    padding: 9px 4px;
  }
}

@media (max-width: 420px) {
  .worldcup-time-box strong {
    font-size: 1.25em;
  }
}

@media (max-width: 420px) {
  .worldcup-time-box span {
    font-size: .52em;
  }
}

/* Calendario mundial */

.calendario {
  position: relative;
  padding: 35px 0;
  background: #fff;
  overflow: hidden;
}

.worldcup-matches-section {
  position: relative;
  background: #fff;
}

.worldcup-matches-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

.worldcup-matches-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: .68em;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.worldcup-matches-kicker::before {
  content: "";
  width: 34px;
  height: 4px;
  background: var(--primary);
  display: inline-block;
}

.worldcup-matches-head h2 {
  margin: 0;
  color: var(--secondary);
  font-size: 1.45em;
  font-weight: 900;
  line-height: 1.05;
}

.worldcup-matches-controls {
  display: flex;
  gap: 8px;
}

.worldcup-matches-prev,
.worldcup-matches-next {
  width: 38px;
  height: 38px;
  padding: 0;
  border: solid 1px #e6e6e6;
  background: #fff;
  color: var(--secondary);
  font-size: 1.8em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
}

.worldcup-matches-prev:hover,
.worldcup-matches-next:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.worldcup-matches-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.worldcup-matches-slider .slick-track {
  display: flex;
}

.worldcup-matches-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.worldcup-matches-slider .slick-slide>div {
  height: 100%;
}

.worldcup-match-card {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 220px;
  padding: 28px 18px 0px 18px;
  background: #fff;
  transition: .3s;
  border: solid 3px var(--primary);
}

.worldcup-match-status {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  padding: 5px 18px 6px 18px;
  background: var(--primary);
  color: #fff;
  border-radius: 0 0 16px 16px;
  font-size: .62em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.worldcup-match-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  font-family: helvetica;
  font-size: .74em;
  color: #777;
}

.worldcup-match-top strong {
  color: var(--primary);
  font-family: 'Montserrat';
  font-size: .9em;
  font-weight: 900;
  text-transform: uppercase;
}

.worldcup-match-date {
  position: relative;
  z-index: 2;
  color: var(--secondary);
  font-family: helvetica;
  font-size: .82em;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.worldcup-match-scoreboard {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px 0;
  padding: 10px 8px 8px 8px;
}

.worldcup-team {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.worldcup-team strong {
  color: var(--secondary);
  font-size: 1.05em;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1;
}

.worldcup-flag {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border: solid 1px #ebebeb;
  border-radius: 50%;
  font-size: 1.35em;
  line-height: 1;
}

.worldcup-score {
  min-width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--secondary);
  font-family: helvetica;
  font-size: 1.9em;
  font-weight: 900;
  line-height: 1;
}

.worldcup-score span {
  min-width: 22px;
  text-align: center;
}

.worldcup-score small {
  color: var(--primary);
  font-size: .68em;
  font-weight: 900;
}

.worldcup-match-footer {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-top: solid 1px #f0f0f0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #777;
  font-family: helvetica;
  font-size: .72em;
  line-height: 1.25;
  background: white;
  margin-bottom: -11px;
  padding-bottom: 24px;
}

.worldcup-match-footer span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worldcup-match-footer span:last-child {
  color: var(--primary);
  font-weight: 700;
  white-space: nowrap;
}

.worldcup-matches-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  gap: 7px;
  list-style: none;
}

.worldcup-matches-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.worldcup-matches-slider .slick-dots button {
  width: 20px;
  height: 4px;
  padding: 0;
  border: none;
  background: #e2e2e2;
  font-size: 0;
  cursor: pointer;
  transition: .3s;
}

.worldcup-matches-slider .slick-dots .slick-active button {
  width: 40px;
  background: var(--primary);
}

.worldcup-match-card.is-live .worldcup-match-status {
  background: #111;
}

.worldcup-match-card.is-live::before,
.worldcup-match-card.is-live::after {
  border-color: #111;
}

.worldcup-match-card.is-finished .worldcup-match-status {
  background: var(--cuaternary);
}

.worldcup-match-card.is-finished::before,
.worldcup-match-card.is-finished::after {
  border-color: var(--cuaternary);
}

@media (min-width: 768px) {
  .calendario {
    padding: 45px 0;
  }
}

@media (min-width: 768px) {
  .worldcup-matches-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .worldcup-matches-head h2 {
    font-size: 1.75em;
  }
}

@media (min-width: 1200px) {
  .calendario {
    padding: 55px 0;
  }
}

@media (min-width: 1200px) {
  .worldcup-match-card {
    min-height: 225px;
  }
}

@media (max-width: 576px) {
  .calendario {
    padding: 32px 0;
  }
}

@media (max-width: 576px) {
  .worldcup-matches-head h2 {
    font-size: 1.35em;
  }
}

@media (max-width: 576px) {
  .worldcup-matches-controls {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .worldcup-match-card {
    min-height: 218px;
    padding: 28px 16px 0px 16px;
  }
}

@media (max-width: 576px) {

  .worldcup-match-card::before,
  .worldcup-match-card::after {
    top: 58px;
    height: 76px;
  }
}

@media (max-width: 576px) {
  .worldcup-match-scoreboard {
    gap: 4px;
  }
}

@media (max-width: 576px) {
  .worldcup-score {
    min-width: 76px;
    font-size: 1.65em;
  }
}

@media (max-width: 576px) {
  .worldcup-flag {
    width: 34px;
    height: 34px;
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .worldcup-team strong {
    font-size: .98em;
  }
}

@media (max-width: 576px) {
  .worldcup-match-footer {
    font-size: .68em;
  }
}

.worldcup-matches-slider .slick-prev,
.worldcup-matches-slider .slick-next {
  top: -35px;
}