/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.14.1735827000
Updated: 2025-01-02 15:10:00

*/

.cerqueira-reviews-slider .slick-track{
    display: flex;
    column-gap: 50px;
}

.cerqueira-reviews-slide{
    border-radius: 30px;
    align-items: center;
    background: #F1F1F1;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    word-break: initial;
}

.cerqueira-reviews-slide-left{
    border-right: solid 2px #F2CE36;
    padding-right: 2rem;
}

.cerqueira-reviews-slide-left-image img{
    margin: auto;
    margin-bottom: 1rem;
}

.cerqueira-reviews-slide-left-name{
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    font-family: Montserrat;
    text-transform: uppercase;
}

.cerqueira-reviews-slide-right{
    padding-left: 2rem;
}

.cerqueira-home-header{
	position: relative;
}

.luciole-way{
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 300px;
    right: -300px;
    display: inline-block;
    width: 1328px;
    height: 1280px;
    z-index: 10500;
}

.luciole{
    width: 131px;
    height: 132px;
    position: absolute;
    /*offset-rotate: reverse;*/
    offset-rotate: 0deg;
    offset-rotate: auto;
    offset-path: path("M602.626-568.307c49.61-49.767,4.72-247.318,326.47-314.257s573.079,241.628,570.253,488.423-28.8,490.93-266.769,619.483-948.251,11.031-961.037-383.1S553.015-518.54,602.626-568.307Z");
    /*offset-path: path("M602.626-568.307c49.61-49.767,4.72-247.318,326.47-314.257s573.079,241.628,570.253,488.423-28.8,490.93-266.769,619.483-948.251,11.031-961.037-383.1S553.015-518.54,602.626-568.307Z");*/
    animation: moveLuciole 17s linear infinite;
    pointer-events: auto;
    transform: rotate(50deg);
    bottom: 200px;
    left: -200px;
}

.luciole-shadow{
    filter: drop-shadow( 0px 0px 10px rgba(242, 206, 54, 1));
    transform: translate(-50%, -50%) scale(1.02);
    transform-origin: center center;
    animation: glow 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

@keyframes moveLuciole{
    to { 
    offset-distance: 100%;
  }
}

@keyframes glow {
    0% {
        filter: drop-shadow( 0px 0px 5px rgba(242, 206, 54, 0));
    }
    50% {
        filter: drop-shadow( 0px 0px 5px rgba(242, 206, 54, 1));
    }
    100% {
        filter: drop-shadow( 0px 0px 5px rgba(242, 206, 54, 0));
    }
}

/* RESPONSIVE */
@media(max-width:480px){
	.luciole-way{
		transform: scale(0.5) translate(65%, -40%);
	}

	.luciole{
		animation: moveLuciole 12s linear infinite;
	}

    .cerqueira-reviews-slider .slick-track{
        display: block;
        column-gap: 0px;
    }

    .cerqueira-reviews-slide{
        flex-direction: column;
    }

    .cerqueira-reviews-slide-left{
        padding-right: 0;
        border-right: 0;
        border-bottom: solid 2px #F2CE36;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .cerqueira-reviews-slide-right{
        padding-left: 0;
    }

    .cerqueira-reviews-slider .slick-slide{
        padding: 0 10px;
    }
}

@media(min-width:481px) and (max-width:767px){
	.luciole-way{
		transform: scale(0.5) translate(55%, -35%);
	}

	.luciole{
		animation: moveLuciole 12s linear infinite;
	}

    .cerqueira-reviews-slider .slick-track{
        display: block;
        column-gap: 0px;
    }

    .cerqueira-reviews-slide{
        flex-direction: column;
    }

    .cerqueira-reviews-slide-left{
        padding-right: 0;
        border-right: 0;
        border-bottom: solid 2px #F2CE36;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .cerqueira-reviews-slide-right{
        padding-left: 0;
    }

    .cerqueira-reviews-slider .slick-slide{
        padding: 0 10px;
    }
}

@media(min-width:768px) and (max-width:991px){
	.luciole-way{
		transform: scale(0.7) translate(30%, 0%);
	}

    .cerqueira-reviews-slider .slick-track{
        display: block;
        column-gap: 0px;
    }

    .cerqueira-reviews-slide{
        flex-direction: column;
    }

    .cerqueira-reviews-slide-left{
        padding-right: 0;
        border-right: 0;
        border-bottom: solid 2px #F2CE36;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .cerqueira-reviews-slide-right{
        padding-left: 0;
    }

    .cerqueira-reviews-slider .slick-slide{
        padding: 0 10px;
    }
}

@media(min-width: 992px) and (max-width:1330px){
    .cerqueira-reviews-slider .slick-track{
        display: block;
        column-gap: 0px;
    }

    .cerqueira-reviews-slide{
        flex-direction: column;
    }

    .cerqueira-reviews-slide-left{
        padding-right: 0;
        border-right: 0;
        border-bottom: solid 2px #F2CE36;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .cerqueira-reviews-slide-right{
        padding-left: 0;
    }

    .cerqueira-reviews-slider .slick-slide{
        padding: 0 10px;
    }
}

@media(min-width: 1331px) and (max-width:1399px){

}

@media(min-width: 1400px) and (max-width:1696px){

}

@media(min-width: 1697px){
	
}
/* RESPONSIVE */