@charset "UTF-8";
/*!
Theme Name: DOO OpenFutureLab
Author: DOOWEBS DEV, S.L.
Author URI: https://doowebs.es
Theme URI: https://doowebs.es
Description: DOO OpenFutureLab es un tema personalizado. Optimizado para rendimiento y personalización.
Tags: full-site-editing, custom-collections, responsive, translation-ready, accessibility-ready, custom-logo
Text Domain: doo
Requires at least: 6.7
Requires PHP: 8.2
Tested up to: 6.7
Version: 1.0.0
*/
/* Mixins
--------------------------------------------- */
/* General
--------------------------------------------- */
body {
  overflow-x: hidden; }

header {
  display: contents; }

.mobile {
  display: none !important; }

@media (max-width: 768px) {
  .mobile {
    display: block !important; } }
.wp-block-image {
  margin: 0; }

input[type="radio"],
input[type="checkbox"] {
  accent-color: #171616; }

.wp-block-columns {
  margin: 0; }

.nowrap {
  white-space: nowrap; }

ul li {
  padding-bottom: 0.5rem; }

.wp-block-button.is-style-outline .wp-block-button__link {
  background: #FCFCF8;
  color: #000C1F;
  border: 1px solid #000C1F; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--wp--preset--color--neutral-20);
    color: var(--wp--preset--color--neutral-100); }
.wp-block-button .wp-block-button__link {
  transition: 0.2s;
  background-color: #000C1F;
  color: #DCFC68;
  border-radius: 16px; }
  .wp-block-button .wp-block-button__link:hover {
    background: #FCFCF8;
    color: #000C1F; }

.wp-block-cover {
  padding: 0; }

.mobile {
  display: none; }

/*
input,
select,
option,
button {
}
*/
.wp-block-doo-block-doo-shortcode {
  max-width: 1312px;
  margin: auto; }

main > .entry-content > .wp-block-group,
.blog main > .wp-block-group,
.archive main > .wp-block-group {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0; }

main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color {
  padding-top: 56px;
  padding-bottom: 56px; }

main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color + .wp-block-group {
  padding-top: 180px; }

h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 110%; }

h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 130%; }

:root :where(.is-layout-flow) > * {
  margin-block-end: 24px; }

#rank-math-faq .RMFA-quesion-button {
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 120% !important;
  letter-spacing: -2.2% !important; }

#rank-math-faq .rank-math-question {
  padding: 32px;
  padding-right: 62px; }

#rank-math-faq .rank-math-list-item {
  border: 0;
  border-bottom: 1px solid #000C1F;
  margin-bottom: 16px; }
  #rank-math-faq .rank-math-list-item:last-child {
    margin-bottom: 24px; }

#rank-math-faq .rank-math-question:after {
  color: transparent;
  background-image: url(/wp-content/uploads/2025/09/keyboard_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s; }

#rank-math-faq .rank-math-question.faq-q-open:after {
  transform: rotate(180deg);
  margin-top: -14px; }

/* home */
.grid-card-home .wp-block-query {
  overflow: auto; }
.grid-card-home .servic-cards {
  display: flex;
  width: max-content;
  max-width: max-content;
  gap: 24px; }
  .grid-card-home .servic-cards .wp-block-post {
    width: 218px;
    height: 400px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #000C1F;
    display: flex;
    flex-direction: column; }
    .grid-card-home .servic-cards .wp-block-post .attachment-post-thumbnail {
      width: auto !important; }
    .grid-card-home .servic-cards .wp-block-post .wp-block-read-more {
      margin-top: auto; }

.wp-block-read-more {
  display: flex;
  gap: 8px;
  height: 40px;
  align-items: center; }

.grid-entradas-home .wp-block-post {
  padding: 12px 0;
  border-bottom: 1px solid #000;
  /*&:nth-child(odd) {
	.content-grp-post-home {
		border-right: 1px solid #000;
	}
  }*/ }
  .grid-entradas-home .wp-block-post:nth-child(-n+2) {
    border-top: 1px solid #000; }
  .grid-entradas-home .wp-block-post .content-grp-post-home {
    padding: 32px 32px 24px; }

.taxonomy-category a {
  text-decoration: none; }

.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  justify-content: center;
  padding: 0; }
  .wp-block-categories-list .cat-item {
    padding: 0;
    display: flex; }
    .wp-block-categories-list .cat-item a {
      text-decoration: none;
      padding: 8px;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      border: 1px solid #000C1F;
      border-radius: 12px;
      transition: 0.2s; }
    .wp-block-categories-list .cat-item.current-cat a, .wp-block-categories-list .cat-item:hover a {
      background-color: #DCFC68; }

.wp-block-search__inside-wrapper {
  border-radius: 8px;
  border: 1px solid #000C1F;
  padding: 12px 14px; }
  .wp-block-search__inside-wrapper .wp-block-search__input {
    order: 2; }
  .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0; }
    .wp-block-search__inside-wrapper .wp-block-search__button svg path {
      fill: #000C1F; }

.blog .all-cat a {
  text-decoration: none;
  border-bottom: 2px solid #dcfc68;
  padding-bottom: 3px;
  transition: 0.2s; }

.archive .all-cat a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: 0.2s; }
  .archive .all-cat a:hover {
    border-bottom: 2px solid #dcfc68; }

.single-post .post-header .taxonomy-category {
  display: flex;
  gap: 6px; }
  .single-post .post-header .taxonomy-category a {
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid #000C1F;
    border-radius: 12px;
    transition: 0.2s;
    background-color: #DCFC68; }

.single-post .doo-authors-inline,
.single-post .taxonomy-post_tag {
  font-size: 18px; }
  .single-post .doo-authors-inline a,
  .single-post .taxonomy-post_tag a {
    color: #000C1F;
    text-decoration: none; }
    .single-post .doo-authors-inline a:hover,
    .single-post .taxonomy-post_tag a:hover {
      text-decoration: underline;
      color: #000C1F;
      border: 0; }

.rank-math-breadcrumb p {
  margin: 0;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  padding: 8px;
  gap: 0; }
  .rank-math-breadcrumb p a {
    text-decoration: none; }
    .rank-math-breadcrumb p a:hover {
      text-decoration: underline; }
  .rank-math-breadcrumb p .separator {
    background-image: url(/wp-content/uploads/2025/10/keyboard_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px; }

.single-post main h2, .single-post main h3 {
  margin-top: 32px; }
.single-post main figure {
  margin-top: 32px;
  margin-bottom: 32px; }

/* team */
.grp-research .wp-block-post-template li {
  padding-bottom: 0; }
  .grp-research .wp-block-post-template li .wp-block-post-featured-image {
    margin-bottom: 0; }
    .grp-research .wp-block-post-template li .wp-block-post-featured-image img {
      border-top-right-radius: 16px;
      border-top-left-radius: 16px; }
  .grp-research .wp-block-post-template li .wp-block-post-title {
    padding: 16px 8px 8px;
    border: 1px solid #000C1F;
    border-right: 0;
    border-top: 0;
    margin: 0;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: -0.57px; }

.grp-colaboradores .wp-block-post-template {
  gap: 0 !important; }
  .grp-colaboradores .wp-block-post-template li {
    padding-bottom: 0; }
    .grp-colaboradores .wp-block-post-template li .wp-block-post-title {
      padding: 16px;
      border-top: 1px solid #000C1F;
      margin: 0;
      font-size: 20px;
      line-height: 130%;
      font-weight: 500;
      letter-spacing: -0.57px; }
    .grp-colaboradores .wp-block-post-template li:last-child .wp-block-post-title {
      border-bottom: 1px solid #000C1F; }

/* localizaciones */
.single-localizaciones nav.rank-math-breadcrumb p a {
  display: none; }
.single-localizaciones .doo-single-localizacion {
  border-top: 1px solid #000C1F; }
  .single-localizaciones .doo-single-localizacion .doo-localizacion-fields {
    display: flex; }
    .single-localizaciones .doo-single-localizacion .doo-localizacion-fields > * {
      padding: 0 24px 12px;
      margin-top: 12px;
      font-size: 14px;
      line-height: 140%;
      text-transform: uppercase;
      display: flex;
      gap: 8px;
      flex-direction: column;
      border-right: 1px solid #000C1F;
      width: 100%;
      max-width: 375px; }
      .single-localizaciones .doo-single-localizacion .doo-localizacion-fields > * span {
        font-size: 18px;
        line-height: 140%;
        text-transform: none; }
    .single-localizaciones .doo-single-localizacion .doo-localizacion-fields > p {
      display: none; }
.single-localizaciones .loc-more-pro-grp .wp-block-column {
  display: flex;
  flex-direction: column; }
  .single-localizaciones .loc-more-pro-grp .wp-block-column .saber-mas-btn-loc {
    margin-top: auto; }
    .single-localizaciones .loc-more-pro-grp .wp-block-column .saber-mas-btn-loc a {
      display: flex;
      gap: 8px;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 140%; }

/* Header footer
--------------------------------------------- */
.content-menu {
  flex-wrap: nowrap;
  gap: 8px; }
  .content-menu .title {
    font-weight: 600;
    margin-bottom: 4px; }
  .content-menu div.title {
    text-align: left;
    margin-bottom: 4px;
    line-height: 16px;
    padding: 2px 0; }
  .content-menu .navigation-menu {
    min-width: 157px; }
  .content-menu nav a {
    padding: 2px 0; }
    .content-menu nav a span.wp-block-navigation-item__label {
      padding: 0 0 0.5rem 0; }

header > .wp-block-group {
  position: sticky;
  z-index: 9;
  top: 0; }
header .wp-block-navigation-item.current-menu-item > a span {
  border-bottom: 2px solid #DCFC68; }
header .wp-block-navigation-item a:hover span {
  border-bottom: 2px solid #DCFC68; }
header .wp-block-navigation-item.has-child::after {
  content: '';
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: -38px; }
header .wp-block-navigation-submenu ul .current-menu-item a span {
  border-bottom: 0;
  padding-left: 4px;
  border-left: 2px solid #DCFC68; }
header .wp-block-navigation-submenu ul a span {
  border-bottom: 0;
  border-left: 2px solid transparent;
  padding-left: 4px; }
header .wp-block-navigation-submenu ul a:hover span {
  border-bottom: 0;
  border-left: 2px solid #DCFC68; }
header .wp-block-navigation__submenu-container, header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  margin-top: 38px;
  border: 0;
  border-radius: 8px; }

#footer-login,
#footer-register {
  cursor: pointer; }

footer a:visited {
  color: #FFFFFF; }

.menu {
  text-align: center; }

.header-div {
  box-shadow: 0px 0px 8px 0px #00000029;
  backdrop-filter: blur(4px);
  background-color: #FFFFFF; }

/* Page legal-emplate
--------------------------------------------- */
.page-template-wp-custom-template-p-ginas-legales h1 {
  margin-bottom: 40px; }
.page-template-wp-custom-template-p-ginas-legales h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }
.page-template-wp-custom-template-p-ginas-legales p {
  margin: 0.5rem 0 0; }

/* Form (wpcf7)
--------------------------------------------- */
/* Contact Form */
.wpcf7-form {
  display: grid;
  gap: 24px;
  color: #000;
  max-width: 100%; }
  .wpcf7-form * {
    box-sizing: border-box; }

.wpcf7-form p {
  margin: 0; }

.wpcf7-form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; }
  .wpcf7-form label input[type="text"],
  .wpcf7-form label input[type="email"],
  .wpcf7-form label input[type="tel"],
  .wpcf7-form label input[type="url"],
  .wpcf7-form label textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    margin-top: 8px;
    font-family: var(--wp--preset--font-family--borna); }

.wpcf7-submit {
  transition: 0.2s;
  background-color: #000C1F;
  color: #DCFC68;
  border-radius: 16px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px; }

.check:last-child,
.check,
.wpcf7-list-item-label {
  font-size: 14px; }

.check {
  margin-top: -20px;
  color: #535862;
  font-size: 14px; }
  .check p {
    display: block; }
  .check a {
    text-decoration: none; }

.wpcf7-list-item.first.last,
.wpcf7-list-item {
  margin-left: 0; }

.color-red {
  font-weight: 600; }

.wpcf7-spinner {
  visibility: hidden;
  display: none; }

.fs-32-24-res {
  font-size: 32px;
  display: block !important;
  line-height: 1; }

.label-incidencias {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  color: #0b0401; }

.label-incidencias select {
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  background: #FFF; }

.label-incidencias textarea {
  width: 100%;
  border: 1px solid #e5e1e1;
  border-radius: 8px; }

.form-incidencias {
  background-color: #faf7f7;
  padding: 24px;
  border-radius: 16px; }

#enviarIncidencias {
  justify-self: end; }

.imagen-incidencias-movil {
  display: none; }

.container-form {
  padding: 0 !important; }

.imagen-incidencias-movil {
  display: none !important; }

.wpcf7 textarea {
  height: 100px; }

/* CPT Shortcodes
--------------------------------------------- */
/**
 * CPT Shortcodes Styles
 */
.doo-team-container.doo-layout-grid,
.doo-testimonials-container.doo-layout-grid,
.doo-downloads-container.doo-layout-grid,
.doo-tools-container.doo-layout-grid {
  display: grid;
  gap: 2rem; }
  .doo-team-container.doo-layout-grid[data-columns="1"],
  .doo-testimonials-container.doo-layout-grid[data-columns="1"],
  .doo-downloads-container.doo-layout-grid[data-columns="1"],
  .doo-tools-container.doo-layout-grid[data-columns="1"] {
    grid-template-columns: 1fr; }
  .doo-team-container.doo-layout-grid[data-columns="2"],
  .doo-testimonials-container.doo-layout-grid[data-columns="2"],
  .doo-downloads-container.doo-layout-grid[data-columns="2"],
  .doo-tools-container.doo-layout-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr); }
  .doo-team-container.doo-layout-grid[data-columns="3"],
  .doo-testimonials-container.doo-layout-grid[data-columns="3"],
  .doo-downloads-container.doo-layout-grid[data-columns="3"],
  .doo-tools-container.doo-layout-grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr); }
  .doo-team-container.doo-layout-grid[data-columns="4"],
  .doo-testimonials-container.doo-layout-grid[data-columns="4"],
  .doo-downloads-container.doo-layout-grid[data-columns="4"],
  .doo-tools-container.doo-layout-grid[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr); }
  .doo-team-container.doo-layout-grid[data-columns="5"],
  .doo-testimonials-container.doo-layout-grid[data-columns="5"],
  .doo-downloads-container.doo-layout-grid[data-columns="5"],
  .doo-tools-container.doo-layout-grid[data-columns="5"] {
    grid-template-columns: repeat(5, 1fr); }
  .doo-team-container.doo-layout-grid[data-columns="6"],
  .doo-testimonials-container.doo-layout-grid[data-columns="6"],
  .doo-downloads-container.doo-layout-grid[data-columns="6"],
  .doo-tools-container.doo-layout-grid[data-columns="6"] {
    grid-template-columns: repeat(6, 1fr); }
  @media (max-width: 768px) {
    .doo-team-container.doo-layout-grid,
    .doo-testimonials-container.doo-layout-grid,
    .doo-downloads-container.doo-layout-grid,
    .doo-tools-container.doo-layout-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .doo-team-container.doo-layout-grid[data-columns="3"], .doo-team-container.doo-layout-grid[data-columns="4"], .doo-team-container.doo-layout-grid[data-columns="5"], .doo-team-container.doo-layout-grid[data-columns="6"],
    .doo-testimonials-container.doo-layout-grid[data-columns="3"],
    .doo-testimonials-container.doo-layout-grid[data-columns="4"],
    .doo-testimonials-container.doo-layout-grid[data-columns="5"],
    .doo-testimonials-container.doo-layout-grid[data-columns="6"],
    .doo-downloads-container.doo-layout-grid[data-columns="3"],
    .doo-downloads-container.doo-layout-grid[data-columns="4"],
    .doo-downloads-container.doo-layout-grid[data-columns="5"],
    .doo-downloads-container.doo-layout-grid[data-columns="6"],
    .doo-tools-container.doo-layout-grid[data-columns="3"],
    .doo-tools-container.doo-layout-grid[data-columns="4"],
    .doo-tools-container.doo-layout-grid[data-columns="5"],
    .doo-tools-container.doo-layout-grid[data-columns="6"] {
      grid-template-columns: repeat(2, 1fr); } }
.doo-team-container.doo-layout-list,
.doo-testimonials-container.doo-layout-list,
.doo-downloads-container.doo-layout-list,
.doo-tools-container.doo-layout-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.doo-team-card,
.doo-testimonial-card,
.doo-download-card,
.doo-tool-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .doo-team-card:hover,
  .doo-testimonial-card:hover,
  .doo-download-card:hover,
  .doo-tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }

.doo-team-card {
  text-align: center; }
  .doo-team-card .doo-team-photo {
    margin-bottom: 1rem; }
    .doo-team-card .doo-team-photo img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto;
      display: block; }
  .doo-team-card .doo-team-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333; }
  .doo-team-card .doo-team-position {
    color: #666;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 0.95rem; }
  .doo-team-card .doo-team-description {
    color: #444;
    line-height: 1.6;
    font-size: 0.9rem;
    flex-grow: 1; }

.doo-single-team {
  display: flex;
  gap: 2rem;
  align-items: flex-start; }
  .doo-single-team .doo-team-photo {
    flex-shrink: 0; }
    .doo-single-team .doo-team-photo img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover; }
  .doo-single-team .doo-team-info {
    flex-grow: 1; }
    .doo-single-team .doo-team-info .doo-team-name {
      font-size: 2rem;
      margin-bottom: 0.5rem; }
    .doo-single-team .doo-team-info .doo-team-position {
      font-size: 1.25rem;
      color: #007cba;
      margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .doo-single-team {
      flex-direction: column;
      text-align: center; }
      .doo-single-team .doo-team-photo img {
        width: 150px;
        height: 150px; } }

.doo-testimonial-card .doo-testimonial-logo {
  text-align: center;
  margin-bottom: 1rem; }
  .doo-testimonial-card .doo-testimonial-logo img {
    max-width: 120px;
    height: auto; }
.doo-testimonial-card .doo-testimonial-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center; }
.doo-testimonial-card .doo-testimonial-url {
  text-align: center;
  margin-bottom: 1rem; }
  .doo-testimonial-card .doo-testimonial-url a {
    color: #007cba;
    text-decoration: none;
    font-size: 0.9rem; }
    .doo-testimonial-card .doo-testimonial-url a:hover {
      text-decoration: underline; }
.doo-testimonial-card .doo-testimonial-text {
  background: #f8f9fa;
  border-left: 4px solid #007cba;
  padding: 1rem;
  margin: 0;
  font-style: italic;
  flex-grow: 1;
  border-radius: 0 4px 4px 0; }

.doo-download-card .doo-download-image {
  margin-bottom: 1rem; }
  .doo-download-card .doo-download-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px; }
.doo-download-card .doo-download-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem; }
.doo-download-card .doo-download-categories {
  margin-bottom: 1rem; }
.doo-download-card .doo-download-description {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.9rem; }
.doo-download-card .doo-download-action {
  margin-top: auto; }
.doo-download-card .doo-download-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #28a745;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  font-size: 0.9rem; }
  .doo-download-card .doo-download-button:hover {
    background: #218838;
    color: white; }

.doo-tool-card .doo-tool-image {
  margin-bottom: 1rem; }
  .doo-tool-card .doo-tool-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px; }
.doo-tool-card .doo-tool-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem; }
.doo-tool-card .doo-tool-categories {
  margin-bottom: 1rem; }
.doo-tool-card .doo-tool-content {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.9rem; }
.doo-tool-card .doo-tool-action {
  margin-top: auto; }
.doo-tool-card .doo-tool-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #007cba;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  font-size: 0.9rem; }
  .doo-tool-card .doo-tool-button:hover {
    background: #005a87;
    color: white; }

.doo-category-tag {
  display: inline-block;
  background: #e9ecef;
  color: #495057;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }

.doo-single-testimonial,
.doo-single-download,
.doo-single-tool {
  max-width: 800px; }
  .doo-single-testimonial .doo-testimonial-logo,
  .doo-single-testimonial .doo-download-image,
  .doo-single-testimonial .doo-tool-image,
  .doo-single-download .doo-testimonial-logo,
  .doo-single-download .doo-download-image,
  .doo-single-download .doo-tool-image,
  .doo-single-tool .doo-testimonial-logo,
  .doo-single-tool .doo-download-image,
  .doo-single-tool .doo-tool-image {
    text-align: center;
    margin-bottom: 1.5rem; }
    .doo-single-testimonial .doo-testimonial-logo img,
    .doo-single-testimonial .doo-download-image img,
    .doo-single-testimonial .doo-tool-image img,
    .doo-single-download .doo-testimonial-logo img,
    .doo-single-download .doo-download-image img,
    .doo-single-download .doo-tool-image img,
    .doo-single-tool .doo-testimonial-logo img,
    .doo-single-tool .doo-download-image img,
    .doo-single-tool .doo-tool-image img {
      max-width: 300px;
      height: auto; }
  .doo-single-testimonial .doo-testimonial-title,
  .doo-single-testimonial .doo-download-title,
  .doo-single-testimonial .doo-tool-title,
  .doo-single-download .doo-testimonial-title,
  .doo-single-download .doo-download-title,
  .doo-single-download .doo-tool-title,
  .doo-single-tool .doo-testimonial-title,
  .doo-single-tool .doo-download-title,
  .doo-single-tool .doo-tool-title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .doo-single-testimonial .doo-testimonial-url,
  .doo-single-download .doo-testimonial-url,
  .doo-single-tool .doo-testimonial-url {
    margin-bottom: 1.5rem;
    font-size: 1.1rem; }
  .doo-single-testimonial .doo-testimonial-content,
  .doo-single-testimonial .doo-download-content,
  .doo-single-testimonial .doo-tool-content,
  .doo-single-download .doo-testimonial-content,
  .doo-single-download .doo-download-content,
  .doo-single-download .doo-tool-content,
  .doo-single-tool .doo-testimonial-content,
  .doo-single-tool .doo-download-content,
  .doo-single-tool .doo-tool-content {
    margin-bottom: 1.5rem;
    line-height: 1.8; }
  .doo-single-testimonial .doo-testimonial-text,
  .doo-single-download .doo-testimonial-text,
  .doo-single-tool .doo-testimonial-text {
    background: #f8f9fa;
    border-left: 4px solid #007cba;
    padding: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    font-size: 1.1rem; }
  .doo-single-testimonial .doo-download-description,
  .doo-single-download .doo-download-description,
  .doo-single-tool .doo-download-description {
    margin-bottom: 1.5rem; }
  .doo-single-testimonial .doo-download-action,
  .doo-single-testimonial .doo-tool-action,
  .doo-single-download .doo-download-action,
  .doo-single-download .doo-tool-action,
  .doo-single-tool .doo-download-action,
  .doo-single-tool .doo-tool-action {
    margin-top: 2rem; }

.doo-download-icon,
.doo-tool-icon {
  font-size: 1.1em; }

/* Responsive
--------------------------------------------- */
@media (max-width: 768px) {
  .mobile {
    display: block; }

  .desktop {
    display: none !important; }

  footer .wp-block-doo-block-copyright {
    order: 3; }
  footer .is-content-justification-right {
    justify-content: flex-start; }

  .imagen-incidencias-movil {
    display: block !important; }

  .imagen-incidencias {
    display: none; }

  .wpcf7-submit {
    width: 100%; }

  /* localizaciones */
  .single-localizaciones .doo-single-localizacion {
    overflow-x: auto; }
    .single-localizaciones .doo-single-localizacion .doo-localizacion-fields {
      width: max-content;
      min-width: 100%; }
  .single-localizaciones .loc-more-pro-grp .wp-block-column {
    border-right: 0 !important; } }
/* New Styles (Added directly to style.css)
--------------------------------------------- */
/* ==================================================
   ESTILOS AÑADIDOS DIRECTAMENTE A style.css
   (No encontrados en archivos .scss originales)
   ================================================== */
/* General overrides - Not in original SCSS */
html {
  overflow-x: clip; }

body {
  overflow-x: clip;
  letter-spacing: -0.4px; }

p {
  font-size: 20px; }

h2 {
  font-weight: 600; }

body .disp-none,
home .grp-logos {
  display: none; }

.maxw-fitc {
  max-width: fit-content; }

/* Navigation submenu improvements */
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  transition: 0.2s; }

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #DCFC68;
  color: #000C1F;
  border-color: #DCFC68; }

.wp-block-button .wp-block-button__link {
  font-size: 18px;
  padding: 8px 12px; }
  .wp-block-button .wp-block-button__link:hover {
    background: #DCFC68;
    color: #000C1F;
    border-color: #DCFC68; }

/* Grid cards home - scrollbar improvements */
.grid-card-home .wp-block-query {
  /*scrollbar-width: thin; /* grosor reducido 
  scrollbar-color: #DCFC68 #000C1F;*/
  /* WebKit (Chrome, Edge, Safari, Opera) */
  padding: 3px; }
  .grid-card-home .wp-block-query::-webkit-scrollbar {
    width: 4px;
    /* anchura */
    height: 6px; }
  .grid-card-home .wp-block-query::-webkit-scrollbar-track {
    background: #000C1F;
    /* fondo del track */
    height: 4px;
    border-radius: 4px; }
  .grid-card-home .wp-block-query::-webkit-scrollbar-thumb {
    background-color: #DCFC68;
    /* color del thumb */
    border-radius: 8px;
    /* esquinas redondeadas opcional */
    cursor: pointer; }

/* Service cards improvements */
.grid-card-home .servic-cards .wp-block-post .wp-block-post-excerpt {
  margin-bottom: 16px; }
.grid-card-home .servic-cards .wp-block-post {
  transition: 0.2s; }
  .grid-card-home .servic-cards .wp-block-post:hover {
    cursor: pointer;
    transform: scale(1.01);
    background-color: #DCFC68; }

.wp-block-read-more {
  transition: 0.2s;
  font-weight: 600; }
  .wp-block-read-more img {
    transition: 0.2s; }
  .wp-block-read-more:hover img {
    transform: translateX(29px); }

/* Grid entradas home improvements */
.grid-entradas-home .wp-block-post .content-grp-post-home {
  transition: 0.2s;
  border-radius: 8px; }
  .grid-entradas-home .wp-block-post .content-grp-post-home .taxonomy-category a {
    pointer-events: none; }
  .grid-entradas-home .wp-block-post .content-grp-post-home:hover {
    background-color: #DCFC68;
    cursor: pointer;
    transform: scale(1.01); }
.grid-entradas-home .wp-block-post:nth-child(odd) {
  border-right: 1px solid #000; }
  .grid-entradas-home .wp-block-post:nth-child(odd) .content-grp-post-home {
    margin: 0 8px 0 0; }
.grid-entradas-home .wp-block-post:nth-child(even) .content-grp-post-home {
  margin: 0 0 0 8px; }

/* Categories list improvements */
.wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: transparent; }

/* Rank Math FAQ styling improvements */
#rank-math-faq .rank-math-question {
  border: 0; }
  #rank-math-faq .rank-math-question.faq-q-open {
    padding-bottom: 0;
    border: 0; }

#rank-math-faq .rank-math-list-item {
  background-color: #FCFCF8; }

#rank-math-faq .rank-math-answer {
  background-color: #FCFCF8;
  padding: 24px 32px 32px;
  font-size: 20px !important; }
  #rank-math-faq .rank-math-answer p:only-child {
    margin: 0; }
  #rank-math-faq .rank-math-answer p:not(:first-child) {
    margin-top: 16px; }

#rank-math-faq .rank-math-question.faq-q-open:after {
  margin-top: -10px; }

#rank-math-faq .rank-math-question {
  background-color: transparent !important; }

#rank-math-faq .rank-math-list-item,
#rank-math-faq .rank-math-answer {
  background-color: transparent !important; }

/* Special decorative element */
.serv-grp8::before {
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/serv-grp8.svg);
  left: -17px;
  bottom: -28px;
  width: 236px;
  height: 256px; }

/* Desplegable actividades recientes */
.desp-act-rec a {
  text-decoration: none;
  padding: 8px 16px;
  display: flex; }
.desp-act-rec .active-act a {
  border-radius: 12px;
  background-color: #FCFCF8;
  border: 1px solid #000C1F; }

/* Leaflet map fixes */
.wp-block-doo-block-mapa-localizaciones .localizaciones-lista .localizacion-card {
  box-sizing: border-box; }

.leaflet-control-attribution svg {
  display: none !important; }

/* Animations - scroll based */
.animate-fade-in-scroll.fade-in, body .fade-in {
  -webkit-transition: opacity .7s ease-in-out,-webkit-transform .7s ease-in-out;
  transition: opacity .7s ease-in-out,-webkit-transform .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out,-o-transform .7s ease-in-out;
  transition: opacity .7s ease-in-out,transform .7s ease-in-out;
  transition: opacity .7s ease-in-out,transform .7s ease-in-out,-webkit-transform .7s ease-in-out,-o-transform .7s ease-in-out;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.animate-fade-in-scroll,
.animate-left-on-scroll1,
.animate-left-on-scroll2,
.animate-left-on-scroll3,
.animate-left-on-scroll4,
.animate-left-on-scroll5,
.animate-left-on-scroll6,
.animate-left-on-scroll7 {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.animacion9 {
  overflow: hidden; }

.blog main .animacion1::before,
.archive main .animacion1::before {
  position: absolute;
  top: 0; }

.blog main .animacion2::before,
.archive main .animacion2::before {
  position: absolute; }

.img-animation-rotate-resp {
  display: none; }

ul:not(.servic-cards) .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Header improvements */
header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  font-size: 18px; }
header .wp-block-navigation__submenu-container,
header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 335px;
  box-shadow: 0px 0px 8px 0px #0000002E; }
  header .wp-block-navigation__submenu-container .wp-block-navigation-item,
  header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container .wp-block-navigation-item {
    background-color: transparent; }
header .wp-block-navigation {
  font-weight: 600; }

/* Footer improvements */
footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  font-size: 18px; }
footer .footer-logos {
  padding-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 48px;
  border-top: 1px solid #000C1F;
  border-bottom: 1px solid #000C1F; }

/* Header/Footer hover effects */
header .wp-block-navigation__container > li a::before,
footer .wp-block-navigation__container > li a::before,
footer p a::before {
  content: '';
  height: 2px;
  background-color: #DCFC68;
  display: flex;
  transition: 0.4s;
  width: 0;
  position: absolute;
  bottom: 0; }

header .wp-block-navigation__container > li:hover > a::before,
footer .wp-block-navigation__container > li:hover > a::before,
footer a:hover::before,
header .wp-block-navigation__container > .current-menu-item > a::before {
  width: 100%; }

/* Form improvements */
.wpcf7-form label input[type="text"],
.wpcf7-form label input[type="email"],
.wpcf7-form label input[type="tel"],
.wpcf7-form label input[type="url"],
.wpcf7-form label textarea {
  background-color: transparent; }

.wpcf7-submit:hover {
  background-color: #DCFC68;
  color: #000C1F; }

.wpcf7 input[type="checkbox"] {
  margin-right: 8px; }

/* Responsive improvements */
body .dis-none-desk {
  display: none; }

@media (max-width: 1150px) {
  header .wp-block-navigation__container {
    gap: 16px; }
  header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    font-size: 16px; }
  header .wp-block-site-logo {
    max-width: 178px; }

  .site-footer .footer-col2 {
    padding-left: 24px !important; }

  .serv-grp8::before {
    content: none; } }
@media (max-width: 1024px) {
  p {
    font-size: 18px; }

  html.has-modal-open header .wp-block-navigation__responsive-container-open {
    opacity: 0; }
  html.has-modal-open .header-div {
    box-shadow: none; }

  html.has-modal-open header::after {
    content: '';
    position: fixed;
    top: var(--menu-top, 20px);
    left: 16px;
    width: calc(100% - 32px);
    height: var(--menu-height, 100%);
    background-color: #fcfcf8a3;
    backdrop-filter: blur(4px);
    z-index: 1;
    box-shadow: 0px 0px 8px 0px #00000029;
    border-radius: 24px;
    gap: 8px; }

  header .wp-block-navigation__submenu-container .wp-block-navigation-item,
  header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container .wp-block-navigation-item {
    margin-bottom: 8px; }
    header .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child,
    header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
      margin-bottom: 0; }

  html.has-modal-open .animate-fade-in-scroll.fade-in,
  html.has-modal-open .fade-in {
    -webkit-transform: none !important;
    transform: none !important; }
  html.has-modal-open .main-content.fade-in {
    animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important; }

  [class*="animacion"]::before {
    max-width: 100px;
    max-height: 200px; }

  body .dis-none-desk {
    display: block; }
  body .dis-none-resp {
    display: none; }
  body.tools-template-default .entry-content > .wp-block-group > .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 32px; }
  body.tools-template-default .entry-content > .wp-block-group .wp-block-column {
    border-left: 0 !important;
    border-right: 0 !important; }
  body.tools-template-default .entry-content > .wp-block-group > .wp-block-group-is-layout-constrained > .wp-block-columns > .wp-block-column:first-child {
    border-bottom: 1px solid #000C1F !important; }
  body.tools-template-default .entry-content > .wp-block-group h3 + p {
    font-size: 16px !important; }
  body.tools-template-default .entry-content > .wp-block-group.has-default-high-background-color .wp-block-group-is-layout-constrained.has-background {
    min-height: 238px !important; }
  body main > .entry-content > .wp-block-group,
  body .blog main > .wp-block-group,
  body .archive main > .wp-block-group {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 0; }
  body main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color + .wp-block-group {
    padding-top: 56px; }
  body .home-hero > .wp-block-group-is-layout-flex {
    gap: 24px; }
  body h1 {
    font-size: 32px;
    line-height: 110%; }
  body h2 {
    font-size: 26px;
    line-height: 130%; }
  body h3 {
    font-size: 20px;
    line-height: 140%; }
  body .home-grp-ident .resp-ord1 {
    display: flex;
    justify-content: center; }
    body .home-grp-ident .resp-ord1 figure {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px;
      max-width: 50%; }
  body .resp-40 {
    font-size: 40px !important; }
  body .resp-18 {
    font-size: 18px !important; }
  body.blog main > .wp-block-group, body.archive main > .wp-block-group {
    padding-top: 40px;
    padding-bottom: 40px; }
  body .arx-grp-cats {
    overflow-x: auto; }
    body .arx-grp-cats::-webkit-scrollbar {
      width: 0px;
      /* anchura */
      height: 0px; }
    body .arx-grp-cats::-webkit-scrollbar-track {
      background: transparent;
      /* fondo del track */
      height: 0px;
      border-radius: 0px; }
    body .arx-grp-cats::-webkit-scrollbar-thumb {
      background-color: trasparent;
      /* color del thumb */
      border-radius: 8px;
      /* esquinas redondeadas opcional */
      cursor: pointer; }
    body .arx-grp-cats > .wp-block-group {
      width: max-content;
      padding-bottom: 0px; }
  body .post-header {
    padding-top: 40px !important; }
  body .serv-grp5 > h2 + .wp-block-group {
    overflow: auto;
    /*scrollbar-width: thin; /* grosor reducido 
    scrollbar-color: #DCFC68 #000C1F;*/
    /* WebKit (Chrome, Edge, Safari, Opera) */ }
    body .serv-grp5 > h2 + .wp-block-group::-webkit-scrollbar {
      width: 4px;
      /* anchura */
      height: 6px; }
    body .serv-grp5 > h2 + .wp-block-group::-webkit-scrollbar-track {
      background: #000C1F;
      /* fondo del track */
      height: 4px;
      border-radius: 4px; }
    body .serv-grp5 > h2 + .wp-block-group::-webkit-scrollbar-thumb {
      background-color: #DCFC68;
      /* color del thumb */
      border-radius: 8px;
      /* esquinas redondeadas opcional */
      cursor: pointer; }
    body .serv-grp5 > h2 + .wp-block-group > .is-content-justification-center {
      width: min-content;
      max-width: min-content;
      flex-wrap: nowrap;
      padding-bottom: 32px; }
      body .serv-grp5 > h2 + .wp-block-group > .is-content-justification-center > .wp-block-group {
        min-width: 278px; }
        body .serv-grp5 > h2 + .wp-block-group > .is-content-justification-center > .wp-block-group p {
          font-size: 16px !important; }

  header .grp-header-menu {
    padding: 0 !important; }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex; }
  header .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    height: max-content;
    box-shadow: 0px 0px 8px 0px #0000002E;
    padding: 16px;
    border-radius: 24px;
    background-color: transparent !important; }
  header .wp-block-navigation__submenu-container,
  header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    box-shadow: none; }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    padding-left: 8px;
    gap: 16px; }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    margin-top: 16px;
    display: none; }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: block;
    transform: scale(1.2);
    margin-left: 12px; }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child {
    flex-direction: row;
    flex-wrap: wrap; }
  header .wp-block-navigation__submenu-icon[aria-expanded="true"] + .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    display: block !important;
    width: 100%; }
  header .wp-block-navigation-item.has-child::after {
    content: none; }
  header .wp-block-buttons.dis-none-desk {
    width: 100%; }
    header .wp-block-buttons.dis-none-desk .wp-block-button {
      width: 100%; }
  header .wp-block-navigation-item.current-menu-item > a span {
    border-bottom: 2px solid #DCFC68; }

  .site-footer .wp-block-site-logo,
  footer.site-footer .wp-block-site-logo,
  footer.wp-block-template-part .wp-block-site-logo {
    text-align: center; }
    .site-footer .wp-block-site-logo + .wp-block-group .wp-block-social-links,
    footer.site-footer .wp-block-site-logo + .wp-block-group .wp-block-social-links,
    footer.wp-block-template-part .wp-block-site-logo + .wp-block-group .wp-block-social-links {
      margin: auto !important; }

  #rank-math-faq .RMFA-quesion-button {
    font-size: 20px !important; }

  footer.site-footer .footer-logos .is-content-justification-space-between,
  footer.wp-block-template-part .footer-logos .is-content-justification-space-between {
    justify-content: center; }

  header .wp-block-navigation__container > li:hover > a::before,
  footer .wp-block-navigation__container > li:hover > a::before,
  footer a:hover::before,
  header .wp-block-navigation__container > .current-menu-item > a::before {
    width: 0; }

  .resp-18 {
    font-size: 18px !important; }

  .resp-16 {
    font-size: 16px !important; }

  .resp-14 {
    font-size: 14px !important; }

  .resp-20 {
    font-size: 20px !important; }

  .res-marg-bot-16 {
    margin-bottom: 16px !important; }

  .res-marg-bot-24 {
    margin-bottom: 24px !important; }

  .res-marg-bot-32 {
    margin-bottom: 32px !important; }

  .res-border-top-1 {
    border-top: 1px solid #000C1F !important; }

  .res-border-bot-0 {
    border-bottom: 0px solid #000C1F !important; }

  .grid-entradas-home .wp-block-post .content-grp-post-home {
    padding: 32px 0 24px; } }
@media (max-width: 768px) {
  body .resp-ord2, body.tools-template-default .entry-content > .wp-block-group:first-child > .wp-block-columns > .wp-block-column:first-child,
  body .serv-grp6 .wp-block-column:first-child {
    order: 2; }
  body .resp-ord1, body.tools-template-default .entry-content > .wp-block-group:first-child > .wp-block-columns > .wp-block-column:last-child,
  body .serv-grp6 .wp-block-column:last-child {
    order: 1;
    margin: auto;
    margin-bottom: 40px; }
    body .resp-ord1 figure, body.tools-template-default .entry-content > .wp-block-group:first-child > .wp-block-columns > .wp-block-column:last-child figure,
    body .serv-grp6 .wp-block-column:last-child figure {
      width: 100%; }
      body .resp-ord1 figure img, body.tools-template-default .entry-content > .wp-block-group:first-child > .wp-block-columns > .wp-block-column:last-child figure img,
      body .serv-grp6 .wp-block-column:last-child figure img {
        width: 100%; }

  .tools-template-default .serv-grp1 {
    padding-top: 32px !important; }
    .tools-template-default .serv-grp1.wp-block-group:first-child > .wp-block-columns > .wp-block-column:last-child {
      margin-bottom: 24px !important; }
    .tools-template-default .serv-grp1 h1 {
      margin-bottom: 8px; }
      .tools-template-default .serv-grp1 h1 + p {
        margin-bottom: 8px; }
    .tools-template-default .serv-grp1 .wp-block-buttons {
      margin-top: 32px; }
  .tools-template-default .serv-grp2 figure {
    margin: auto;
    margin-bottom: 24px; }
  .tools-template-default .serv-grp3 .wp-block-group-is-layout-constrained {
    min-height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .tools-template-default .serv-grp4 h2 + .wp-block-group > p {
    font-size: 18px !important; }
  .tools-template-default .serv-grp5 {
    padding-top: 64px !important; }
  .tools-template-default .serv-grp6 .wp-block-column:last-child figure {
    width: 100%;
    text-align: center; }
  .tools-template-default .serv-grp6 p {
    font-size: 18px !important; }
  .tools-template-default .serv-grp8 {
    margin-bottom: 0 !important; }
    .tools-template-default .serv-grp8 h2, .tools-template-default .serv-grp8 p {
      text-align: left !important; }
    .tools-template-default .serv-grp8 .wp-block-buttons {
      justify-content: start; }

  body.tools-template-default .entry-content > .wp-block-group.has-default-high-background-color .wp-block-group-is-layout-constrained.has-background {
    flex-basis: auto !important; }

  footer.site-footer .footer-cols,
  footer.wp-block-template-part .footer-cols {
    flex-wrap: wrap; }
  footer.site-footer .footer-col1,
  footer.wp-block-template-part .footer-col1 {
    flex-basis: auto;
    margin: auto; }
  footer.site-footer .footer-col2,
  footer.wp-block-template-part .footer-col2 {
    padding-left: 0 !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    padding-top: 0px !important;
    border-top: 1px solid #000C1F; }
    footer.site-footer .footer-col2 > .wp-block-group,
    footer.wp-block-template-part .footer-col2 > .wp-block-group {
      padding-top: 32px;
      padding-bottom: 32px;
      border-bottom: 1px solid #000C1F;
      width: 100%;
      flex-basis: auto; }
      footer.site-footer .footer-col2 > .wp-block-group:first-child,
      footer.wp-block-template-part .footer-col2 > .wp-block-group:first-child {
        padding-top: 48px; }
  footer.site-footer .footer-logos .is-content-justification-space-between,
  footer.wp-block-template-part .footer-logos .is-content-justification-space-between {
    display: grid; }
    footer.site-footer .footer-logos .is-content-justification-space-between figure,
    footer.wp-block-template-part .footer-logos .is-content-justification-space-between figure {
      text-align: center; }

  .grid-entradas-home .wp-block-post:nth-child(odd) {
    border-right: 0; }
  .grid-entradas-home .wp-block-post-excerpt {
    display: none; }

  .home .animacion4 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    border-left: 0; }

  .home-hero {
    padding-top: 32px !important;
    padding-bottom: 64px !important; }
    .home-hero > .wp-block-group-is-layout-flex {
      gap: 24px; }
    .home-hero .resp-ord2 {
      text-align: center; }
      .home-hero .resp-ord2 .wp-block-buttons {
        justify-content: center; }
    .home-hero .resp-ord1 figure {
      max-width: 190px; }

  .home .inverder-order-2 .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .home .inverder-order-2:last-child {
    border-top: 1px solid #000C1F; }
  .home .animacion2 h2, .home .animacion2 p {
    text-align: left; }
  .home .animacion4 .wp-block-column > .wp-block-group:nth-child(2) {
    padding-bottom: 12px !important; }
  .home .animacion7 .is-content-justification-center {
    gap: 16px; }
  .home .inverder-order-1 .wp-block-column:first-child {
    padding: 0 0 24px 0 !important; }
  .home .grp-logos {
    padding-bottom: 0 !important; }
    .home .grp-logos .wp-block-group.is-content-justification-center {
      gap: 16px; }
      .home .grp-logos .wp-block-group.is-content-justification-center > .wp-block-group {
        max-width: 164px; }
      .home .grp-logos .wp-block-group.is-content-justification-center:last-child {
        margin-top: 16px; }
  .home .animate-column {
    min-height: 192px !important;
    max-width: 162px; }

  .res-pad-top-88 {
    padding-top: 88px !important; }

  .res-pad-bot-88 {
    padding-bottom: 88px !important; }

  .contact-grp1 {
    padding-top: 40px !important; }

  body.blog main > .wp-block-group.blog-grp1,
  body.archive main > .wp-block-group.blog-grp1 {
    padding-top: 40px;
    padding-bottom: 32px; }
  body.blog main > .wp-block-group.blog-grp2,
  body.archive main > .wp-block-group.blog-grp2 {
    padding-top: 64px;
    padding-bottom: 64px; }

  .grid-card-home .servic-cards .wp-block-post:hover,
  .grid-entradas-home .wp-block-post .content-grp-post-home:hover {
    transform: scale(1);
    background-color: transparent; }

  .cols-animation-rotate {
    padding-left: 50px;
    gap: 0;
    position: relative; }

  .img-animation-rotate {
    display: none !important; }

  .img-animation-rotate-resp {
    display: block;
    width: 42px;
    height: 382px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    bottom: 6vw;
    max-height: calc(100% - 14vw);
    /* transform: none!important; */
    /* Comentado para permitir rotaciones en hover */ }
    .img-animation-rotate-resp img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
    .img-animation-rotate-resp img:nth-child(1) {
      animation: verticalImageCycle2-1 8s infinite;
      -webkit-animation: verticalImageCycle2-1 8s infinite; }
    .img-animation-rotate-resp img:nth-child(2) {
      animation: verticalImageCycle2-2 8s infinite;
      -webkit-animation: verticalImageCycle2-2 8s infinite; }
    .img-animation-rotate-resp img:nth-child(3) {
      animation: verticalImageCycle2-3 8s infinite;
      -webkit-animation: verticalImageCycle2-3 8s infinite; }
    .img-animation-rotate-resp img:nth-child(4) {
      animation: verticalImageCycle2-4 8s infinite;
      -webkit-animation: verticalImageCycle2-4 8s infinite; }

  @keyframes verticalImageCycle2-1 {
    0%, 25% {
      opacity: 1; }
    25.01%, 100% {
      opacity: 0; } }
  @-webkit-keyframes verticalImageCycle2-1 {
    0%, 25% {
      opacity: 1; }
    25.01%, 100% {
      opacity: 0; } }
  @keyframes verticalImageCycle2-2 {
    0%, 25% {
      opacity: 0; }
    25.01%, 50% {
      opacity: 1; }
    50.01%, 100% {
      opacity: 0; } }
  @-webkit-keyframes verticalImageCycle2-2 {
    0%, 25% {
      opacity: 0; }
    25.01%, 50% {
      opacity: 1; }
    50.01%, 100% {
      opacity: 0; } }
  @keyframes verticalImageCycle2-3 {
    0%, 50% {
      opacity: 0; }
    50.01%, 75% {
      opacity: 1; }
    75.01%, 100% {
      opacity: 0; } }
  @-webkit-keyframes verticalImageCycle2-3 {
    0%, 50% {
      opacity: 0; }
    50.01%, 75% {
      opacity: 1; }
    75.01%, 100% {
      opacity: 0; } }
  @keyframes verticalImageCycle2-4 {
    0%, 75% {
      opacity: 0; }
    75.01%, 100% {
      opacity: 1; } }
  @-webkit-keyframes verticalImageCycle2-4 {
    0%, 75% {
      opacity: 0; }
    75.01%, 100% {
      opacity: 1; } }
  .text1-animation-rotate,
  .text2-animation-rotate,
  .text4-animation-rotate {
    border-bottom: 0 !important; }

  body [class*="animation-rotate"] {
    opacity: 1; }
    body [class*="animation-rotate"] p {
      font-size: 18px !important;
      text-align: left !important; }

  main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color {
    padding-top: 64px;
    padding-bottom: 64px; }
    main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color.home-grp-ident {
      text-align: center; }
      main > .entry-content > .wp-block-group.alignfull.has-default-high-background-color.home-grp-ident .wp-block-buttons {
        justify-content: center; }

  #rank-math-faq .rank-math-question {
    padding-right: 46px;
    padding-left: 0;
    background-color: transparent !important; }
  #rank-math-faq .rank-math-list-item,
  #rank-math-faq .rank-math-answer {
    background-color: transparent !important; }
  #rank-math-faq .rank-math-answer {
    padding-left: 0; }

  .grid-entradas-home .wp-block-post:nth-child(even) .content-grp-post-home {
    margin: 0; }

  .col3-animation-rotate {
    margin-bottom: 0 !important; }

  .single-post .grid-entradas-home {
    overflow-x: auto; }
    .single-post .grid-entradas-home::-webkit-scrollbar {
      width: 4px;
      /* anchura */
      height: 6px; }
    .single-post .grid-entradas-home::-webkit-scrollbar-track {
      background: #000C1F;
      /* fondo del track */
      height: 4px;
      border-radius: 4px; }
    .single-post .grid-entradas-home::-webkit-scrollbar-thumb {
      background-color: #DCFC68;
      /* color del thumb */
      border-radius: 8px;
      /* esquinas redondeadas opcional */
      cursor: pointer; }
    .single-post .grid-entradas-home > ul {
      grid-template-columns: 1fr 1fr !important;
      max-width: fit-content; }
      .single-post .grid-entradas-home > ul > li {
        min-width: calc(100vw - 48px); }
  .single-post .rank-math-breadcrumb p::before {
    content: url(/wp-content/uploads/2025/10/keyboard_arrow_down.svg);
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    opacity: 1;
    transform: rotate(180deg);
    position: absolute;
    left: -5px;
    top: 5px;
    z-index: -1; }
  .single-post .rank-math-breadcrumb p::after {
    content: "Atras";
    position: absolute;
    left: 34px;
    z-index: -1; }
  .single-post .rank-math-breadcrumb p a:not(:first-child) {
    display: none; }
  .single-post .rank-math-breadcrumb p span {
    display: none; }
  .single-post .rank-math-breadcrumb p a:first-child {
    opacity: 0; } }
/* ==================================================
   ANIMATIONS - Complex animation styles
   ================================================== */
/* Rotación de imagen con hover en textos */
.img-animation-rotate {
  transition: transform 0.4s ease-in-out;
  transform-origin: center; }

/* Estados de rotación basados en hover de textos */
.text1-animation-rotate:hover ~ .img-animation-rotate,
.cols-animation-rotate:has(.text1-animation-rotate:hover) .img-animation-rotate {
  transform: rotate(0deg); }

.text2-animation-rotate:hover ~ .img-animation-rotate,
.cols-animation-rotate:has(.text2-animation-rotate:hover) .img-animation-rotate {
  transform: rotate(180deg); }

.grp-animation-rotate:has(.text3-animation-rotate:hover) .img-animation-rotate {
  transform: rotate(90deg); }

.grp-animation-rotate:has(.text4-animation-rotate:hover) .img-animation-rotate {
  transform: rotate(-90deg); }

/* Fallback con JavaScript para navegadores que no soportan :has() */
.img-animation-rotate.rotate-to-text1 {
  transform: rotate(0deg); }

.img-animation-rotate.rotate-to-text2 {
  transform: rotate(180deg); }

.img-animation-rotate.rotate-to-text3 {
  transform: rotate(90deg); }

.img-animation-rotate.rotate-to-text4 {
  transform: rotate(-90deg); }

/* Efectos de hover en los textos */
.text1-animation-rotate,
.text2-animation-rotate,
.text3-animation-rotate,
.text4-animation-rotate {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.3; }

.text1-animation-rotate:hover,
.text2-animation-rotate:hover,
.text3-animation-rotate:hover,
.text4-animation-rotate:hover {
  transform: scale(1.02); }

[class*="animation-rotate"].actv-text-rotate {
  opacity: 1; }

/* Animaciones de fade-in secuencial para columnas */
.animate-column {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease; }

.animate-column.fade-in {
  opacity: 1;
  transform: translateY(0); }

/* Animación fade-in general */
.animate-fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease; }

.animate-fade-in-scroll.fade-in {
  opacity: 1;
  transform: translateY(0); }

/* Animación vertical - cambio de imágenes cada 600ms */
.animation-vertical .wp-block-image {
  width: 41px;
  height: 215px;
  margin-bottom: 20px;
  position: relative; }
  .animation-vertical .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
  .animation-vertical .wp-block-image img:nth-child(1) {
    animation: verticalImageCycle-1 6s infinite;
    -webkit-animation: verticalImageCycle-1 6s infinite; }
  .animation-vertical .wp-block-image img:nth-child(2) {
    animation: verticalImageCycle-2 6s infinite;
    -webkit-animation: verticalImageCycle-2 6s infinite; }
  .animation-vertical .wp-block-image img:nth-child(3) {
    animation: verticalImageCycle-3 6s infinite;
    -webkit-animation: verticalImageCycle-3 6s infinite; }

@keyframes verticalImageCycle-1 {
  0%, 33.33% {
    opacity: 1; }
  33.34%, 100% {
    opacity: 0; } }
@-webkit-keyframes verticalImageCycle-1 {
  0%, 33.33% {
    opacity: 1; }
  33.34%, 100% {
    opacity: 0; } }
@keyframes verticalImageCycle-2 {
  0%, 33.33% {
    opacity: 0; }
  33.34%, 66.66% {
    opacity: 1; }
  66.67%, 100% {
    opacity: 0; } }
@-webkit-keyframes verticalImageCycle-2 {
  0%, 33.33% {
    opacity: 0; }
  33.34%, 66.66% {
    opacity: 1; }
  66.67%, 100% {
    opacity: 0; } }
@keyframes verticalImageCycle-3 {
  0%, 66.66% {
    opacity: 0; }
  66.67%, 100% {
    opacity: 1; } }
@-webkit-keyframes verticalImageCycle-3 {
  0%, 66.66% {
    opacity: 0; }
  66.67%, 100% {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
