/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 18:00:44 */
.form-evertec {
    border-radius: var(--Radius-System-radius-4xl, 24px);
    background: var(--Brand-Primary-primary-lighter, #FBEDE3);
    padding: 24px;
}

.newsletter .form-evertec__col {
    width: 100%;
}


.form-evertec__label--checkbox {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
  color: #fff;
  line-height: 1.2em;
  font-size:10px !important;
	opacity:1!important;
}

.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: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 {
	top: 4px;
    font-family: "bootstrap-icons";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\F272";
    position: absolute;
    left: 4px;
    /*top: 50%;
    transform: translateY(-50%);*/
    font-size: 16px;
    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;
  flex-direction: column;
}
.form-evertec__col {
  width: 100%;
}

.form-evertec__label {
    opacity: 0;
}

.form-evertec__input,
.form-evertec__select {
    width: 100% !important;
    border-radius: 0px 50px 50px 50px !important;
    border: 2px solid #FF6C0C !important;
    background: #FFF;
    padding: 16px 20px !important;
    color: #7C94AA;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	margin-bottom:16px;
}

.form-evertec__input::placeholder {
	color: var(--Brand-Secondary-Cinza-cinza-light, #7C94AA);
	font-family: Lato, sans-serif !important;
	font-size: var(--Typography-Font-size-16, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	opacity:1;
	letter-spacing:0 !important
}

.form-evertec__input:focus,
.form-evertec__select:focus,
.form-evertec__input:focus-visible,
.form-evertec__select:focus-visible{
	outline:none !important;
	box-shadow: 0 0 0 4px rgba(255, 108, 12, 0.16) !important;
}

.form-evertec__select {
  background-image: url("https://dev.creativeteam.co/evertec/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: #4B5A68;
  font-family: Lato, sans-serif;
  font-size: 0;
  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 24px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 32px 32px 32px;
    background: #0DD3AD;
    color: var(--Text-Body-tertiary, #FFF);
    text-align: center;
    font-family: 'Lato' !important;
    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;
    width: 100%;
	gap: 12px;
}
.form-evertec__button::after {
	content: '\F6C0';
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    font-family: 'bootstrap-icons';
	font-weight:700 !important;
}
.form-evertec__button:hover,
.form-evertec__button:focus,
.form-evertec__button:focus-visible {
	color: white;
	text-align: center;
	background: var(--Gradiente-Laranja, radial-gradient(86.5% 86.46% at 49.59% 13.54%, #FF9A58 0%, #FF6C0C 61.48%));
	box-shadow: 0 12px 16px -4px rgba(255, 108, 12, 0.10), 0 4px 6px -2px rgba(255, 108, 12, 0.15);
	outline:none !important;
}


@media (max-width: 1024px) {
	

  .form-evertec__col {
    flex: 1 1 100%;
  }
	.form-evertec__row{ 
		display: block;
	}
	.form-evertec__col {
		width: 100%;
	}
	
	.form-evertec__input,
	.form-evertec__select,
	.form-evertec__input::placeholder {
		font-size: 14px;
	}
	
	.form-evertec__button {
		font-size:14px;
	}
	
	.graph-news-hor {
		transform: rotate(90deg);
	}
}

@media (min-width:1025px) {
	.form-evertec__row.hor_form {
		flex-direction: row;
		gap: 24px;
	}
	
	.graph-news-hor {
		position: absolute;
		height: 100%;
		object-fit: cover;
		object-position: center;
		left: 0;
		top: 0;
		bottom: 0;
	}
	
	.graph-news-hor img {
		height: 100%;
		object-fit: cover;
	}

}


/* 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; 
}
