/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 18:17:51 */
.newsletter .form-evertec__row {
    flex-direction: column;
    gap: 0;
}


.newsletter .form-evertec__col {
    width: 100%;
}


.form-evertec__label--checkbox {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 1.2em;
}

.form-evertec__label--checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  cursor: pointer;
}

.form-evertec__label--checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #f6b181;
  border: 2px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

.form-evertec__label--checkbox::after {
    font-family: "bootstrap-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\F272";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fa4616;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    font-weight: 800;
}

.form-evertec__label--checkbox:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}


a.link-privacy {
    color: inherit;
    text-decoration: underline;
    text-underline-position: under;
}

.form-evertec__row {
  display: flex;
  gap: 16px;
}
.form-evertec__col {
  width: 50%;
}
.form-evertec__input,
.form-evertec__select {
  width: 100%;
  border-radius: 0px 50px 50px 30px;
  border: 1.5px solid rgba(255, 108, 12, 0.5);
  background: #FFF;
  padding: 16px 24px;
  margin-bottom: 16px;
  color: #7D868C;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  box-shadow: 0 4px 20px rgba(255, 108, 12, 0.5);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-evertec__select {
  background-image: url("/wp-content/uploads/2025/07/Icon-3.svg") !important;
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px;
}
.form-evertec__input:focus,
.form-evertec__select:focus {
  border-color: #FF6C0C;
  box-shadow: 0 6px 28px rgba(255, 108, 12, 0.6);
}
.form-evertec__label {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-bottom: 4px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.form-evertec__button-wrapper {
  display: flex;
  justify-content: center;
}
.form-evertec__button {
  display: flex;
  padding: 12px 16px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0px 32px 32px 24px;
  background: #0DD3AD;
  color: var(--Text-Body-tertiary, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-family-Body, Lato);
  font-size: var(--Typography-Font-size-18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.form-evertec__button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/07/Icon-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.form-evertec__button:hover {
  background: #FFF;
  color: #0DD3AD;
}
.form-evertec__button:hover::after {
  filter: brightness(0) saturate(100%) invert(61%) sepia(43%) saturate(559%) hue-rotate(124deg) brightness(93%) contrast(87%);
}
@media (max-width: 768px) {
  .form-evertec__col {
    flex: 1 1 100%;
  }
	.form-evertec__row{ 
		display: block;
	}
	.form-evertec__col {
		width: 100%;
	}
}





/* Brasil */


.form-evertec__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 10px;
  padding-right: 40px; /* Espaço para a seta */
}
.form-evertec__button {
	
	margin-top: 22px;
}

.form-evertec__select {
	background-position: right 26px center !important; 
}

  #rdstation-bricks-embeddable-form-bricks-component-KiLXkzl1MfdVl01cLXzRmw .bricks--section {
    background: none;
    padding: 0;
  }

  #rd-form-lr7s99yf .bricks-form__field {
    margin-bottom: 16px;
  }

  #rd-form-lr7s99yf .bricks-form__input:not(textarea) {
    width: 100%;
    border-radius: 0px 50px 50px 30px;
    border: 1.5px solid #FF6C0C;
    background: #FFF;
    padding: 12px 16px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
  }

  #rd-form-lr7s99yf .bricks-form__input:focus {
    border-color: #e65c00;
  }

  #rd-form-lr7s99yf .bricks-form__button {
    background-color: #FF6C0C;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  #rd-form-lr7s99yf .bricks-form__button:hover {
    background-color: #e65c00;
  }



