/*
Theme Name: Meu Tema
Theme URI: #
Author: Rangel Xavier - Desenvolvedor
Author URI: #
Description: Um tema compatível
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meutema
*/

html,
body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #151515;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	transition: 0.5s;
}

a:hover{
	opacity: 0.7;
}


.vertical-coluna-01 .elementor-posts .elementor-post{
	align-items: center
}

  @media only screen and (max-width : 620px) {
    .vertical-coluna-01 .elementor-posts .elementor-post{
        flex-direction: column;
        gap: 16px;
    }
	  
  }  

.post-noticia p{
	margin-bottom: 24px;
}

.post-noticia ol,
.post-noticia ul{
	list-style-position: inside;
    margin-bottom: 16px;
}

.post-noticia li{
	font-weight: 400 !important;
}

.post-noticia h3,
.post-noticia h2{
	font-family: "IBM Plex Sans" !important;
	margin-bottom: 16px !important;
	font-weight: 500 !important;
}

.post-noticia hr{
	margin: 32px 0px !important;
}

.destaque-noticia-ligas .elementor-element-91e8a3b{
	background-color: transparent !important;
}

  @media only screen and (max-width : 620px) {
	.destaque-noticia-ligas .elementor-element-91e8a3b{
		background-color: white !important;
	}
  }