/*blog Relacionados*/

.container-blog-relacionados {
    border-radius: 8px;
    border: 1px solid #D9D8D6;
    background: #F6F6F6;

}
.container-blog-relacionados:hover .icon-clock {
   display: none;
    
}

/* Relacioned Blogs Hover Effect*/

.container-blog-relacionados:hover .icon-clock {
    display: none;
}
.container-blog-relacionados:hover .tempo-de-leitura1{
    display:none;
}
.container-blog-relacionados .tempo-de-leitura2{
    display:none;
}
.container-blog-relacionados:hover .tempo-de-leitura2{
    display:block;
}
/* End Relacioned Blogs Hover Effect*/

.etiquetas-blog-destaques {
    margin-top: 20px;
}

.container-blog-relacionados:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.image-blog-relacionados {
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0px 0px !important;
}
.image-blog-relacionados img{
    width:100%;
    height:200px;
}
.info-blog-relacionados {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF4713;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.icon-clock {
    width: 15px;
    height: 15px;
    margin-bottom: 12px; /* Adicione uma margem superior para ajustar o alinhamento vertical */
}
.container-titulo-relacionados{
    padding:10px;
    
}
.post-title-blog-relacionados{
    color:#53575A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}
.post-desc-blog-relacionados {
    color:#53575A !important;
    text-align: justify !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
@media only screen and (max-width: 767px) {
	.image-blog-relacionados {
		object-fit: cover;
		height: 100%!important;
		border-radius: 8px !important;
	}
	.post-desc-blog-relacionados {
	   text-align: left !important;

	}
}


/*Fim Relacionados*/



/*blog Destaques*/


.container-blog-destaques:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.image-blog-destaques {
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0px 0px !important;
}

.info-blog-destaques{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF4713;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.icon-clock {
    width: 15px;
    height: 15px;
    margin-bottom: 12px; /* Adicione uma margem superior para ajustar o alinhamento vertical */
}
.container-titulo-destaques{
    padding:10px;
    
}
.post-title-blog-destaques{
    color:#53575A;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}
.post-desc-blog-destaques {
    color:#53575A !important;
    text-align: justify !important;
    font-family: Poppins !important;
    font-size: 17px;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: normal !important;
}
@media only screen and (max-width: 767px) {

	.post-desc-blog-destaques {
	   text-align: left !important;

	}
}



/*Artigos mais lidos*/


.container-artigos-mais-lidos{
    border-bottom: 1px solid black;
}
.image-artigos-mais-lidos {
    width: 100%;
    object-fit: cover;
}
.info-artigos-mais-lidos {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF4713;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.searchandfilter li[data-sf-field-input-type=radio] label{
   padding-left: 0px !important;
}

.icon-clock {
    width: 15px;
    height: 15px;
    margin-bottom: 12px; /* Adicione uma margem superior para ajustar o alinhamento vertical */
}
.container-titulo-artigos-mais-lidos{
    padding:10px;
    
}

.post-desc-artigos-mais-lidos {
    color:black !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.ler-mais-artigos-mais-lidos{
    color: #53575A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*Artigos mais lidos*/



.search-filter ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    color: #53575A;
    text-align: center;
    font-weight: 600;
    gap:20px;
    flex-wrap: wrap;
    margin:0px;
}



.searchandfilter ul li.sf-field-category ul li {
    border-right: 1px solid black;
    padding-right: 10px;
}



.content ol, .content ul {
    margin:0px !important;
}
form#search-filter-form-2330 {
    max-width: 100%;
    
}
.sf-field-category li:hover {
    color: #FF4713;
}
.sf-field-category li{
    border-right:1px solid black;


}
.searchandfilter label {
    display: inline-block;
    padding-right: 0px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    flex-wrap:nowrap;
}

.sf-input-radio input[type=checkbox], input[type=radio]{
    display:none;

}
.sf-input-radio{
    border-right: 1px !important;
    padding-right: 10px !important; 
}

body .sf-field-search input[type="text"]{
    background-color: #FFFFFF;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.2!important;
    margin-bottom:0;
    color: black !important;
    border-color:#A8A6A6;
    border-radius: 5px;
    height:51px;
    background-repeat:no-repeat;
    background-position:center left 10px;
    background-image:url('/wp-content/themes/zyrgon-child-theme/assets/lupa.svg');
    width: 260px;
    text-align: right;
    font-size: 11px;
}


.sf-item-0 {

    display: none !important;
}
li.sf-level-0.sf-item-0 {
    display: none !important;
}
.search-filter-no-results-message {
    display: flex;
    align-items:center;
    justify-content:center;
    color: #FF4713;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

@media screen and (max-width: 767px){
	.searchandfilter ul li.sf-field-category ul li {
		border-right: none;
		padding-right: 10px;
		width: 100%;
	}
	.info-card-blog {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Poppins;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.post-desc-card-blog {
   color: #53575A;
    font-family: Poppins;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    
}
}

i.icon-blog-mobile.rotate-blog-icon svg {
    transform: rotate(270deg);
}

i.icon-blog-mobile svg {
    transform: rotate(90deg);
    transition: 0.5s;
    position: relative;
    top: 3px;
}

svg.animateme.hideme path {
    fill: #FF4713;
}

p.click-blogs {
	cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins' !important;
    color: #FF4713;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    body .sf-field-search input[type="text"]{
    background-color: #FFFFFF;
    font-style: normal;
    font-size:11px;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;   
    font-weight: 400;
    line-height: 1.2!important;
    margin-bottom:0;
    color: black !important;
    border-color:#A8A6A6;
    border-radius: 5px;
    height:51px;
    background-repeat:no-repeat;
    background-position:center left 10px;
    background-image:url('/wp-content/themes/zyrgon-child-theme/assets/lupa.svg');
    max-width: 100%;
    text-align:right;
}
.searchandfilter label {
    display: inline-block;
   padding-right: 0px !important;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    flex-wrap: nowrap;
}
.search-filter ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    
}
.searchandfilter label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
    flex-wrap: nowrap;
}
li.sf-level-0.sf-item-0.sf-option-active {
    display: none;
}
li.sf-level-0.sf-item-0 {
    display: none;
}
.etiqueta{
    background-color: #FF4713;
    padding: 5px;
    border-radius:8px;
    color:#FFF;
    text-align: justify;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.etiqueta-card{
    color: #FF4713;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-card {
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
}


.sf-field-category li{
    border:none;
    cursor:pointer !important;

}
.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label, .searchandfilter li[data-sf-field-input-type=range-radio] label {
    padding:0px !important;
}




/*blog card*/

.image-card-blog {
    height: 208px !important;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px !important;
}
.info-card-blog {
	opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icon-clock {
    width: 15px;
    height: 15px;
    margin-bottom: 12px; /* Adicione uma margem superior para ajustar o alinhamento vertical */
}
.container-titulo-card-blog{
     background-color:white;
    padding:10px;
    
}
.post-titlecard-blog{
  background-color:white;
  padding:10px;
}
.post-desc-card-blog {
   color: #53575A;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    
}
.card-blog-saber-mais{
    color: #FF4713;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:24px;
    
}
.container-card {
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.title-card-blog {
    flex-direction: column;
    padding: 20px;
}
.post-title-blog-card{
    color: #323E48;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.card-post {
    height: 100%;
    flex-direction:column;
}
.container-card {
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.card-post {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container-card-blog {
    flex-grow: 1;
    display: flex; 
    flex-direction: column;
    }

.card-blog-saber-mais {
    margin-top: auto; 
    align-self: flex-end !important; 
}





.container-blog-relacionados a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-titulo-relacionados {
    padding: 10px;
    height: 100%;
}

.title-blog-relacionados {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.etiquetas-blog-relacionados {
    margin-top: auto;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.etiqueta{
    background-color: #FF4713;
    padding: 5px;
    border-radius:8px;
    color:#FFF;
    text-align: justify;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.etiqueta-card{
    color: #FF4713;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform:capitalize;
}


.etiqueta-relacionados {
    margin: 5px 5px 0 0;
    background-color: #FF4713;
    padding: 5px;
    border-radius: 8px;
    color: #FFF;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform:capitalize;

}

.etiqueta-card-relacionados{
    color: #FF4713;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform:capitalize;

}

/* Pagination */

.elementor-42 .elementor-element.elementor-element-6fd82e5 .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    margin-top: 44px;
}

span.page-numbers.current {
    background: var(--Orange, #FF4713);
    color: var(--White, #FFF);
    font-size: 20px;
}

.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
a.page-numbers.next, span.page-numbers.next {
    font-size: 32px;
    color: #FF4713;
}
a.page-numbers.prev, span.page-numbers.prev {
    font-size: 32px;
    color: #FF4713;
}
a.page-numbers, span.page-numbers {
    color: var(--Grey-Dark, #323E48);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}










