/*
 Theme Name:   Transpotech 2020
 Author:       Spezzi
 Author URI:   https://spezzi.com.br
 Version:      1.0

*/

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

a { color: #F58220; }
a:hover { color: #343A40; }

.logo {
    position: absolute;
    z-index: 3;
    padding: 30px 0;
    /* padding-bottom: 20px; */
}

.header-sidebar { color: #ddd; font-size: 13px; text-transform: uppercase; text-align: right; }
.header-sidebar svg { margin-right: 3px; }
.header-sidebar a { color: #fff; text-decoration: none; }
.header-sidebar a:hover { color: #f1f1f1; text-decoration: underline; }

.navbar { background-color: #F58220; z-index: 2; }
.navbar-nav a.nav-link { color: #fff; text-transform: uppercase; letter-spacing: -1px; font-weight: 500; }
.navbar-nav a.nav-link:hover { color: #343A40; }
.navbar-nav li:hover>.dropdown-menu { display: block; }
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active { background-color: transparent; color: #000; }
.navbar-nav .dropdown-menu { top: 95%; }
.navbar-nav .dropdown-menu:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 7px 7px;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    top: -7px;
    left: 9px;
}

/* MENU Mobile */
.header-mobile {
	position: relative;
	/* z-index: 999;  */
	width: 100%;
	/* height: 52px;  */
	/* line-height: 48px; */
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position-x: left;
	background-color: #bbb; */
}
.header-mobile a.btn-menu_mobile {
	display: block;
	width: 52px;
	height: 18px;
	padding: 14px;
	margin: 2px;
	position: absolute;
	top: 0;
    right: 0;
    z-index: 999;
}
.header-mobile a.btn-menu_mobile:before,
.header-mobile a.btn-menu_mobile:after { content: ''; display: block; background: #222; height: 2px; }
.header-mobile a.btn-menu_mobile span { background:#222; display: block; height: 2px; margin: 6px 0; }
/*mmenu*/
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited { color: #fff !important; }


/*section title*/
.section-title {
    text-transform: uppercase;
}
.section-title-div {
    float: left;
    margin-top: 0;
    width: 60px;
    height: 4px;
    background-color: #F58220;
    border: none;
}
.section-title-div.section-title-div-white { background-color: #fff; }

.section-banner {
    padding: 0;
    position: relative;
    z-index: 1;
}

.section-unidades {
    background-color: #F58220;
    color: #fff;
    line-height: 1;
}
.section-unidades a { color: #fff; text-decoration: underline; }
.section-unidades a:hover { color: #f1f1f1; text-decoration: none; }

/* Paginas */
.bg_title-page {
    position: relative;
    background-image: url(assets/images/bg-title_page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    z-index: 1;
}
.bg_title-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF7500;
    mix-blend-mode: overlay;
    opacity: .7;
    z-index: -1;
}

.bg-empresa {
    padding-bottom: 50px;
    /* background-image: url(assets/images/bg-empresa.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain; */
}

/* Produtos */
.prod_resumo { line-height: 1.2; font-size: 14px; }

/* Botões */
.btn-laranja { background-color: #F58220; border-color: #F58220; color: #fff; }
.btn-laranja:hover { background-color: #c45124; border-color: #c45124; color: #fff; }

/* Formulários */
.wpcf7-form .form-group { margin-bottom: 6px; }
.wpcf7-form .form-group.row { margin-bottom: 15px; }
.wpcf7-form label { margin-bottom: 2px; font-size: 13px; }
span.wpcf7-not-valid-tip { font-size: 11px !important; }
span.wpcf7-list-item { display: block !important; margin: 0 !important; }

.grecaptcha-badge { display: none !important; }

/** Footer */
.footer {
    color: #fff;
    font-size: 12px;
}

