/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/


:root{
	--principal: #128c7e;
}

html, body,p, strong, div, a, h1, h2 h3,h4, h5, h6{
	font-display: swap !important;
}

.paoc-popup-btn{
	background-color: transparent !important;
	border: 2px solid var(--principal);
	color: var(--principal) !important;
	font-weight: 600;
	border-radius: 20px !important;
	text-transform: uppercase;
}

.paoc-popup-btn:hover{
	opacity: .8
}

.container .twelve.alt.sidebar-right, .container .twelve.alt.sidebar-left, #sidebar.sidebar-right #sidebar-widgets, #sidebar.sidebar-left #sidebar-widgets {
    border-color: #ebebeb !important;
}

/* Funções específicas para mobile*/
.mob{display:block}
.desk{display:none}

@media screen and (min-width: 768px){
	.mob{display:none}
	.desk{display:block}
}

/* Logo da agência no copyright */
#copyright img {
    margin-bottom: -3px;
}

/* Botão dos formulários */
.wpcf7-form .wpcf7-submit{border-radius: 99px; background:#b3211c;color:#ffffff; text-transform:none; cursor:pointer}
.wpcf7-form .wpcf7-submit:hover{background:#b3211c;color:#ffffff;opacity:0.8;}

/* Botão no menu*/
.header-v1 #navigation > ul > .botao > a{
	background-color: #b3211c;
	padding: 5px;
	box-sizing: border-box;
	width: 80px;
	margin-top: -5px;
	color: #fff !important;
}

/* Overlay blog */
.entry-image .entry-overlay {
    background: #b3211cbd !important;
}

/* Notícias home */
.owl-controls, .blog-item-description span{
	display:none !important;
}

.latest-blog .blog-item .blog-overlay {
    background: #b3211cbd !important;
}

.joinchat__button {
    bottom: 25px !important;
    right: 2px !important;
}

a.button.color-3:hover {
    background: #183883 !important;
    border-color: #183883 !important;
    opacity: 0.8;
}
#comments{
	display: none;
}
/* detalhes do blog */
.blog-page .post h1 a, .blog-page .post h2 a, .blog-page .read-more-link {
    color: #b3211c;
}
.latest-blog .blog-item h4 {
    color: #b3211c !important;
}
/* topbar */
#topbar {
	min-height: 30px !important;
    max-height: 30px !important;
    line-height: 28px !important;
    font-size: 13px !important;
}

/* copyright */
#copyright .copyright-text {
    font-size: 13px;
}

#copyright{
	padding: 10px 0 !important;
}

html body .portfolio-detail h1, .portfolio-detail-description h1 {
    font-size: 36px !important;
    margin: 30px 0 !important;
}

html body .portfolio-detail-description-text a{
	color: #b3211c !important;
}
html body .portfolio-detail-description-text a:hover{
	opacity: 0.8;
}
html body .popupaoc-button {
    background: #b3211c !important;
    border-radius: 20px !important;
}
html body .popupaoc-button:hover, a.button.color-3:hover {
    background: #b3211c !important;
    border-radius: 20px !important;
	border-color: #b3211c !important;
	opacity: 0.8
}
a.button.color-2:hover{
	background: #b3211c !important;
	border-color: #b3211c !important;
	color: #fff !important;	
}
.social-icons ul li a{
	line-height: 30px !important;
	font-size: 16px;
	color: #fff !important;
	opacity: 1 !important;
}
.social-icons ul li a:hover{
	opacity: 0.8 !important;
}
.social-icons ul li{
	height: 10px !important;
}
html body .social-icons ul li a .fa {
	color: #fff !important;
}
/* botao leia mais */
#conteudo{
	display:none;
}
/* page not found */
.page-404 h3 {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: var(--principal) !important;
    text-transform: none !important;
}
.page-404 h2 {
    width: 250px !important;
    height: 250px !important;
    line-height: 250px !important;
    border: 2px solid #f3f0f0 !important;
    color: var(--principal) !important;
    margin: 0 auto 30px auto !important;
    box-shadow: 0 16px 12px -6px #c1c1c1;
}

/* portfolio */
.portfolio-detail h1, .portfolio-detail-description h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.filter-all{
	display: none !important
}

.portfolio-filters ul li:after{
    content: '' !important;
}

.portfolio-filters ul li:before {
    content: '/';
}

html body .portfolio-filters ul .filter-all:before {
    content: '' !important;
}

/* botao portfolio */
.portfolio-detail-description-text .btn, .btn{
	background: #128c7e !important;
	color: #fff !important;
	border-radius: 20px;
	padding: 10px 15px;
	text-transform: uppercase
}

.portfolio-detail-description-text .btn:hover, .btn:hover{
	opacity: .8
}

/* tabs */ 
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
    border-color: #b3211c !important;
    background-color: #b3211c !important;
    color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{
    border-color: #f0f0f0 !important;
    background-color: #f8f8f8 !important;
    color: #333 !important;
}