/*
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";
@import "./css/properties.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 {
  scroll-behavior: smooth;
}

.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: 33px;
  padding-right: 33px;
}

.slick-list {
  width: 100%;
  cursor: grab;
}

.slick-track {
  display: flex;
}

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

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

h3 {
  font-size: var(--size-h3);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.56px;
}

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

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

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

body,
p {
  font-size: var(--size-p);
  line-height: 1.6;
  font-weight: 400;
}

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

.destacado {
  position: relative;
}

.destacado::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: -5px;
  z-index: -1;
  min-width: 103%;
  height: 100%;
  max-height: 19px;
  background-color: var(--secundario);
}

.marcador .title::before {
  content: url("/wp-content/uploads/2025/10/marcador-activo-2025-10-30-marcador-activo.svg");
  margin-right: 1rem;
  line-height: 1.1;
}

.arrow-button .title {
  display: flex;
}

.arrow-button .title::after {
  content: url("/wp-content/uploads/2025/10/right-arrow-2025-10-30-right-arrow.svg");
  width: 100%;
  text-align: right;
  align-self: center;
}

/* .arrow-button .title a {
  min-width: 90%;
} */

.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 {
  font-size: 1rem;
  height: var(--button-height);
  font-weight: 600;
  border-radius: 100vmax;
  padding: 1rem 1.5rem;
  letter-spacing: -0.32px;
}

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

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

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

.full .column_image,
.full .column_image * {
  min-width: 100%;
  object-fit: cover;
}

#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: 1rem;
  }
}

/* Pojo Accesibility */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: var(--principal) !important;
  border-radius: 7px 0 0 7px;
  font-size: 150%;
}

/* 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 {
  background-image: url(imagenes/fondo-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: unset !important;
  left: 0px;
  font-size: 0px;
  color: #2d2828 !important;
  width: 140px;
  background-color: transparent !important;
  box-shadow: unset !important;
  bottom: -2px !important;
  padding: 0 !important;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
  content: "";
  background-image: url(imagenes/icono-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 28px;
  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;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
  transform: translate(-50%, -54%);
  -webkit-transform: translate(-50%, -54%);
  -moz-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  -o-transform: translate(-50%, -54%);
}

/* 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.4rem;
  margin-bottom: 0.5rem;
}

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

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

.cmplz-description-functional {
  font-size: 0.8rem;
}
div#cmplz-document {
  max-width: 100%;
}

div#cmplz-document {
  padding-block: 80px;
}

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;
}

.cmplz-cookiebanner button {
  background-color: var(--negro) !important;
  border: 0 !important;
  border-radius: 100vmax !important;
  text-transform: math-auto;
  font-weight: 600 !important;
}

.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 1fr !important;
  align-items: center !important;
  display: grid !important;
  grid-column: span 3 !important;
  text-align: center !important;
}

.cmplz-cookiebanner .cmplz-logo img {
  max-height: 60px !important;
}

/**************** PÁGINAS ****************/
/**************** HEADER ****************/
#Wrapper .header > .section_wrapper {
  display: grid;
  grid-template-columns: 1fr 828px;
}

ul#menu-main-menu,
#menu-main-menu-1 {
  place-content: start;
}

.header .mfn-menu-link {
  position: relative;
}

.header .mfn-menu-link::before {
  content: url("/wp-content/uploads/2025/10/marcador-activo-2025-10-30-marcador-activo.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: -30px;
  top: 46%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease;
}

.header .current-menu-item .mfn-menu-link::before {
  transform: translateY(-50%) scale(1);
}

.header li:not(.current-menu-item) .mfn-menu-link::before {
  top: 18;
  left: -30px;
}

.header li:not(.current-menu-item) .mfn-menu-link:hover::before {
  transform: translateY(-50%) scale(1);
}

@media (width<=1400px) {
  #mfn-header-template .column_header_menu {
    place-items: end;
    margin-right: 2rem;
  }
}

@media (width<=1200px) {
  #Wrapper .header > .section_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #Wrapper .menu-col > .mcb-wrap-inner {
    place-content: end;
  }
}

/* Sidebar menu */

#mfn-sidemenu-tmpl-731 {
  box-shadow: 4px 4px 4px #00000024;
  border: 1px solid #00000033;
  border-radius: 20px;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
  margin-left: 16px;
}
/**************** FOOTER ****************/
.mfn-footer-menu {
  display: flex;
  gap: 1.5rem;
}

.mfn-footer-menu li {
  line-height: 1;
}

#mfn-footer-template .marcador .title::before {
  position: absolute;
  left: -31px;
  top: 5px;
}

#mfn-footer-template a {
  position: relative;
  max-width: fit-content;
}

#mfn-footer-template a::before {
  content: "";
  position: absolute;
  background-color: var(--negro);
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

#mfn-footer-template a:hover::before {
  width: 100%;
}

.bottom-bar .column_footer_menu {
  place-items: end;
}

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

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;
  }
  .bottom-bar > .mcb-wrap-inner {
    place-items: center;
  }
  .mfn-footer-menu {
    gap: 0.8rem;
  }
}

/**************** 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;
  }
}

.contact-info a {
  transition: letter-spacing 0.3s ease;
}

.contact-info a:hover,
.contact-info a:hover .title {
  letter-spacing: 0.01em;
}

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

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

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

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

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

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

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

.contact-form .form-row {
  position: relative;
  margin-bottom: 1rem;
}

.contact-form label {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.28px;
}

.contact-form.contacto .form-row {
  margin-bottom: 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: var(--blanco);
  color: var(--negro);
  box-shadow: unset;
  font-size: var(--size-p);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--principal);
}

.input-border {
  display: none;
}

#Wrapper .contact-form input:not([type="submit"]),
#Wrapper .contact-form textarea,
#Wrapper .contact-form select {
  color: var(--negro);
  background: var(--blanco);
  border: 2px solid #92ace7a3;
  font-size: 1rem;
}

#Wrapper .contact-form input[type="checkbox"] {
  min-width: 18px;
  height: 18px;
  accent-color: var(--principal);
}

.wpcf7-form-control.wpcf7-acceptance > span > label {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5rem;
}

.wpcf7-form-control.wpcf7-acceptance * {
  font-weight: 500;
  text-transform: math-auto;
  font-size: 1rem;
}

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

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

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

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

.form-row.button-row button {
  min-width: 100%;
  border: 1px solid #1f1f1f;
}

.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: 16px;
  background-color: var(--negro);
  padding: 0;
  border-radius: 100vmax;
}

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

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

/*********************************\
                PÁGINAS
\*********************************/
/* Sobre nosotros */
.slider-equipo .icon-wrapper {
  min-width: 100%;
}

.slider-equipo .slick-track {
  cursor: grab;
}

#Wrapper .slider-equipo .slick-slide {
  margin: 0 1rem;
}

.slider-equipo .slick-arrow,
#Wrapper .slider-equipo .sick-arrow:hover {
  background-color: transparent !important;
}

.slider-equipo .slick-arrow {
  position: absolute;
  top: 44%;
  z-index: 10;
  transform: translateY(-50%);
}

.slider-equipo .slick-prev {
  left: -50px;
}

.slider-equipo .slick-next {
  right: -50px;
}

@media (width<=768px) {
  .slider-equipo .slick-prev {
    left: -36px;
  }
  .slider-equipo .slick-next {
    right: -36px;
  }
}

@media (width<=480px) {
  #Wrapper .slider-equipo .slick-slide {
    margin: 0 2rem;
  }
  .slider-equipo .slick-next {
    right: -28px;
    top: 38%;
  }
  .slider-equipo .slick-prev {
    left: -28px;
    top: 38%;
  }
}

/* Administración de fincas */
@media (width>=959px) {
  .sticky-incluido {
    position: sticky;
    top: 170px;
  }
}

#Wrapper .faqs .accordion i {
  left: unset;
  right: 0;
}

#Wrapper .faqs .accordion .question .title,
#Wrapper .faqs .accordion .question > .answer {
  border: 0;
  padding: 1.5rem;
}

#Wrapper .faqs .accordion .question > .answer {
  padding-top: 0;
}

#Wrapper .faqs .accordion .question .title,
#Wrapper .faqs .accordion .question > .answer {
  border: 0;
  box-shadow: unset;
}

#Wrapper .faqs .question {
  border: 0;
  background-color: var(--blanco);
  border-radius: 12px;
  box-shadow: 0px 0px 6px 5px #00000008;
}

#Wrapper .faqs .question.active::after {
  display: none;
}

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

/* Presupuesto */
.contact-form.presupuesto .form-row > .left,
.contact-form.presupuesto .form-row > .center,
.contact-form.presupuesto .form-row > .right {
  position: relative;
  margin: 0;
  width: 100%;
}

.presupuesto label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--negro);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.presupuesto .form-row {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}

.form-row > div {
  width: 100%;
}

.form-row.separador {
  margin-bottom: 0.5rem;
}

.form-row.checkbox * {
  text-transform: math-auto;
  font-weight: 500;
  font-size: 1rem;
}

/* .presupuesto .form-row.select {
  margin-top: 1.5rem;
} */

#Wrapper .presupuesto .form-row input:not([type="submit"]),
#Wrapper .presupuesto .form-row textarea,
#Wrapper .presupuesto .form-row select {
  color: var(--negro);
  background: var(--blanco);
  border: 2px solid var(--secundario);
  border-radius: 100vmax;
}

.form-row.separador > p {
  font-weight: 500;
  line-height: 1;
  font-size: 1.75rem;
  margin: 0;
}

.form-row.separador .destacado::before {
  bottom: 10px;
  height: 6px;
  min-width: 108%;
}

.des-blanco::before {
  background-color: var(--blanco);
}

.contact-form .no-border .input-border {
  display: none !important;
}

@media (width>=1150.9px) {
  .contact-form.presupuesto {
    max-width: 880px;
    margin: auto;
  }
  .contact-info {
    position: sticky;
    top: 30vh;
  }
}

@media (width<=1150px) {
  .contact-info,
  .contact-col {
    min-width: 100%;
  }
  #Wrapper .contact-info > .mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    gap: 1.5rem;
  }
}

@media (width>=768.9px) {
  #formulario.presupuesto {
    place-items: end;
  }
}

@media (width<=768px) {
  .presupuesto .form-row {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }
  .presupuesto .form-row.separador {
    margin-block: 1rem 0.5rem;
  }
  #Wrapper .select .no-border {
    margin-bottom: 1rem;
  }
}
