.elementor-kit-6{--e-global-color-primary:#8224E3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6600FF;--e-global-color-86955f5:#1E73BE;--e-global-color-f97676e:#FF00CC;--e-global-color-9f7ed84:#333399;--e-global-color-33082b1:#1E73BE;--e-global-color-a96c877:#FFFFFF;--e-global-color-d007211:#09013F;--e-global-color-f49351c:#F3F7FA;--e-global-color-a472a65:#080808;--e-global-color-5d96f30:#EFF1F7;--e-global-color-47327a8:#ECECF0;--e-global-color-d14adb5:#666666;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-a96c877 );color:var( --e-global-color-d14adb5 );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;--e-preloader-animation-duration:1200ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-a96c877 );border-radius:2em 2em 2em 2em;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );border-radius:2em 2em 2em 2em;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-a96c877 );}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-a472a65 );}.elementor-kit-6 h2{color:#080808;font-family:"Inter", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-a472a65 );font-family:"Inter", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-6 h4{color:var( --e-global-color-a472a65 );font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-6 h5{color:var( --e-global-color-a472a65 );font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-6 h6{color:var( --e-global-color-a472a65 );font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Manrope", Sans-serif;font-size:14px;font-weight:400;line-height:40px;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --primary-color: #8224E3;
    --secondary-color: #6600FF;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.3s ease;
}

/* Oculto */
header.is-hidden {
  transform: translateY(-100%);
}

/*Menu principal*/
.menu-principal ul li a:after{
    background: linear-gradient(90deg,rgba(51, 51, 153, 1) 0%, rgba(30, 115, 190, 1) 100%)!important;
    opacity: 1!important;
    width: 0!important;
    transition: all 120ms linear!important;
    bottom: 41px!important;
}
.menu-principal ul li a:hover:after{
    width: 100%!important;
}

.menu-principal ul li a.elementor-item-active:after{
    width: 100%!important;
    opacity: 1!important;
}



.icon-menu .elementor-icon svg line{
    transition: transform 0.3s ease;
    transform-origin: center;
}

.icon-menu .elementor-icon svg line:nth-of-type(2),
.icon-menu .elementor-icon svg line:nth-of-type(3) {
  transform: scaleX(0.85);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.icon-menu .elementor-icon:hover svg line:nth-of-type(2),
.icon-menu .elementor-icon:hover svg line:nth-of-type(3),
.dialog-prevent-scroll .icon-menu .elementor-icon svg line:nth-of-type(2),
.dialog-prevent-scroll .icon-menu .elementor-icon svg line:nth-of-type(3) {
  transform: scaleX(1.2);
}
/*Boton animado*/
.btn-animated a.elementor-button {
  position: relative;
  overflow: hidden;
  transition: all 120ms linear;
}
.btn-animated .elementor-button-text{
    position: relative;
    top: 0px;
    transition: all 120ms linear;
}
.btn-animated:hover .elementor-button-text{
    position: relative;
    top: 50px;
}
/* Texto entrante (pseudo-elemento) */
.btn-animated a.elementor-button::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -200%);
  opacity: 0;
  white-space: nowrap;
  color: #fff;
  font-family: manrope;
  font-weight: 700;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1),
              opacity 0.4s cubic-bezier(.4,0,.2,1);
}
.btn-animated-icon a.elementor-button::after {
  content: attr(data-text);
  position: absolute;
  left: calc(50% - 11px);
  top: 50%;
  transform: translate(-50%, -200%);
  opacity: 0;
  white-space: nowrap;
  color: #fff;
  font-family: manrope;
  font-weight: 700;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1),
              opacity 0.4s cubic-bezier(.4,0,.2,1);
}

.btn-animated a.elementor-button:hover::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}


.cursor {
  position: fixed;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: #8224E3;
  opacity: .2;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition:
    transform 0.25s ease,
    background 0.2s ease,
    border 0.2s ease;
  z-index: 9999;
}

.cursor.is-hover {
  transform: translate(-50%, -50%) scale(4);
  background: rgba(130,36,227,0);
}



.menu-footer .elementor-nav-menu--main .elementor-item{
    position: relative!important;
    left: 0px!important;
}
.menu-footer .elementor-nav-menu--main .elementor-item:after{
    content: '';
    position: absolute;
    width:0px;
    height: 2px;
    background: #000;
    left: 0px;
}
.menu-footer .elementor-nav-menu--main .elementor-item:hover:after{
    width:10px;
    left: 5px;
}
.menu-footer .elementor-nav-menu--main .elementor-item:hover{
    left: 5px!important;
}

/*particles js*/
#particles-js {
    position: relative;
    overflow: hidden;
}

#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#particles-js .elementor-container {
    position: relative;
    z-index: 2;
}

/*breadcrumbs*/
.breadcrumb {
    font-size: 16px;
    color: #fff;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap:16px;
    flex-wrap: wrap;
    
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
}
.breadcrumb a:not(:last-of-type) {
    white-space: nowrap;
}
.breadcrumb a:last-of-type {
    white-space: normal;
    min-width: 0;
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
}
.breadcrumb .breadcrumb-divider{
    position: relative;
    
    
}
.breadcrumb .breadcrumb-divider:after{
    content: "\f134";
    font-family: 'carolicons';
    font-size: .6em;
    position: absolute;
    left: -5px;
    top: 5px;
}

/*contact-social-list*/
.contact-social-list .elementor-icon-list-item{
    background: #5a5866;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.contact-social-list .elementor-icon-list-item:hover{
    background: #8224E3;
}
.contact-social-list .elementor-icon-list-text{
    display: none;
}
.contact-social-list .elementor-icon-list-icon{
    padding: 0!important;
}
.contact-social-list .elementor-icon-list-icon svg{
    margin: 0!important;
}

/*dividers*/

.divider-meta .elementor-divider{
    position: relative;
}
.divider-meta .elementor-divider:after{
    content:'';
    position: absolute;
    width: 45px;
    height: 3px;
    background: linear-gradient(to right, rgb(51, 51, 153), rgb(30, 115, 190));
    bottom: 2px;
}

/*Categories article*/

.categories-article h5{
    display: none;
}
.categories-article nav ul li.cat-item{
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececf0;
    transition: all 160ms linear;
}
.categories-article nav ul li.cat-item::before{
    content: "\f14d";
    font-family: 'carolicons';
    font-size: .6em;
    position: absolute;
    left: 0;
    top: 15px;
    transition: all 160ms linear;
    
}
.categories-article nav ul{
    padding-left: 0px;
}
.categories-article nav ul li.cat-item a{
    color: #080808;
    font-family: 'Inter', Sans-Serif;
    font-weight: 700;
    font-size: 15px;
}

.categories-article nav ul li.cat-item a:hover{
    color: #8224e3;
}
.categories-article nav ul li.cat-item:hover{
    padding-left: 25px;
}
.categories-article nav ul li.cat-item:hover:before{
    left: 10px;
    color: #8224e3;
}

.categories-article nav ul li.cat-item .cat-count{
    background: #eee;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', Sans-Serif;
    font-weight: 700;
    font-size: 12px;
}
.categories-article nav ul li.cat-item:hover .cat-count{
    background: linear-gradient(to right, rgb(51, 51, 153), rgb(30, 115, 190));
    color: #fff;
    transition: all 160ms linear;
    
}

/*BackOnTop*/

#backToTop {
    position: fixed;
    bottom: 34px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 999;
    box-shadow: 0 0 25px rgba(23,23,23,.25);
}

/* Visible */
#backToTop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
#backToTop.show:hover{
    transform: translateY(-5px);
} 
.subscribe-email.elementor-field-type-email{
    position: relative;
}

.subscribe-email .elementor-field-type-email::after {
    content: '\f11d';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top:18px;
    width: 10px;
    height: 10px;
}
.subscribe-email .elementor-field-type-acceptance label{
    font-size: 13px!important;
    position: relative;
    bottom: 2px;
}

/*post navigation*/

.co-adjacent-card{
    display: flex;
    flex-direction:column;
    width: 100%;
}
.co-adjacent-label{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
    gap:5px;
}
.co-adjacent-label i.icon{
    font-size: 10px;
}
.co-next .co-adjacent-label,
.co-next .co-adjacent-content{
    flex-direction: row-reverse;
}
.co-adjacent-content{
    display: flex;
    align-items: center;
    gap: 16px;
}
.co-adjacent-image-container{
    width: 50px;
    height: 50px;
    position: relative;
    object-fit: cover;
    border-radius: 8px!important;
    transition: all 200ms ease;
    
}
.co-adjacent-image-container:after{
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 0;
    border-radius: 8px!important;
    transition: all 200ms ease;
}

.co-adjacent-image-container:before{
    content: "\f10f";
    font-family: 'carolicons' !important;
    font-size:32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-70%, -50%);
    color: #fff;
    z-index:1;
    opacity: 0;
    transition: all 200ms ease;
}
.co-adjacent-image-container:hover:before{
    opacity: 1;
    transform: translate(-50%, -50%);
}
.co-prev .co-adjacent-image-container:before{
    transform: translate(-30%, -50%)rotate(180deg);
}
.co-prev .co-adjacent-image-container:hover:before{
    transform: translate(-50%, -50%)rotate(180deg);
}
.co-adjacent-image-container:hover:after{
    opacity: .4;
}

.co-adjacent-image{
    width: 50px;
    object-fit: cover;
    border-radius: 8px!important;
    
}

h3.co-adjacent-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #212121;
    max-width: 260px;
}
.co-next h3.co-adjacent-title{
    text-align: right;
}

.co-adjacent-card:hover h3.co-adjacent-title,
.co-adjacent-card:hover .co-adjacent-label {
    color: #8224e3;
}




h2.comment-reply-title{
    font-size: 22px;
    position: relative;
    margin-bottom: 2em;
}
h2.comment-reply-title:after{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: linear-gradient(to right, rgb(51, 51, 153), rgb(30, 115, 190));
    left:0;
    bottom: -10px;
    
}
.comment-form{
    background: #fff;
    padding: 1.5em;
    box-shadow: 0 0 35px rgba(12, 12, 12, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.comment-row-top {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-row-top .comment-col {
    flex: 1;
}

/* Inputs y textarea */
.comment-form input,
.comment-form textarea {
    border: 1px solid rgb(236,236,236);
    border-radius: 0px;
    font-size: 14px;
    padding-left:1em!important;
}
.comment-form input:focus,
.comment-form textarea:focus{
    border: 1px solid var(--primary-color);
    outline:0px ;
   
    
}

/* Checkbox */
.comment-row-checkbox {
    margin-bottom: 15px;
    font-size: 14px;
}

.comment-row-checkbox input {
    margin-right: 6px;
}

/* Textarea */
.comment-row-message textarea {
    min-height: 140px;
    resize: vertical;
}

/* Botón */
.comment-form .submit {
    background: var(--secondary-color)!important;
    color: #fff!important;
    border: none;
    padding: .7em 1.5em !important;
    cursor: pointer;
    transition: 0.3s ease;
    font-size:14px!important;
    position: relative;
    top: 0;
}

.comment-form .submit:hover{
    color: #fff!important;
    transition: all 0.3s ease;
    transform:translateY(-3px);
    
}
.loop-archive-container .elementor-button:hover{
    transition: all 0.3s ease;
    transform:translateY(-3px);
}
.loop-archive-container .elementor-button .elementor-button-icon{
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}
.loop-archive-container .elementor-button .elementor-button-content-wrapper{
    align-items: center;
}
.loop-archive-container .elementor-button .elementor-button-icon .icon{
    color: rgb(8,8,8);
}
/*loop archive item*/
.loop-archive-item:hover h3.elementor-heading-title a{
    color: var(--primary-color);
    text-decoration:underline;
    text-decoration-color: rgba(8,8,8);
}


.image-border-radius{
    border-radius: 16px!important;
}



@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}

@media (width <= 390px) {
  .co-adjacent-card{
    max-width: 100%;
    }
    .comment-row-top {
        flex-direction: column;
    }
}/* End custom CSS */