.main-col {
    max-width: 100%;
}

.main-col .the-content {
    margin-bottom: calc( var(--spacer) * -1 );
}

/*TÍTULOS*/
.main-col .the-content h1,
.main-col .the-content h2,
.main-col .the-content h3,
.main-col .the-content h4,
.main-col .the-content h5,
.main-col .the-content h6 {
    text-transform: inherit;
    /*font-weight: 200;*/
    margin-bottom: var(--spacer);
    /*color: var(--color-black);*/
}

.main-col .the-content h5,
.main-col .the-content h6 {
    font-weight: 400;
}

.main-col .the-content h1 {
    font-size: 36px;
}

.main-col .the-content h2 {
    font-size: 24px;
}

.main-col .the-content h3 {
    font-size: 18px;
}

.main-col .the-content h4,
.main-col .the-content h5 {
    font-size: 16px;
}

/*PARÁGRAFOS*/
/*
.main-col .the-content p {
    line-height: 1.45em;
    word-wrap: break-word;
    margin-bottom: var(--spacer);
    font-size: 16px;
    color: #8d8d8d;
}
*/

/*Atualização 22/10/2024 a pedido do Sr. Olivan*/
.main-col .the-content p {
    line-height: 1.45em;
    word-wrap: break-word;
    margin-bottom: var(--spacer);
    font-size: 17px;
    color: #000;
}

.main-col .the-content p a {
    text-decoration: underline;
    color: var(--color-blue-light);
}

.main-col .the-content p strong,
.main-col .the-content p b {
    color: var(--color-black);
} 

/*LISTAS*/
.main-col .the-content ul {
    list-style: none;
    margin: 0 0 var(--spacer) calc( var(--spacer) * 1.5 );
}

/*
.main-col .the-content ul li {
    line-height: 1.45em;
    margin-bottom: .5em;
}
*/

.main-col .the-content ul li::before {
    content: "\25AA";
    color: var(--color-blue-dark);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main-col .the-content ol {
    list-style: none;
    counter-reset: li;
    margin: 0 0 var(--spacer) calc( var(--spacer) * 1.5 );
}

.main-col .the-content ol li {
    counter-increment: li;
    line-height: 1.45em;
    margin-bottom: .5em;
}

.main-col .the-content ol li::before {
    content: counter(li);
    color: var(--color-blue-dark);
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}

/*BLOCKQUOTE*/
.main-col .the-content blockquote,
.main-col .the-content blockquote p {
    font-size: 24px;
    font-style: italic;
    text-align: left;    
    color: var(--color-blue-light);
}

.main-col .the-content blockquote {
    margin-bottom: var(--spacer);
	border-left: 2px solid var(--color-blue-light);
    padding-left: var(--spacer);
}

/*HR*/
.main-col .the-content hr {
    margin-bottom: var(--spacer);
    border-color: var(--color-grey-dark);
    border-style: solid;
    border-width: 1px;
    border-top: none;
}

/*TABLES*/
.main-col .the-content table {
    width: 100%;
    margin-bottom: var(--spacer);
}

.main-col .the-content table tr th,
.main-col .the-content table tr td {
    line-height: 24px;
    padding: 8px 20px;
    border: 1px solid var(--color-white);
}

.main-col .the-content table tr th {
    background-color: var(--color-grey-dark);
    color: var(--color-white);
}

.main-col .the-content table tr:nth-child(even) td {
    background-color: rgba(0,0,0,.1);
}

.main-col .the-content table tr:nth-child(odd) td {
    background-color: rgba(0,0,0,.05);
}

/*FORMS*/
.main-col .the-content form {
    background-color: var(--color-2);
    color: var(--color-white);
    padding: calc( var(--spacer) / 2 );
    min-width: 270px;
    max-width: 100%;
    margin: 0 auto var(--spacer) auto;
}

.main-col .the-content form p {
    margin-bottom: calc( var(--spacer) / 2 );
}

.main-col .the-content form label,
.main-col .the-content form p,
.main-col .the-content form span {
	color: var(--color-white);
	font-size: 14px;
}

/*VIDEO EMBED*/
/**/
.main-col .the-content figure.wp-block-embed {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: var(--spacer);
}

.main-col .the-content .embed-container,
.main-col .the-content .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.main-col .the-content .embed-container iframe,
.main-col .the-content .embed-container object,
.main-col .the-content .embed-container embed,
.main-col .the-content .wp-block-embed__wrapper iframe,
.main-col .the-content .wp-block-embed__wrapper object,
.main-col .the-content .wp-block-embed__wrapper embed {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: block;
}


/*WP GALLERY OVERWRITE*/
.main-col .the-content .wp-block-gallery {
    margin-bottom: var(--spacer);
}

.main-col .the-content .wp-block-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}

.main-col .the-content .wp-block-gallery ul li::before {
    display: none;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    top: unset;
    width: 100%;
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 0;
    color: var(--color-blue-dark);
    text-align: center;
    padding: var(--spacer) var(--spacer) calc( var(--spacer) / 4 );
    font-size: 12px;
    line-height: 1.35em;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

@media only screen and (min-width: 1000px) {
    .wp-block-gallery .blocks-gallery-item figcaption {
        display: block;
    }
}