@charset "utf-8";
/* CSS Document */

.hero-interno-blog {
    height: 255px;
    padding-top: 100px;
    padding-bottom: 0px;
}



   .search-bar {
    /* [disabled]display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background-color: #1f2e3b;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 10px;
        }


        .search-bar .search-field {
    flex-grow: 1;
    border-radius: 50px;
    margin-bottom: 0px;
    background-color: rgba(255,255,255,1.00);
    max-width: 300px;
    margin-top: 7px;
            position: relative;
        }

         .search-field input {
            border-radius: 25px;
            padding: 10px 20px;
            width: 100%;
            border: 1px solid #ccc;
            padding-right: 40px; /* Espaço para o ícone */
        }
 
      .search-bar     .search-field .fa-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #C5C5C5;
    font-size: 20px;
        }
        
      .search-bar     .filter-buttons .fa-plus {
            margin-left: 10px;
            color: #FFFFFF;
        }
     
  .search-bar  .select-wrapper .caret {
    color: #FFFFFF; /* Cor da seta */
    font-size: 1em; /* Tamanho da seta */
    top: -10px; /* Ajuste a posição vertical da seta */
    right: 15px; /* Ajuste a posição horizontal da seta */
    position: absolute; /* Certifique-se de que a seta está posicionada corretamente */
    background-color: rgba(255,255,255,0.00);
}

        .search-bar .search-field input {
    /* [disabled]background-color: #FFFFFF; */
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom-style: none;
    width: 90%;
    margin-top: 0px;
    border-radius: 25px;
    margin-bottom: 0px;
        }
.search-bar .filter-buttons .select-dropdown {
    color: rgba(252,252,252,1.00);
    border-radius: 25px;
    border: 2px solid rgba(255,255,255,1.00);
    /* [disabled]display: flex; */
    flex-wrap: wrap;
    margin-bottom: 10px;
    float: right;
    padding-left: 15px;
    padding-right: 0px;
}

        .search-bar .filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    float: right;
        }
        .search-bar .filter-buttons select, .filter-buttons button {
    border-radius: 25px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    background-color: rgba(255,255,255,0.00);
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: 45px;
    margin-top: 5px;
        }


        .search-bar .filter-buttons button:hover, .filter-buttons select:hover {
            background-color: #00B373;
            color: white;
        }
        .search-bar .advanced-filters {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    background-color: rgba(211,211,211,1.00);
    /* [disabled]top: 80px; */
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: -10px;
    width: 100%;
        }
        .search-bar .tag-link {
    display: inline-block;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #F3F3F2;
    color: black;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 0.7em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
        }
        .search-bar .tag-link:hover {
            background-color: #a9a9a9;
        }
        .card {
            position: relative;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            overflow: hidden;
            transition: transform 0.3s;
        }
        .card:hover {
    transform: translateY(-20px);
        }


        .card-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .card-title-container {
    position: absolute;
    top: 160px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
        }
        .card-title-container .card-title {
    font-size: 1.2em;
    margin: 0;
    padding-top: 0px;
        }
.card-title a {
    padding-bottom: 0px;
    margin-bottom: 30px;
    display: block;
    font-size: 1.0em;
    padding-right: 50px;
}

        .card-title-container .category {
    font-size: 0.8em;
    color: #00B373;
    padding-bottom: 0px;
    padding-left: 15px;
        }
        .card-title-container .category a {
    color: #00B373;
    text-decoration: none;
    text-transform: uppercase;
        }
        .card-content {
            padding: 20px;
        }
        .card-meta {
            font-size: 0.9em;
            color: #777;
            margin-bottom: 15px;
        }
        .card-meta img {
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
        .card-action {
    background-color: #00B373;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease;
        }
        .card:hover .card-action {
    transform: translateY(0);
    background-color: rgba(0,176,115,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
        }
        .card-action a {
    color: rgba(0,176,115,1.00);
    text-decoration: none;
    font-size: 1em;
        }
        .tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: capitalize;
        }
        .tags a {
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 0px;
    margin-bottom: 2px;
    padding: 2px 5px;
    background-color: #f0f0f0;
    color: black;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.8em;
    transition: background-color 0.3s ease;
        }
        .tags a:hover {
            background-color: #a9a9a9;
        }
        .author-info {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
        }
        .author-info img {
    border-radius: 10px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
        }
        .author-info span {
            font-size: 0.9em;
            color: #777;
        }
.select-categoria {
    color: rgba(255,255,255,1.00);
}
.tit-blog {
    margin-top: -20px;

}

 .post-title {
            font-size: 2em;
            margin-bottom: 30px;
     margin-top: 20px;
            color: #041C2C;
        }
        .post-meta {
            margin-bottom: 0px;
            color: #777;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .post-meta a {
            color: #00B373;
            text-decoration: none;
        }
        .post-meta a:hover {
            text-decoration: underline;
        }
        .post-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .post-content {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #041C2C;
        }
        .post-tags {
    margin-top: 50px;
    margin-bottom: 0px;
        }
        .post-tags h5 {
            font-size: 1.2em;
            margin-bottom: 10px;
            color: #041C2C;
        }
        .post-tags a {
            display: inline-block;
            margin: 5px 10px 5px 0;
            padding: 5px 10px;
            background-color: #f0f0f0;
            color: #041C2C;
            border-radius: 3px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        .post-tags a:hover {
            background-color: #00B373;
            color: white;
        }
        .share-icons {
            margin-top: 30px;
            display: flex;
            justify-content: space-around;
            max-width: 350px;
            margin-left: auto;
            margin-right: auto;
        }
        .share-icons a {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            font-size: 1.5em;
            transition: transform 0.3s ease;
        }
        .share-icons a:hover {
            transform: scale(1.2);
        }
        .facebook {
            background-color: #3b5998; /* Facebook blue */
        }
        .twitter {
            background-color: #1da1f2; /* Twitter blue */
        }
        .linkedin {
            background-color: #0077b5; /* LinkedIn blue */
        }
        .whatsapp {
            background-color: #25d366; /* WhatsApp green */
        }
        .instagram {
            background-color: #e1306c; /* Instagram pink */
        }
        .main-content {
            display: flex;
            flex-wrap: wrap;
        }
        .main-content .content {
            flex: 3;
            margin-right: 20px;
        }
#postagem {

}

        .main-content .sidebar {
    flex: 1;
    background-color: white;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
        }
        .sidebar h5 {
            font-size: 1.2em;
            margin-bottom: 10px;
            color: #041C2C;
        }
      
      
        .sidebar .related-topics a {
            background-color: #f0f0f0;
            padding: 5px 10px;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 5px;
            text-decoration: none;
            color: #041C2C;
            transition: background-color 0.3s ease;
        }
        .sidebar .related-topics a:hover {
            background-color: #00B373;
            color: white;
        }
.container-custom {
    margin-top: 30px;
    margin-bottom: 50px;
}

.container-custom h2 {
    font-size: 1.5em;
    font-weight: 500;
}
.container-custom h3 {
    font-size: 1.5em;
    font-weight: 500;
}
.container-custom h4 {
    font-size: 1.3em;
    font-weight: 400;
}
.container-custom h5 {
    font-size: 1.5em;
    font-weight: 500;
    
}.sidebar-tit {
    color: #00B073;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0px;
    /* [disabled]padding-right: 10px; */
    font-weight: 400;
}
.sidebar-subtit {
    color: rgba(91,107,117,1.00);
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    padding-right: 10px;
    font-weight: 300;
}
.sidebar-bl {
    margin-bottom: 40px;
}

.sidebar .divider {
  margin-top: 10px;
	margin-bottom: 10px;}
#search {

}
#postagem td {
    min-height: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid rgba(240,240,240,1.00);
    padding-left: 15px;
    padding-right: 15px;
}
#postagem tr {
    
    
}
#postagem tbody {
    border-radius: 15px;
    
}
.post-content .img-estilo-1 {
    float: right;
    margin-top: -30px;
    margin-left: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.post-content iframe {
   
}
.related-topics {
    text-transform: capitalize;
}
