/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 /* INICIO Menú */
.pwr-burger__trigger-close{
  font-weight: 400;
}

.hs-menu-wrapper li.hs-menu-depth-1.active-branch>a:not(.is-anchor), .hs-menu-wrapper li.hs-menu-depth-1:hover>a {
  opacity: 1;
  color: #ACE738 !important;
}

.hs-menu-wrapper li.hs-menu-depth-1.active-branch>a:not(.is-anchor){
  text-decoration: underline;
}

.hs-menu-item.hs-menu-depth-1{
  padding: 4px 10px;
}

 /* FIN Menú */

/* INICIO Footer*/
.pwr-footer__content .footer-rss-item__icon{
  height: auto;
  max-width: 100%;
  margin: 0px 25px 0px 0px;
  border-radius: 0px;
}

.pwr-footer__content .footer-rss-item__txt{
  text-align: left;
  margin-bottom: 20px;
}

.pwr-footer__content .footer-rss-item__icon.rss-item-icon__linkedin{
  width: 25px;
}

.pwr-footer__content .footer-rss-item__icon.rss-item-icon__instagram{
  width: 21px;
}

.pwr-footer__content .footer-rss-item__icon.rss-item-icon__facebook{
  width: 24px;
}

.pwr-footer__content .footer-rss-item__icon.rss-item-icon__x{
  width: 19px;
}

.pwr-footer__content .footer-rss-item__icon.rss-item-icon__tiktok{
  width: 20px;
}
/* FIN Footer*/

/* INICIO Estilos para listas */
ol, ul{
  margin: 0 30px;
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list), .pwr-rich-text ul{
  margin: 0 30px;
}
/* FIN Estilos para listas */

/* INICIO Estilos para botones del home--servicios */
.cta_button,
.pwr-cta_button,
.pwr-adc-content__button,
.hs-submit{
  border-radius: 50px !important;
}

.pwr-cta.pwr-cta--custom-02 .pwr-cta_button,
.pwr-cta.pwr-cta--custom-03 .pwr-cta_button,
.pwr-cta.pwr-cta--custom-04 .pwr-cta_button{
  padding: 10px 10px 10px 15px !important;
  line-height: 30px !important;
}

.pwr-cta--custom-02--icon,
.pwr-cta--custom-03--icon,
.pwr-cta--custom-04--icon{
  margin-left: 5px;
  width: 30px;
}
/* FIN Estilos para botones del home--servicios */

/* INICIO título hero */
h2 span.title_hero{
  font-size: 40px;
  line-height: 40px;
}  
/* FIN título hero */


/* INICIO Casos de éxito - servicios */
.casos_exito_servicios .pwr-image-box__front .pwr-image-box__title{
    background-color: #597AFF;
    padding: 10px 20px;
    border-radius: 10px;
}
/* INICIO Casos de éxito - Servicios */

/* INICIO Formulario de contacto*/
.hs-form-required{
  color: #F2545B !important;
}

.hs-error-msg {
  color: #F2545B !important;
  font-size: 12px;
}

.hs-error-msgs{
  margin-top: 0px;
}
/* FIN Formulario de contacto*/

/* INICIO CTA */
.cta-home_first{}
/* FIN CTA */

/* INICIO Blog */
.pwr-post-body a{
  color: #597AFF;
}

.pwr-post-body a:hover{
  color: #00C4B3;
}

.pwr-post-item__title{
  letter-spacing: 0; !important;
}

/* FIN Blog */

  
/* INICIO estilos para formulario */
body .hs-form-field {
  margin-bottom: 20px !important;
}
/* FIN estilos para formulario */

/* INICIO Blog listing */
  .pwr-post-item__info-box{
    padding: 35px 20px;
  }

/* INICIO Estilos para input de buscador */
.pwr-search-field__icon{
  color: var(--clr-base-dk);
}

.pwr-search-field__icon:hover svg {
    fill: var(--clr-link-dk);
}


@media only screen and (min-width:320px) and (max-width: 480px){
  /* INICIO Formulario de contacto
  .pwr-sec-form__form-wrapper--hor-boxed .pwr-form, .pwr-sec-form__form-wrapper--hor-boxed .pwr-form.pwr--light{
    padding: 40px 0px;
  }
  FIN Formulario de contacto*/
  
  /* INICIO Menú solo mobile */
  .hs-menu-wrapper ul > li:nth-child(3){
      padding-left: 30px;
   }
  
  .hs-menu-wrapper ul > li:nth-child(4){
      padding-left: 30px;
   }
  
  .hs-menu-wrapper ul > li:nth-child(5){
      padding-left: 30px;
   }
  
  .hs-menu-wrapper ul > li:nth-child(6){
      padding-left: 30px;
   }
  
  .hs-menu-wrapper ul > li:nth-child(7){
      padding-left: 30px;
   }
  
  .pwr-burger__menu {
    margin: 14px 30px 28px 30px;
   }
  
  .pwr-scroll-shadow__wrapper--vert {
    --scrollbar-width: 0px;
    --mask-height: 40px;
    --mask-size: calc(100% - var(--scrollbar-width)) 100%, var(--scrollbar-width) 100%;
    mask-size: var(--mask-size);
    -webkit-mask-size: var(--mask-size);
    -moz-mask-size: var(--mask-size);
}
  
  .pwr-scroll-shadow__wrapper--vert.pwr-scroll-shadow--is-overflowing:not(.pwr-scroll-shadow--is-scrolled-top):not(.pwr-scroll-shadow--is-scrolled-bottom) {
    --mask-image: linear-gradient(to bottom, transparent, #000 var(--mask-height), #000 calc(100% - var(--mask-height)), transparent), linear-gradient(#000, #000);
    mask-image: var(--mask-image);
    -webkit-mask-image: var(--mask-image);
    -moz-mask-image: var(--mask-image);
  }
  
  .pwr-burger-bottom-bar {
    padding: 20px 30px;
   }
    
  /* FIN Menú solo mobile  */
}

linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 80px, rgb(0, 0, 0) calc(100% - 80px), rgba(0, 0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0))


@media (min-width: 768px) {
  /* INICIO título hero */
  h2 span.title_hero{
    font-size: 54px;
    line-height: 54px;
  }  
  /* FIN título hero */
}
@media (min-width: 992px) {
  /* INICIO Menú */
  .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper{
    top: 70px;
  }
  .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:not(.is-anchor), .hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a {
    background-color: #21094A;
    color: #ACE738 !important;
  }
  
  .hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1):first-child>a {
    margin-top: 12px;
  }
  
  /* FIN Menú */
  
  /* INICIO Footer*/
  .pwr-footer__content .footer-rss-item__icon{
    margin: 0px 0px 0px 20px;
  }
  
  .pwr-footer__content .footer-rss-item__txt{
    text-align: right;
  }

  .pwr-footer__content .footer-rss-item__icon.rss-item-icon__linkedin{
    width: 35px;
  }

  .pwr-footer__content .footer-rss-item__icon.rss-item-icon__instagram{
    width: 31px;
  }
  
  .pwr-footer__content .footer-rss-item__icon.rss-item-icon__facebook{
    width: 30px;
  }
  
  .pwr-footer__content .footer-rss-item__icon.rss-item-icon__x{
    width: 25px;
  }

  .pwr-footer__content .footer-rss-item__icon.rss-item-icon__tiktok{
    width: 30px;
  }
  /* FIN Footer*/
  
  /* INICIO título hero */
  h2 span.title_hero{
    font-size: 72px;
    line-height: 72px;
  }  
  /* FIN título hero */

  /* INICIO Estilos para botones del home--servicios */
  .pwr-cta.pwr-cta--custom-02 .pwr-cta_button,
  .pwr-cta.pwr-cta--custom-03 .pwr-cta_button,
  .pwr-cta.pwr-cta--custom-04 .pwr-cta_button{
    padding: 10px 15px 10px 20px !important;
  }

  .pwr-cta--custom-02--icon,
  .pwr-cta--custom-03--icon,
  .pwr-cta--custom-04--icon{
    margin-left: 20px;
  }
  /* FIN Estilos para botones del home--servicios */
  
  /* INICIO Blog */
  .pwr-post-body li{
      padding: 0 10px 10px 10px;
  }

  .pwr-post-body h2{
      font-size: 42px;
  }
  /* FIN Blog */
  
  /* Dato número de teléfono */
  .hs-fieldtype-intl-phone.hs-input select {
    width: 40%!important;
  }
  .hs-fieldtype-intl-phone.hs-input input {
    width: 60% !important;
  }
  
  /* INICIO Estilos para input de buscador */
  .pwr-header-search .pwr-search-field__icon {
      right: 15px;
  }
  .pwr-header-search__close {
    right: -40px;
  }
  
  /* INICIO Estilos para elementos del menú de lado derecho */
  .pwr-header-right-bar {
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  .pwr-header-right-bar__item.pwr-header-right-bar__cta.pwr-cta{
    margin-left: 20px;
  }

@media (min-width: 1200px) {}


/* INICIO | estilos para FORMULARIO general 28-05-2025 */  
  .hs-richtext.hs-main-font-element{
    padding-left: 10px;
  }
  
  .no-list.hs-error-msgs.inputs-list{
    margin: 0px;
  }
  .no-list.hs-error-msgs.inputs-list li {
    padding: 10px 10px 10px 15px !important;
  }
  
  .hs_error_rollup .no-list.hs-error-msgs.inputs-list li{
    padding: 0;
  }
  
  body .hs-form-field>label .hs-form-required {
      display: none;
  }
  
  .body-wrapper .pwr--dark [type=checkbox]+span:before, .body-wrapper .pwr--dark [type=radio]+span:after, .body-wrapper .pwr-form.pwr--dark [type=checkbox]+span:before, .body-wrapper .pwr-form.pwr--dark [type=radio]+span:after, .body-wrapper .pwr-form.pwr--light [type=checkbox]+span:before, .body-wrapper .pwr-form.pwr--light [type=radio]+span:after, .body-wrapper [type=checkbox]+span:not(.slider):before, .body-wrapper [type=radio]:checked+span:after, .body-wrapper [type=radio]:not(:checked)+span:after, .pwr--dark form input[type=color], .pwr--dark form input[type=date], .pwr--dark form input[type=datetime-local], .pwr--dark form input[type=datetime], .pwr--dark form input[type=email], .pwr--dark form input[type=file], .pwr--dark form input[type=month], .pwr--dark form input[type=number], .pwr--dark form input[type=password], .pwr--dark form input[type=search], .pwr--dark form input[type=tel], .pwr--dark form input[type=text], .pwr--dark form input[type=time], .pwr--dark form input[type=url], .pwr--dark form input[type=week], .pwr--dark form select, .pwr--dark form textarea, .pwr-form.pwr--light form input[type=color], .pwr-form.pwr--light form input[type=date], .pwr-form.pwr--light form input[type=datetime-local], .pwr-form.pwr--light form input[type=datetime], .pwr-form.pwr--light form input[type=email], .pwr-form.pwr--light form input[type=file], .pwr-form.pwr--light form input[type=month], .pwr-form.pwr--light form input[type=number], .pwr-form.pwr--light form input[type=password], .pwr-form.pwr--light form input[type=search], .pwr-form.pwr--light form input[type=tel], .pwr-form.pwr--light form input[type=text], .pwr-form.pwr--light form input[type=time], .pwr-form.pwr--light form input[type=url], .pwr-form.pwr--light form input[type=week], .pwr-form.pwr--light form select, .pwr-form.pwr--light form textarea, form input[type=color], form input[type=date], form input[type=datetime-local], form input[type=datetime], form input[type=email], form input[type=file], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form select, form textarea{
    background-color: #ffffff !important;
    border: solid 2px #D4D4DB !important;
    border-radius: 50px !important;
    padding: 12px 18px !important;
  }
  
  body .pwr--light .hs-form-field>label, body .pwr-form.pwr--light .hs-form-field>label{
    padding-left: 13px !important;
  }
  
  .hs-submit {
    margin-top: 20px !important;
  }
/* FIN | estilos para FORMULARIO general 28-05-2025 */ 

  
/* INICIO | gradiente y color de fondo para BLOG LISTING */ 
.pwr-filter {
  padding: 30px 0;
  position: relative;
  background-color: #597AFF;
}
  
.pwr-filter__link {
  color: #ffffff;
}
  
.pwr-filter .pwr-filter__link.active, .pwr-filter .pwr-filter__link:hover {
  color: var(--clr-link-dk);
  border-bottom-style: solid;
}
  
.pwr-blog-listing {
  background-image: linear-gradient(#597AFF, #8C59FE);
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

/* FIN | gradiente y color de fondo para BLOG LISTING */