.app {
    height: 100%;
}

body {
    background-color: #eee;
    
}

.btn-primary,
.btn-perfil {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 170, 0.6) 30%,
        #005596 100%
    );
    border-color: #ddd !important;
    color: #ddd;
}

.btn-login:hover,
.btn-registro:hover,
.btn-estilo:hover,
.boton-formulario-contac:hover,
.btn-primary:hover {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 220, 0.6) 30%,
        #005596 100%
    ) !important;
    color: #fff;
}

.text-primary {
    color: #ff5733 !important;
}

.bg-primary {
    background-color: #ff5733 !important;
}

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

/* Estilo para el buscador */
#fnd_buscador {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    );
    padding: 20px;
    padding-bottom: 100px;
}

.input-group {
    max-width: 600px;
    margin: 0 auto;
}

.form-control {
    border: 1px solid #eee;
    border-radius: 2px;
}

.btn-primary {
    border-radius: 2px;
}

/* Estilo para el label */
.label-buscador {
    padding-top: 50px;
    color: white;
    display: block;
    margin-bottom: 10px;
    font-size: 1.25em;
    text-align: center;
}

/* Navbar */
.navbar2 {
    background-color: rgba(0, 85, 150) !important;
}

/* Imagen y login */
.contenedor-imagen-logo1 {
    margin-left: 3%;
}

.size-imagen-logo {
    width: 60%;
    height: auto;
}

.login-button {
    margin-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.btn-light {
    background-color: #f8f9fa;
    color: #007bff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.btn-light i {
    margin-right: 8px;
    font-size: 18px;
}

/* Imagenes marcas */
.imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.imagen-marca {
    width: 70px;
    height: 100px;
    object-fit: contain;
    margin-top: 10px;
}

/* Contenedor de las imágenes */
.imagenes-container {
    text-align: center;
    background-color: #ffffff;
    width: 90%;
    height: 0 auto;
    margin: -65px auto 50px;
    border-radius: 8px;
}

/* Imagenes marcas en mobile */
@media (max-width: 768px) {
    .imagenes .imagen-marca {
        flex: 1 1 calc(33.33% - 20px);
        width: 100px;

        margin-right: 20px;
    }
}

/* Card slider */
.informacion {
    margin-left: 10px;
}

.star-icon {
    color: purple;
    font-size: 17px;
}

/* Estilo inicial del botón */
.favorite-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent !important;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Estilo inicial del ícono */
.favorite-btn i {
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s;
}

/* Estilo para cuando el botón está activado (favorito) */
.favorite-btn.active {
    background-color: #ffffff;
    border-color: red;
}

.favorite-btn.active i {
    color: red;
}

/*login*/
.gradient-custom-2 {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    );
}

@media (min-width: 768px) {
    .gradient-form {
        /*height: 100vh !important;*/
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
    }
}

.contenedor-registro {
    margin-top: 30px;
}

.btn-registro,
.btn-login {
    padding-top: 10px;
}

.btn-login {
    margin-top: 30px;
}

.btn-registro,
.btn-estilo,
.btn-login {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    );
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 300px;
}

.contenedor-login,
.contenedor-register {
    margin-top: -50px;
}

/*estilo mensaje login*/
.mensaje-login {
    margin-bottom: 50px;
}

/* Estilo carrusel */
.owl-carousel .card-item {
    text-align: center;
}

.owl-carousel .card-image {
    width: 100%;
    height: auto;
}

/* Estilo de cards de carousel */
.card-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 8px;
    height: 350px;
}

.card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Imagen ajustada para que todas tengan el mismo tamaño */
.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
}

.card-title {
    font-size: 1.25em;
    font-weight: bold;
    margin: 15px;
    color: #333;
}

.card-item p {
    font-size: 1em;
    color: #666;
    margin: 0 10px 8px 10px;
}

/* Navegación de flechas */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-prev,
.owl-next {
    color: white;
    font-size: 3rem;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

.owl-prev {
    position: absolute;
    left: -60px;
}

.owl-next {
    position: absolute;
    right: -60px;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin-top: -65px;
    font-size: 70px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: inherit !important;
}

@media (max-width: 768px) {
    .owl-prev,
    .owl-next {
        display: none !important;
    }
}

/*nav usuario*/
.nav-usuario {
    background-color: transparent !important;
}

.user-profile-button {
    background: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    ) !important;
    border-radius: 5px;
    margin-right: 50px;
}

.nombre-usuario {
    color: #ffffff !important;
}

/* Contenedor principal */
.container-autos-main {
    margin: 10px;
}

/* Título de la lista de marcas */
.titulo-marcas {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

/* Estilo filtro */

.btn-filtro {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-filtro:hover {
    background-color: #0056b3;
}

/* Estilos para el botón del menú desplegable */
.dropdown-btn {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    border: 1px solid #ddd;
    z-index: 1;
    padding: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-content label {
    display: block;
    margin-bottom: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1;
    min-width: 150px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1;
}

/* Estilo para botones */
.btn-filtro {
    margin-top: 20px;
}

h3 {
    margin: 0;
    font-size: 1.5em;
}

.titulo-label {
    margin-top: 100px !important;
}

/* Estilo para las opciones del dropdown */
.chosen-container .chosen-results {
    max-height: 200px;
    overflow-y: auto;
}

/* Estilo para cada opción */
.chosen-container .chosen-results li {
    padding: 0.5rem 1rem;
    color: #495057;
}

/* Estilo para opciones seleccionadas */
.chosen-container .chosen-results li.highlighted {
    background-color: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    );
    /* Color de fondo para la opción resaltada */
    color: #ffffff;
}

/* Estilo para la lista de seleccionados */
.chosen-container .chosen-choices li {
    background-color: linear-gradient(
        217deg,
        rgba(0, 85, 150, 0.6) 30%,
        rgba(0, 85, 150, 1) 100%
    );
    color: #ffffff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.6rem;
    margin-right: 0.5rem;
    display: inline-block;
}

.chosen-container .chosen-choices li .search-choice-close {
    color: #ffffff;
    cursor: pointer;
}

.chosen-container-multi .chosen-choices {
    height: 38px;
    margin-bottom: 8px;
    max-height: 75px !important;
}

/*Estilo para Cards*/
@media (max-width: 900px) {
    .card {
        margin: 0 auto;
    }
}

.card {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 45000px;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-img-top {
    max-height: 180px;
    object-fit: cover;
}

.card ul {
    margin-left: 14px !important;
    margin: 0;
    padding: 0;
}

.card li {
    margin-bottom: 5px;
}

/*estilo carrousel modal*/
.carousel-item img {
    width: 80px;
    height: auto;
}

/* Estilo para la flecha "anterior" */
.owl-prev {
    position: absolute !important;
    font-size: 2.5em !important;
    background: transparent !important;
    border: none !important;
    color: #333 !important;
}

/* Estilo para la flecha "siguiente" */
.owl-next {
    position: absolute !important;
    font-size: 2.5em !important;
    background: transparent !important;
    border: none !important;
    color: #333 !important;
}

.owl-prev,
.owl-next {
    top: 50%;
    transform: translateY(-50%);
}

/*Footer*/
.footer {
    background: linear-gradient(
        217deg,
        rgba(0, 57, 130, 1) 30%,
        rgba(0, 85, 150, 1) 100%
    );
    padding: 20px;
    
}

.footer-img {
    width: 200px;
    /* max-width: 200px; */
}

.logo-footer img {
    max-width: 130px;
}

.lista-footer ul {
    font-size: 1rem;
    list-style: none;
    padding: 0;
}

.lista-footer ul li a, .info-footer p {
    color: #fff;
    text-decoration: none;
    line-height: 2em;
    font-weight: bold;
}

.lista-footer ul li {
    color: black;
    margin: 0 15px;
}

.lista-footer ul li a:hover {
    color: black;
    text-decoration: none;
}

.acceso-footer {
    color: black !important;
    text-decoration: none;
    font-weight: bold;
}

.success {
    margin: 0 auto;
    text-align: center;
}

#app {
    min-height: auto !important;
}

@media (max-width: 995px) {
    .footer .container {
        margin: 0;
        display: inline;
    }
}

@media (max-width: 850px) {
    .footer .container {
        margin: 0;
        display: inline;
    }

    .footer .row {
        flex-direction: column;
        padding-left: 5%;
    }
}
