/* Vanti Custom Styles - Consolidado */

@charset "UTF-8";

/* Font Face */
@font-face {
  font-family: Mulish;
  src: url('../media/Mulish-Regular-MXJWYX3N.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Form Elements */
input,
textarea,
select {
  font-size: 16px;
}

/* Body */
body {
  font-family: Mulish, sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #113455;
}

/* Global Color Override */
* {
  color: #113455;
}

/* Navbar Styles */
.navbar {
  background-color: #113455 !important;
  justify-content: space-between;
  height: auto !important;
  padding: 0 !important;
}

.navbar-toggler {
  border-color: #ffcd3f;
  margin-bottom: 2%;
}

.menu {
  font-size: 30px;
  color: #ffcd3f !important;
}

.container-fluid {
  padding-right: 0 !important;
  margin-left: 1% !important;
}

.nav-item {
  padding-left: 15px;
}

.nav-link {
  color: #fff !important;
  font-family: Mulish, sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.15rem;
  letter-spacing: 1px;
}

.warning {
  background-color: #ff8e67;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-top-left-radius: 15px;
}

.warning-text {
  color: #113455 !important;
  font-weight: 500 !important;
  padding-top: 10px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.nav-link:hover {
  color: #ffcd3f !important;
}

.active {
  color: #ffcd3f !important;
  border-bottom: solid 3px #ffcd3f;
}

/* Row and Column specific */
.row-image {
  margin: 0 !important;
}

.col-image {
  padding: 0 !important;
}

/* Card Styles */
.card-title {
  border: none;
}

/* Text Styles */
.text-error {
  color: #da3333;
}

.policy-data {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-right: 5px auto;
  margin-left: 5px auto;
}

/* Form Controls */
.disabled {
  background-color: #e2d9d9;
}

.form {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Button Styles */
.btn-primary {
  background-color: #113455;
  border-color: #113455;
  color: #fff;
  font-size: 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #ffcd3f;
  border-color: #ffcd3f;
  color: #113455;
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Back Home */
.back-home {
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
  color: #113455;
  text-decoration: none;
}

.back-home:hover {
  zoom: 1.1;
  color: #ffcd3f;
}

/* Footer Styles */
.powered-by {
  color: #113455;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.footer-mobile {
  background-color: transparent !important;
}

.footer-desktop {
  z-index: 100;
}

.footer {
  background-color: transparent !important;
}

/* Utility Classes */
.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

/* Collapse and Navbar Toggle */
.collapse {
  display: none;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-lg-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .collapse {
    display: block !important;
  }

  .navbar-toggler {
    display: none;
  }
}

/* Number Input Spinner Hide */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
