/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/

@import "./css/variables.css";

/*********************************\
            GENERALES
\*********************************/
@view-transition {
  navigation: auto;
}

.container {
  view-transition-name: page;
}

::view-transition-old(page) {
  animation: fade 0.2s linear forwards;
}

::view-transition-new(page) {
  animation: fade 0.3s linear reverse;
}

@keyframes fade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.validate_email_against_bot,
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

:root {
  scrollbar-color: var(--negro) #fff;
  scrollbar-width: thin;
}

.style-simple,
.style-simple .mfn-header-tmpl {
  --mfn-column-gap-bottom: 0;
  --mfn-column-gap-top: 0;
  --mfn-column-gap-right: 0;
  --mfn-column-gap-left: 0;
}

p:empty {
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.admin-bar .full-screen .section_wrapper {
  min-height: calc(100vh - 32px);
}

.section.has-video .section_video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.has-video .section_video video {
  top: unset;
  left: unset;
  height: 100%;
}

.section.has-video .section_video .mask {
  display: none;
}

.style-simple .responsiveWidth {
  max-width: calc(2 * var(--halfSection));
}

.mobile-side-slide {
  overflow-x: clip !important;
}

.section_wrapper,
.container {
  box-sizing: border-box;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.section,
.mcb-section {
  padding-block: var(--section-padding);
}

.slick-list {
  width: 100%;
}

.slick-track {
  display: flex;
}

html.front h1.title,
html.front h2.title,
html.front h3.title,
html.front h4.title,
html.front h5.title,
html.front h6.title {
  position: relative;
  display: block;
  opacity: 0;
}

html.front h1.title[data-title-split-ready="true"],
html.front h2.title[data-title-split-ready="true"],
html.front h3.title[data-title-split-ready="true"],
html.front h4.title[data-title-split-ready="true"],
html.front h5.title[data-title-split-ready="true"],
html.front h6.title[data-title-split-ready="true"],
html.front p.title[data-title-split-ready="true"] {
  opacity: 1;
}

html.builder h1.title,
html.builder h2.title,
html.builder h3.title,
html.builder h4.title,
html.builder h5.title,
html.builder h6.title,
html.builder p.title {
  opacity: 1;
}

.title .title__mask {
  display: block;
  overflow: hidden;
}

.title .title__line-inner {
  display: block;
  will-change: transform, opacity;
  transform: translate3d(0, 100%, 0);
}

h1 {
  font-size: var(--size-h1);
  line-height: 1.1;
  font-weight: 500;
}

h2 {
  font-size: var(--size-h2);
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-size: var(--size-h3);
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  font-size: var(--size-h4);
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  font-size: var(--size-h5);
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  font-size: var(--size-h6);
  line-height: 1.2;
  font-weight: 400;
}

body {
  font-size: var(--type-font-size);
  line-height: 1.3;
  font-weight: 400;
}

p {
  font-size: var(--size-p);
  line-height: 1.3;
  font-weight: 400;
}

.lead,
.big {
  font-size: var(--size-plead);
  line-height: 1.3;
  font-weight: 500;
}

.small {
  font-size: var(--size-psmall);
  line-height: 1.3;
  font-weight: 400;
}

.fs-38 {
  font-size: 38px;
}

.fs-21 {
  font-size: 21px;
}

.fw600 {
  font-weight: 600;
}

.lh-1 {
  line-height: 1;
}

a:hover {
  text-decoration: none;
}

.decorative {
  font-family: var(--font-decorative);
}

.principal {
  color: var(--principal);
}

.secundario {
  color: var(--secundario);
}

.blanco {
  color: var(--blanco);
}

.negro {
  color: var(--negro);
}

.button {
  min-height: var(--button-height);
  padding-block: var(--button-padding-block);
  padding-inline: var(--button-padding-inline);
  font-weight: 400;
  font-size: var(--button-font-size);
  line-height: 1;
  border-radius: var(--button-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button_label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  will-change: transform;
}

.mfn-menu-link,
.menu-item a,
.title_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.title_link .label-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.button_label-line {
  display: inline-block;
  line-height: 1;
  will-change: transform;
}

.button_label-line--lower {
  position: absolute;
  left: 0;
  top: 0;
}

.mfn-menu-label,
.menu-item a .menu-label,
.title_link .menu-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.1;
}

.mfn-menu-label-line,
.menu-item a .menu-label-line,
.title_link .menu-label-line {
  display: inline-block;
  line-height: 1;
  will-change: transform;
}

.mfn-menu-label-line--lower,
.menu-item a .menu-label-line--lower,
.title_link .menu-label-line--lower {
  position: absolute;
  left: 0;
  top: 0;
}

.nowrap,
.nowrap > .mcb-wrap-inner {
  flex-wrap: nowrap;
}

.flexColumn,
.flexColumn > .mcb-wrap-inner {
  flex-direction: column;
}

.placeEnd,
.placeEnd > .mcb-wrap-inner {
  place-content: end;
}

#Wrapper .section_wrapper,
#Wrapper .container {
  max-width: 1600px;
}

.dos-cols > .section_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.no-icon .mfn-icon-box .icon-wrapper {
  display: none;
}

@media (width<=768px) {
  .section_wrapper,
  .container {
    padding-inline: var(--container-padding);
  }
}

/* Pojo Accesibility */
body #pojo-a11y-toolbar {
  top: auto !important;
  bottom: 10px !important;

  & .pojo-a11y-toolbar-toggle a {
    font-size: 26px;
    padding: 8px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    transition: transform 1s ease-in-out;
    &:hover {
      transform: rotate(360deg);
    }
  }

  & .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
  }

  &.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 190px;
    bottom: 0;
    @media (width<=768px) {
      left: 184px;
    }
  }

  & .pojo-a11y-toolbar-toggle a {
    background-color: var(--principal) !important;
    border-radius: 100vmax;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    place-content: center;
    @media (width<=768px) {
      min-width: 35px;
      min-height: 35px;
    }
  }

  & .pojo-a11y-toolbar-toggle svg {
    fill: var(--blanco);
    width: 100%;
    height: 100%;
    max-width: 26px;
    max-height: 26px;
    @media (width<=768px) {
      max-width: 20px;
      max-height: 20px;
    }
  }

  & .pojo-a11y-toolbar-overlay {
    border-color: var(--principal) !important;
    border-radius: 0 16px 16px 0;
    border-left: 0 !important;
  }
}

/* Créditos Invbit */
.invbit-credits-title span {
  color: var(--principal) !important;
}

.invbit-credits-feature-list li::before {
  background: var(--principal) !important;
}

.invbit-credits-feature-item {
  color: var(--negro);
  font-weight: 400 !important;
}

.invbit-credits-title {
  text-transform: uppercase;
}

.invbit-credits-description > div div {
  margin-bottom: 1rem;
}

.invbit-credits-slogan h3 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.invbit-credits-contact a {
  font-weight: 500;
  text-decoration: underline;
}

.invbit-credits-right {
  border: 1px solid #c2d500 !important;
}

aside.invbit-credits-column.invbit-credits-right {
  min-height: unset;
  max-height: 500px;
}

div#bubblesBlock {
  bottom: 2rem;
}

body #cmplz-manage-consent .cmplz-manage-consent {
  display: block;
  background-image: unset;
  background-color: var(--principal) !important;
  border-radius: 100vmax;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
  right: unset !important;
  left: 8px;
  bottom: 70px !important;
  font-size: 0px;
  color: var(--principal) !important;
  box-shadow: unset !important;
  padding: 0 !important;
  transition: transform 1s ease;
  &:hover {
    transform: rotate(360deg);
  }
  @media (width<=768px) {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    bottom: 50px !important;
    left: 4px;
  }
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/cookies-icon-2025-12-04-cookies-icon-1-2025-12-16-cookies-icon-2025-12-04-cookies-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 26px;
  height: 26px;
  @media (width<=768px) {
    width: 20px;
    height: 20px;
  }
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

/* Arregla padding al abrir popup deshabilitando scroll de la web */
html.mfn-popup-browser-scroll-disabled {
  padding-right: 0;
}

/*************** BLOG ***************/
.grid .post-item {
  margin: 0 1% 40px;
}

.post-meta .category .cat-btn {
  display: none;
}

.post-item .post-meta.clearfix {
  display: flex;
  margin-left: 18px;
}

#Wrapper .post-meta .category .cat-wrapper {
  position: static;
  display: flex;
  place-items: start;
  place-content: start;
}

.post-meta .category .cat-wrapper ul li a {
  position: relative;
  font-size: 16px;
  color: var(--secundario);
  font-weight: 500;
}

.post-meta .category .cat-wrapper ul li a::before {
  top: 10px;
  content: "";
  position: absolute;
  left: -18px;
  background-color: var(--secundario);
  min-width: 12px;
  min-height: 12px;
  border-radius: 100vmax;
}

.post-meta .category .cat-wrapper ul li a:hover {
  background: none;
  color: var(--secundario);
}

.post-meta .category .cat-wrapper ul {
  padding: 0;
  min-width: unset;
  background: unset;
}

@media (width<=767px) {
  #Wrapper .photo .post-desc .post-head .post-meta .category {
    display: block;
  }

  #Wrapper .photo .post-desc .post-head .post-meta .category .post-categories {
    margin-left: 1.3rem;
  }
}

/**************** SINGLE POST ****************/

/* Sidebar */
.single-post aside.widget:not(.widget_block) > h3 {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.single-post aside input.field {
  border: 1px solid var(--negro);
}

.single-post aside .Recent_posts ul li .desc {
  margin-right: 0;
  padding: 5px 0px;
  background: transparent;
  position: relative;
}

.single-post aside .content_wrapper img,
.single-post aside img.scale-with-grid {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post aside .Recent_posts ul li .photo {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  margin-bottom: 1rem;
}

.single-post aside .Recent_posts ul li .desc:after {
  display: none;
}

.single-post aside .Recent_posts ul li .photo img {
  border-radius: 7px;
}

.single-post aside .Recent_posts ul li {
  margin-bottom: 24px;
}

.single-post #Wrapper aside span.date {
  font-size: 1rem;
  color: var(--negro);
  font-weight: 400;
}

.single-post aside .Recent_posts ul li .desc h6 {
  position: relative;
  z-index: 2;
  margin-bottom: 3px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
}

.single-post aside.widget_categories ul {
  background-color: unset;
}

.single-post aside.widget_categories ul li {
  font-size: 1.125rem;
}

.single-post aside.widget_categories ul li a {
  color: var(--negro) !important;
}

.widget_categories ul li::marker {
  color: var(--secundario);
}

.single-post aside.widget_categories ul {
  background-color: unset;
  list-style-type: disc;
}

.Recent_posts.classic ul li a:hover .desc .date,
.Recent_posts.classic ul li a:hover h6 {
  color: var(--negro) !important;
}

/* Sidebar. END */

/* Post content */
.single-post h1 {
  font-size: 2.225rem;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  text-transform: math-auto;
}

.single-post h2 {
  font-size: 1.625rem;
}

.single-post .post-inner-content {
  margin-bottom: 2rem;
}

.single-post .post-header .post-meta.clearfix {
  display: none;
}

.blog_wrapper .post-head {
  display: none;
}

.widget_search input[type="text"],
.single-post article .single-photo-wrapper img,
.single-post .single-photo-wrapper .image_frame.scale-with-grid {
  border-radius: 7px;
}

.single-post .single-photo-wrapper .image_frame.scale-with-grid {
  margin-bottom: 34px;
}

.single-post .post-excerpt span {
  font-weight: 400;
  font-size: 1.125rem;
}

.single-post .post-desc .entry-title {
  margin-bottom: 4px;
}

/* Post content. END */

/* Relacionados */
.section-related-adjustment.blog_wrapper.simple {
  padding-top: 4rem;
}

.section-related-adjustment.blog_wrapper.simple .image_frame {
  border-radius: 7px;
}

.section-related-adjustment.blog_wrapper.simple .post-desc {
  padding-inline: 0;
}

.post-meta .category .cat-wrapper ul li a::before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: -18px;
  background-color: var(--secundario);
  min-width: 12px;
  min-height: 12px;
  border-radius: 100vmax;
}

.section-related-ul .entry-title {
  font-size: 1.3rem;
}

.section-related-ul .post-excerpt {
  display: none;
}

/* Post navigation */
.single-post .fixed-nav .photo {
  overflow: hidden;
  line-height: 0;
  background-color: #eee;
  max-width: 80px;
  width: 100%;
  object-fit: cover;
}

.single-post .fixed-nav .photo img {
  height: 100%;
}

.widget_categories ul {
  background-color: unset;
}

.widget_categories ul li {
  color: var(--negro);
}

/* Post navigation. END */

/**************** LEGALES ****************/
body #cmplz-manage-consent .cmplz-manage-consent::before {
  background-color: transparent;
}

.cmplz-service-header .screen-reader-text {
  display: none;
}

.cmplz-cookiebanner .cmplz-body {
  overflow: hidden !important;
}

.cmplz-body .cmplz-message {
  text-align: center;
  margin-bottom: 1.5rem !important;
}

.cmplz-body .cmplz-message p:first-child {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.cmplz-body .cmplz-message p {
  font-size: 1rem;
}

.cmplz-buttons button {
  text-transform: uppercase;
}

/**************** PÁGINAS ****************/
div#cmplz-document {
  max-width: 100%;
}

div#cmplz-document {
  padding-top: 80px;
  padding-bottom: 64px;
}

div#cmplz-document h2:not(:first-child) {
  margin-top: 32px;
  font-size: 1.75rem;
}

#cmplz-document .cmplz-subtitle {
  font-weight: 500;
  margin: 10px 0 16px 0;
}

div#cmplz-document p,
div#cmplz-document ul,
div#cmplz-document li {
  font-size: 1.125rem;
  color: var(--negro);
}

div#cmplz-document b {
  font-weight: 600;
}

/**************** HEADER ****************/

/**************** FOOTER ****************/
.footer-rrss > .mcb-wrap-inner {
  gap: 1.25rem;
}

.footer-logos > .mcb-wrap-inner {
  gap: 4rem;
  flex-wrap: nowrap;
}

.bottom-bar > .mcb-wrap-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (width<=959px) {
  .footer-logos > .mcb-wrap-inner {
    gap: 2rem;
  }

  .footer-logos > .mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-bar > .mcb-wrap-inner {
    grid-template-columns: 1fr;
  }

  .footer-rrss > .mcb-wrap-inner {
    gap: 0.4rem;
  }

  .financiado {
    grid-column: span 2;
  }
}

body #Footer .copyright a:hover {
  text-decoration: none;
}

body #Footer .footer_copy {
  border: 0;
  background: black;
  color: white;
}

body #Footer .footer_copy a {
  color: white;
}

body #Footer .footer_copy a:hover {
  color: var(--primary);
}

body #Footer .footer_copy .one {
  --mfn-column-gap-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}

body #Footer .footer_copy .mcb-column-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body #Footer .menu {
  list-style: none;
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

body #Footer .copyright .menu {
  gap: 0 10px;
  flex-direction: row;
}

body #Footer .menu li:after {
  content: none;
}

body #Footer .menu a {
  padding: 5px 0;
}

body #Footer .footer_copy .copyright {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  float: none;
  text-align: left;
}

body #Footer .footer_copy .copyText {
  margin: 0 0 5px;
}

body #Footer .footer_copy .social {
  line-height: 0;
}

body #Footer .footer_copy .social li a {
  font-size: 22px;
  line-height: 1;
}

@media only screen and (max-width: 959px) {
  body .animate {
    animation-delay: 0ms !important;
  }

  body #Footer .footer_copy .mcb-column-inner {
    flex-direction: column;
  }

  body #Footer .copyright .menu {
    justify-content: center;
  }

  body #Footer .footer_copy .copyright {
    text-align: center;
  }

  body #Footer .footer_copy .social {
    margin-top: 15px;
  }
}

@media (width<=768px) {
  .mfn-footer-tmpl .mcb-section:not(.full-width) {
    padding-inline: 0;
  }
}

/**************** KIT DIGITAL ****************/
@media only screen and (max-width: 959px) {
  body #Footer .footer_action .financiacion {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 5px;
  }

  body #Footer .footer_action .financiacion > div:last-child {
    grid-column: 1 / span 2;
  }
}

@media only screen and (max-width: 767px) {
  body #Footer .footer_action .financiacion > div img {
    max-height: unset;
    width: 100%;
  }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  line-height: 1.2;
  font-size: 1.1rem;
}

/**************** CONTACTO ****************/
@media (width<=500px) {
  #Wrapper .contact-info > .mcb-wrap-inner {
    grid-template-columns: 1fr;
  }
}

/* Placeholders */
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #2d2828;
  opacity: 1 !important;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 600;
  color: #2d2828;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  color: #2d2828;
  box-shadow: unset;
  border: 1px solid;
  border-radius: 7px;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #2d2828 !important;
  border: 2px solid !important;
}

.wpcf7-acceptance label {
  font-weight: 400;
  font-size: 1.1rem;
}

.form-legal p {
  font-size: 0.9rem;
  font-weight: 400;
}

.wpcf7-acceptance > span {
  margin-left: 0;
}

.wpcf7-acceptance a {
  color: #2d2828;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-row.button-row button {
  min-width: 100%;
}

.themebg,
#comments .commentlist > li .reply a.comment-reply-link,
#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a,
.fixed-nav .arrow,
.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a.selected:after,
.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current,
.pager-single span:after,
.portfolio_group.exposure .portfolio-item .desc-inner .line,
.Recent_posts ul li .desc:after,
.Recent_posts ul li .photo .c,
.slider_pagination a.selected,
.slider_pagination .slick-active a,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before,
#Top_bar .header-cart-count,
#Top_bar .header-wishlist-count,
.mfn-footer-stickymenu ul li a .header-wishlist-count,
.mfn-footer-stickymenu ul li a .header-cart-count,
.widget_categories ul,
.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a,
.widget_product_categories ul,
.widget_recent_entries ul li:after,
.woocommerce-account table.my_account_orders .order-number a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.style-simple .accordion .question:after,
.style-simple .faq .question:after,
.style-simple .icon_box .desc_wrapper .title:before,
.style-simple #Filters .filters_wrapper ul li a:after,
.style-simple .trailer_box:hover .desc,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tparrows.default,
.tp-bullets.tp-thumbs .bullet.selected:after {
  background-color: var(--secundario);
}

hr.hr_color,
.hr_color hr,
.hr_dots span {
  color: var(--secundario);
  background: var(--secundario);
}

.tagcloud a {
  color: var(--secundario);
}

#back_to_top.sticky {
  right: 8px;
  bottom: 8px;
  background-color: var(--principal);
  padding: 0;
  min-width: 50px;
  min-height: 50px;
}

#back_to_top i {
  color: var(--blanco);
}

#Error_404 {
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-top: 5rem;

  &::before {
    content: url("/wp-content/uploads/2025/11/logo-2025-11-11-logo.webp");
    max-width: fit-content;
    position: absolute;
    top: -84px;
    left: 50%;
    transform: translateX(-50%);
  }

  & .error_desk p .button {
    margin: 0;
    display: block;
    margin-left: 0;
    line-height: 1;
    max-width: fit-content;
  }
}

/*********************************\
            GENERALES. END
\*********************************/

/*********************************\
                PÁGINAS
\*********************************/

/**************** HOME ****************/

#Wrapper .servicios {
  & .column_icon_box_2 a {
    min-height: 100%;
  }

  & .mfn-icon-box {
    min-height: 100%;

    & .desc-wrapper,
    & .desc-wrapper * {
      height: 100%;
      place-content: space-between;
    }
  }

  & .icon-wrapper {
    display: none;
  }

  & .section_wrapper > .wrap > .mcb-wrap-inner {
    grid-template-rows: 1fr;
  }
}
