@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');

*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Poppins", "Open Sans";
    overflow-x: hidden;
}

.container-de-conteudo, .container-footer{
    padding-right: 5rem;
    padding-left: 5rem;
}

.container {
    max-width: 1140px !important;
}

@media (max-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 772px !important;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

.container-botoes-menu-lateral{
    top: 35%;
}

.div-input-nav{
    display: none;
}

.card-image-background {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #F5F5F5;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-image-background:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    transition: transform 0.5s ease;
}

.card-image-background:hover .card-image {
    transform: scale(1.05);
}

.card-image-text {
    position: relative;
    height: 100%;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.card-content {
    max-width: 800px;
    width: 100%;
}

.card-meta {
    margin-bottom: 1rem;
}

.card-date {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.tag-noticia {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.card-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.card-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.card-read-more {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.card-read-more:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .card-image-background {
        height: 400px;
    }

    .card-title {
        font-size: 1.8rem;
    }

    .card-description {
        font-size: 1rem;
    }

    .card-image-text {
        padding: 1.5rem;
    }
}

.img-cadastro-artista{
    width: 150px;
}

.link-hamburguer:hover{
    background-color: #174848;
}
.ql-align-justify{
    text-align: justify !important;
}

.ql-align-right{
    text-align: right !important;
}

.div-nav-svg{
    position: absolute;
    width: 100vw;
    z-index: -1;
    top: 0;
    right: 0;
    height: 320px;
    
}

.quebra-de-linha{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
}

/* Estilos para os botões de tags */
.hover-shadow {
    transition: all 0.3s ease;
    border: none;
    background: rgba(13, 110, 253, 0.05);
    color: #333;
    position: relative;
    overflow: hidden;
}

.hover-shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
    background-color: #0d6efd;
    color: white !important;
}

.hover-shadow:hover i {
    transform: scale(1.1);
    color: white;
}

.hover-shadow i {
    transition: transform 0.3s ease;
    font-size: 1.1em;
    color: #0d6efd;
}

.btn-outline-primary {
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.btn-outline-primary span {
    text-align: center;
    width: 100%;
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0d6efd;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.btn-outline-primary:hover::before {
    transform: scaleY(1);
}