@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');
*{font-family: 'Poppins', sans-serif;}

.top-header{
   background-color: #92372f;
    padding: 5px;
    font-size: 15px;
    text-align: left;
}
.top-header a, .top-header span{
   color: white;
    float: left;
    text-decoration: none;
}
#menuesq a{
   text-decoration: none;
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    color: #888888;
    font-size: 16px;
}
#conteudo{
   padding: 50px 0;
}
#conteudo h1{
   text-transform: none;
   font-size: 24px;
    color: #313131;
    font-weight: 500;
}
#conteudo p{
   margin-bottom: 17px;
   font-size: 14px;
   font-family: 'Muli', sans-serif;
   color: #313131;
   text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
footer{
   background-color: #92372f;
}
.footer-socials-section{
   padding: 30px 0 15px;
    border-bottom: 1px solid #4A4A4A;
    text-align: center;
}
.footer-socials-section a{
   color: white;
   text-decoration: none;
   line-height: 20px;
   font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    vertical-align: top;
}
.footer-socials-section a i{
   margin: 10px;
}
#footer-logo{
   text-align: center;
   border-top: solid white 1px;
    padding: 25px 0;
}
.logoamb{
   margin: auto;
}

/* Container da vitrine */

.video-hr {
    border: 0;
    border-top: 1px solid #CCC;
    margin: 20px 0;
}
/* Card do vídeo */
.video-card-sbi {
	background: #fff;
	border-radius: 5px;
	padding: 1px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: solid #CCC 1px;
	overflow: hidden;
}

/* Padroniza o tamanho do título */
.video-titulo {
	font-size: 0.91rem;
	margin: 12px;
	line-height: 1.4;
	min-height: 3.2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Padroniza a área do vídeo */
.video-wrapper {
	border-radius: 0;
	overflow: hidden;
	width: 101%;
	margin: -1px;
}

/* Garante que o iframe ocupe todo o espaço */
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.menuseparator {
	display: inline-block;
	width: 100%;
	min-height: 7px;
	background-color: #ffffff;
	margin: 20px 0 0 0;
	color: #92372f;
	padding: 15px 0 0 10px;
	font-weight: bold;
}

.video-wrapper iframe{
    width:100%;
    height:100%;
}

.video-thumb{
    position:absolute;
    inset:0;
    cursor:pointer;
    z-index:2;
}

.video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.video-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    
    width:90px;
    height:90px;
    line-height:90px;

    border-radius:50%;
    background:rgba(0,0,0,.6);

    color:#fff;
    font-size:42px;
    text-align:center;

    backdrop-filter: blur(3px);
}


/* ==========================================
   LISTAGEM + POST
========================================== */

.blog-associados,
.blog-post {
    color: #495057;
}

/* ==========================================
   LISTAGEM
========================================== */

.blog-associados {
	transition:0.3s;
	background: #fff;
	border-radius: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: solid #CCC 1px;
	padding: 5px;
}

.blog-associados[onclick],
.blog-associados[style*="cursor"] {
    cursor: pointer;
}

.blog-associados:hover {
	background: #f8f9fa;
	border-color: #92372f;
}

.blog-associados small {
    font-size: .85rem;
    color: #6c757d;
}

.blog-associados h2 {
	font-weight: 600;
	color: #212529;
	font-size: 0.91rem;
}

.blog-associados .text-secondary {
    color: #6c757d !important;
    line-height: 1.7;
}

/* ==========================================
   POST
========================================== */

.blog-post {
    max-width: 1000px;
    margin: 0 auto;
}

.blog-post small {
    font-size: .9rem;
    color: #6c757d;
}

.blog-post h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.blog-post-conteudo {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
}

.blog-post-conteudo p {
    margin-bottom: 1.25rem;
}

.blog-post-conteudo h2,
.blog-post-conteudo h3,
.blog-post-conteudo h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #212529;
    font-weight: 600;
}

.blog-post-conteudo ul,
.blog-post-conteudo ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-post-conteudo img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.blog-post-conteudo table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.blog-post-conteudo table th,
.blog-post-conteudo table td {
    border: 1px solid #dee2e6;
    padding: .75rem;
}

.blog-post-conteudo iframe,
.blog-post-conteudo video {
    max-width: 100%;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

    .blog-associados h2 {
        font-size: 1.2rem;
    }

    .blog-post h1 {
        font-size: 1.6rem;
    }

    .blog-post-conteudo {
        font-size: .95rem;
    }

}