.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#212121;--e-global-color-accent:#00D7F2;--e-global-color-025f32d:#221A5E;--e-global-color-313e5ed:#FFFFFF;--e-global-color-86516f1:#212121;--e-global-color-efd2ed4:#52388D;--e-global-color-3340c7e:#00D7F2;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Code Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-3340c7e );}.elementor-kit-6 a:hover{color:#0090F2;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Raleway", Sans-serif;font-size:16px;font-weight:700;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1024px){.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 */html {
  scroll-behavior: smooth;
}

header{
    transition: all 200ms linear;
   background-color: rgba(178,178,178,.1);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 1111;
    width: 100%;
}
header .logo-light{
    display: none;
}

.header-light {
  transition: all 200ms linear;
  box-shadow: 0 5px 10px 0 #00000030;
    border: 0px solid transparent !important;
}
header.header-light .logo-dark{
    transition: all 200ms linear;
    display: none!important;
}

.header-light .logo-light {
    display: block;
    transition: all 200ms linear;
}

@media (width <= 390px){
    .header-light .logo-desktop img{
    width: 120px!important;
    }
}

.btn-menu .elementor-icon svg{
    color: #000;
    opacity: 1;
}
.btn-menu .elementor-icon:hover svg{
    color: #fff;
}


/*boton animado */
.btn-animated .elementor-button .elementor-button-content-wrapper{
    position: relative;
    z-index: 2;
}
.btn-animated .elementor-button{
    position: relative;
}
.btn-animated .elementor-button::after{
    content: '';
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 0%;
    background: linear-gradient(90deg,rgba(0, 215, 242, 1) 0%, rgba(82, 56, 141, 1) 100%);;
    left: 0;
    bottom: 0;
    transition: all 200ms linear;
}
.btn-animated .elementor-button:hover::after{
    height: 100%;
}
.btn-animated .elementor-button:hover{
    border: 1px solid transparent!important;
    
}
.btn-animated .elementor-button::before{
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 110%;
    height: 0%;
    filter: blur(10px);
    background: linear-gradient(90deg,rgba(0, 215, 242, 1) 0%, rgba(82, 56, 141, 1) 100%);;
    left: 0%;
    bottom: -15%;
    transition: all 200ms linear;
}
.btn-animated .elementor-button:hover::before{
    width: 110%;
    height: 130%;
}

.header-light nav .elementor-item{
    color: rgba(0,0,0,.7)!important;
}
.header-light nav .elementor-item:hover,
.header-light nav .elementor-item:active{
    color: rgba(0,0,0,1)!important;
}


.timeline-item{
    position: relative;
}
.timeline-item::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #ccc;
    left: calc(50% - 1px);
    top: 100%;
}
.timeline-item:last-child::before{
    display: none;
}
.timeline-item::after{
    content: attr(data-text);
    position: absolute;
    width: 400px;
    height: 100px;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #212121;
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 32px;
}
.timeline-item-right::after{
    left: 0;
    padding-left: 110px;
}
.timeline-item-left::after{
    right: 0;
    padding-right: 110px;
    text-align: right;
}

@media (width <= 400px){
    .timeline-item::after{
        font-size: 16px;
        line-height: 16px;
        width: 200px;
        height: 60px;
    }
    .timeline-item-right::after{
        padding-left: 65px;
    }
    .timeline-item-left::after{
        right: 0;
        padding-right: 65px;
    }
}/* End custom CSS */