.btn-outline-primary{
    --bs-btn-color: #d9d9d9;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #080808;
    --bs-btn-hover-bg: #d9d9d9;
    --bs-btn-hover-border-color: #d9d9d9;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #d9d9d9;
    --bs-btn-active-bg: #080808;
    --bs-btn-active-border-color: #d9d9d9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d9d9d9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d9d9d9;
    --bs-gradient: none;
}

/* Invertir colores del primary */
.btn-outline-secondary{
    --bs-btn-color: #080808;
    --bs-btn-border-color: #080808;
    --bs-btn-hover-color: #d9d9d9;
    --bs-btn-hover-bg: #080808;
    --bs-btn-hover-border-color: #080808;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #080808;
    --bs-btn-active-bg: #d9d9d9;
    --bs-btn-active-border-color: #080808;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #080808;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #080808;
}


.table {
    color: #D9D9D9;
    background-color: transparent;
    border-color: #080808;
    --bs-table-bg: transparent;
}

.btn {
    border-radius: 0;
    padding: .85rem 3rem;
    /* --bs-btn-font-size: .75rem; */
}

a{
    color: #D9D9D9;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #080808;
    color: #D9D9D9;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #D9D9D9;
}

.navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 1.5rem;
}

.navbar-gradient {
    background: linear-gradient(0deg, rgba(42, 123, 155, 0) 0%, rgba(8, 8, 8, 1) 100%);
    transition: background 0.3s ease;
}

.navbar-solid {
    background-color: rgba(8, 8, 8, 1);
    transition: background 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
}

/* .nav-link {
    font-size: .75rem;
} */

.video-zone {
    position: relative;
    width: 100%;
    /* height: 100dvh; */
    text-align: center;
}

.bg-extended {
    width: 100%;
    height: 100dvh;
    /* background-image: url(images/bg-background.jpg); */
    background: linear-gradient(0deg, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, 0) 50%), url(../images/bg-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-cicle {
    width: 45px;
    height: 45px;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 0;
}

.content-text {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
}

.name-company {
    position: absolute;
    top: 8rem;
    right: 0;
    left: 0;
}

.bg-card {
    background: linear-gradient(0deg, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, 0) 50%), url(../images/bg-card-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-card {
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
}

.content-card-2 {
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
}

.list-group-item {
    padding: .20rem 0;
    color: #D9D9D9;
    background-color: transparent;
    border: none;
}

.square-btn {
    width: 54px;
    height: 54px;
    padding: 0;
    text-align: center;
    line-height: 54px; /* centrar número verticalmente */
}

.square-btn.selected {
    background-color: #d9d9d9; /* color de fondo azul */
    color: #080808;
    border-color: #d9d9d9;
}

.square-btn.occupied {
    opacity: 35%;
    cursor: not-allowed;
}

.progress, .progress-stacked {
    --bs-progress-bg: #212121;
}

.bg-white {
    background-color: #d9d9d9!important;
}

.input-group-text {
    background-color: transparent;
    color: #d9d9d9;
}


.form-control {
    border-radius: 0rem;
    padding: .85rem 2rem .85rem 3rem;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}

.input-project-white {
    border: 1px solid #080808;
    background-color: #080808;
    color: #d9d9d9;
}
.input-projectt-white:focus {
    background-color: #080808;
    color: #d9d9d9;
}

.form-control::placeholder{
    color: #D9D9D9;
}

.form-control:focus {
    border: 0;
    box-shadow: none;
}


.icon-form {
    /* width: 3.375rem; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    text-align: center;
    padding: .65rem .75rem;
}

.form-group .material-symbols-outlined {
    font-size: 28px;
    color: #d9d9d9;
}

.form-group:focus .material-symbols-outlined {
    font-size: 28px;
    color: #080808;
}

.box-pay {
    background-color: #D9D9D9;
    padding: 1.5rem 2rem;
    color: #080808;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    background-color: transparent;
    border: var(--bs-border-width) solid #080808;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #080808;
    border-color: #080808;
}

.form-check-input:focus {
    border-color: #080808;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.input-group-text {
    padding: .375rem 3rem;
    border-radius: 0;
    background-color: #D9D9D9;
    color: #080808;
}

.best-buyer {
    padding: 4rem 0;
    width: 100%;
    background-color: #D9D9D9;
}

.box-buyer {
    padding: 1rem 3rem;
    background-color: #080808;
    color: #D9D9D9;
}

.btn-social {
    color: #D9D9D9;
    padding: .75rem 1rem;
}

footer {
    background-color: #212121;
}

.carousel-indicators button {
  width: 12px!important;
  height: 12px!important;
  border-radius: 50%;  /* redondo */
  background-color: transparent !important;  /* color por defecto */
  border: 1px solid #d9d9d9 !important;
}

.carousel-indicators .active {
  background-color: #d9d9d9!important;   /* color cuando activo */
}

.btn-primary {
    --bs-btn-color: #080808;
    --bs-btn-bg: #d9d9d9;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #080808;
    --bs-btn-hover-bg: #d9d9d9;
    --bs-btn-hover-border-color: #d9d9d9;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #080808;
    --bs-btn-active-bg: #d9d9d9;
    --bs-btn-active-border-color: #d9d9d9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #676767;
    --bs-btn-disabled-border-color: #d9d9d9;
}

.box-amount {
    border: 1px solid #d9d9d9;
    padding: .50rem 1rem;
}


.logo-navbar{
    width: 120px;
}


@media (min-width: 992px) {
    .content-card {
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
    }

    .content-card-2 {
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
    }

    .text-fix {
        text-align: left!important;
    }
    
    .logo-navbar{
        width: 160px;
    }
}
