/**/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.flex-q div:first-child svg {
    max-width: 60px !important;
}
.arw circle {
    fill: #194f57 !important;
}
.flex-q div:last-child svg {
    max-width: 18px !important;
}
#hs-banner-parent * {
    font-family: 'Lato', sans-serif !important;
    /* line-height: 1.3; */
    font-size: 14px !important;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .modal-box form::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
  }

  .modal-box form::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }
}
.modal-box form {
    max-height: 500px;
  padding-right:10px;
}
.modal-box form::-webkit-scrollbar {
  width: 6px;
  border-radius:6px;
}
.modal-box form {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; /* Fuerza la barra de desplazamiento */
}

/* Estilos para el scrollbar en Webkit (Safari, iOS) */
.modal-box form::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.modal-box form::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/* Track */
.modal-box form::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius:6px;
}
 
/* Handle */
.modal-box form::-webkit-scrollbar-thumb {
  background: #633AB5; 
  border-radius:6px;
}

/* Handle on hover */
.modal-box form::-webkit-scrollbar-thumb:hover {
  background: #555; 
  border-radius:6px;
}

@media (max-width:768px){
  @keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
.modal-box:after {
  animation: moveUpDown 3s ease-in-out infinite;
}
  .modal-box:after {
      position: absolute;
      right: 8px;
      bottom: 0;
      top: 0;
      margin: auto;
      background-image: url("https://22632375.fs1.hubspotusercontent-na1.net/hubfs/22632375/puntero.png");
      width: 25px;
      height: 32px;
      z-index: 9;
      content: '';
      background-size: 32px;
  }
    /* Estilos para el scrollbar en Webkit (Safari, iOS) */
    .modal-box form::-webkit-scrollbar {
      display:none;
    }

    .modal-box form::-webkit-scrollbar-thumb {
      display:none;
    }
    /* Track */
    .modal-box form::-webkit-scrollbar-track {
      display:none;
    }

    /* Handle */
    .modal-box form::-webkit-scrollbar-thumb {
      display:none;
    }

    /* Handle on hover */
    .modal-box form::-webkit-scrollbar-thumb:hover {
      display:none;
    }
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');

*{box-sizing:border-box;}
body{
  margin:0;
  font-family: 'Inter', sans-serif;
  background: #EFF2FF;
}
a{text-decoration:none;}
figure {
  margin: 0;
}
img{max-width:100%;height:auto;}
h1 {
    font-size: 48px;
    line-height: 1.1;
}
h2 {
    font-size: 36px;
    line-height: 1.1;
}
h3 {
    font-size: 24px;
  line-height: 1.1;
}
.gradient-box{
    padding:100px 0px 50px;
    border-radius: 0px 0px 0px 351px;
    background: #194F57;
}
iframe{max-width:100%;}
.cta_web a,.btn-p,.btn-b,.btn-dp,.s-botones a,.hs-button {
    transition:all .3s;
  cursor:pointer;
  display:inline-block;
}
.cta_web a:hover,.btn-b:hover,.btn-p:hover,.btn-dp:hover,.s-botones a:hover,.hs-button:hover {
    transform: translateY(-1px); /* Levantar ligeramente */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}
:focus-visible {
    outline: none !important;
}
.gradient-mid {
    position: relative;
}

.gradient-mid * {
    position: relative;
    z-index: 3;
}
.gradient-mid.pricing-page {
    margin-top: 40px;
  padding-bottom:50px;
}
.gradient-mid.pricing-page:before {
  top:0;
  /*margin-top:40px;*/
  border-radius:0 352px 0 0;
}
.gradient-mid:before {
    background: #194F57;
    border-radius: 0 352px 0 352px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

ul.hs-error-msgs {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: red;
    list-style: none;
}
.gradient-last {
    padding-bottom: 300px;
    position: relative;
    overflow: hidden;
}

.gradient-last:before {
    content: '';
    position: absolute;
    z-index: 2;
    border-radius: 352px 0px 0px 0px;
    background: #194F57;
    width: 100%;
    height: 100%;
    top: 300px;
    left: 0;
}

.gradient-last * {
    position: relative;
    z-index: 3;
}
.gradient-last.category-page:before,.gradient-last.service-page:before {
    top: 0;
}

.gradient-last.category-page,.gradient-last.service-page {
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 100px;
}
  .btn-p {
      padding: 8px 10px;
      background-color: #633AB5;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      font-size: 12px;
      border: 1px solid transparent;
  }

  .btn-b {
      border-radius: 5px;
      border: 1px solid #633AB5;
      padding: 8px 10px;
      font-size: 12px;
      color: #633AB5;
  }
    .slick-slide.slick-active{
      opacity:1;
      transition:all .3s; 
    }
    .slick-slide:not(.slick-active):not(.slick-current) {
      opacity: .5;
      transition:all .3s; 
    }
    ul.slick-dots {
        position: relative;
        display: flex;
        grid-gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

    ul.slick-dots li button {
        font-size: 0;
        background-color: transparent;
        border: 0;
    }

    ul.slick-dots li button {
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 100%;
        opacity: .5;
        transition: all .3s;
    }

    ul.slick-dots li.slick-active button {
        opacity: 1;
        transition: all .3s;
    }
ul.slick-dots {
    justify-content: center;
}
.gradient-mid.category-page:before,.gradient-mid.service-page:before {
    height: 109%;
    top: -220px;
}

.gradient-mid.category-page,.gradient-mid.service-page {
    margin-bottom: 50px;
}
.gradient-box.nosotros-page .nosotros-section-page {
    padding-bottom: 0 !important;
    position: relative;
    bottom: -150px;
    margin-bottom: 250px;
}
.gradient-mid.nosotros-page{padding-top:50px;margin-bottom:50px;margin-top:50px;padding-bottom:50px;}
.gradient-mid.nosotros-page:before {
    top: 0;
    border-radius: 0 0px 0 352px;
  background: #194F57;
}
.gradient-box.nosotros-page {
    padding-bottom: 0 !important;
}
.gradient-last.nosotros-page:before {
    top: 350px;
}
.nosotros-slick ul.slick-dots li {
    background-color: #633AB5;
}

/* tp page */
.gradient-box.tp-page {
    padding-bottom: 300px;
}

.b-tp-page {
    margin-top: -300px;
}

.b-tp-page .legales h2 {
    color: #fff !important;
}
.gradient-last.lp-:before {
    top: 0;
    border-radius: 0 352px 0 352px;
}

.gradient-last.lp- {
    padding-bottom: 100px;
}
.gradient-last.lp- {
    padding-top: 50px;
}
 .gradient-last.lpc:before {
    border-radius: 0 352px 0 0;
   top: 0%;
}
.gradient-last.lpc {
    padding-bottom: 100px;
}
/**/
.buscador.none{display:flex !important;}
.buscador {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    max-width: 800px;
    padding: 30px;
    border-radius: 15px;
    top: -999px;
    left: 0;
    right: 0;
    margin: auto;
  transition:all .3s;
  box-shadow: 0 0 3px #747474;
}
.buscador.active {
  top:120px;
  transition:all .3s;
}
.box-search-m h3 {
    margin: 0 0 20px;
    color: #633AB5;
}

.box-search-m input {
    border-radius: 6px;
    border: 1px solid #7474;
    padding: 10px 10px;
}
.close-src svg {
    width: 35px;
    height: 35px;
    background-color: #633AB5;
    border-radius: 100%;
}

.close-src {
    width: fit-content;
    margin-left: auto;
      cursor: pointer;
    margin-top: -15px;
}
/**/
.icbox {
    animation: scroll 4s ease infinite alternate;
}
/**/
.ico-p- img{max-width:70px;width:100%;}

.gradient-last.lpc:before{}
.bg-pr .header {
    background-color: #633AB5 !important;
}
.bg-pr{margin-bottom:80px;}
@keyframes scroll{

    from {
        top:0
    }
    to{
        top:30%;    
    }
    
}
@media (max-width:768px){
  .gradient-last {
    padding-bottom: 100px;
  }
  h2 {
      font-size: 28px;
  }
  
  h1 {
      font-size: 32px;
  }
}
@media (max-width:680px){
  div#widget_1694616398988.dcs *, .dcs * {
    color: #fff !important;!i;!;
}
  .btn-p{
    font-size:14px;
  }
  .gradient-mid.nosotros-page:before{
    border-radius:0;
  }
  .gradient-last.rc:before {
    display: block;
}
  .gradient-box.lp-page-c {
      background: #194F57;
      border-radius: 0;
  }
  .gradient-last.lpc:before {
    border-radius: 0 152px 0 0;}
  .gradient-box.home-:before {
    display: none;
}
  .gradient-box.home- {
    background: #194F57;
    border-radius:0;
}
  .gradient-box.lp-page-c .s-contenido * {
    color: #747474 !important;
}
 .gradient-last.lpc:before {
    display: block;
}
  .gradient-last.lp-:before {
    display: block;
    border-radius: 0;
}
.gradient-box.lp-page {
    background: #194F57;
    border-radius:0;
}


  .gradient-box.tp-page:before {
    display: none;
}

.gradient-box.tp-page {
    background: #194F57;
    border-radius: 0;
}

.gradient-box.tp-page .banner-ico-text {
    justify-content: start !important;
}

.gradient-box.tp-page .banner-ico-text h2, .gradient-box.tp-page .banner-ico-text h2 span {
    color: #fff !important;
}
  .b-tp-page {
    margin-top: 0;
  }

  .b-tp-page .legales h2 {
      color: #633AB5 !important;
  }

  .gradient-box.tp-page {
      padding-bottom: 20px;
  }
  
  .gradient-mid.pricing-page:before,
  .gradient-mid.pricing-page {
    border-radius: 0 !important;
}
  .gradient-box.pricing-page:before {
    display: none;
}

.gradient-box.pricing-page {
    background: #194F57;
    border-radius: 0;
}
  .gradient-box.centro-page:before {
    display: none;
}
  .gradient-mid.nosotros-page {
    margin-bottom: 0;
    padding-bottom: 0;
}
  .gradient-box.centro-page {
    background: #194F57;
}
  .gradient-box.nosotros-page .nosotros-section-page {
    bottom: 0;
    margin-bottom: 0;
}
  .gradient-box.service-page:before{
      height:100%;
      top:0;
      border-radius:0;
  }
  .npl{
    padding-left:0 !important;
  }
  .nml{
    margin-left:0 !important;
  }
    .gradient-mid:before {
      background: #194F57;
    border-radius: 0;
    border-radius: 0 0 75px 75px;
    height: 100%;
    top: 0;
}  
   h2 {
      /*font-size: 16px;*/
     font-size:22px;
    }
h3 {
    font-size: 22px;
}
    h1 {
        font-size: 16px;
    }
  .gradient-box {
      background: transparent;
      position: relative;
  }

  .gradient-box:before {
      content: '';
      position: absolute;
      top: -54px;
      left: 0;
      width: 100%;
      height: 280px;
      border-radius: 0 0 75px 75px;
      background: #194F57;
  }
  .gradient-last:before{display:none;}
  .gradient-last.service-page:before{display:block;border-radius:0;}
  .gradient-last.service-page {
      padding-top: 10px;
  }
  .gradient-last.category-page:before {
      display: block;
      border-radius: 0;
  }
  .gradient-last {
    padding-bottom: 10px;
  }
}
/* continers */
.container,.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:1200px){
  .pilar-banner {
      grid-template-columns: 1fr 1fr 1fr;
      display: grid !important;
      justify-content: center;
  }

  .pilar-box {
      margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Breakpoint para pantallas extra pequeñas (xs, <576px) */
@media (min-width: 0) { 
  .container,.container-xl {
    max-width: none;
  }
}

/* Breakpoint para pantallas pequeñas (sm, ≥576px) */
@media (min-width: 576px) {
  .container,.container-xl {
    max-width: 540px;
  }
}

/* Breakpoint para pantallas medianas (md, ≥768px) */
@media (min-width: 768px) {
  .container,.container-xl {
    max-width: 720px;
  }
}

/* Breakpoint para pantallas grandes (lg, ≥992px) */
@media (min-width: 992px) {
  .container,.container-xl {
    max-width: 960px;
  }
}

/* Breakpoint para pantallas extra grandes (xl, ≥1200px) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-xl {
    max-width: 1240px;
  }
}

/* Breakpoint para pantallas extra extra grandes (xxl, ≥1400px) */
@media (min-width: 1441px) {
  .container {
    max-width: 1320px;
  }
  .container-xl {
    max-width: 1420px;
  }
}