/*
Theme Name: Zanon Engenharia
Theme URI: https://alvaron.com.br
Template: hello-elementor
Author: Zanon Engenharia
Author URI: https://alvaron.com.br
Description: Criado para Zanon Engenharia
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1714694787
Updated: 2024-05-02 21:06:27

*/
html,body {
  scroll-behavior: smooth;
}

body{
	position:relative;
}

.postsidebar ul{
	margin:0px;
	padding:0px;
}

.postsidebar ol{
	margin-left:0px;
}

.postsidebar ul, .postsidebar li{
	list-style-type:none;
}

.wpp-shortcode ol li{
	list-style-type:auto;
	margin-bottom:15px;
}

.tagcat{
	color:#0E2666;
	display:block;
	padding-right: 5px;
}

.cat-item .tagcat{
	display:none;
}
.cat-item .tagcat:first-child{
	display:block;
	float:left;
}
/*
.postsidebar .rpwwt-post-title{
	flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    font-size: 17px;
    line-height: 16px;
    display: flex;
	font-weight:500;
	padding-top:13px;
}

.postsidebar .widget_categories ul{
	margin-left:0px;	
	padding-inline-start:0px;
}

.postsidebar .widget_categories .cat-item{
	background: #a0a0a0;
    color: #fff;
    font-size: 17px;
    line-height: 16px;
    font-weight: 500;
    padding: 9px;
    border-radius: 9px;
    margin-bottom: 10px;
}

.postsidebar .widget_categories .cat-item a{
	color: #fff;
}

.postsidebar .widget_categories .cat-item a:hover{
	color: #DB0400;
}

.postsidebar .widgettitle{
	background: #f3f3f3;
    color: #DB0400;
    font-weight: 500;
    padding: 9px;
    border-radius: 9px;
    margin-top: 27px;
}

.postsidebar .widget_search{
    margin-top: 8px;	
}*/

.postsidebar .widgettitle {
    /* margin-top: 25px; */
    color: #0E2666;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.wpp-shortcode ol li::marker{
    background-color: #0E2666;
    display: block;
    color: #0E2666;
    border: 1px #0E2666 solid;
    font-weight: 800;
}
/*.wpp-shortcode ol li::marker::before{
    background-color: #0E2666;
    display: block;
	content:".";
}*/
.ctnbotz .exad-modal-button i{
    background: #000;
    color:#DB0400;
    padding: 11px;
    border-radius: 100%;
    font-size: 27px;
    float: left;
}
.boxperfil p{
	color:#fff !important;
}
.wpcf7-form br{
    height: 7px !important;
    display: block !important;
    line-height: 7px !important;
}
.wpcf7-form p{
    margin-bottom: 15px !important;
}
.widget_search .search-submit{
    height: 41px;
    padding-top: 5px;
}

.sidebarblog .recent-posts-widget-with-thumbnails, .sidebarblog .widget.widget_categories, .sidebarblog .widget.widget_text{
	border: 2px #0E2666 solid;
    margin-top: 25px;
    padding: 10px;
    border-radius: 9px;
    background: #fafafa;
}

/*.sidebarblog .widget.widget_categories li a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f02b';
}*/

#linkdev {
    display: block;
    position: absolute;
    left: 0.3%;
    opacity: 0.1;
    transition: all 0.5s;
    color: #727272;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.1%;
    font-size: 10px;
}
#linkdev:hover{
	opacity:1;
}

@media screen and (max-width: 991px){
	.exad-modal-item{
		width: 80% !important;
		top:73% !important;
		z-index:3 !important;
	}
}