/* -----------------------------------------------------------------------

GENERALES
HEADER
SEARCH
FOOTER
HOME
HOME MOBILE

SOBRE NOSOTROS
SERVICIOS
FICHA SERVICIOS
CONTACT
BLOG
TEMPLATE DEFAULT
COOKIES
SCROLL
404

SINGLE POST
GUTENBERG - POST
RESPONSIVE

-------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------
GENERALES
-------------------------------------------------------------------------- */
.pb-0 p,p.pb-0 {
    margin-bottom: 0!important
}

p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
	margin-top: 2.688rem !important;
}

ul + p {
	margin-top: 1rem !important;
}

.wp-block-quote {
  position: relative;
  margin: 2rem 0;
  padding: 2.2rem 2.5rem 2.2rem 4.5rem;
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f6 100%);
  border-radius: 16px;
  border: 0;
}

.wp-block-quote::before {
  content: "“";
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  color: #8fb4de;
}

.wp-block-quote p {
  margin: 0;
  font-family: inherit;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #004174;
}

h1.elementor-heading-title a {
	text-decoration: none;
}

/* -----------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------- */


.breadcrumb-header-default {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.breadcrumb-header-default::before,
.breadcrumb-header-default::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #b5ab98;
    opacity: 0.4;
}

.breadcrumb-header-default nav.rank-math-breadcrumb {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breadcrumb-header-default nav.rank-math-breadcrumb a,.breadcrumb-header-default nav.rank-math-breadcrumb p,.breadcrumb-header-white nav.rank-math-breadcrumb a,.breadcrumb-header-white nav.rank-math-breadcrumb p {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none!important;
    padding: 0!important;
    margin: 0!important
}

.breadcrumb-header-default nav.rank-math-breadcrumb,.breadcrumb-header-white nav.rank-math-breadcrumb {
    display: inline-flex
}

.breadcrumb-header-white nav.rank-math-breadcrumb a {
    font-weight: 400;
    color: #004174;
}

.breadcrumb-header-white nav.rank-math-breadcrumb span.last {
    font-weight: 600 !important;
    color: #004174 !important
}

.breadcrumb-header-default nav.rank-math-breadcrumb a {
    font-weight: 400;
    color: #004174
}

.breadcrumb-header-default nav.rank-math-breadcrumb span.last {
    font-weight: 600!important;
    color: #004174!important
}

.breadcrumb-header-default .rank-math-breadcrumb .separator,.breadcrumb-header-white .rank-math-breadcrumb .separator {
    display: inline-block;
    width: 6px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    margin: 0 .625rem
}



.breadcrumb-header-default .rank-math-breadcrumb .separator {
    background-image: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 8.5L4.5 5L1 1.5' stroke='%23c8bfae' stroke-width='1.5'/></svg>");
}


/* -----------------------------------------------------------------------
MEDIAS
-------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .quote-highlight {
    padding: 1.8rem 1.5rem 1.8rem 3.5rem;
    border-radius: 14px;
  }

  .quote-highlight::before {
    top: 0.9rem;
    left: 0.9rem;
    font-size: 3.5rem;
  }

  .quote-highlight p {
    font-size: 1.35rem;
    line-height: 1.3;
  }
	   .breadcrumb-header-default .elementor-shortcode {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none
    }

    .breadcrumb-header-default .rank-math-breadcrumb {
        display: block;
        scroll-snap-type: x mandatory
    }

    .breadcrumb-header-default .rank-math-breadcrumb p {
        white-space: nowrap
    }

    .breadcrumb-header-default  .elementor-shortcode::-webkit-scrollbar {
        height: 0
    }
	.breadcrumb-header-default::before,
.breadcrumb-header-default::after {
		display: none !important;
	}
	.breadcrumb-header-default nav.rank-math-breadcrumb a, .breadcrumb-header-default nav.rank-math-breadcrumb p {
    font-size: .813rem;
    line-height: 28px;
    font-weight: var(--font-regular);
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
	}
	.wp-block-quote {
    	padding: 1.5rem;
	}
	.wp-block-quote::before {
		display: none;
	}
}
