.jet-form-col { display: block; } .jet-form-col__start { flex: 0 0 30%; max-width: 100%; } .jet-form__submit-wrap { display: flex; flex-direction: column; width: 100%; } button { font-family: inherit; text-align: inherit; padding: 12px 0; width: 100%; text-align: center; background: #071a23; margin-top: 10px; color: #fff; text-transform: capitalize; font-weight: 500; } button:hover { background: #1c2a35; } .jet-form__field-label { cursor: pointer; display: inline-flex; align-items: center; color: #555; padding-left: 15px; margin-bottom: 15px; } .jet-form-row { display: flex; flex-wrap: wrap; margin: 0 -5px 15px; padding: 5px 0; } input[type=button], input[type=checkbox] { width: auto; margin-right: 10px; } // NUEVO CSS  .brx-submenu-toggle { display: flex !important; align-items: center; justify-content: space-between; gap: 10px; }  .brx-submenu-toggle button { background: transparent !important; border: none !important; cursor: pointer; padding: 0 5px !important; display: flex; align-items: center; }  .brx-submenu-toggle i.fas { font-family: "Font Awesome 5 Free" !important; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; color: inherit;  font-size: 14px; }  #menu-principal { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; align-items: center; }  #menu-principal > li { margin: 0 15px; }  #menu-principal a { text-decoration: none; color: inherit; font-weight: 500; }  @media (max-width: 991px) { #menu-principal { flex-direction: column; align-items: flex-start; } } // NUEVO CSS SLIDER  .splide__arrows.custom { background: transparent !important; height: 0 !important; position: relative; top: -50%;  display: flex; justify-content: space-between; pointer-events: none; } .splide__arrow { background: none !important; border-radius: 50% !important; pointer-events: auto; color: white !important; }