/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2025 | 12:38:55 */
body, .site-title {
  line-height: 1.6rem;
}
.header {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header.scrolled {
  -webkit-transform: translateY(-180px);
}
.header.scrolled.awake{
  -webkit-transform: translateY(0);
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.header.awake .brand img {
  max-height: 40px;
  width: auto;
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a.active {
  color: #fff !important;
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a.active::after {
  background-color: #ffc107;
  width: calc(100% + 20px);
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a:focus {
  text-decoration: none;
}
.builder-item--primary-menu {
  font-size: 1rem;
  line-height: 1.6rem;
}
#trp-floater-ls-current-language a, #trp-floater-ls-language-list a {
  font-size: .9rem;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
  line-height: 1rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  body, .site-title {
    line-height: 1.6rem;
  }
  .builder-item--primary-menu {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 960px) {
  body, .site-title {
    line-height: 1.6rem;
  }
  .builder-item--primary-menu {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.slider-item {
  height: calc(100vh - 439px);
  min-height: 581px;
  position: relative;
}

.slider-text {
  display: flex;
  align-items: center;
  justify-content: center;
  
  height: calc(100vh - 450px);
  min-height: 430px;
}

.swiper-pagination-bullet {
  background: #dadadc;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #78d5ef;
}
.image-section img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.barra .elementor-column-wrap {
  background-color: #FFF2E0;
}
#btn-float-whatsapp {
  bottom: 40px; right: 20px;
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .barra .elementor-column-wrap {
    background-color: transparent;
  }
  .barra .elementor-column-wrap::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -70px;
    transform-origin: bottom left;
    -ms-transform: skew(-7deg, 0deg);
    -webkit-transform: skew(-7deg, 0deg);
    transform: skew(-7deg, 0deg);
    background-color: #FFF2E0;
  }
  #btn-float-whatsapp {
    bottom: 60px; right: 40px;
  }
}

.cta.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out
}

.cta.scrolled.awake {
  margin-top: 0;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out
}

.cta a.whats {
  font-size: 22px;
  color: #333
}

@media (max-width:576px) {
  .cta a.whats {
    font-size: 18px
  }
}

.footer p a {
  color: #ffc107;
}

.nv-single-post-wrap .nv-thumb-wrap img {
  margin-left: auto;
  margin-right: auto;
}


.premium-modal-open {
  overflow: hidden;
}
.premium-modal-box-modal-content {
  color: #404044 !important;
  background-color: #fafafa !important;
}
.premium-modal-box-modal-header {
  border-bottom-color: transparent !important;
}
.premium-modal-box-modal-body { 
  padding-top: 0 !important;
}
.premium-modal-box-modal-body label {
  margin-bottom: 0;
}
.premium-modal-box-modal-content .btn.btn-primary {
  background: #ec5c0e;
  border: 2px solid #ec5c0e;
  color: #fff;
  text-transform: none;
}
.premium-modal-box-modal-content .btn.btn-block {
  display: block;
  width: 100%;
}
.premium-modal-box-modal-content  .btn.btn-primary:hover {
  border: 2px solid #9e9e9e;
  background: 0 0;
  color: #616161;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.form-group {
  margin-bottom: 1rem;
}

.form-control.form-control-p-12 {
  display: block !important;
  width: 100%;
  padding: 12px !important;
  font-size: 18px !important;
  line-height: 1.5;
  color: #404044 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0 !important;
  
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.error {
  color: red;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}
.alert {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.subscribe-form .form-group input {
  background: 0 0 !important;
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .8) !important;
}
.subscribe-form .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .5);
  font-size: 1.4rem;
}
.subscribe-form .form-group.text-right.mt-2 {
   text-align: right !important;
   margin-top: .5rem !important;
}
.contact-form {
  color: var( --e-global-color-primary );
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.contact-form .form-group.mb-3 {
  margin-bottom: 1rem !important;
}
.contact-form .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.contact-form .custom-control-label {
  margin-bottom: 0;
  margin-left: 5px;
}
.contact-form .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.contact-form .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #9e9e9e;
}
.contact-form .custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.contact-form .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff9800;
}
.contact-form .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(239, 120, 120, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(239, 120, 120, .25);
}
.contact-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.contact-form #envia {
  background-color: #4CAF50;
  color: #ffffff;
}
.contact-form #envia:active, .contact-form #envia:focus, .contact-form #envia:hover {
    outline: 0;
    background: #00ba78;
}

#trp-floater-ls {
  display: none;
}
@media (min-width: 767.5px) {
  #trp-floater-ls {
    display: block;
    left: 85%;
  }
  
  #menu-item-1537,
  .menu-item-object-language_switcher {
    display: none !important;
  }
}

#form .form-group.mb-3 {
  margin-bottom: .25rem;
}
#form .form-control {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  padding: .6rem 2rem .6rem !important;
  border-radius: 10px !important;
}
#form label {
  font-size: 14px !important;
}

#cookie-law-info-bar {
  z-index: 10000000;
  bottom: 16px !important;
  left: 16px;
  right: 16px;
  max-width: 1334px;
  min-height: 70px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  margin: auto;
}
#cookie-law-info-bar strong {
  color: #FF9800;
}

#wt-cli-accept-all-btn {
  font-family: opensans, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 3px;
}
.cli-bar-btn_container {
  padding-top: 8px;
}

.r-card-icon .elementor-icon-box-icon {
  margin-top: -3rem;
}
.r-form-ebook{
  padding: 1rem 0;
}
.r-form-ebook .form-control {
  border-left: transparent;
  border-top: transparent;
  border-right: transparent;
}

.politica-de-privacidade table td,
.politica-de-privacidade table th {
  border: 1px solid var(--nv-dark-bg);
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
	border-bottom: 1px solid transparent;
}
.nv-page-title-wrap.nv-big-title .nv-page-title h1 {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2.625rem;
	line-height: 3.125rem;
	color: #263238;
	text-transform: uppercase;
}
.nv-sidebar-wrap.nv-left {
	border-right: 1px solid transparent;
}
#block-13.widget_search {
	margin-top: .5625rem;
}
#block-13.widget_search .wp-block-search__input {
	padding: 0.6875rem 0.8125rem;
	box-shadow: 4px 1px 4px rgba(0, 0, 0, 0.25);
	background: #FFFFFF;
    border: 1px solid #E5E5E5;
	border-right-color: transparent;
    border-radius: 12px 0px 0px 12px;
	margin: 0;
	
	font-family:  'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #7B7B7B;
}
#block-13.widget_search .wp-block-search__button {
	padding: 0.375rem 0.8125rem;
	box-shadow: 4px 1px 4px rgba(0, 0, 0, 0.25);
	background: #FFFFFF;
    border: 1px solid #E5E5E5;
	border-left-color: transparent;
    border-radius:  0px 12px 12px 0px;
	margin: 0;
	
	font-family:  'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #7B7B7B;
}
#block-11 .widget-title {
	background-color: #EC5C0E;
	color: #FFF;
	border-radius: 1.25rem;
	text-transform: uppercase;
	text-align: center;
	font-family:  'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: .625rem .3125rem;
	margin: 0 0 1.375rem;
}
#block-11 .cat-item {
	color: #455A64;
	text-transform: uppercase;
	text-align: center;
	font-family:  'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.375rem;
	padding: 0;
	margin: 1.375rem 0;
}
#block-11 .cat-item a {
  color: #455A64;
  text-decoration: none;
}
#block-11 .cat-item a:hover {
  color: #455A64;
  text-decoration: none;
}

#quillforms-renderer .css-1cqp2cj strong {
  clip-rule: ;
  color: #FF725E;
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    display: block;
    padding: 10px 24px 10px 24px;
    font-size: 68%;
}

div#trp-floater-ls-language-list a {
    font-size: 12px;
}