.elementor-kit-6{--e-global-color-primary:#172F29;--e-global-color-accent:#FFFFFF;--e-global-color-text:#000000;--e-global-color-secondary:#847452;--e-global-color-615aa74:#6A6A6A;--e-global-typography-primary-font-family:"Cormorant";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Cormorant";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kantumruy";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kantumruy";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:normal;font-family:"Cormorant", Sans-serif;}.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:"Arial", Sans-serif;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//*Bloco Testemunhos*/

.elementor-testimonial {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.elementor-testimonial__header {
    order: 2;
}


/*HEADER*/



/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 120px; 
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1) !important
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
	            box-shadow var(--transition);
}





/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
/*	background-color: rgba(244, 245, 248, .8) !important;*/
	/*box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07) !important;*/
	-webkit-backdrop-filter: saturate(180%) blur(20px) !important;
	backdrop-filter: saturate(180%) blur(20px) !important;
}

/*
header.sticky-header.elementor-sticky--effects .elementor-element-d4a0a82 {
   height: 89px !important;
   
	transition: min-height var(--transition) !important;
}*/

header.sticky-header{
	height: var(--header-height) !important;
	transition: min-height var(--transition) !important;
}

header.sticky-header.elementor-sticky--effects{
	height: 92px !important;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
	            box-shadow var(--transition);
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
	    height: 70px !important;
	}
	header.sticky-header .logo img {
	transition: unset !important;
	padding-bottom: 00px !important;
    }

    header.sticky-header.elementor-sticky--effects{
    	height: 90px !important;
    
    }
	
    .elementor-widget-image-box .elementor-image-box-description {
        margin-left: 0px !important;
    }
    
    
    .main-slider .swiper-slide img {
        height: 250px !important;
    
    }
    
    
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
	width:100px !important
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
	/*padding-bottom: 5px*/

}






/*Updates Header*/

 .container_sticky {
    display: none;
}


header.primary-sticky-header.elementor-sticky--effects {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #fff !important;
    	transition: transform .45s cubic-bezier(.4, 0, .2, 1);
	/*height: 105px;*/
	transform: translateY(-40px);
    padding-top: 30px;
}

header.primary-sticky-header-short.elementor-sticky--effects {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #fff !important;
    transition: transform 0.2s ease-in-out;

	/*height: 105px;*/
/*	transform: translateY(-40px);
    padding-top: 30px;*/
}



.hidden-menu {
    transform: translateY(-100%);
    margin-bottom: -40px;
    transition: transform 0.2s ease-in-out;

}


header.primary-sticky-header{
    height: 150px !important;
    transform: translateY(0px);

}

header.primary-sticky-header.elementor-sticky--effects .logo-sticky {
    display: flex;
     transition:background-color 0.6s ease-in-out, opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

header.primary-sticky-header.elementor-sticky--effects{
      /*  transition: background-color 0.6s ease-in-out, padding 0.6s ease-in-out;*/
    transition:background-color 0.6s ease-in-out, opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}


header.primary-sticky-header.elementor-sticky--effects .primary_container{
    display: none !important;
}

.logo-sticky img {
    width: 100px !important;
}



header.primary-sticky-header.elementor-sticky--effects .container_sticky{
    display: flex;
    width: 70%;
}







.slider_sobrenos .swiper-slide-contents {
    background-color: #ffffffcc;
    border-radius: 5px 5px 5px 5px;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 52px;
    padding-right: 52px;
}


.elementor-field-type-acceptance label, span.elementor-field-option label {
    text-transform: none !important;
}


span.elementor-field-option {
    display: flex;
    gap: 10px;
}/* End custom CSS */