/* ==========================================================================
   FOLHA DE ESTILOS SEARCH
   ========================================================================== */
.search-form-container { width: 100%; max-width: 100%; margin: 0 auto; }
.custom-search-form .search-input-wrapper { display: flex; align-items: stretch; position: relative; background: #fff; border: 2px solid #ebf0f8; border-radius: 25px; overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s ease; height: 35px;}
.custom-search-form .search-input-wrapper:focus-within { border-color: #315283; box-shadow: 0 0 5px rgba(0, 114, 188, 0.3); }
.custom-search-form .search-field { flex-grow: 1; border: none; padding: 0 15px; font-size: 1rem; color: #333; background: transparent; outline: none; box-shadow: none; margin: 0; height: 100%; }
.custom-search-form .search-submit { background: #25487c; color: #fff; border: none; padding: 0 20px; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; margin: 0; height: 100%; }
.custom-search-form .search-submit:hover { background:#315283; }
.custom-search-form .search-submit i { margin: 0; line-height: 1; }