.bg-principal {
    background-color: #CBC0C7!important;
}
.bg-secundary {
    background-color: #FFFFFF!important;
}
.bg-dark-purple {
    background-color: #7D6975!important;
}
.section-margin {
    margin-top: 4em!important;
    margin-bottom: 4em!important;
}
.col-img {
    text-align: right;
}
.circle-img {
    width: 200px;
    height: 200px;
    border-radius: 50%; 
    overflow: hidden;

}
.img-fluid {
    max-width: 100%; 
    max-height: 300px; 
    object-fit: cover; 
}
.tag {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex; 
    gap: 5px; 
    
}
.tag-txt{
    font-size: 0.75em;
    color: #7D6975!important;
    font-weight: bold;
    border: #7D6975 1px solid;
    border-radius: 10%;
    text-decoration: none!important;
    
}
.min-card{
    padding: 0.5em
}
.tag-txt a{
    text-decoration: none!important;
}
.tag-txt:hover{
    color: #CBC0C7!important;
}
.rounded-img {
    border-radius: 20px; 
    overflow: hidden;
}
.accordion-button:not(.colapsed){
    color: #7D6975!important;
    font-weight: bold;
}
.accordion-button:focus{
    border-color:#7D6975!important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.btn-txt{
    font-size: x-large;
}
.light-txt{
    color: white!important;
    text-decoration: none;
}
.light-txt:hover{
    color: #CBC0C7!important;
    text-decoration: none;
}
.btn-dark-purple {
    background-color: #7D6975!important; 
    border-color: #7D6975!important;
    color: white!important;
    font-weight: bold!important;
}
.btn-dark-purple:hover {
    background-color: #FFF!important;
    border-color: #FFF!important;
    color: #7D6975!important;
    font-weight: bold;
}

.carousel-inner .carousel-item img {
    max-width: 100%; /* Ajuste para a largura máxima */
    height: auto; /* Altura automática para manter a proporção */
    margin: 0 auto; /* Centraliza a imagem horizontalmente */
    display: block; /* Garante que a imagem se comporte como um bloco */
}

.carousel {
    max-width: 100%;
    overflow: hidden;
}
.dark-text {
    color: #7D6975!important; 
}
.dark-text:hover{
    color: #FFF!important;
}
.dark-text-simple {
    color: #7D6975!important; 
    font-weight: bold;
}
.text-bigger {
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        visibility: visible;
        width: auto;
        height: auto;
    }
}
.title-main{
    font-size: 2.2em;
    font-weight: bold;
}
.title-minor{
    font-size: 1.8em;
    font-weight: bold;
}
.date{
    font-size: 0.8em;
    font-weight: bold;
    color:#7D6975!important;
    text-align: left;
    margin-bottom: 2em;
}
.post-title {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0; 
    color: #7D6975;
    word-wrap: break-word;
}
.post-title-huge{
    font-size: 3em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0; 
    color: #7D6975;
    word-wrap: break-word;
}
.content p{
    font-family: 'Lora', serif;
    font-weight: normal;
    font-style: normal;
    text-align: justify;

}
.content{
    margin-top: 3em;
    margin-bottom: 10em;
}
.post-subtitle{
    font-size: 2em;
    font-family: 'Cinzel', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 0; 
    color: #7D6975;
    word-wrap: break-word;
}
p {
    font-family: 'Lora', serif;
    font-size: 1.1em;
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5 {
    font-family: "Cinzel", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
span {
    font-family: "Cinzel", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a, a:visited {
    font-family: "Cinzel", sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    font-family: "Cinzel", sans-serif;
    color:#FFF!important;
    text-decoration: none;
    font-weight: bold;
}

