.categoria{
  background-color: #7a6ad7;
  color:#fff;
  padding: 10px 20px;
  border-radius: 20px;

}
.investimento{
  background-color: #fff;
  color:#7a6ad7;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 20px;
  float: right;
}
.sabermais{
  background-color: #7a6ad7;
  color:#fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 20px;
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
.sabermais:hover{
  background-color: #fff;
  color:#7a6ad7;
  border: 1px solid #7a6ad7;
}
.modal-fullscreen {  
  position: fixed;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1050; /* Acima de outros elementos */ 
}

.modal.fade .modal-dialog {  
    transition: transform 0.3s ease-out;  
}    

.modal-content {  
    background-color: transparent; /* Fundo da modal transparente */  
    border: none; /* Remove a borda da modal */  
}  

.video-container {  
    position: relative;  
    padding-bottom: 56.25%; /* Proporção 16:9 */  
    height: 0;  
    overflow: hidden; 
    margin: auto; 
}  

.video-container iframe {  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  

}

.title_pag{

    margin-top: 30px;
}
.title_pag h2{
 float: right;
 color: #fff; 
}

.custom-list-group {  
    background-color: #f8f9fa; /* Altere esta cor conforme necessário */  
}

.send_comprov{
    background-color: #7a6ad7;
    color: #fff;
    border-radius: 10px;
    padding: 2px 5px;
}

/* Para smartphones */  
@media (max-width: 600px) {  
    .title_pag h2 {  
        font-size: 16px; 
    }  
    .ini_text_afiliado{
        font-size: 14px;
    }
}  

/* Para tablets */  
@media (min-width: 601px) and (max-width: 900px) {  
    .title_pag h2 {  
        font-size: 20px; 
    }  
    .ini_text_afiliado{
        font-size: 16px;
    }
}  

/* Para desktops */  
@media (min-width: 901px) { 

} 
