

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


:root {
    --color-primary: #924ab7;
    --color-secondary: #fff;
    --color-dark:#373737;
    --color-toku: #5c0083;
    --font-family-toku: 'Poppins', sans-serif;

  }

* { margin: 0; padding: 0; box-sizing: border-box;}

html { scroll-behavior: smooth; }

body { font-family:var(--font-family-toku); color: var(--color-dark); min-width: 320px;}


a { color: inherit; text-decoration: none; }
img { max-width: 100%; vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  color: var(--color-white);
  font-family: var(--font-family-title);
  line-height: 1.1;
}


h1 { font-size: 2.188rem; }
h2 { font-size: 1.625rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.25rem; }

p {
  font-size: 1.063rem;
  line-height: 1.5;
}
p b, p strong { }
main.main--variant-2 p b, main.main--variant-2 p strong { color: inherit; }

li {padding:0}
ul {padding:0;list-style: none; list-style-position: inside;}



.boxer { width: 90%;margin: 0 auto;max-width: 1200px; }

.btn{ border-radius: 30px;cursor: pointer;display: inline-block; min-width: 185px; padding: 10px 28px!important;text-align: center;transition: .3s;width: fit-content;font-weight: 400!important}

.btn1 {background-color: #fff;color: #7f00ae;border: 2px solid #fff;border-radius: 10px;}
.btn1:hover{background-color: #7f00ae;color: #fff!important;border: 2px solid #7f00ae;}

.btn2{background-color: #7f00ae;color: #fff!important;border: 2px solid #7f00ae;border-radius: 10px;}
.btn2:hover{background-color: #fff;color: #7f00ae!important;border: 2px solid #7f00ae;}

.btn3{background-color: #292929;color: #fff!important;border: 2px solid #292929;border-radius: 10px;}
.btn3:hover{background-color: #fff;color: #292929!important;border: 2px solid #292929;}

.btn4{background-color: #fff;color: #7f00ae!important;border: 2px solid #fff;border-radius: 10px;}
.btn4:hover{background-color: #7f00ae;color: #fff!important;border: 2px solid #7f00ae;}

.btn6{background-color: #fff;border:2px solid rgba(92, 0, 135, 1);border-radius: 50px;color: rgba(92, 0, 135, 1)!important;font-weight: 600;}
.btn6:hover{background-color: rgba(92, 0, 135, 1);color: #fff!important;border: 2px solid rgba(92, 0, 135, 1)}

.btn7{background-color: rgba(247, 243, 250, 1);border:2px solid rgba(247, 243, 250, 1);border-radius: 50px;color: rgba(55, 55, 55, 1)!important;font-weight: 600;}
.btn7:hover{background-color: #3c1053;color: #fff!important;border: 2px solid rgba(92, 0, 135, 1)}

.btn8{background-color: rgba(92, 0, 135, 1);border:2px solid rgba(92, 0, 135, 1);border-radius: 50px;color: #fff!important;font-weight: 600;}
.btn8:hover{background-color: #fff;color: rgba(92, 0, 135, 1)!important;border: 2px solid rgba(92, 0, 135, 1)}

.btn9{background-color: rgba(0, 0, 0, 1);border:2px solid rgba(0, 0, 0, 1);border-radius: 50px;color: #fff!important;font-weight: 600;}
.btn9:hover{background-color: #fff;color: rgba(0, 0, 0, 1)!important;border: 2px solid rgba(0, 0, 0, 1)}

.buttom-menu:hover{color:initial;cursor:pointer}

.border-r10{border-radius:10px}

.mw-850{max-width:850px}
.py-carrusel{padding: 5rem 0 3rem;}
.pt-especial{padding-top:3rem!important}
@media (min-width:768px) {
.pt-especial{padding-top:5rem!important}
.btn3{background-color: #fff;color: #7f00ae!important;border: 2px solid #fff;border-radius: 10px;}
.btn3:hover{background-color: #7f00ae;color: #fff!important;border: 2px solid #7f00ae;}
.buttom-menu:hover{color:#fff;cursor:pointer}  
}
@media (min-width:1100px) {
  .pt-especial{padding-top:8rem!important}
}

.main-bg {background: radial-gradient(104.89% 649.15% at -2.4% -2.74%, rgba(169, 75, 224, 0.77) 0%, rgba(169, 96, 238, 0.77) 51.68%, rgba(98, 0, 144, 0.77) 100%)}
.non-scroll {overflow: hidden;} 
  .logo{
    width: 150px;
  }
 

  nav{
      display: flex;
      align-items:center;
      justify-content: space-between;
      min-height: 120px;
      /*background-color: #fff; test header color*/
  }

  .ham{
    display:none;
    background-color:transparent;
    cursor: pointer;
    border:none;
    margin:0;
    padding:0;
    }
    
    .ham span{
        background-color: #fff;
        display:block;
        height:3px;
        width: 28px;
        margin:10px auto;
        border-radius:2px;    
    }
  .enlaces-menu{
      display:flex;
      padding:0;
      align-items: center;
  }
  .enlaces-menu li{
      padding: 0 30px;
      list-style-type: none;
      transition: 0.3s;
      color:#fff;
  }

  .enlaces-menu li a{
      text-decoration:none;
      color:#fff;
      display:block;
      margin:auto;
  }
  .enlaces-menu a:hover{color:#8d8d8d}

  .a-desktop:hover {
    color: #8d8d8d!important;
}

 
 .sub-menu{display: none;width: fit-content;/*background:rgba(242, 242, 242, 1)*/;border-radius: 10px;box-shadow:0 5px 26px rgba(53,66,86,.16);}
 .sub-menu-first{padding: 20px 26px 0 26px;background:#fff;border-radius: 10px;}
 .sub-menu-second{padding: 26px;background:#fff;border-radius:0 0 10px 10px}
.sub-menu-second li{padding-bottom:5px}
  ul.sub-menu{padding: 26px;}
 .sub-menu li{padding:0}
 .sub-menu.active{display: block;position: absolute;top: 100px;animation: muestraMenu 400ms ease-in-out both;z-index:999}
 .sub-menu a{padding-bottom:15px; color: #292929!important;}
  
  .border-line{border-bottom: 2px solid #7f00ae;}
  .header-cta{padding: 0 0 0 2rem!important;}

.logo-mobile{display:none}
    .border-bottom{border-bottom: none;padding-bottom: 0;}
    .border-top{border-top: none;}

.menu-destacado{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color:#292929!important;
}

.sub-menu-second a{padding-bottom:5px}

.menu-title{
  padding-bottom:12px!important
}



/* DISPOSITIVOS MOVILES */

  @media (max-width:768px) {
     .sub-menu a{padding-bottom:5px; color:#B0B0B0!important}
    .arrow-submenu{filter: unset!important;}
    .enlaces-menu li, .enlaces-menu li a {margin:0; color:#292929;font-weight: 600;}
    .sub-menu { border-radius: none;box-shadow:none;color:#fff}
    .border-bottom{border-bottom: 1px solid #DDDDDD;padding-bottom: 30px;}
    .border-top{border-top: 1px solid #DDDDDD;}
    .logo-mobile{display:block;padding-top:40px;padding-bottom:40px;filter: grayscale(1);}
    .header-cta{padding: 50px 0 0 0!important;}
    .ham{
          display:block;
          cursor:pointer;
          position: absolute; 
          top: 68px;
          right:25px;
          transition: 0.2s  0.1s; 
  
      }
   
      
      nav{
          align-items: center;
          padding-top: 25px;
          padding-bottom: 25px;
      }

   
   .enlaces-menu{
      
        flex-direction: column;
    justify-content: unset;
    /*align-items: center;*/
     align-items: flex-start;
    /* height: 92vh; */
    margin: 0;
    padding-left:25px;
    padding-bottom:2rem;
    /* display: none; */
    /* opacity: 0; */
    /* transition: opacity 5s ease-out; */
    /* width: 100%; */

    position: absolute;
    z-index: 999;
    background: #fff;
    /*top: 40px;*/
    top:40px; 
    transition: .5s;
    width: 80%;
    left: -100%;
    height: 100vh;   
    }
    
    
    
      .enlaces-menu li{
        text-align:left;
        width:100%;
        padding: 30px 0;   
    }
    .sub-menu-first li {padding:10px 0}
    .sub-menu-second li{padding:0px;background: #fff;}
    
     .sub-menu{width: 100%;}
     .sub-menu.active {display: block;position: unset;}
    
    
    .sub-menu-first {
    padding: 10px 20px 0;
}
    .sub-menu-second {
    padding: 10px 20px;
}
    
    .sub-menu li{
      padding: 0px;
    }
    
    .btnPrincipal{background-color: #292929;color: #fff!important;border: 2px solid #292929;border-radius: 50px;}
    .btnPrincipal:hover{background-color: #fff;color: #292929!important;border: 2px solid #292929;}
  

}

  @media (min-width:992px) {
    header{position: relative;z-index: 998;}
}

/* Animaciones */
  
@keyframes muestraMenu {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  
.enlaces-menu.activado{
    display:flex; 
    /*animation: muestraMenu 500ms ease-in-out both;*/
    box-shadow: 0 7px 7px 0 rgb(0 0 0 / 30%);
    /*width: 80%;*/
    opacity: 1;
    left: 0;
}

  .br-1.animado{
    transform: rotate(-45deg) translate(-10px, 8px);
  }
  
  .br-2.animado{
    opacity: 0;
  }
  .br-3.animado{
    transform: rotate(45deg) translate(-10px, -8px);
  }

 .ham.girar:hover{
     transform:rotate(360deg);
 }
 /*
.button-submenu::after{
    content: url(https://7423287.fs1.hubspotusercontent-na1.net/hubfs/7423287/Toku-2023/iconos/arrow-menu.png);position: absolute;transform:rotate(180deg);
}*/
.arrow-submenu{transition: 0.2s 0.1s;position: absolute;filter: invert(1);}
.girar-flecha {transform: rotate(-180deg);transition: 0.2s 0.1s;}



  @media (min-width:768px) {
    .sub-menu{background:rgba(242, 242, 242, 1);}
     .sub-menu-second{background:rgba(242, 242, 242, 1);}
    
    .btnPrincipal{background-color: #fff;color: #3c1053!important;border: 2px solid #fff;border-radius: 50px;}
    .btnPrincipal:hover{background-color: unset;color: #fff!important;border: 2px solid #fff;}
    
}





footer {
    padding-bottom: 50px;
    padding-top: 70px;
    background: rgba(32, 32, 32, 1);
}




#footer-2024 .form-blog .hs-input{
border: solid 1px rgba(75, 75, 75, 1)!important;
background: rgba(75, 75, 75, 1)!important;
color:rgba(255, 253, 253, 1)!important;
}

#footer-2024 .hs-button{
color: revert-layer!important;
}

.bg-footer {
background:#fff!important;
}

.logo-footer{
    width: 120px;
    margin-top: 28px;
}

  @media (min-width:768px) {
    #footer-2024 .hs-custom-form{
background: rgba(75, 75, 75, 1)!important;
}
}



/* ADAPTACIÓN PREHEADER */
.preheader {background-color: #202020!important;}
.banderas {background-color: transparent!important;color: #fff!important;}
  
  
/* ADAPTACION HEADER */
.enlaces-menu li, .enlaces-menu li a {color: #292929;}
.arrow-submenu {filter: unset;!important}
.sub-menu a {color:#292929!important}
.buttom-menu:hover {
    color: #5b5b5b;
    cursor: pointer;
}
.logo-filter {
    width: 150px;
    filter: invert(1);
}
.btn3 {
    background-color: #292929;
    border: 2px solid #292929;
    border-radius: 10px;
    color: #fff!important;
}
.btn3:hover {
    background-color: #fff;
    color: #292929!important;
    border: 2px solid #292929;
}
.ham span {
    background-color: #292929;
}

/* BANNER */
.bg-banner {padding-top: 20px;}


/* Espacios */

.my-3 {padding:3rem 0}
.my-mb-4 {padding:4rem 0}