:root {
  --orange: #fc8805;
  --black: #000;
  --white: #fff;
  --browm: #382f2d;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.no-llevar-1 {
  background-color: #382f2d;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wpperform_tab {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.wpperform_main {
  gap: 1rem;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 2rem;
  display: flex !important;
}

.wpperform_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .5;
  color: #fff !important;
  background-color: #ddd0 !important;
  border: 1px solid #fff;
  border-radius: .65rem;
  padding-top: .75rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem;
  display: flex !important;
  margin:0;
}

.wpperform_link.w--current {
  background-color: var(--orange) !important;
  opacity: 1 !important;
  color: #fff !important;
  border-style: none !important;
  border-color: #ffffff80 !important;
  font-weight: 700 !important;
}

.wpperform_link.is-carrera {
  color: var(--black) !important;
  border-color: #00000080;
}

.wpperform_link.is-carrera.w--current {
  color: var(--white) !important;
}

.wpperform_brown {
  background-image: url('../../img/wpPerform_texturaBrown.png'), url('../../img/wpPerform_texturaOrange.png');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 30% 100%, 70% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wpperform_contain {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.wpperform_wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.wpperform_imgperson {
  min-width: 23rem;
  margin-bottom: -2.5rem;
}

.wpperform_colhora {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.wpperform_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.wpperform_linktwo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #fff !important;
  background-color: #ddd0 !important;
  border: 1px solid #fff;
  border-radius: .65rem;
  padding-top: .75rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem;
  display: flex !important;
}

.wpperform_linktwo.w--current {
  background-color: var(--white) !important;
  opacity: 1;
  color: var(--orange) !important;
  border-style: none;
  border-color: #ffffff80;
  font-weight: 700;
}

.wpperform_panecontent {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 1rem;
  font-size: 1rem;
  display: flex;
}

.wpperform_paneline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.wpperform_paneline.old {
  border-bottom-style: none;
}

.wpperform_paneinfo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: grid;
}

.wpperform_panehour {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.wpperform_cawrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .wpperform_wrp {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .wpperform_imgperson {
    width: 15rem;
    min-width: 15rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-subscribe-right, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .wpperform_main {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wpperform_brown {
    background-image: url('../../img/wpPerform_texturaOrange.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid, .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-small, .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .wpperform_title {
    font-size: 1.3rem;
  }

  .wpperform_paneline, .wpperform_paneinfo {
    flex-flow: column;
    display: flex;
  }
}

#w-node-c2bfd761-8048-055f-ab21-595fcd7f2484-d92be83f, #w-node-_7072f664-ccf6-6721-f8c7-9b3317f9e9e5-d92be83f, #w-node-db783d64-7ad2-7cfe-f9da-e60e85e3d259-d92be83f, #w-node-db783d64-7ad2-7cfe-f9da-e60e85e3d261-d92be83f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.footer_nav_1.wp_perform{
  flex-direction: column;
  border-bottom: none;
}
.footer_channels.wp_perform{
  width: 100%;
  border-left: none;
}
.footer_block.wp_perform{
  flex-direction: column;
}
.footer_left.roww{
  width: 100%;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
.footer_right.roww{
  width: 100%;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.wp_buttonperform { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 22px;
  width: 100%;
  color: #382f2d;
  font-family: 'CircularStd-Black', sans-serif;
  font-size: 16px;
  border: 1px solid #382f2d;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 0 16px 0;
  transition: all 0.3s;
  position: relative;
  padding: 0 1.5rem;
}

.wp_buttonperform::before {
  content: '\e905';
  font-family: 'icomoon';
  display: block;
  color: #a39382;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -o-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  font-size: 18px;
  margin: 0 8px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_title.wp_perform{
  margin: 0 0 0.5rem 0;
}
.f-menu-list.wp_perform{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
  padding-left: 0;
    justify-content: left;
}
.footer_access.wp_perform{
  width: 100%;
  padding-left: 0;
  padding-top: 2rem;
}
.f-menu-list.wp_perform > li {
    width: auto;
    margin: 0;
}

.f-menu-list.wp_perform .h-regular-menu a{
  padding: 1rem;
}
.footer_app_wrap.wp_perform{
  flex-wrap: nowrap;
}
.footer_app_btn.wp_perform{
  max-width: none;
  width: 165px;
}
.wp_performButtons{
  display: flex;
}
.footer_legales_wrap.wp_perform{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4rem;
}
.footer_nav_2.wancho{
  align-items: start;
}




@media (max-width: 1023px) {
  .footer_left.roww .footer_item{
    width: 24%;
    min-width: 24%;
  }
  .footer_left.roww{
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer_left.roww .footer_item{
    width: 100%;
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
  .footer_left.roww{
    gap: 0.5rem;
  }
  .f-menu-list.wp_perform > li {
    width: 48%;
  }
  .footer_legales_wrap.wp_perform {
    padding-bottom: 0;
}
}