/*
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
*/

@import url("../unicon/style.css");

@font-face {
    font-family: Museo;
    src: url('lang/museo300-regular.otf');
}
@font-face {
    font-family: Museo titles;
    src: url('lang/museo700-regular.otf');
}

html, body, p, a, .header-v1 #navigation > ul > li > a, span, div, bold, small{
	font-family: 'Museo' !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Museo titles' !important;
}
.vc_tta-panels, .vc_tta-panel-body{
	background: #fff !important;
}

/* Logo da agência no copyright */
#copyright img {
    margin-bottom: -3px;
}
/* Botão dos formulários */
.wpcf7-form .wpcf7-submit{background:#262651;color:#ffffff; text-transform:none; cursor:pointer}
.wpcf7-form .wpcf7-submit:hover{background:##262651;color:#ffffff;opacity:0.8;}

/* Botão no menu*/
.header-v1 #navigation > ul > .botao > a{
	background-color: #1cbac8;
	padding: 5px;
	box-sizing: border-box;
	width: 80px;
	margin-top: -5px;
	color: #fff !important;
}
/* Funções específicas para mobile*/
.mob{display:block}
.desk{display:none}
@media screen and (min-width: 1000px){
	.mob{display:none}
	.desk{display:block}
}
/* Overlay blog */
.entry-image .entry-overlay {
    background: #1cbac882 !important;
}
/* Botões produtos */
a.button.color-3:hover {
    background: #38557f !important;
    border-color: #38557f !important;
	opacity: 0.8;
}

#copyright .copyright-text {
    font-size: 14px;
}

.chat a{
	background-color: #25D366;
	border: 1px solid #25D366;
	padding: 6px !important;
	margin-top: -6px !important;
	border-radius: 3px;
	color: #fff !important;
}

#comments{
	display: none;
}

/* page not found */
.page-404 h3 {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #2681c1 !important;
    text-transform: none !important;
}
.page-404 h2 {
    width: 250px !important;
    height: 250px !important;
    line-height: 250px !important;
    border: 2px solid #f3f0f0 !important;
    color: #2681c1 !important;
    margin: 0 auto 30px auto !important;
    box-shadow: 0 16px 12px -6px #c1c1c1;
}