.paragrafo,
.list-item {
    font-size: 14px !important;
    color: rgb(153, 153, 153);
    -webkit-text-fill-color: rgb(153, 153, 153);
}

.nav-link{
	color: white;
}

.list-item {
    text-align: left;
    font-size: 1rem;
    padding: 1rem;
    color: black !important;
}

.card,
header {
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.137), 0px 8px 24px rgba(0, 0, 0, 0.137) !important;
    /* Sombra suave nas bordas */
}

.card {
    border-radius: 10px;
    /* Borda arredondada para um visual mais suave */
    padding: 10px;

    h5 {
        color: black !important;
        text-align: center;
    }

    ;

    p {
        color: rgb(153, 153, 153) !important;
    }

    ;
}

.card-border{
    @extend .card;
    border: 1px solid rgba(26, 54, 126, 0.125) !important;
    border-radius: .25rem !important;
    box-shadow: 0 0 !important;
}

.btn-custom {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin: -10px;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

.timeline {
    border-top: 2px dashed rgba(0, 0, 0, 0.281);
    position: relative;
    
}

.timeline-container{
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.timeline::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #2196f3;
    border-radius: 50%;
    position: absolute;
    top: -6px; /* Para centralizar o ponto na borda */
    left: 0.5; /* Posição inicial da timeline */
}


.blue-model-section{
    background-color: #0095da;
}

.card-li{
    min-height: 520px !important;
}

.btn-custom:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}


h2 {
    color: #007bff;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    /* Posiciona no meio verticalmente */
    transform: translateY(-50%);
    /* Ajuste fino para centralizar */
    width: 50px;
    /* Define um tamanho adequado */
    height: 50px;
}

.carousel-control-prev.hidden,
.carousel-control-next.hidden {
    display: none;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.dark-model-section {
    border-radius: 0px;
    background-clip: initial;
    background-color: rgba(33, 33, 33, 0.996);
    min-height: 50px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 0px;

    h2,
    p {
        font-size: 14px !important;
        color: rgb(182, 181, 181); 
    }

    h2 {
        font-size: 40px !important;
        color: #fdfdfd
    }

    ;
}

 /* Adiciona a linha vertical serrilhada */
 .dotted-divider {
      border-right: 2px dashed rgba(0, 0, 0, 0.281);
      
    }

.card-dark,
.card-dark-large {
    @extend .card;
    border-radius: 0px;
    background-clip: initial;
    background-color: rgba(38, 38, 38, 0.996);
    min-height: 300px;
    border: 0px none rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 11px 4px;
    margin: 10px;
    padding: 10%;
    text-align: center;

    img {
        display: block;
        margin: 0 auto;
        /* Centraliza a imagem horizontalmente */
    }

    ;

    h5 {
		color: white;
        text-align: center;
        font-weight: normal;
    }

    ul,
    li {
        color: white;
        text-align: left;
        font-size: 14px !important;
        color: rgb(182, 181, 181);
        -webkit-text-fill-color: rgb(153, 153, 153);

    }


}

.fw-bold {
    font-size: revert;
}

.div-li {
    margin-top: 2px;
    margin-left: 10px !important;
}

.card-dark-large {
    @extend .card-dark;
    height: 220px;
    width: 354px or 20%;

}

.text-itemn {
    text-align: center;
    align-items: center;
    display: flex;
}


@media (max-width: 992px) {

    /* Remove a margem esquerda e o padding em telas menores */
    .card {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    /* Ajusta o tamanho da fonte em telas menores */
    .paragrafo {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {

    /* Ajusta o layout para telas ainda menores */
    .card {
        padding: 20px !important;
    }

    .paragrafo {
        font-size: 16px !important;
    }
}


/* Degradê na fonte azul */
.text-gradient {
    background: linear-gradient(to right, #0066cc, #00b5e2);
    /* Degradê de azul */
    -webkit-background-clip: text;
    /* Aplica o fundo somente ao texto */
    background-clip: text;
    /* Aplica o fundo somente ao texto */
    color: transparent;
    /* Torna o texto transparente para exibir o degradê */
    font-family: 'Poppins', sans-serif;
    /* Fonte Poppins */
    font-size: 80hvh !important;
}

/* Fontes responsivas */
.text-gradient {
    font-size: 4vw;
    /* Ajusta o tamanho da fonte com base no tamanho da tela */
}

/* Subtítulo com fonte ajustada */
.subheading {
    font-size: 20px !important;
    text-align: left !important;
    margin-left: 3% !important;
    color: aliceblue;
}

/* Ajuste do degradê e da sobreposição */
.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(76, 66, 66, 0.49), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) !important;
    pointer-events: none;
    /* Permite que elementos abaixo continuem interativos */
}

/* Alinhamento à esquerda do texto */
.site-heading {
    text-align: left;
    /* Alinha o título e o subtítulo à esquerda */
    padding-left: 20px;
    /* Espaço à esquerda para não ficar colado na borda */
}

/* Media Query para telas médias (ex: tablets e laptops) */
@media (max-width: 1200px) {
    .text-gradient {
        font-size: 60px !important;
        /* Ajusta o título para telas até 1200px */
    }

    .subheading {
        font-size: 20px !important;
        /* Ajusta o subtítulo para telas até 1200px */
        text-align: left;
        margin-left: 8% !important;
    }
}

/* Media Query para telas pequenas (ex: celulares maiores) */
@media (max-width: 768px) {
    .text-gradient {

        font-size: 10vw;
        /* Menor para telas menores */
    }

    .subheading {
        font-size: 5vw;
        /* Subtítulo menor em telas menores */
        text-align: left !important;
        margin-left: 0px !important;
    }
}

/* Media Query para telas extra pequenas (ex: celulares pequenos) */
@media (max-width: 480px) {
    .text-gradient {
        font-size: 12vw;
        /* Maior redução para telas muito pequenas */
    }

    .subheading {
        font-size: 6vw;
        /* Maior redução no subtítulo */
        text-align: left !important;
        margin-left: 0px !important;
    }
}

.ranking-card {
      position: relative;
      background-color: #374151; /* bg-gray-700 */
      border: 1px solid #4b5563; /* border-gray-600 */
      border-radius: 12px; /* rounded-xl */
      padding: 24px; /* p-6 */
      text-align: left;
      padding-right: 20%;
    }
    .ranking-card span {
      display: block;
    }
    .ranking-image {
      position: absolute;
      top: 0;
      right: 32px;
      width: 56px;
      height: 86px;
    }

    #sticky-footer {
      padding: 40px 0;
      color: white;
      text-align: center;
    }
    .footer-logo img {
      max-width: 150px;
    }
    .titulo h1 {
      font-size: 2rem;
      font-weight: bold;
    }
    .sub h2 {
      font-size: 1.2rem;
      font-weight: 500;
    }
    .infos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      margin-top: 20px;
    }
    .infos .title {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .info {
      display: block;
      color: #fff;
      text-decoration: none;
      margin-bottom: 5px;
      font-size: 0.9rem;
    }
    .info:hover {
      text-decoration: underline;
    }
    .copyright {
      margin-top: 20px;
      font-size: 0.85rem;
      opacity: 0.8;
    }