
.float{
	position:fixed;
	bottom:60px;
	right:60px;
}

.my-float{
	margin-top:22px;
}


/* ----------------------------------------------------------------
	GDPR Settings
-----------------------------------------------------------------*/
.gdpr-bar {
	z-index: 999999 !important;
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    z-index: 999999;
}

.cookie-consent-button {
    border: none;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cookie-consent-options label {
    margin: 0 6px;
    font-size: 10px;
}

.cookie-consent-options input {
    margin-right: 5px;
}

.h3_cookies {
	margin-bottom: 8px !important;
}

#PromoCode {
  margin-top: -35px !important;
  padding: 20px 0 !important;
}

.bg-color-promocode {
  background-color: #ce1307 !important;
}

@media (max-width: 991px) {
  #PromoCode p {
    margin-bottom: 8px !important;
  }
  #PromoCode .text-start {
	text-align: center !important;
  }  
}

/* ----------------------------------------------------------------
	Headings
-----------------------------------------------------------------*/
.home-intro h1 {
    color: #FFF;
    display: inline-block;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 26px;
    margin: auto;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: normal;
}
.home-intro h3 {
    color: #FFF;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 26px;
    margin: auto;
	text-transform: none;
	letter-spacing: normal;
}
.home-intro h3.textoH3 {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 5px;
    opacity: 0.7;
	letter-spacing: normal;
}
.home-intro h3 span.highlighted-word {
    font-size: 1.5em;
}

h3.thumb-info-inner {
	font-size: 17px;
	top: 3px !important;
	margin-bottom: 0px;
    text-transform: none;
}
h3.thumb-info-type {
    color: #777 !important;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: .6em !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 1.4 !important;
}


.reset {
	margin-bottom: 0px;
    text-transform: none;	
}


/* ----------------------------------------------------------------
	Testemunhos
-----------------------------------------------------------------*/
.owl-carousel.carousel-center-active-item-2 .owl-item>div {
    width: 83%;
    margin-left: auto;
    padding: 1rem !important;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 70px -40px rgb(0 0 0 / .2);
}
    .owl-carousel.nav-style-4 .owl-nav .owl-next {
        right: 98px !important;
    }
@media (max-width: 767px) {
    .owl-carousel.nav-style-4 .owl-nav .owl-next {
        right: 33px !important;
    }
}

.star-rating { 
	float:right;
	margin-top: -15px;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div .star-rating i {
  color: goldenrod !important;
}
.textoTestemunhos { line-height: 21px; }




.social-icons li:hover.social-icons-tiktok a {
  background: #000 !important;
}


