.hl-text{color:#A35E5E;display:inline-flex;position:relative}.hl-text::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:45%;background:#F4D4D2;z-index:-1}.hl-text-2{display:inline-flex;position:relative}.hl-text-2::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:45%;background:#A35E5E;z-index:-1}#contacto{display:flex;flex-direction:column;background:#F4D4D2;border-radius:20px;padding:2rem}#contacto label{display:flex;flex-direction:column;color:#A35E5E;font-family:'Century Gothic Bold';margin-bottom:1rem}#contacto label input,#contacto label textarea{width:100%;border:none;padding:0.75rem 1rem;border-radius:50px;margin-top:4px}#contacto label textarea{border-radius:20px;height:100px}#contacto input[type=submit]{border:none;background:#A35E5E;color:white;padding:1rem 2rem;align-self:center;border-radius:50px;font-family:'Century Gothic Bold';font-size:16px;margin-top:1rem}