* {
font-family: 'Montserrat', sans-serif;
/*font-family: 'Roboto', sans-serif;*/
}

body {
background-color: #15151e;
color: #fff;
}

.tituloIni{
    color: #eb4616;
    background-color: #000;
    padding: 0.2em;
    font-size: 1.1em;
    font-weight: 700;
}

.tituloFla{
    color: #e10600;
    background-color: #000;
    padding: 0.2em;
    font-size: 1.1em;
    font-weight: 700;
}

.tituloF1{
    color: blueviolet;
    background-color: #000;
    padding: 0.2em;
    font-size: 1.1em;
    font-weight: 700;
}


.primary-bg-color {
    background-color: #e10600; /*#e43934*/
}

.secondary-bg-color {
    background-color: #eb4616;
}

.barraLaranja{
    font-size: 1.3em;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
}

/*BOTTOM NAVBAM*/
#bottom-navbar-container .container{
justify-content: flex-end;
}

#bottom-navbar-container a{
font-weight: 600;
color: #fff;
}

.navbar-toggler{
font-size: 1.8em;
}

.bg-color-links {
    background-color: #1f1f27;
}


/*LINKS*/

.row{
margin-left: 0;
margin-right: 0;

}

.card {
    margin-top: 2em;
}

.card .card-category{
    font-size: 0.8em;
    color: #949498;
}



.card-title{
    font-size: 0.9em;
    color: #eb4616;
    text-decoration: none;
    font-weight: 200;
}

.card-title:hover{
    color: #fff;
}


@media (min-width: 768px) {
    .card-title{
        font-size: 1.0em;
        font-weight: 400;
    }
}

.nav-links{
    font-size: 1.3em;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
}

.nav-links:hover{
    color: #000 !important;
}


.nav-link a.active {
    border-bottom: 2px solid;
}


.compartilhar{
    font-size: 0.7rem;
    color: #fff;
    text-decoration: none;
}

.compartilhar:hover{
    font-size: 0.7rem;
    color: #eb4616;
    text-decoration: none;
}

.dropdown-menu{
font-size: 0.9em;
}

/**********
 ** footer
***********/




/**********
 ** footer
***********/

.profile img {
    width: 2rem;
    height: 2rem;
    border-radius: 2.5rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .profile img {
        width: 2rem;
        height: 2rem;
        border-radius: 3.5rem;
        overflow: hidden;
    }
    
}


.categoria {
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.5);  Fundo semi-transparente para melhor legibilidade */
    /*color: white;*/
    padding: 1px;
    top: 1px; /* Posição vertical no centro */
    right: 1px; /* Posição horizontal no centro */
    transform: translate(-1%, -1%); /* Centralizar a div no centro da imagem */
  }

  .clicks{
    font-weight: 700;
    font-size: 1em;
    color: #eb4616;
}

@media (min-width: 768px) {
    .clicks{
        font-size: 2.2em;
        font-weight: 700;
    }
}



.clicksSe2{
    font-weight: 700;
    font-size: 1em;
    color: #fff;
}

@media (min-width: 768px) {
    .clicksSe2{
        font-size: 1.3em;
    }
}

.clicksSe{
    color: #eb4616;
}

.cliksimg{
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.5);  Fundo semi-transparente para melhor legibilidade */
    /*color: white;*/
    top: 0px; /* Posição vertical no centro */
    left: 0px; /* Posição horizontal no centro */
    transform: translate(-1%, -1%); /* Centralizar a div no centro da imagem */
  }

.cliksimgFont{
    background-color: #1f1f27e6;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.7em;
}


footer {
    margin-top: 4em;
    padding: 2rem 2rem 4rem 2rem;
    background-color: #000;
    display: flex;
    gap: 2rem;
    font-size: 0.8em;
    flex-direction: column;
}
footer .partners,
footer .top-partners {
    display: flex;
    flex-direction: column;
}

footer .tab {
    align-self: flex-start;
    padding: .75rem;
    border-bottom: 1px solid;
    background: #000;
    color: #eb4616;
    text-align: center;
    font-size: 1rem;
    line-height: 129%;
}
footer .partners-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
    row-gap: 1rem;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    footer .partners-link {
        justify-content: center;
    }
}

footer .partners-link a {
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

footer .partners-link a:hover {
    border-radius: 4rem;
    color: #fff;
    background-color: #eb4616;
}

footer .last-div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eb4616;
}
@media (min-width: 768px) {
    footer .last-div {
        flex-direction: row;
        gap: 0;
        padding-top: 0;
        border-top: none;
    }
}


footer .last-div .anuncie-button {
    padding: .5rem 1rem;
    background-color: #eb4616;
    color: #fff;
    border-radius: 4rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    display: flex;
}

footer .last-div .terms {
    color: #fff;
    font-weight: 400;
}
.hide-md-less {
    display: none !important;
}
.hide-md-more {
    display: flex;
}
@media (min-width: 768px) {
    .hide-md-more {
        display: none !important;
    }
    .hide-md-less {
        display: flex !important;
    }
}



.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .image-container img {
    width: 100%; /* Para que a imagem ocupe toda a largura da coluna */
    height: auto; /* Mantém a proporção da imagem */
  }

  .image-container .logo-overlay-you {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* Garante que o logo fique acima da imagem */
  }