html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.bg-black {
  background-color: #181818;
}

/* .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
  color: #D10000 !important;
} */

@font-face {
  font-family: "Anton-Regular";
  src: url(/fonts/Anton-Regular.ttf?170b842f9a8cd6150a0d5777704b3f5a);
}

@font-face {
  font-family: "Manrope-Regular";
  src: url(/fonts/Manrope-Regular.ttf?25323263b2aac026e7777ea3d1e06b5f);
}

@font-face {
  font-family: "Manrope-Medium";
  src: url(/fonts/Manrope-Medium.ttf?7e416a42443e06ed7d570e3b997c628c);
}

@font-face {
  font-family: "Manrope-SemiBold";
  src: url(/fonts/Manrope-SemiBold.ttf?0a3797b8dd78c25ef6b47bb657b4b7f6);
}

@font-face {
  font-family: "Manrope-Bold";
  src: url(/fonts/Manrope-Bold.ttf?15c3a2fdedaee1ebf77354fa4387b0ac);
}

@font-face {
  font-family: "Manrope-ExtraBold";
  src: url(/fonts/Manrope-ExtraBold.ttf?b0ac9f1b582da5d98892de8eb001b28b);
}

@font-face {
  font-family: "Manrope-Light";
  src: url(/fonts/Manrope-Light.ttf?2bf511c25636c7d7a4cea966de90e9ca);
}

* {
  font-family: "Poppins";
  color: #181818;
}

.fs-24 {
  font-size: 24px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1185px;
  }
}

.bg-login {
  background-image: url(/images/banner.jpg?90c6217381d8e9dcd6ed5c8f0cb225db);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 20px;
}

.modal-dialog {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chip {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 16px;
  align-items: center;
  cursor: default;
  min-height: 32px;
  height: 1px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  border: none;
  -webkit-appearance: none;
  margin: 4px;
}

.chip i,
.chip .mdi {
  height: 24px;
  width: 24px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.asientos .chip {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  justify-content: center;
}

.text-black {
  color: #181818 !important;
}

.font-light {
  font-family: "Poppins" !important;
}

.font-medium {
  font-family: "Poppins-Medium" !important;
}

.red {
  color: #E30000 !important;
}

.font-bold {
  font-family: "Manrope-Bold";
}

.font-semibold {
  font-family: "Manrope-SemiBold";
}

.font-anton {
  font-family: "Anton-Regular";
}

.border-black {
  border: 1px solid #181818 !important;
}

.bg-gray5 {
  background-color: #E0E0E0 !important;
}

.bg-green {
  background-color: #A3FE10 !important;
}

.progress {
  height: 0.5em;
}

.text-green2 {
  color: #38B000 !important;
}

.btn {
  padding: 0.5rem 1.197rem;
}

.input-password > .form-control {
  border-right: none !important;
}

.input-password .input-group-append > .input-group-text {
  border: 1px solid var(--Green-2, #38B000) !important;
  border-radius: 0;
}

.text-green {
  color: #A3FE10;
}

.btn-green2 {
  background: var(--Green, #A3FE10) !important;
  color: #181818 !important;
  font-family: "Manrope-Semibold" !important;
  border-radius: 0 !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #38B000;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #38B000;
}

.mat-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}

.mat-radio-outer-circle {
  border-color: #38B000;
}

.style-border {
  border: 1px solid var(--Gray-5, #E0E0E0);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #38B000 !important;
  background-color: #38B000 !important;
}

label {
  font-family: "Manrope-SemiBold";
}

.style-title {
  font-family: "Anton-Regular";
  font-size: 80px;
  line-height: 124px;
  letter-spacing: 4px;
}

.color-black {
  color: #181818;
}

h4,
.h4 {
  line-height: 140% !important;
}

.fs-36 {
  font-size: 36px !important;
}

.bg-black {
  background-color: #181818 !important;
}

.btn-main {
  color: #A3FE10 !important;
  border: 1px solid #A3FE10 !important;
  border-radius: 0 !important;
  font-family: "Manrope-Bold" !important;
  padding: 0.5rem 1.197rem !important;
}

.btn-main2 {
  color: #38B000 !important;
  border: 1px solid #38B000 !important;
  border-radius: 0 !important;
  font-family: "Manrope-Bold" !important;
  padding: 0.5rem 1.197rem !important;
}

.btn-main3 {
  color: #181818 !important;
  border: 1px solid #A3FE10 !important;
  border-radius: 0 !important;
  font-family: "Manrope-Bold" !important;
}

.btn-register {
  color: #959F84 !important;
  border: 1px solid #959F84 !important;
  border-radius: 0 !important;
}

.btn-green {
  background: var(--Green, #A3FE10) !important;
  color: #181818 !important;
  font-family: "Manrope-Bold" !important;
  border-radius: 0 !important;
}

.bg-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40rem;
}

.card p,
.card h5 {
  font-size: 14px;
}

.btn-fa-minus {
  border: 1px solid var(--Gray-5, #E0E0E0) !important;
  color: #E0E0E0 !important;
  border-radius: 0 !important;
}

.btn-fa-minus .fa-minus {
  color: #E0E0E0 !important;
}

.btn-fa-plus {
  border: 1px solid var(--Gray-5, #A3FE10) !important;
  color: #E0E0E0 !important;
  border-radius: 0 !important;
}

.btn-fa-plus .fa-plus {
  color: #181818 !important;
}

.shadow {
  box-shadow: 0px 2px 20px 0px rgba(24, 24, 24, 0.15) !important;
}

.shadow2 {
  box-shadow: 0px 2px 20px 0px rgba(24, 24, 24, 0.15) !important;
}

input:focus {
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

.color-gray {
  color: #828282 !important;
}

.accordion .card {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.accordion .card button {
  text-decoration: none;
}

.color-gray5 {
  color: #E0E0E0 !important;
}

.style-info {
  color: #828282 !important;
  font-family: "Manrope-Light";
  font-size: 12px;
}

input::-moz-placeholder {
  color: #BDBDBD;
}

input::placeholder {
  color: #BDBDBD;
}

.form-control-select {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border-radius: 4px !important;
  height: 48px !important;
}

.form-control-select ::-moz-placeholder {
  color: #BDBDBD !important;
  text-align: center !important;
  font-family: "Manrope-Light";
}

.form-control-select ::placeholder {
  color: #BDBDBD !important;
  text-align: center !important;
  font-family: "Manrope-Light";
}

.form-control {
  border: 1px solid var(--Green-2, #000000) !important;
  color: #000000 !important;
  border-radius: 4px !important;
  height: 48px !important;
}

.form-control ::-moz-placeholder {
  color: #BDBDBD !important;
  text-align: center !important;
  font-family: "Manrope-Light";
}

.form-control ::placeholder {
  color: #BDBDBD !important;
  text-align: center !important;
  font-family: "Manrope-Light";
}

.mat-horizontal-stepper-header-container {
  display: none !important;
}

.mat-progress-bar-fill::after {
  background-color: #A3FE10 !important;
}

.mat-progress-bar-buffer {
  background-color: #F6F6F6;
}

.line {
  border: 1px solid #E0E0E0;
  width: 4.75rem;
}

.fs-48 {
  font-size: 48px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px !important;
}

.style-card-border {
  border: 1px solid var(--Gray-4, #BDBDBD) !important;
}

.card-info .card-img-overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 1rem;
  padding: 0;
}

.dialog-reserve .mat-dialog-container {
  padding: 0 !important;
}

.amenidades .material-icons {
  font-size: 16px;
}

.amenidades .mat-icon {
  height: 18px;
}

.asientos .mat-chip {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  justify-content: center;
}

.amenidades-owner .mat-chip {
  height: 40px;
  width: 120px;
  border-radius: 0;
  justify-content: center;
}

.card-add-photo {
  border: 1px dashed var(--Gray-4, #BDBDBD) !important;
  background: var(--White, #FFF);
}

.card-add-photo .mat-icon {
  width: 32px;
  height: 32px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #38B000;
}

.mat-tab-label {
  opacity: 1 !important;
  color: #181818;
}

.mat-tab-label .mat-tab-label-content {
  font-family: "Manrope-Bold" !important;
}

.mat-tab-labels .mat-tab-label {
  width: 50%;
}

.mat-tab-labels .mat-tab-label .mat-tab-label-content {
  color: #181818;
}

.mat-form-field {
  display: block !important;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #FFFFFF;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  border: 1px solid var(--Green-2, #38B000) !important;
}

.mat-form-field-wrapper:hover .mat-form-field-flex {
  border: 1px solid var(--Green-2, #38B000) !important;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 0 !important;
  padding: 0em 0.75em 0 0.75em !important;
}

.mat-form-field-ripple,
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  display: none;
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-flex {
  align-items: center !important;
}
.p-car-detail{
  color: #868889 !important;
  font-size: 14px !important;
}
.ul-detail{
  color: #828282;
}
.ul-detail li::before {
  color: #828282;
}

.ul-detail li {
  color: #828282; 
}

.specs-detail{
  border-bottom: 1px solid #DBE2F0;
  height: 48px;
  font-weight: 600;
  color: #828282 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.specs-detail > div{
  color: #828282 !important;
  font-size: 15px  !important;
}

@media only screen and (max-width: 600px) {
  .style-title {
    font-size: 40px;
    line-height: 44px;
  }

  .fs-48 {
    font-size: 24px;
  }
}


