#newsletterEx {padding: 32px 16px;}
/*#newsletterEx h3 strong { font-weight: 600; font-family: var(--font-family-body);}*/
#newsletterEx form input[type=email], 
#newsletterEx form input[type=text],
#newsletterEx form select{ display: block; font-size: 1rem; line-height: 22px; margin: 8px 0 0 0; padding: 10px 16px; border: none; width: 100% !important; border-radius: 21px !important; color: #2f4daa94; background-color: var(--color-white); /* border: 0px solid var(--color-white); */ box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); font-family: var(--font-family-body); font-weight: 400; height: 39px; }
#newsletterEx form .hs-error-msg { color: var(--color-error); }
#newsletterEx form input[type=email]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus {
     box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); outline: 0}

{##newsletter form .hs-button{}#}
#newsletterEx form label span:first-child { color: var(--color-error)!important; font-size: 0.875rem; font-weight: 400; line-height: 20px; font-family: var(--font-family-body);}
#newsletterEx form .inputs-list{ margin: 0px; padding-left: 0px; list-style-type: none; margin-top:10px;}
#newsletterEx form.hs-form a.hs-button.primary, 
#newsletterEx form input[type=submit] { width: 100%; cursor: pointer; display: block; margin: 24px auto 0; font-family: var(--font-family-title); font-size: 20px; color: var(--color-white); border: 2px solid var(--color-white);font-weight: 700; background-color: transparent; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s;/* height: 39px;*/ border-radius: var(--radius-btn);padding: 0.5rem 1.25rem!important;}
#newsletterEx form.hs-form a.hs-button.primary:hover, 
#newsletterEx form input[type=submit]:hover {  color: var(--color-blue-buk);  border: 2px solid var(--color-white); background: var(--color-white)}
#newsletterEx form input::placeholder { color: #2f4daacc!important ;}
#newsletterEx form input[type="checkbox" i] {margin-right: 5px;}

#newsletterEx form select {
    appearance: none;
    background: url(https://info.buk.co/hubfs/2023/Landing/pago%20UI%20kit/Vector-abajo.svg),white;
    background-position-x: 93%;
    background-position-y: center;
    background-repeat: no-repeat;
}