.elementor-kit-7{--e-global-color-primary:#111111;--e-global-color-secondary:#555555;--e-global-color-text:#444444;--e-global-color-accent:#CB0028;--e-global-color-70e91fc:#FFFFFF;--e-global-color-62f501e:#EEEEEE;--e-global-color-d2daa2b:#333333;--e-global-color-5dbc668:#F6F6F6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-70e91fc );border-radius:6px 6px 6px 6px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.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{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 *//**** Headings ****/
h2 {letter-spacing: -1.5px;}
h3 {letter-spacing: -1px;}
/**** Título ****/
.title-accent {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image:linear-gradient(114.5deg, #270007 14.91%, #cb0028 27.62%, #ff4a6e 38.18%, #ff728d 48.09%, #cb0028 59.48%, #270007 84.48%);
    -webkit-background-clip: text;
    background-clip: text;
}
.title-accent-animated {
    will-change: background-position;
    background-size: 400% 100%;
    animation: 2s linear infinite  gradient-pan;
}
@keyframes gradient-pan {
    0% {
    background-position: 100%;
}
100% {
    background-position: 0%;
}
}

/**** Flipbox ****/
.elementor-flip-box {
    border-radius: 10px;
}

/**** Cards ****/
.card1 {
    --padding-block-end:0px;
}
.card1:hover {
    box-shadow: 0 16px 32px -12px rgba(22, 21, 15, .16), 0 4px 10px rgba(22, 21, 15, .05);
    transform: translateY(-3px);
}
.parrafo-xpertia ul {
    margin-bottom: 20px;
}

/**** Dialog HTML ****/
.conversation {
    position: sticky;
    top: 110px;
    min-height: 420px;
    padding: 28px;
    border-radius: 5px;
    background: #f3f3f3;
    overflow: hidden;
}
.bubble {
    max-width: 82%;
    padding: 16px 18px 20px 18px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .05);
}
.bubble.client {
    background: #fff;
    border: 1px solid #e1e1e4;
}
.bubble.xpertia {
    background: #333;
    color: #fff;
    margin-left: auto;
}
.bubble small {
    display: block;
    color: #0F5EFE;
	font-size: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/**** Logo Carousel ****/
.logo-carousel {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    opacity:0.5;
}/* End custom CSS */