/*
 Theme Name: Floene Theme
 Theme URI: https://example.com/
 Description: Custom child theme for Hello Elementor
 Author: Your Name
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: floene-theme
*/

/* Add your custom CSS below this line */
@font-face {
    font-family: 'Sailec-Bold';
    src: url('fonts/type_dynamic_-_sailec_bold-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sailechairline';
    src: url('fonts/type_dynamic_-_sailec_hairline-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec-Light';
    src: url('fonts/type_dynamic_-_sailec_light-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec-Medium';
    src: url('fonts/type_dynamic_-_sailec_medium-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Sailec';
    src: url('../fonts/type_dynamic_-_sailec_regular-webfont.woff2') format('woff2'),
    url('../fonts/type_dynamic_-_sailec_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

/* Unified Sailec font family with proper weights */
@font-face {
    font-family: 'Sailec';
    src: url('fonts/type_dynamic_-_sailec_hairline-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_hairline-webfont.woff') format('woff');
    font-weight: 100; /* Hairline */
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('fonts/type_dynamic_-_sailec_light-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_light-webfont.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('fonts/type_dynamic_-_sailec_regular-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_regular-webfont.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('fonts/type_dynamic_-_sailec_medium-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_medium-webfont.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('fonts/type_dynamic_-_sailec_bold-webfont.woff2') format('woff2'),
    url('fonts/type_dynamic_-_sailec_bold-webfont.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
}

.site-header .site-navigation .menu li a{
    border: 1px solid #424242;
    padding: 10px 40px;
    border-radius: 80px;
}

.shortcode-table .bg-grey{
    background-color: #F6F6F6!important;
}
.shortcode-table .col {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shortcode-table .col .intro{
    padding:25px 0;
    line-height: 1.2em;
}
.shortcode-table .col .intro-content {
    /*padding:25px;*/
    margin: 0 0 25px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.shortcode-table .col div{
    /*padding:25px;*/
}
.shortcode-table .intro{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.528px;
}
.shortcode-table .intro span{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.528px;
}
.shortcode-table .intro-content {
    color: var(--Secundaria-cinza-cinza-300, #BBB);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 56.606px; /* 283.029% */
    letter-spacing: -0.48px;
}

.row.shortcode-table.hover-line1 .intro-content.line1 svg{ color: #7CFFFE; }
.row.shortcode-table.hover-line2 .intro-content.line2 svg{ color: #7CFFFE; }
.row.shortcode-table.hover-line3 .intro-content.line3 svg{ color: #7CFFFE; }
.row.shortcode-table.hover-line1 .number-bg-blue.line1 span { color: white; background-color: #7CFFFE; }
.row.shortcode-table.hover-line2 .number-bg-blue.line2 span { color: white; background-color: #7CFFFE; }
.row.shortcode-table.hover-line3 .number-bg-blue.line3 span { color: white; background-color: #7CFFFE; }

.shortcode-table .intro-content svg{
    height: 50px;
    width: auto;
    margin-left: 15px;
}
.shortcode-table .intro-blue {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:25px;
    min-height: 102px;
    gap: 15px;
}
.shortcode-table .intro-blue img{
    width: 44.4px;
    height: 44px;
}
.shortcode-table .intro-blue div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--Azul-Floene, #4650FF);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; /* 257.299% */
    letter-spacing: -0.528px;
}
.shortcode-table .intro-blue div span{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; /* 353.786% */
}
.shortcode-table .intro-blue div span.text-blue{
    color:#4650FF;
}
.shortcode-table .br-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.shortcode-table .br-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right:48px!important;
}
.shortcode-table .highlight-border{
    position: relative;
}
.shortcode-table .highlight-border:before {
    content: " ";
    position: absolute;
    background-image: url(assets/icon-check-radial.svg);
    width: 60px;
    height: 60px;
    right: 30px;
    top: -60px;
    z-index: 1;
}
.shortcode-table .highlight-border .highlight-border-inner {
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: 0;
    left: 13px;
    border-radius: 20px;
    padding: 4px; /* thickness of border */
    background: radial-gradient(circle at center, #0DBEFF, #4650FF);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    mask-composite: exclude;
}
.shortcode-table .intro-black {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:25px;
    gap: 15px;
    min-height: 102px;
}
.shortcode-table .intro-black img{
    width: 44.4px;
    height: 44px;
}
.shortcode-table .intro-black div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color:  #424242;
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; /* 257.299% */
    letter-spacing: -0.528px;
}
.shortcode-table .intro-black div span{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em; /* 353.786% */
}

.shortcode-table .number-blue{
    color: var(--Azul-Floene, #4650FF);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 100% */
    margin: 0 0 25px 0;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.shortcode-table .number-blue span{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}
.shortcode-table .number-black-scratch{
    color: var(--Secundaria-cinza-cinza-500, #919191);
    leading-trim: both;
    text-edge: cap;

    margin: 0 0 25px 0;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    line-height: 1.3em;
}
.shortcode-table .number-black-scratch span.number{
    color: var(--Secundaria-cinza-cinza-500, #919191);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 100% */
    text-decoration-line: line-through;

}
.shortcode-table .number-black-scratch span.year{
    color: var(--texto, #424242);
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}
.shortcode-table .number-bg-blue {
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
     border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.shortcode-table .number-bg-blue span{
    border-radius: 50px;
    background: var(--Azul-Floene, #4650FF);
    padding: 12px 15px!important;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Sailec-Medium;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 100% */
    width: fit-content;
}
.pre-footer-gradient {
    background: linear-gradient(197deg, #0FF 3.54%, #4650FF 124.47%);
}
.custom-footer {
    background: var(--Azul-Floene, #4650FF);
    padding-top: 70px;
    padding-bottom: 70px;
}
.custom-footer .row{
    width:1300px;
    margin: 0 auto;
}
.custom-footer .logo-footer{
    max-width:250px!important;
    height: auto;
    object-fit: cover;
}
.custom-footer .footer-content {
    margin-top: 46px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 55px;
}
.custom-footer .footer-cert {
    display: flex;
    flex-direction: row;
    gap:30px;
}
.custom-footer .footer-cert img{
    max-height: 65px;
    width: auto;
    object-fit: cover;
}
.custom-footer .footer-address{
    color: #FFF;
    font-family: Sailec;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.custom-footer .footer-address span{
    color: #FFF;
    font-family: Sailec;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 140% */
    letter-spacing: 0.8px;
}

.footer-right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer-menu a{
    color: #FFF;
    font-family: Sailec;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}
.footer-menu p{
    color: rgba(255, 255, 255, 0.80);
    font-family: Sailec-Light;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.footer-menu p:last-child{
    margin-bottom: 0;
}
.latest-two-posts{
    justify-content: center;
}
.latest-two-posts .post-thumb img{
    width: 100%;
    height:auto;
    max-height: 280px;
    object-fit: cover;
    border-radius: 20px;
}
.latest-two-posts .post-title{
    color: var(--Text-Content-Title-Default, #1A1A1A);
    font-family: Sailec-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    min-height: 48px;
}
.latest-two-posts .post-excerpt{
    overflow: hidden;
    color: var(--Text-Content-Support-text-dark, #808285);
    text-overflow: ellipsis;
    font-family: Sailec;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    min-height: 50px;
}

.latest-two-posts .latest-post{
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.latest-two-posts {
    padding-top:80px;
}
.latest-two-posts .post-content-left {
    width:80%;
}
.latest-two-posts .post-content-right {
    width: 20%;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.latest-two-posts .post-content-right img{
    width: 60px;
    height: 60px;
}

.latest-two-posts .latest-post .post-terms {
    position: absolute;
    padding: 15px;
    gap:20px;
}
.latest-two-posts .latest-post .post-terms .post-term{
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--branco, #FFF);
    color: var(--texto, #424242);
    text-align: center;
    font-family: Sailec-Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.review_slider_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* space between arrows and slides */
    width: 100%;
    padding: 40px 0;
    position: relative;
}

.review_slider {
    width: 100%;
    overflow: hidden; /* keep swiper slides inside */
}

.review_slider .swiper-wrapper {
    display: flex;
}

.review_slider .swiper-slide {
    padding: 30px;
    border-radius: 20px;
    background: var(--Secundaria-cinza-cinza-50, #F3F3F3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 259px;
}

.review_slider .swiper-slide .name {
    color: var(--texto, #424242);
    font-family: Sailec-Medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
}
.review_slider .swiper-slide .location,
.review_slider .swiper-slide .content {
    color: var(--texto, #424242);
    font-family: Sailec;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* Custom arrow styling */
.review-swiper-button-prev,
.review-swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    flex-shrink: 0;
}

.review-swiper-button-prev {
    background-image: url('https://floenelp.wc.assemble.website/wp-content/uploads/2025/10/slider_02.png');
}

.review-swiper-button-next {
    background-image: url('https://floenelp.wc.assemble.website/wp-content/uploads/2025/10/slider_01.png');
}

/* Remove default Swiper icons */
.review_slider .swiper-button-prev::after,
.review_slider .swiper-button-next::after {
    display: none;
}

/* HR line styling */
.review_slider hr.custom-hr {
    border: none;
    height: 1px;
    background-color: #E8E8E8;
    margin: 15px 0;
}


.review_slider hr.custom-hr {
    border: none;         /* remove default border */
    height: 1px;          /* set thickness */
    background-color: #E8E8E8; /* set color */
    margin: 15px 0;       /* optional spacing */
    width: 100%;
    opacity: 1;
}


.shortcode-table-tabs{
    display: none;
}
.shortcode-table{
    display:block;
}

@media (max-width: 768px) {
    .site-header{
        background-color: white!important;
    }
    .custom-footer .row{
        width:100%;
    }
    .shortcode-table-tabs{
        display: block;
    }
    .shortcode-table{
        display:none!important;
    }
    .tab-pane .shortcode-table{
        display: flex!important;
        margin: 0;
    }
    .tab-pane .shortcode-table col{
        justify-content: flex-end!important;
    }
    .shortcode-table .number-blue,
    .shortcode-table .number-black-scratch,
    .shortcode-table .number-bg-blue{
        border-bottom: none;
        justify-content: center!important;
        align-items: flex-end;
        padding-right: 30px !important;
        gap: 0px !important;
        margin: 0px !important;
    }
    .shortcode-table .bg-blue{
        background: var(--Azul-Floene, #4650FF);
        border-radius: 10px;
    }
    .shortcode-table .bg-blue .intro-blue div{
        color:white;
    }
    .shortcode-table .number-bg-blue span{
        color: #7CFFFE;
    }
    .shortcode-table-tabs .nav-tabs{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        border: none;
    }
    .shortcode-table-tabs .nav-tabs .nav-item button svg{
        max-height: 35px;
    }
    .shortcode-table-tabs .nav-tabs .nav-item button.active svg path {
        fill: #4650FF; /* blue when active */
    }
    .custom-footer{
        text-align: center;
        padding-top: 30px ;
        padding-bottom: 50px ;
    }
    .custom-footer .footer-content{
        flex-direction: column;
        gap: 20px;
    }
    .custom-footer .footer-cert{
        display: block;
        gap: 10px;
    }
    .shortcode-table-tabs .nav-tabs .nav-item button{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #BBB;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Sailec-Medium;
        font-size: 14.437px;
        font-style: normal;
        font-weight: 400;
        line-height: 45.401px;
        letter-spacing: -0.346px;
        border-bottom: 2px solid #BBB;
        min-width: 105px;
    }
    .shortcode-table-tabs .nav-tabs .nav-item button.active{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--Azul-Floene, #4650FF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Sailec-Medium;
        font-size: 14.437px;
        font-style: normal;
        font-weight: 400;
        line-height: 45.401px; /* 314.476% */
        letter-spacing: -0.346px;
    }
    .shortcode-table-tabs .nav-tabs .nav-item button.active{
        border: none;
        background: var(--Secundaria-azul-claro-azul-claro-100, #E2FFFF);
        border-bottom: 4px solid var(--Azul-Floene, #4650FF);
    }
    .shortcode-table-tabs .nav-tabs .nav-item button:hover{
        border: none;
        background: var(--Secundaria-azul-claro-azul-claro-100, #E2FFFF);
        border-bottom: 4px solid var(--Azul-Floene, #4650FF);
    }
    .shortcode-table-tabs .shortcode-table .col{
        gap:10px
    }
    .shortcode-table-tabs .shortcode-table .col .row{
        margin: 0 20px;
    }
    .shortcode-table .intro-blue{
        min-height: 70px;
    }
    .shortcode-table .intro-blue, .shortcode-table .intro-black{
        justify-content: flex-start;
        padding-left: 15px !important;
    }
    .shortcode-table .number-bg-blue span{
        padding: 12px 0!important;
    }
    .shortcode-table .bg-grey {
        border-radius: 5px;
    }
    .shortcode-table .intro-blue div{
        font-size: 18px;
    }
    .shortcode-table .intro-blue div span ,
    .shortcode-table .intro-black div span{
        font-size: 14px;
        min-width: 130px;
        text-align: start;
    }
    .shortcode-table-tabs h3{
        color: var(--texto, #424242);
        leading-trim: both;
        text-edge: cap;
        font-family: Sailec-Bold;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 56.606px; /* 257.299% */
        letter-spacing: -0.528px;
        padding-bottom:25px;
        text-align: center;
    }
    .shortcode-table-tabs h3 span{
        color: var(--texto, #424242);
        leading-trim: both;
        text-edge: cap;
        font-family: Sailec-Medium;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 56.606px; /* 283.029% */
        letter-spacing: -0.48px;
    }
    .latest-two-posts {
        gap: 50px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .footer-right-side{
        margin-top:40px!important;
    }
}

.single-post .entry-title {
    display:none;
}
.single-post .site-header {
    background-color: white;
}
.blog .site-header {
    background-color: white;
}
.single-post .post-tags{
    display:none;
}
.blog-archive{
    max-width: 1300px;
    margin: 100px auto 0;
    padding: 0 30px;
    }
.blog-archive .blog-post-img img{
    height: 635px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blog-archive .blog-post-terms{
    color: var(--texto, #424242);
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 254.545% */
    letter-spacing: 3.96px;
    text-transform: uppercase;
}
.blog-archive .blog-post-title{
    color: var(--Text-Content-Title-Default, #1A1A1A);
    font-family: Sailec-Bold;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 54.6px */
    margin-bottom: 20px;
}
.blog-archive .blog-post-excerpt{
    color: var(--texto, #424242);
    font-family: Sailec;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 30px;
}
.blog-archive .blog-post-term-div{
     margin-top: 25px;
}
.blog-posts-grid {
    gap: 80px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.blog-side {
    max-width: 260px!important;
    padding-left: 50px!important;
}
.blog-side h4{
    color: var(--Azul-Floene, #4650FF);
    font-family: Sailec-Medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.01px; /* 127.318% */
    margin-top: 50px;
}
.blog-side .blog-sobre{
    color: var(--texto, #424242);
    font-family: Sailec;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
}
.blog-side .blog-social-media-icons{
    display: flex;
    flex-direction: row;
    gap:20px;
}
.blog-side .blog-categories {
    display: flex;
    flex-direction: column;
}
.blog-side .blog-categories a{
    color: var(--texto, #424242);
    font-family: Sailec;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 263.636% */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-side .blog-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 13px;
}
.blog-side .blog-tags a{
    color: var(--texto, #424242);
    font-family: Sailec;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 233.333% */
    letter-spacing: 3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.blog-archive-intro{
    background: linear-gradient(192deg, rgba(0, 255, 255, 0.80) 11.66%, rgba(70, 80, 255, 0.80) 62.47%);
    padding: 35px 30px;
}
.blog-archive-content{
    max-width: 1300px;
    margin: 0 auto;
}
.blog-archive-intro h1{
    color: var(--branco, #FFF);
    font-family: Sailec-Medium;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 125% */
    margin-top: 0;
    margin-bottom: 10px;
}
.blog-archive-intro .breadcrumb {
    color: #FFF;
    font-family: Sailec;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 254.545% */
    letter-spacing: 3.96px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog-archive-intro .breadcrumb a{
    color: #FFF;
    font-family: Sailec;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 254.545% */
    letter-spacing: 3.96px;
    text-transform: uppercase;
}
.pagination {
    display: flex;
    margin: 20px auto!important;
    justify-content: center!important;
    gap:15px;
}
.pagination a, .pagination span{
    color: var(--texto, #424242);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 2.16px;
}
.pagination span.current{
    text-decoration: underline;
}
.pagination .previous-page svg {
    transform: rotate(180deg); /* rotate left for previous */
}

.blog-search {
    position: relative;
    width: 250px; /* adjust as needed */
}

.search-input-wrapper {
    position: relative;
}

.search-field {
    width: 100%;
    padding-right: 35px; /* space for the icon */
    box-sizing: border-box;
}

.search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
#ajax-blog-search .search-submit, #ajax-blog-search .search-submit:before{
    border: none;
    background-color: transparent;
    padding: 5px 10px 7px;
}
#ajax-blog-search #ajax-search-field{
    border-radius: 50px;
    border: 1px solid #C5C5C5;
}
.filters{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
    margin-bottom: 40px;
}
.filters .remove-filter{
    border: 1px solid #4650FF;
    color: #4650FF;
    padding: 0px 5px 2px;
    line-height: 1em;
    border-radius: 20px;
}
.filters .clear-filters{
    border: 1px solid #4650FF;
    color: #4650FF;
    border-radius: 30px;
    margin-left: auto;
}
.filters .remove-filter:hover, .filters .clear-filters:hover, .filters .remove-filter:focus, .filters .clear-filters:focus{
    background-color: transparent;
}
@media (max-width: 768px) {
    .blog-side{
        max-width: none !important;
        padding: 60px 30px 40px 30px !important;
    }
    .blog-search {
        width:100%;
    }
    .blog-posts-grid{
        padding: 0 16px;
    }
    .blog-archive-intro{
        padding: 30px 16px;
    }
    .blog-archive{
        margin-top: 50px;
        padding: 0;
    }
}

.btn-external-link .elementor-button-content-wrapper{
    justify-content: space-between !important;
}