@charset "UTF-8";
/* IMG */
/* -------------- FONTS -------------- */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* BUTTON */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 15px;
}

.margin-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .margin-container {
    width: 100%;
    max-width: 80%;
  }
}

body {
  margin: 0px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  background: #000000;
  /* Transparent to light gray */
  font-family: "Bebas Neue", sans-serif !important;
  overflow-x: hidden;
}
@media only screen and (min-width: 1600px) {
  body {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.39;
    text-align: left;
    color: #fff;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.333rem;
    text-align: left;
    color: #fff;
  }
}

.title-h3,
.title-3,
h3 {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.title-h3 span,
.title-3 span,
h3 span {
  color: #ffd900;
}

.title-h4,
.title-4,
h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.18;
  letter-spacing: 1.1px;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.933rem;
    letter-spacing: 1.4px;
    text-align: left;
    color: #fff;
  }
}

.text-small {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.64;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .text-small {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #fff;
  }
}

.text-important {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .text-important {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1.4;
    text-align: left;
    color: #fff;
  }
}

.text-medium {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .text-medium {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.22;
    text-align: left;
    color: #fff;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  background-color: #000000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  background-color: #000000;
  border: 1px solid #ffd900;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #ffd900;
  border-bottom: solid 1px #ffd900;
  margin: 0 auto;
  padding: 10px 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  input[type=submit],
  .btn,
  a.button {
    min-width: 239px;
  }
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}

.wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.link__arrow {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "wp5";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1025px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "wp5";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "wp5";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #444;
}

lite-youtube {
  max-width: 100%;
}

select {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: solid 1px #fff;
}

option {
  background-color: #000000;
  color: #fff;
  border: none;
}

input,
textarea {
  color: #000000;
}

.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1160px;
  }
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  :root {
    --gutters: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  :root {
    --gutters: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  :root {
    --gutters: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container,
.woocommerce-shop .type-page,
.woocommerce-page .type-page,
.product__list_wrapper {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container,
  .woocommerce-shop .type-page,
  .woocommerce-page .type-page,
  .product__list_wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container,
  .woocommerce-shop .type-page,
  .woocommerce-page .type-page,
  .product__list_wrapper {
    max-width: 1720px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.galeria-shuffle {
  position: relative;
}
.galeria-shuffle img {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  max-width: 300px;
  margin: auto;
  border-radius: 20px;
}
.galeria-shuffle img:nth-child(even) {
  transform: translateX(-50%) rotate(3deg);
}
.galeria-shuffle img:nth-child(odd) {
  transform: translateX(-50%) rotate(-3deg);
}

.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav button {
  background-color: transparent !important;
  width: 50px;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 20px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #1a2b3c;
}
.owl-carousel .active {
  margin: auto;
  display: flex;
  justify-content: center;
}

.header-woocommerce {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1025px) {
  .header-woocommerce {
    display: flex;
  }
}
.header-woocommerce_text {
  position: relative;
  background-color: #ffd900;
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .header-woocommerce_text {
    width: 30%;
  }
  .header-woocommerce_text::before {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    background-image: linear-gradient(to right, #ffd900 0 44%, rgb(255, 217, 0) 44%, rgba(255, 217, 0, 0.9) 48%, rgba(255, 217, 0, 0.6) 54%, rgba(255, 217, 0, 0.3) 60%, rgba(255, 217, 0, 0) 68% 100%);
    width: 150px;
    height: 100%;
  }
}
.header-woocommerce_text-content {
  max-width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  height: 100%;
  color: #000000;
}
.header-woocommerce_text-content .woocommerce-products-header__title {
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .header-woocommerce_img {
    width: 70%;
  }
}
.header-woocommerce_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product__list_wrapper_container {
  width: 100%;
}
.product__list_wrapper_container .product__list {
  width: 100%;
}
.product__list_wrapper_container .product__list .products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.product__list_wrapper_container .product__list .products.columns-3::before {
  content: none;
}
.product__list_wrapper_container .product__list .products.columns-3 li {
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100% !important;
}
.product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories {
  justify-content: flex-start;
}
.product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories .cont__filter-title {
  font-size: 1.3rem;
  color: #ffd900;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories .cont__filter-title {
    text-align: left;
    font-size: 3rem;
  }
}
.product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories-filter {
    justify-content: left;
    flex-direction: column;
  }
}
.product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories-filter a {
  width: auto;
  margin-left: 10px;
}
.product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories-filter a.active-category {
  color: #ffd900;
}
@media only screen and (min-width: 1025px) {
  .product__list_wrapper_container .product__list .products.columns-3 li.product--custom-categories .cont__categories-filter a {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .product__list_wrapper_container .product__list .products.columns-3 li {
    width: 45% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .product__list_wrapper_container .product__list .products.columns-3 li {
    width: 30% !important;
  }
}
.product__list_wrapper_container .product__list .products.columns-3 li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__list_wrapper_container .product__list .products.columns-3 li a img {
  filter: drop-shadow(0px 0px 18px rgba(255, 217, 0, 0.5));
  max-width: 300px;
  width: 100%;
  margin: auto !important;
}
.product__list_wrapper_container .product__list .products.columns-3 li a .woocommerce-loop-product__title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
}
.product__list_wrapper_container .product__list .products.columns-3 li a .price {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.product__list_wrapper_container .product__list .products.columns-3 li a .product-sizes {
  text-align: center;
}
.product__list_wrapper_container .product__list .products.columns-3 li a .product-sizes p {
  margin-bottom: 0px;
}
.product__list_wrapper_container .product__list .products.columns-3 li a .product-stock {
  text-align: center;
  width: 100%;
  display: block;
}
.product__list_wrapper_container .product__list .products.columns-3 li .add_to_cart_button {
  max-width: 50%;
  margin: auto;
  background-color: transparent;
  border: none;
  color: #ffd900;
  font-weight: 100;
}

.product__list .cont__ordering {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}
.product__list .cont__ordering .search-form,
.product__list .cont__ordering .woocommerce-ordering {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px !important;
}
@media only screen and (min-width: 1025px) {
  .product__list .cont__ordering .search-form,
  .product__list .cont__ordering .woocommerce-ordering {
    display: block;
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .product__list .cont__ordering {
    flex-direction: row;
    justify-content: space-between;
  }
}
.product__list .cont__ordering .woocommerce-ordering {
  margin-left: -4px !important;
}
.product__list .cont__ordering .woocommerce-ordering select {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
}
.product__list .cont__ordering .woocommerce-ordering .cont__ordering-title {
  color: #ffd900;
}
.product__list .cont__ordering .search-form input {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
}
.product__list .cont__ordering .search-form button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  max-width: 50px;
  width: 100%;
  height: 100%;
}
.product__list .woocommerce-ordering,
.product__list .woocommerce-result-count {
  display: none;
}

.wp-block-separator {
  display: none;
}

.shop-layout {
  margin-top: 100px;
}
.shop-layout .woocommerce-breadcrumb {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop-layout .woocommerce-breadcrumb {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .shop-layout {
    margin-top: auto;
    margin: 76px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .shop-layout {
    margin: 80px 50px;
  }
}
.shop-layout .product {
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop-layout .product {
    text-align: left;
  }
}
.shop-layout .product .product_title,
.shop-layout .product .label {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .shop-layout .product .product_title,
  .shop-layout .product .label {
    text-align: left !important;
  }
}
.shop-layout .product .woocommerce-product-gallery__wrapper img {
  max-width: 500px;
  width: 100%;
  height: 100%;
  margin: auto;
  filter: drop-shadow(0px 0px 18px rgba(255, 239, 0, 0.5));
}
.shop-layout .product .woocommerce-tabs {
  display: none;
}
.shop-layout .product tr {
  display: flex;
  flex-direction: column;
}
.shop-layout .product .label {
  text-align: left;
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 100;
}
.shop-layout .product input {
  color: #fff;
}
.shop-layout .product .variations {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .shop-layout .product .variations {
    max-width: 70%;
  }
}
.shop-layout .product .quantity {
  float: left !important;
  margin-bottom: 50px !important;
}
.shop-layout .product .quantity input {
  color: #000000;
}
.shop-layout .product .single_add_to_cart_button {
  float: right !important;
  background-color: transparent !important;
  color: #ffd900 !important;
}
.shop-layout .product .related.products {
  display: none;
}

.breadcrumb-equipo a {
  color: #000000;
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main {
    margin-top: auto;
    margin: 76px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main {
    margin: 80px 50px;
  }
}

.lista-equipos {
  margin-top: 75px;
  width: 90%;
  margin: 100px auto;
}
@media only screen and (min-width: 768px) {
  .lista-equipos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.lista-equipos .equipo {
  position: relative;
  width: fit-content;
  display: block;
  margin: 50px auto;
}
@media only screen and (min-width: 768px) {
  .lista-equipos .equipo {
    width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  .lista-equipos .equipo {
    width: 30%;
    justify-content: center;
  }
}
.lista-equipos .equipo_ver-mas {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #000000;
}
.lista-equipos .equipo_ver-mas__title {
  display: block;
  width: fit-content;
  margin: auto 10px;
  color: #ffd900;
}
.lista-equipos .equipo_ver-mas__more {
  background-color: #ffd900;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  padding: 10px 50px;
}
.lista-equipos .equipo_ver-mas__more a {
  color: #000000;
}
.lista-equipos .equipo_next-match {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 10px 0px;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
}
.lista-equipos .equipo_next-match_day {
  display: flex;
  justify-content: space-between;
}
.lista-equipos .equipo_next-match_content {
  display: flex;
  justify-content: space-between;
}
.lista-equipos .equipo_next-match_content p {
  max-width: 33%;
}

.content-equips {
  margin-top: 75px;
  width: 90%;
  margin: 100px auto;
}
@media only screen and (min-width: 1025px) {
  .content-equips {
    display: flex;
    flex-wrap: wrap;
  }
}
.content-equips .tabla-class {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .content-equips .tabla-class {
    width: 50%;
    margin-bottom: 0px;
  }
}
.content-equips .tabla-class table {
  width: 80%;
  margin: auto;
  padding: 50px;
  border: none;
}
.content-equips .tabla-class table tr,
.content-equips .tabla-class table td,
.content-equips .tabla-class table th {
  border: none;
}
.content-equips .tabla-class table tr {
  border-bottom: solid 1px #444;
}
.content-equips .tabla-class table .pos {
  width: 20%;
}
.content-equips .tabla-class table .equip {
  width: 50%;
}
.content-equips .tabla-class table .punts,
.content-equips .tabla-class table .pj {
  width: 15%;
}
.content-equips .match-next {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .content-equips .match-next {
    width: 50%;
  }
}
.content-equips .alls-match {
  width: 100%;
  margin-top: 150px;
}
.content-equips .match {
  background-color: #ffd900;
  margin: 20px 0px;
  padding: 20px;
}
.content-equips .match-day {
  display: flex;
  gap: 5px;
  margin-left: 10px;
  justify-content: space-between;
}
.content-equips .match-day a,
.content-equips .match-day p {
  color: #000000;
  width: fit-content;
}
@media only screen and (min-width: 1025px) {
  .content-equips .match-day a,
  .content-equips .match-day p {
    font-size: 1.3rem;
  }
}
.content-equips .match a,
.content-equips .match p {
  color: #000000;
  width: fit-content;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .content-equips .match a,
  .content-equips .match p {
    max-width: 33%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-equips .match a,
  .content-equips .match p {
    font-size: 1.3rem;
  }
}
.content-equips .match-teams {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .content-equips .match-teams {
    flex-direction: row;
  }
}
.content-equips .match-teams a,
.content-equips .match-teams p {
  color: #000000;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .content-equips .match-teams a,
  .content-equips .match-teams p {
    font-size: 3rem;
  }
}

/* -------------- FONTS -------------- */
.background-header {
  position: fixed;
  top: 0;
  left: 0;
  right: -100px;
  background: #000000;
  z-index: 98;
}
@media only screen and (min-width: 768px) {
  .background-header {
    right: 0;
  }
}
.background-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(240px, 20vw, 420px);
  background: #ffd900;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.3s ease, width 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .background-header .background-header::after {
    width: 120px;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99;
  /* pequeñas estrellas parpadeantes */
}
.site-header .seven {
  font-weight: bold;
  color: #ffd700;
  text-shadow: 0 0 10px #fff7c2, 0 0 20px #ffe066, 0 0 30px #ffd700, 0 0 40px #ffd700;
  animation: glow 3s infinite ease-in-out;
  font-size: 1.5rem;
  margin-left: 5px;
}
@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 10px #fff7c2, 0 0 20px #ffe066, 0 0 30px #ffd700, 0 0 40px #ffd700;
  }
  50% {
    text-shadow: 0 0 20px #fff7c2, 0 0 40px #ffe066, 0 0 60px #ffd700, 0 0 80px #ffd700;
  }
}
.site-header .star {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 6px white;
  opacity: 0.8;
  animation: twinkle 2.5s infinite ease-in-out;
}
.site-header .movile {
  display: block;
  width: 50%;
}
.site-header .movile img {
  max-width: 50px;
  margin: auto;
  width: 100%;
  display: flex;
}
.site-header .movile p {
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .site-header .movile {
    display: none;
  }
}
.site-header .desktop {
  display: none;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .site-header .desktop {
    display: flex;
    gap: 30px;
  }
}
.site-header .site-branding {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px;
}
@media only screen and (min-width: 1025px) {
  .site-header .site-branding {
    margin: 10px 50px;
  }
}
.site-header .site-branding p {
  margin: auto 0px;
  font-weight: 100;
}
.site-header .site-branding p span {
  text-transform: uppercase;
  font-weight: 600;
}
.site-header .site-branding img {
  max-width: 50px;
}
.site-header .site-branding .menu_icon {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin: auto 0px;
}
.site-header .site-branding .menu_icon svg {
  cursor: pointer;
}
.site-header .site-branding .menu_icon svg line {
  stroke: black;
}
.site-header .menu_overlay {
  position: fixed;
  width: 0vh;
  height: 0%;
  background: #000000;
  color: #fff;
  display: none;
  z-index: 1000;
  box-sizing: border-box;
  z-index: 4;
  overflow: hidden;
  transform-origin: bottom;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay {
    flex-direction: row;
  }
}
.site-header .menu_overlay.loading {
  top: 50% !important;
  left: 50% !important;
}
.site-header .menu_overlay .menu_content {
  padding: 2rem;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.site-header .menu_overlay .menu_content ul {
  list-style: none;
  padding: 0;
}
.site-header .menu_overlay .menu_content ul li {
  margin: 1rem 0;
}
.site-header .menu_overlay .menu-principal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .menu-principal {
    width: 50%;
    height: 100%;
  }
}
.site-header .menu_overlay .menu-principal ul {
  width: 90%;
  margin: auto;
  padding: 0px;
}
.site-header .menu_overlay .menu-principal ul li {
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .menu-principal ul li {
    text-align: left;
  }
}
.site-header .menu_overlay .menu-principal ul li a {
  color: #fff;
  font-size: 50px;
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .menu-principal ul li a {
    margin-left: 20px;
    font-size: 150px;
  }
}
.site-header .menu_overlay .others-menu {
  background-color: #ffd900;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0 100%);
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .others-menu {
    width: 50%;
    height: 100%;
    margin-left: 50px;
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: end;
  }
}
.site-header .menu_overlay .others-menu div {
  max-width: 200px;
  position: relative;
  margin: 0px auto;
}
.site-header .menu_overlay .others-menu div img {
  max-width: 150px;
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .others-menu div img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-header .menu_overlay .others-menu div {
    max-width: 300px;
    margin: 0px 50px 20px auto;
  }
}
.site-header .menu_overlay .others-menu div .text {
  width: 100%;
}
.site-header .menu_overlay .others-menu div .text p {
  width: 100%;
  display: block;
  background-color: #000000;
  color: #ffd900;
  padding: 5px;
  bottom: 0px;
  margin: 0px;
}
.site-header .menu_overlay .others-menu div .text svg path {
  fill: #ffd900;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.icon-instagram {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #ffd900;
  font-size: 50px;
  color: #000000;
  width: 81px;
  clip-path: polygon(18% 0, 100% 0, 88% 100%, 0 100%);
  display: flex;
  justify-content: center;
}

#footer-wrapper {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border-top: solid 1px #fff;
  padding: 30px;
  margin-top: 30px;
}
#footer-wrapper .container-fluid .row-up {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-up {
    flex-direction: row;
  }
}
#footer-wrapper .container-fluid .row-up img {
  max-width: 100px;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-up img {
    display: block;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-up {
    justify-content: space-between;
  }
}
#footer-wrapper .container-fluid .row-up_menu {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-up_menu {
    border: none;
  }
}
#footer-wrapper .container-fluid .row-up_menu,
#footer-wrapper .container-fluid .row-up .links_politicas,
#footer-wrapper .container-fluid .row-up .footer-menu-principal {
  text-align: center;
  padding: 10px 0px;
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-up_menu,
  #footer-wrapper .container-fluid .row-up .links_politicas,
  #footer-wrapper .container-fluid .row-up .footer-menu-principal {
    border-bottom: none;
    padding: 0px;
  }
}
#footer-wrapper .container-fluid .row-up_menu ul,
#footer-wrapper .container-fluid .row-up .links_politicas ul,
#footer-wrapper .container-fluid .row-up .footer-menu-principal ul {
  padding: 0px;
  margin: 0px;
}
#footer-wrapper .container-fluid .row-up_menu ul li,
#footer-wrapper .container-fluid .row-up .links_politicas ul li,
#footer-wrapper .container-fluid .row-up .footer-menu-principal ul li {
  list-style: none;
}
#footer-wrapper .container-fluid .row-up_menu ul li a,
#footer-wrapper .container-fluid .row-up .links_politicas ul li a,
#footer-wrapper .container-fluid .row-up .footer-menu-principal ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
#footer-wrapper .container-fluid .row-up .footer-menu-principal {
  margin-top: 20px;
}
#footer-wrapper .container-fluid .row-up .footer-menu-principal ul li a {
  font-weight: 500;
  letter-spacing: 0.5px;
}
#footer-wrapper .container-fluid .row-down {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  #footer-wrapper .container-fluid .row-down {
    justify-content: space-between;
    flex-direction: row;
  }
}
#footer-wrapper .container-fluid .row-down .redes_sociales {
  display: flex;
  gap: 12px;
}
#footer-wrapper .container-fluid .row-down .redes_sociales a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  text-decoration: none;
}
#footer-wrapper .container-fluid .row-down .redes_sociales a::before {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
}
#footer-wrapper .container-fluid .row-down .redes_sociales a::after {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
}
#footer-wrapper .container-fluid .row-down .links_politicas {
  text-align: center;
}
#footer-wrapper .container-fluid .row-down .links_politicas ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#footer-wrapper .container-fluid .row-down .links_politicas ul li {
  list-style: none;
}
#footer-wrapper .container-fluid .row-down .links_politicas ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
#footer-wrapper .container-fluid .row-down .links_politicas ul li a:hover {
  opacity: 1;
}

.home_slider {
  position: relative;
}
.home_slider-top {
  background-color: #ffd900;
  height: 40vh;
}
.home_slider-bottom {
  height: 40vh;
}
.home_slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  overflow-x: clip;
  display: flex;
  max-width: 90%;
  max-height: 50%;
}
@media only screen and (min-width: 1025px) {
  .home_slider-content {
    max-width: 1200px;
    max-height: 500px;
  }
}
.home_slider-content .timeline {
  position: absolute;
  left: 50%;
  width: 80%;
  height: 10px;
  z-index: 1;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .home_slider-content .timeline {
    bottom: 10px;
  }
}
.home_slider-content .timeline-item {
  flex: 1;
  background: #000000;
  height: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.home_slider-content .timeline-item .timeline-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ffd900;
}
.home_slider-content_block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  flex: 0 0 100%;
  position: relative;
}
.home_slider-content_block-bottom {
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  background-color: #ffd900;
  margin: auto;
  left: 50%;
  bottom: -10%;
  width: 100%;
  max-width: 200px;
}
@media only screen and (min-width: 1025px) {
  .home_slider-content_block-bottom {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .home_slider-content_block-bottom {
    width: auto;
    left: 20%;
    bottom: auto;
  }
}
.home_slider-content_block-bottom p {
  margin: auto;
  padding: 10px;
  color: #000000;
}

.galeria_de_la_secion_de_logos {
  overflow: hidden;
  margin-bottom: 40px;
  margin: 50px 0px;
  margin-top: 0px;
}
@media only screen and (min-width: 1025px) {
  .galeria_de_la_secion_de_logos {
    padding: 30px 0;
    margin: 0px 0px;
  }
}
.galeria_de_la_secion_de_logos .container {
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  .galeria_de_la_secion_de_logos .container {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1025px) {
  .galeria_de_la_secion_de_logos .container {
    max-width: 1200px;
  }
}
.galeria_de_la_secion_de_logos .galeria-logos {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  transition: transform 0.1s linear;
}
.galeria_de_la_secion_de_logos .galeria-logos .logo-item {
  display: inline-block;
}
.galeria_de_la_secion_de_logos .galeria-logos img {
  height: 100px;
  margin: 0 20px;
  vertical-align: middle;
  display: inline-block;
  max-width: 110px;
  max-height: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1025px) {
  .galeria_de_la_secion_de_logos .galeria-logos img {
    max-width: 400px;
    max-height: 100%;
  }
}

.next-match {
  margin: 100px auto;
  position: relative;
}
.next-match_background {
  position: absolute;
  right: 0;
  height: 100%;
  background: #ffd900;
  width: 100%;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 1025px) {
  .next-match_background {
    width: 50%;
  }
}
.next-match_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 80%;
  margin: auto;
}
.next-match_content .partido {
  border: solid 1px #373535;
  background-color: #0b0b0b;
  margin-bottom: 20px;
  flex: 0 0 90%;
  z-index: 2;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .next-match_content .partido {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .next-match_content .partido {
    flex: 0 0 33%;
  }
}
.next-match_content .partido .equipo {
  position: relative;
  margin-bottom: 20px;
}
.next-match_content .partido .equipo img {
  display: flex;
  margin: auto;
}
.next-match_content .partido .equipo p {
  text-align: center;
  color: #fff;
}
.next-match_content .partido .equipo::after {
  content: "";
  display: block;
  width: 50%;
  left: 50%;
  transform: translateX(50%);
  background-color: #373535;
  height: 2px;
  margin-top: 10px;
}
.next-match_content .partido .resultat {
  color: #fff;
  text-align: center;
}
.next-match_content .partido .link-fcf {
  width: 100%;
  padding: 5px;
  width: auto;
  text-align: center;
}
.next-match_content .partido .link-fcf a {
  color: #fff;
}

.about-us {
  margin: 100px auto;
  max-width: 90%;
}
@media only screen and (min-width: 1025px) {
  .about-us {
    max-width: 1200px;
  }
}
.about-us_text {
  margin: auto;
  width: 40%;
  position: relative;
  z-index: 1;
}
.about-us_text h3 {
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .about-us_text h3 {
    font-size: 80px;
  }
}
.about-us_video {
  position: relative;
  z-index: 2;
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .about-us_video {
    display: flex;
  }
}
.about-us_video video {
  max-width: 250px;
  margin: auto;
  order: 1;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
  .about-us_video video {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .about-us_video video {
    margin-bottom: 0px;
  }
}
.about-us_video p {
  text-align: center;
  margin: 0px;
  color: #fff;
}
.about-us_video p.text-1 {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .about-us_video p.text-1 {
    order: 1;
  }
}
.about-us_video p.text-2 {
  order: 3;
}
@media only screen and (min-width: 1025px) {
  .about-us_video p {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
  }
}

.section-teams_content {
  display: flex;
  margin: auto;
  overflow: hidden;
  max-width: 90%;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .section-teams_content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .section-teams_content {
    max-width: 1500px;
  }
}
.section-teams_content-img {
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .section-teams_content-img {
    width: 60%;
  }
}
.section-teams_content-img img {
  flex: 0 0 100%;
  margin: auto;
}
.section-teams_content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .section-teams_content-text {
    width: 40%;
  }
}
.section-teams_content-text_top {
  display: flex;
}
.section-teams_content-text_top .section-teams_content-team {
  flex: 0 0 100%;
}
.section-teams_content-text_top p {
  color: #fff;
}
.section-teams_content-text_top a {
  color: #ffd900;
}
.section-teams_content-text_bottom {
  display: flex;
  width: 30%;
}
.section-teams_content-text_bottom svg {
  margin: auto;
  fill: #ffd900;
  cursor: pointer;
}
.section-teams_content-text_bottom .icon-arrow-prev {
  margin-left: 0px;
}
.section-teams_content-text_bottom .icon {
  font-family: "wp5" !important;
  cursor: pointer;
}
.section-teams_content-text_bottom .icon.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-teams_content-text_bottom .icon::before {
  content: "\e902";
  display: block;
  width: 50px;
  height: 50px;
}
.section-teams_content-text_bottom p {
  color: #fff;
  font-size: 50px;
  margin: auto;
}

.productos-destacados {
  position: relative;
  margin: 100px auto;
}
.productos-destacados .img-bg {
  position: absolute;
  filter: blur(8px);
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.productos-destacados_grid {
  margin: auto;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  padding: 50px;
}
@media only screen and (min-width: 1025px) {
  .productos-destacados_grid {
    padding: 100px;
    max-width: 1500px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .productos-destacados_grid-text {
    width: 30%;
  }
}
.productos-destacados_grid-text h3 {
  text-align: left;
}
.productos-destacados_grid-text p,
.productos-destacados_grid-text a {
  color: #fff;
}
.productos-destacados_grid-productos {
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .productos-destacados_grid-productos {
    width: 70%;
  }
}
.productos-destacados_grid-productos-pd {
  flex: 0 0 33%;
}
.productos-destacados_grid svg {
  cursor: pointer;
}
.productos-destacados_grid svg.icon-arrow-prev {
  transform: rotateY(180deg);
}
.productos-destacados_grid svg path {
  fill: #000000;
}
.productos-destacados_grid svg path:hover {
  transform: scale(1.1);
}

.section-thanks {
  display: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.33;
    text-align: left;
    color: #fff;
  }
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.39;
    text-align: left;
    color: #fff;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "wp5";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #444;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "wp5";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #444;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.33;
  text-align: left;
  color: #fff;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1025px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #ffd900;
  border-bottom: solid 1px #ffd900;
  margin: 0 auto;
  padding: 10px 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
@media only screen and (min-width: 1025px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    min-width: 239px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  padding: 15px 0;
}
@media only screen and (min-width: 1025px) {
  form .cont--input-checkbox {
    padding: 22px 0;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000000 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.cont--input .label {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c4c4c4;
  position: absolute;
  top: 27px;
  left: 0;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.cont--input input,
.cont--input textarea {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  padding: 20px 0 9px;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: transparent;
}
.cont--input input:not(:placeholder-shown) + .label,
.cont--input textarea:not(:placeholder-shown) + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
.cont--input input:focus,
.cont--input textarea:focus {
  outline: none;
  border-color: #000000;
}
.cont--input input:focus + .label,
.cont--input textarea:focus + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
.cont--input textarea {
  max-height: 142px;
}
@media only screen and (min-width: 1025px) {
  .cont--input textarea {
    max-height: 140px;
  }
}

.cbx {
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .cbx {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.cbx:hover span:first-child {
  border-color: #000000;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  transition: all 0.2s ease;
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  transform: scale(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 10px;
}

.inp-cbx {
  display: none;
}
.inp-cbx:checked + .cbx span:first-child {
  border-color: #000000;
  background: #000000;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.contact {
  margin-top: 30px;
}
.contact label {
  color: #fff;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0px;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .contact label {
    text-align: left;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .contact .two-columns {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.contact .wpcf7-form-control-wrap input,
.contact .wpcf7-form-control-wrap textarea {
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: solid 1px #fff;
  font-weight: 100;
}
.contact .wpcf7-submit {
  display: flex;
  border-color: #fff;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .contact .wpcf7-submit {
    display: block;
    margin-left: 0px;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post {
  border-top: 2px solid #000000;
  padding: 20px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .cont--post {
    padding: 24px 0 0;
  }
}
.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner .post-category {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .post-category {
    padding-bottom: 10px;
  }
}
.cont--post .cont--inner .post-category a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}
.cont--post .cont--inner .post-category a:hover {
  opacity: 0.7;
}
.cont--post .cont--inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  color: #000000;
}
.cont--post .cont--inner a:hover .cont--post-image img {
  transform: scale(1.1);
}
.cont--post .cont--inner a:hover .cont--post-image:before {
  opacity: 1;
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 162px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-image img {
    max-height: 170px;
  }
}
.cont--post .cont--inner a .cont--post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(289deg, rgba(122, 182, 57, 0.65) 100%, rgba(122, 182, 57, 0.74) 100%, rgba(122, 182, 57, 0.53));
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont--post .cont--inner a .cont--post-info {
  flex-grow: 1;
}
.cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.733rem;
  line-height: 1.18;
  letter-spacing: 1.1px;
  text-align: left;
  color: #fff;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2rem;
    line-height: 1.17;
    margin-bottom: 8px;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-description {
  padding-bottom: 9px;
  color: #444;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-description {
    padding-bottom: 15px;
  }
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  row-gap: 28px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 88px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    column-gap: 107px;
  }
}
.blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
.archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
  .archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
    display: block;
  }
}

@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts .cont--post:nth-child(1),
  .blog-grid.cont__posts .cont--post:nth-child(2) {
    grid-column: span 2;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
  padding-bottom: 11px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-image img,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-image img {
    max-height: 272px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
  font-size: 2rem;
  line-height: 1.17;
}
@media only screen and (min-width: 1025px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2.667rem;
    line-height: 1.13;
    margin-bottom: 12px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
  display: block;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
    font-size: 1.667rem;
    line-height: 1.2;
  }
}

.cont--menu-cat {
  padding: 10px 0 18px;
}
@media only screen and (min-width: 1025px) {
  .cont--menu-cat {
    padding: 10px 0 37px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.cont--menu-cat ul li.current-cat a {
  background-color: #000000;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 4px 9px;
}
.cont--menu-cat ul li a:hover {
  background-color: #000000;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  body.single-post #header-wrapper {
    position: fixed;
  }
}

#single-post {
  overflow-x: hidden;
}
#single-post .cont--top {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1025px) {
  #single-post .cont--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top {
    column-gap: 120px;
  }
}
#single-post .cont--top .columns {
  padding-top: 7px;
}
@media only screen and (min-width: 1025px) {
  #single-post .cont--top .columns {
    padding-top: 110px;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top .columns {
    padding-top: 162px;
  }
}
#single-post .cont--top .columns .cont--header {
  padding-bottom: 9px;
}
#single-post .cont--top .columns .cont--header a {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
#single-post .cont--top .columns .cont--header a:hover {
  opacity: 0.7;
}
#single-post .cont--top .columns .cont--header h1 {
  color: #000000;
}
#single-post .cont--top .columns .cont--image {
  display: block;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  #single-post .cont--top .columns .cont--image {
    display: none;
  }
}
#single-post .cont--top .columns .cont--image img {
  display: block;
}
#single-post .cont--top .columns #social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  border-top: 2px solid #000000;
  padding-top: 20px;
}
@media only screen and (min-width: 1025px) {
  #single-post .cont--top .columns #social-share {
    padding-bottom: 44px;
  }
}
#single-post .cont--top .columns #social-share > span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
}
#single-post .cont--top .columns #social-share .socialbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#single-post .cont--top .columns #social-share .socialbox a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
#single-post .cont--top .columns #social-share .socialbox a:hover {
  opacity: 0.7;
}
#single-post .cont--top > .cont--image {
  display: none;
  width: 60%;
}
@media only screen and (min-width: 1025px) {
  #single-post .cont--top > .cont--image {
    display: block;
    margin-right: -40px;
    width: calc(60% + 40px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1279px) {
  #single-post .cont--top > .cont--image {
    margin-right: -50px;
    width: calc(60% + 50px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1366px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1600px) {
  #single-post .cont--top > .cont--image {
    margin-right: -80px;
    width: calc(60% + 80px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1920px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
#single-post .cont--top > .cont--image img {
  display: block;
}
#single-post .content {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 100px;
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-post .content a {
  text-decoration: none;
  color: #000000;
}
#single-post .content a:hover {
  opacity: 0.7;
}
#single-post .related-posts {
  margin-bottom: 100px;
}
#single-post .related-posts .title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.067rem;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1025px) {
  #single-post .related-posts .title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.25;
    text-align: left;
    color: #fff;
    padding-bottom: 38px;
  }
}/*# sourceMappingURL=styles.css.map */