@charset "utf-8";
/* CSS CUSTOMIZADO POR TS TALENT */
.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background: #121330;
}
#sp-header {
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid rgba(166, 124, 0, .3);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
    padding: 20px 5px;
    line-height: 3;
    color: #000 !important;
	text-transform: uppercase;	
    margin: 0 12px;
    font-weight: 400;
	font-family: 'Lato', sans-serif;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}