.no-underline {
  text-decoration: none;
}

.articles-related__image__custom {
  border-radius: 24px;
}

.articles-related__card-title a {
  color: inherit;
  /* Hereda el color del <h3> */
  text-decoration: none;
  /* Opcional: elimina subrayado */
}

textarea.modal-work__input {
  height: auto;
  min-height: 160px;
  /* o el valor que usabas antes */
}

.wpcf7-file:before {
  font-family: 'Rubik';
  content: "Seleccionar archivo";
  width: 292px;
  text-align: center;
  visibility: visible;
  position: absolute;
  font-size: 16px;
  display: block;
  background-color: white;
  color: #4b2cb5;
  border: 2px solid;
  padding: 14px 15px;
  left: 0px;
  top: -5px;
  border-radius: 32px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
/* Estilo para la página en inglés (page-id-1157) */
.page-id-1157 .wpcf7-file::before {
  content: "Select file";
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--Buttons-Primary-surface, #4b2cb5);
  
}

@media (max-width: 991px) {
  .wpcf7-file:before {
    left: 0px !important;
    top: -5px !important;
    width: 100% !important;
  }
  .hero-img-custom{
    display: flex;
    justify-content: center;
  }
}

.link_servicio:hover {
  color: #4b2cb5;
  transition: all 0.2s ease;
}

.btn-demo-mobile-custom:hover {
  background-color: #4B2CB5;
  transition: all 0.2s ease;
  color: white;
}

.btn-demo-mobile-custom:hover svg path {
  stroke: white;
}

.page-id-324 .grid-container {
  min-height: 100%;
}

html {
  overflow-x: hidden !important;
}

@media (min-width: 1800px) {
  .dropdown-menu.style-header {
    inset: 0px 0px auto auto !important;
  }
}

@media (max-width: 660px) {
  .footer__link__custom {
    display: inline;
  }
}

@media (max-width: 550px) {
  .automation-section__title__custom {
    font-size: 30px;

  }
}

.about-us_new {
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.about-usgrid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
}

.about-usleft {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.about-ustext-box {
  background-color: #8C6CFF;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Primary-white, #fff);
  text-align: center;


  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 40px;
}

.about-usimage-small {
  height: 340px !important;
  overflow: hidden;
}

.about-usimage-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-usright {
  position: relative;
}

.about-usimage-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us__text-overlay {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 340px;
  height: 340px;
  background-color: #4B2CB5;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Primary-white, #fff);
  text-align: center;


 font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 40px;
}

@media (max-width: 768px) {
  .about-img_container {
    display: none;
  }
 

  .form-field label {
    margin: 10px 0px
  }

 
  .products__card {
    min-height: 444px;
  }

  .article-avatar__client-position,
  .article-avatar__client-name {
    margin-left: 15px;
  }

  .articles-related__title p> :not(strong) {
    display: none;
  }

  .padding_custom {
    padding: 24px 16px 0 16px !important;
  }

}

p.texto-gris {
  font-family: 'Rubik', Poppins;
  color: #706f6f;
  /* Ajusta este color gris según lo necesites */
}
.modal-header {
  border-bottom: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.contacto__form-button:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.footer_email_custom {
  color: #8C6CFF;
}

.footer_email_custom:hover {
  color: #6037f7;
}

.trabaja_con_nosotros-custom {
  font-size: 16px;
  color: var(--gray-text-2);
}

.accordion-button {
  align-items: flex-start;
}



.button-submit_custom {
  max-width: 612px;
  display: grid;
  justify-content: end;
  padding: 0;
}


@media (max-width: 1440px) {
  .footer__item__custom{
    justify-content: space-between
  }

  .page-id-1155 .testimonials__card{
 min-height: 307px !important;
 max-height: 308px;
}

.hero-wrapper{
  margin: 0;
}

}
.modal-success__btn:hover{
 background-color: #4B2CB5;
 color: #fff;
}
.Mesage-error-cv{
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #dc3232;
}
#file-name-wwu{
  width: 100%;
  max-width: 265px;
}

.file-msg-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #706f6f;
  font-size: 16px !important;
  padding: 4px 0px;
}

.file-msg-wrapper i {
  cursor: pointer;
}
.icon-delete__cv {
   z-index: -1;
   position: relative;
  min-height: 22px;
  color: black;
  cursor: pointer; 
  font-size: 20px;
  transition: all 0.3s ease; 
  
}

.icon-delete__cv:hover {
  color: #4c2cb5cc;
 
}
.bpms-section_home{
  padding: 128px 32px;
}
.bpms-section__guou{
  padding: 128px 16px 64px 16px;
}
.wpml-ls-legacy-list-horizontal a{
    display: flex;
    position: fixed;
    color: #000;
    font-weight: 500;
    left: 7px;
    top: 1px;
    justify-content: center;
    width: 117px;
    height: 60px;
    background: white;
    padding: 22px 10px !important;
    border-radius: 4px;
  
}
.wpml-ls-legacy-list-horizontal a:hover {
  background-color: #f5f5f5;
  transition: background 0.3s ease;
}

.automation-section__image__custom{
  max-width: 701px;
  max-height: 690px;
  width: 100%;
  height: 100%;
}


/* Ingles paginas css */

.page-id-1155 .testimonials__card{
  min-height: 284px;
  max-height: 285px;
}

.results-wrapper{
  display: flex;
 max-width: 1440px;
}


.hero-wrapper{
  display: flex;
  max-width: 1508px;
  padding: 0 32px;
  margin: 0 auto;
  gap: 70px;
}

@media (max-width: 1279px){

  .header-mobile {
    width: 100%;
    display: block;
  }
   .header__container .header-desktop {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
  }
  .grid-container {
    padding-top: 95px;
  }
   .header-mobile .navbar-collapse {
    overflow-y: auto !important;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 15px;
    margin-top: 15px;
     background-color: white;
  }
.navbar-collapse.collapse.show {
  /* Ajusta para que mida toda la pantalla menos el header */
  height: calc(100vh - 80px);
}
.header{
  padding: 16px 32px;
}
.megamenu__item{
padding: 12px 0px;
}
}



.tech-info__custom{
  gap: 20px;
}
.img-fluid_custom{
  min-width: 430px;
}

@media (max-width: 768px) {
  .page-id-1155 .testimonials__card{
    min-height: 0 !important;
    max-height: 700px;
  }
  .img-fluid_custom{
min-width: 0;
  }
  .header{
  padding: 16px 16px;
}
.bpms-section_home{
  padding: 128px 16px;
}

.video-section,
.results-section,
.leadership,
.padding-fix,
.bpms-section,
.products.bpms{
padding: 64px 16px;
}
.hero-wrapper{
  padding: 0 16px;
}
.hero-content{
  padding: 64px 0;
}
 .guou-video__button_custom {
    justify-content: center;
  }

  .bpms-section.fix .bpms-section__link {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}


.single-blogs h2{
  line-height: 1.2 !important;
}

.guou-video__player_iframe{
 border-radius: 23px;
 min-height: 400px;
}

@media (max-width: 1024px) {
  .articles-related__list{
    gap: 20px;
  }
  .bpms-section__content{
    gap: 40px 120px;
  }
}

.megamenu__item-heading{
  display: flex;
  font-size: 14px;
 font-style: normal;
 font-weight: 400;
}


.header__language-icon svg{
  transform: none !important;
 margin-left: 0;
}