html,
body {
  width: 100%;
  /* overflow: hidden; */
}

.has-submenu::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  background: url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline points="6 8 10 12 14 8" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.has-submenu { display: flex; justify-content: center; align-items: center; }

.has-submenu .nav-link { margin-right: 0.2rem; }

.submenu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  list-style: none;
  z-index: 1000;
  top: 60%;
}

.nav-item:hover>.submenu { display: block; }

.submenu .nav-item { padding: 5px 0; border-bottom: 1px solid #80808063; }

.submenu .nav-item a:hover { text-decoration: none; }

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: white;
  /* backdrop-filter: blur(8px); */
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease;
  z-index: 9999;
  padding: 4rem 2rem;
  overflow-y: auto;
}

.offcanvas-menu nav {
  background: transparent !important;
  backdrop-filter: none !important;
  font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  line-height: 1.5; font-size: 22px;
  -webkit-text-size-adjust: 100%;
}

.offcanvas-menu .menu-item { padding: 18px 0; border-bottom: 1px solid #80808063; }

.menu-item-has-children .sub-menu { display:none; }

.navbar-toggler { border: none !important; }

.offcanvas-menu.open { right: 0; }

.offcanvas-close {
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

/* Mobile nav styles */
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.mobile-nav-list li { margin-bottom: 1rem; }

.mobile-nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* Submenu inside mobile */
.mobile-nav-list .menu-item-has-children>a::after { display: none; 
  /* content: ' ▼';
  font-size: 0.6rem; */
}

.wpcf7-form input,
.wpcf7-form textarea {
  border-radius: 8px;
  border: 1px solid #35B88A;
  min-height: 38px;
  padding: 0px 14px;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.2rem;
}

.wpcf7-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-checkbox input {
  margin-bottom: 0 !important;
}

.wpcf7-submit {
  background-color: #35B88A !important;
  border: 1px solid #35B88A !important;
  color: white !important;
  cursor: pointer !important;
  padding: 0.375rem 1.25rem !important;
  border-radius: 20px !important;
  float: right;
  margin-top: 10px;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-right: 20%;
}

.wpcf7-form label[for="form-name"],.wpcf7-form label[for="form-email"],.wpcf7-form label[for="form-web"],.wpcf7-form label[for="form-why"],.wpcf7-form input[name="tu-nombre"],.wpcf7-form input[name="tu-email"],.wpcf7-form input[name="tu-web"],.wpcf7-form input[name="tu-telefono"],.wpcf7-form input[name="tu-mensaje"]{
  width: 100% !important;
}
.wpcf7-form input:not([type="checkbox"]), .wpcf7-form textarea { box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12); }

/* Inputs pág contacto lado a lado */
#post-89 .wpcf7-form label[for="form-email"] { max-width: 60%; margin-right: 20px; }
#post-89 .wpcf7-form label[for="form-tel"] { max-width: 34%; }

.card-unit h3 { /* font-size: 36px !important; */ }

.hero-area h1.servicios-ficha { margin-top: 0rem; }
.hero-area h5 {
  margin: 6.5rem 3rem 0.5rem 3.1rem;
  position: relative;
}


/* SERVICIOS FICHA PAGE */
.page-servicios-ficha { padding-top: 35px; }
.page-servicios-ficha .margin-both-sides:nth-child(1) .col-8 {
  font-family: 'Professor';
  font-size: 24px;
  color: #666;
}

.page-servicios-123 {
	margin: 45px 0 90px 0;
	padding: 70px 0;
	background-color: #7F5DD1;
	color: white;
	font-size: 22px;
}
.page-servicios-123 {
  margin: 45px 0 90px 0;
  padding: 70px 0;
  background-color: #7F5DD1;
  color: white;
  font-size: 22px;
}
.page-servicios-123 div.col-4 {
  display: flex; flex-direction: row; margin-right: 60px; max-width: 30.25%;
}
@media screen and (max-width:768px) {
	.page-servicios-123 div.col-4 { max-width: 85%; }
	#post-89 .wpcf7-form { margin-right: 1%; }
}
@media screen and (max-width:370px) {
	#post-89 .wpcf7-form label[for="form-email"] { max-width: 58%; margin-right: 20px; }
}
.page-servicios-123 .blocks-sidebyside { counter-reset: paso; margin-bottom: 60px; }

.page-servicios-123 .paso-item {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  position: relative;
}

.page-servicios-123 .paso-item::before {
  content: counter(paso);
  counter-increment: paso;
  display: block;
  font-size: 70px;
  width: 55px;
  color: #35B88A;
  padding-right: 25px;
  line-height: 70px;
}
.wp-block-query-pagination-is-layout-flex{
  background-color: transparent;
}
.page-servicios-123 .paso-contenido { flex: 1; }
.wp-block-query-pagination-numbers{ display: flex; gap: 5px; }
.wp-block-query-pagination{
  margin-bottom: 20px;
  background-color: transparent;
}
.wp-block-query-pagination-numbers .page-numbers{
  width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #35B88A;
    text-decoration: none;
    color:#35B88A;
}
.wp-block-query-pagination-numbers .page-numbers.current{
  border:0;
  color:#000;
}
.servicios-ficha-faqs { margin: 80px 0px 65px 0px; }
.servicios-ficha-faqs > div > h2 { margin-bottom: 40px; }
.servicios-ficha-faqs .accordion__item { border-color: rgba(165,158,130,.6); }
.servicios-ficha-faqs .accordion__item.selected { background: none; }
.servicios-ficha-faqs .accordion__content, .servicios-ficha-faqs .accordion__content_open { padding: 1rem 0 1rem 0; }
.animation-slanted-text span {
  visibility:visible;
  will-change: transform;
}