/* Global Styles */
body {
    margin: 0;
    padding: 0;
    background-color: #fafafa!important;
}
#dropdown-menu-cli{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
}
.header-container ul {
    padding: 5px;
    min-width: 150px;
}

@media (min-width: 768px) {
    .navbar-nav{
        align-items: center;
    }
}

#dropdown-menu-cli li {
    margin: 5px 0;
}
#dropdown-menu-cli li a:hover {
    color: #007bff !important;
}
.content-site{
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #192b9b;
}
.content-type-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.featured-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


/* Estilizando o botão principal */
.share-btn {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.share-btn:hover {
    background-color: #2E3AA0;
}

/* Estilizando o modal */
.modal {
    display: none;
    position: fixed;
    /*z-index: 1000;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.card-img-top{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.modal-content {
    background-color: white;
    padding: 20px;
    width: 300px;
    margin: 20% auto;
    border-radius: 5px;
    text-align: center;
}

.close {
    float: right;
    font-size: 22px;
    cursor: pointer;
}

.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.btn {
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    display: block;
}

.whatsapp { background-color: #28a745; }
.facebook { background-color: #1877F2; }
.twitter { background-color: #1DA1F2; }
.telegram { background-color: #0088CC; }

.btn:hover {
    opacity: 0.8;
}
h3{
    font-weight: bold;
}
.button-action{
    display: flex;
    justify-content: flex-end;
}
 /*tela de pesquisas*/
.content-search-header{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
/* tela de detalhes */
.photo img{
    border-radius: 5px;
}
.gallery{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gallery img{
    /* width: 159px; */
    /* height: 106px; */
    border-radius: 5px;
}
.desc{
    color: #7D7D7D;
}
.desc-action{
  margin: 20px 0;
}
.desc-share{
    margin-bottom: 20px;
}
.desc-partner div{
    font-weight: bold;
}
.desc-partner div img{
    width: 100%;
}
.desc-action .button{
    background-color: #198754;
    border: #198754;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .background-container{
       background-repeat: no-repeat;
       height: 200px!important;
       min-height: 200px!important;
       object-fit: contain;
       background-position: center;
       width: 100%;
   } 
    .enterprise-card-detail .desc .button{
        font-size:12px;
    }
  }

/* enterprises */
.background-container{
     /* Define a imagem de fundo */
    background-repeat: no-repeat;
    min-height: 400px;
    object-fit: contain;
    background-position: center;
    width: 100%;
}

/*hide sm */
@media (max-width: 800px) {
    .hide-sm {
        display: none;
    }
}


.enterprise-card-detail{
   flex-direction: row;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: -100px;
   width: 40%;
   margin-left: 30px;
   border-radius: 8px;
   overflow: hidden;
   background-color: #ffffff;
   border: 1px solid #ccc;
}
.enterprise-card-detail .desc{
   padding: 10px 5px;
}
.enterprise-card-detail .desc .button{
    background-color: #198754;
    border: #198754;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.enterprise-card-detail .desc .title{
   font-weight: bold;
   font-size: 20px;
}
.enterprise-card-detail .desc .address{
   font-size: 15px;
   color: #ABB5BE;
   margin-bottom: 10px;
}
/*advertisement*/
.advertisement .custom-hr{
    border: none;
    height: 2px;
    background-color: #000000;
    border-radius: 2px;
}
.filter-ad{
    background-color: #192b9b;
    margin-top:5px;
    padding: 20px;
    border-radius:0px!important;
}
.advertisement .title{
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0px;
}
.advertisement .label{
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0px;
}
.advertisement .action{
    text-align: center;
    margin: 50px 0px;
}
.advertisement .action button{
   width: 100%;
}
.navbar-nav .nav-item {
    margin-right: 30px;
}
.purchase-box {
    border-radius: 5px;
    width: 200px;
    font-family: Arial, sans-serif;
}
.price {
    font-size: 20px;
    font-weight: bold;
    color: #008000;
}

.menuMargin{
    margin-left:50px;
}


@media (max-width: 768px) {
    .mobile-flex{
        display:flex;
        flex-direction:row;
        justify-content: space-between;
        width: 80vw;
    }
    .menuMargin{
        margin-left:0px;
    }
    .form-user{
        padding: 15px;
    }
    .icon-profile{
        display: none;
    }
}
@media (min-width: 768px) {
    .form-user{
        padding: 50px 300px;
    }

}
.form-user-header{
    text-align: center;
    margin-bottom: 40px;
}
.form-user .control-label{
    margin-bottom: 10px;
}
.form-user button{
    width: 100%;
}
@media (max-width: 768px) {
    footer {
        background-color: #0A142F;
        color: #fff;
        padding: 40px;
    }
}
@media (min-width: 768px) {
    footer{
        background-color: #0A142F;
        color: #fff;
        padding: 50px 90px 50px 90px;
    }
}
footer .icon{
    text-align: left;
}

footer .desc{
    max-width: 250px;
}
@media (max-width: 768px) {
    footer .nav-bar {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    footer .nav-bar {
        display: flex;
        justify-content: center;
    }
}
.navigate-footer{
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

footer .copywriter{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    footer .social-medias, .cnpj{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    footer .social-medias {
        display: flex;
        justify-content: flex-end;
    }
}

.button-container {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}
.textarea {
    text-align: left;
    white-space: pre-line;
}

/* Características do veículo - Seção de características */
.characteristic-group {
    margin-bottom: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.characteristic-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #192b9b;
    display: flex;
    align-items: center;
}

.characteristic-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.characteristic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    font-size: 14px;
    color: #495057;
}

.characteristic-item:hover {
    border-color: #192b9b;
    box-shadow: 0 2px 4px rgba(46, 58, 160, 0.1);
    transform: translateY(-2px);
}

.characteristic-item.selected {
    background-color: #192b9b;
    border-color: #192b9b;
    color: white;
    box-shadow: 0 2px 8px rgba(46, 58, 160, 0.2);
}

.characteristic-item .fa-check {
    margin-left: 8px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.characteristic-item.selected .fa-check {
    visibility: visible;
    opacity: 1;
}

.characteristic-item .item-name {
    flex: 1;
}

/* Responsividade para características */
@media (max-width: 768px) {
    .characteristic-items {
        gap: 8px;
    }
    
    .characteristic-item {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins';
}
