@charset "utf-8";
/* CSS Document */

body {
    background-color: 34495e; /* for the tint */
}

.overlay{
    pointer-events:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    z-index:9999;
}

.all-elements{
    overflow-x:hidden;	
}

.page-content{
    background-color:#FFFFFF;
    z-index:10;
    display:block;
    min-height:640px;		
}

.page-content-wrapper{
    display:block;
    margin-top:0px;
    margin-bottom:0px;
    padding:20px;
    padding-bottom:15px;
}

.page-sidebar{
    background: #fff;
    /*	background-image:url(../images/misc/menu-bg.png);
            background-repeat:repeat;
            background-size:75px 75px;*/
    /* width:85%; */
    width:306px;
    display:block;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    position:fixed;
}

.page-sidebar-scroll{
    z-index:2;
    width:100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height:100%;
	background-color: #191919;
}

/*Content Controls*/

.homepage-slider{
    z-index:9;
    margin-top:-50px;
}

.content-controls{
    z-index:15;
    height:50px;
}

.sidebar-shortcuts{
    background-color:#000000;
    height:49px;	
	border-bottom: solid 1px #00aaac;
    border-top: 1px solid #00aaac;
}

.sidebar-shortcuts a{
    /*opacity:0.8;*/
}

.sidebar-shortcuts a:hover{
    background-color:rgba(255,255,255,0.1);
}

.shortcut-call{
    width: 58px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-right: solid 1px #00aaac;
    opacity: 1 !important;
}

.shortcut-facebook{
	/*background-image:url(../images/misc/shortcut_facebook.png);*/
	background-position:16px 11px;
	background-repeat:no-repeat;
	background-size:27px 27px;
	left:52px;
	width:58px;
	line-height:50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height:50px;
	position:absolute;
	border-right:solid 1px #bcc918;
	border-bottom:solid 1px #bcc918;
}

.shortcut-twitter{
    background-image:url(../images/misc/shortcut_twitter.png);
    background-position:17px 11px;
    background-repeat:no-repeat;
    background-size:25px 25px;
    left:105px;
    width:58px;
    height:50px;
    position:absolute;
    border-right:solid 1px #bcc918;
    border-bottom:solid 1px #bcc918;
}

.shortcut-search{
    background-image: url(../images/misc/shortcut_magnifier.png);
    background-position: 16px 12px;
    background-repeat: no-repeat;
    background-size: 27px 27px;
	left: 171px;
    width: 58px;
    height: 50px;
    position: absolute;
    border-right: solid 1px #00aaac;
    border-left: solid 1px #00aaac;
}

.shortcut-close{
    background-image: url(../images/misc/shortcut_close.png);
    background-position: 17px 12px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    right: 14px;
    width: 63px;
    height: 50px;
    position: absolute;
}

.sidebar-search{
    background-color: #00AAAC;
    height: 50px;
    border-bottom: 1px solid #00AAAC;
    display:none;	
}

.search-field{
    width:190px;
    background-color:#000;
    height:33px;
    border-radius:33px;
    line-height:33px;
    color:#fff;
    background-image:url(../images/misc/shortcut_magnifier.png);
    background-repeat:no-repeat;
    background-size:22px 22px;
    background-position:10px 5px;
    padding-left:40px;
    margin-left:10px;
    margin-top:8px;
}

.search-close{
    margin-right: 12px;
    background-position: 10px 0;
    float: right;
    background-image: url(../images/misc/shortcut_close.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: 25px;
    margin-top: -29px;
    opacity: 1;
}

.sidebar-logo{
    padding-top:30px;
    padding-left:25px;
    margin-bottom:30px;
}

.sidebar-breadcrumb{
    border-top: solid 1px #00aaac;
    border-bottom: solid 1px #00aaac;
    background-color: #000000;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8;
}

.sidebar-decoration{
    height:2px;
	background-color: #00aaac;
}

.nav-submenu a:first-child{
    margin-top:-1px;
}

.nav-submenu a:last-child{
    border-bottom:solid 0px #000000!important;
}

.nav-submenu a{
    border-top: solid 1px #00AAAC;
    border-bottom: solid 1px #00AAAC;
    line-height:55px;
    padding-left:60px;
    background-image:url(../images/misc/nav-submenu.png);
    background-repeat:no-repeat;
    background-size:8px;
    background-position:30px 24px;
    color:#fff;
    font-size: 12px;
}
.nav-submenu a span,
.navigation-item span{
display: inline-block;
  vertical-align: middle;
  line-height: normal;   
}
 
.nav-subsubmenu a {
    border-top: solid 1px #00AAAC;
    border-bottom: solid 1px #00AAAC;
    line-height: 55px;
    padding-left: 75px;
    color: #fff;
    background-position: 50px 24px;
}

.nav-submenu{
    display:none;
}


.navigation-item .sidebar-decoration{
    display:none;
}

.active-submenu{
    display:block;
}

.nav-subsubmenu {
    display: none;
}

.nav-item{
    height:55px;

}

.nav-item:hover{
    background-color:rgba(255,255,255,0.05);
}

.nav-submenu a:hover{
    background-color:rgba(255,255,255,0.05);
}

.selected-item{
	position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #00AAAC;
    right: 32px;
    margin-top: 23px;
}

.unselected-item{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:8px;
    background-color:none;
    right:25px;
    margin-top:23px;
}

.dropdown-item{
    background-image:url(../images/misc/nav-dropdown.png)!important;
    background-size:14px 13px;
    position:absolute;
    width:14px;
    height:14px;
    right:25px;
    margin-top:23px;
}
.no-prog #progressBar{
	display: none;
}
.submenu-deploy em,
.subsubmenu-deploy em{
    background-image:url(../images/misc/nav-dropup.png);
    background-size:14px 13px;
    position:absolute;
    width:14px;
    height:14px;
    right:30px;
    margin-top:23px;
}

.link-item{
    background-image:url(../images/misc/nav-link.png);
    background-size:14px 13px;
	background-repeat: no-repeat;
    position:absolute;
    width:14px;
    height:14px;
    right:25px;
    margin-top:23px;
}

.nav-item{
	background-position: 13px 17px;
    background-size: 25px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    padding-left: 50px;
    line-height: 55px;
}

.dropdown-item{
    background-image:url(../images/misc/nav-dropdown.png);
}

.home-icon{
    /*background-image:url(../images/icons/misc/home.png);*/
}

.features-icon{
    background-image:url(../images/icons/settings/cog2.png);
}

.gallery-icon{
    background-image:url(../images/icons/media/image2.png);
}

.facebook-icon{
    background-size: 10px;
    background-position: 20px 17px;
    background-image:url(../images/icons/social/facebook_icon.png);
}

.twitter-icon{
    background-size: 17px;
    background-position: 17px 20px;
    background-image:url(../images/icons/social/twitter_icon.png);
}

.linkedin-icon{
    background-size: 17px;
    background-position: 17px 19px;
    background-image:url(../images/icons/social/linkedin_icon.png);
}

.google-icon{
    background-size:21px;
    background-position:17px 17px;
    background-image:url(../images/icons/social/google_plus_mobile.png);
}

.youtube-icon{
    background-size:21px;
    background-position:17px 20px;
    background-image:url(../images/icons/social/youtube_mobile.png);
}

.info-update{
    background-image:url(../images/misc/notification-blue.png);
    background-size:42px 42px;
    background-position:20px 0px;
    background-repeat:no-repeat;
    height:50px;
    padding-left:80px;
}

.notification-update{
    background-image:url(../images/misc/notification-yellow.png);
    background-size:42px 42px;
    background-position:20px 0px;
    background-repeat:no-repeat;
    height:50px;
    padding-left:80px;
}

.warning-update{
    background-image:url(../images/misc/notification-red.png);
    background-size:42px 42px;
    background-position:20px 0px;
    background-repeat:no-repeat;
    height:50px;
    padding-left:80px;
}

.tick-update{
    background-image:url(../images/misc/notification-green.png);
    background-size:42px 42px;
    background-position:20px 0px;
    background-repeat:no-repeat;
    height:50px;
    padding-left:80px;
}

.page-update{
    margin-top:15px;
    margin-bottom:10px;
}

.page-update strong{
    color:rgba(255,255,255,0.6);
    display:block;
}

.page-update em{
    color:rgba(255,255,255,0.4);
    display:block;
    font-size:10px;
    font-style:normal;
}

.update-icon{
    background-image:url(../images/misc/nav-dropdown.png);
    background-size:14px 14px;
    background-repeat:no-repeat;
    position:absolute;
    right:45px;
    margin-top:12px;
    width:14px;
    height:14px;
}

.active-update-icon{
    background-image:url(../images/misc/nav-dropup.png)!important;
}

.page-update-text{
    color:rgba(255,255,255,0.5);
    font-size:12px;
    width:220px;
    margin-left:auto;
    margin-right:auto;	
}

.page-update-text{
    display:none;
}

.page-header{
    background-color:#191919;
	border-bottom: 1px solid #000;
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 999999;
	padding: 5px 0;
}

.page-header-clear{
    height:49px;
}

.header-logo{
    width:71px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-38px;
}


.deploy-sidebar{
    background-image:url(../images/misc/deploy-nav.png);
    background-size:18px 12px;
    background-repeat:no-repeat;
    background-position:16px 18px;
    height:50px;
    width:50px;
}

.deploy-sidebar:hover{
    /*background-color:rgba(255,255,255,0.1);*/
}

.deploy-contact{
    background-image:url(../images/lock.png);
    background-size:22px 16px;
    background-repeat:no-repeat;
    background-position:0px 18px;
    height:40px;
    width:65px;
    position: absolute;
	line-height: 10px;
	font-size: 8px;
      left: 50px;
	  padding-top: 16px;
	  padding-left: 20px;
    top: 30px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #777;
    /*        z-index: 10;*/
    margin-top:-33px;
	border: 1px solid #777;
}

.deploy-contact2{
	background-image: url(../images/misc/deploy-newsletter.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 39px 25px;
    height: 50px;
    width: 100px;
    position: absolute;
    right: 0px;
    top: 30px;
    /* z-index: 10; */
    margin-top: -33px;
    padding: 40px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.deploy-contact:hover{
    background-color:rgba(255,255,255,0.1);
}

/*About Faces / Quotes */

.quote-item em{
    text-align:center;
    display:block;
    color:#7ebada;
    margin-bottom:10px;
	padding: 0 50px;
}

.quote-item h4{
    text-align:center;
    margin-bottom:0px;
	margin-top: 10px;
}

.quote-item strong{
    text-align:center;
    font-style:normal;
    font-weight:400;
    display:block;
    width:250px;
    margin-left:auto;
    margin-right:auto;
}

.quote-item img{
    border-radius:100px;
    width:100px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

/*Thumbnails Columns*/

.thumb-clear{
    height:20px;
    display:block;
    width:100%;
}

.thumb-left{
    display:block;
    padding-bottom:10px;
}

.thumb-left a{
    display:block;
    text-align:right;
}

.thumb-left img{
    width:100px;
    height:100px;
    border-radius:100px;
    float:left;
    margin-right:20px;
}

.thumb-left strong{
    color:#1a1a1a;
    display:inline-block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:13px;
}

.thumb-left em{
    font-style:normal;
}

.thumb-right{
    display:block;
    padding-bottom:10px;
}

.thumb-right img{
    width:100px;
    height:100px;
    border-radius:100px;
    float:right;
    margin-left:20px;
}

.thumb-right strong{
    color:#1a1a1a;
    display:inline-block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:13px;
}

.thumb-right em{
    font-style:normal;
}

.customer-slider div a img{
    width:40px;
    margin-left:auto;
    margin-right:auto;
}

/*Social Boxes*/

.facebook-box{
    background-image:url(../images/misc/social/facebook.png);
    background-size:26px 23px;
    background-repeat:no-repeat;
    background-position:10px 10px;
    background-color:#3b5998;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    padding-left:60px;
    margin-bottom:20px;
}

.social-box em{
    position:absolute;
    height:40px;
    width:1px;
    background-color:#FFFFFF;
    margin-left:-15px;
}

.social-box:hover{
    opacity:0.9;
}

.twitter-box{
    background-image:url(../images/misc/social/twitter.png);
    background-size:20px 17px;
    background-repeat:no-repeat;
    background-position:12px 13px;
    background-color:#4099ff;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    padding-left:60px;
    margin-bottom:20px;
}

.google-box{
    background-image:url(../images/misc/social/google.png);
    background-size:20px 17px;
    background-repeat:no-repeat;
    background-position:12px 13px;
    background-color:#d34836;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    padding-left:60px;
    margin-bottom:20px;
}

/*Footer Socials*/

.copyright{
}

.footer-socials{
    width:110px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

.footer-socials a{
    float:left;
    margin-left:5px;
    margin-right:5px;
}

.facebook-footer{
    background-image:url(../images/misc/facebook.png);
    background-repeat:no-repeat;
    background-size:25px 26px;
    height:25px;
    width:25px;
}

.goup-footer{
    background-image:url(../images/goto.png);
    background-repeat:no-repeat;
    background-size:25px 25px;
    background-position: center center;
    width: 100%;
    height:45px;
}

.twitter-footer{
    background-image:url(../images/misc/twitter.png);
    background-repeat:no-repeat;
    background-size:25px 25px;
    height:25px;
    width:25px;
}

/*Wide Portfolio*/

.wide-active{
    margin-top:20px;
    display:none;
}

.wide-item-wrapper{
    background-color:#FFFFFF;
    padding-bottom:1px;
    margin-top:3px;
}

.wide-folio{
    margin-top:-17px;
    margin-bottom:20px;
}

.wide-item{
    margin-bottom:3px;
}

.wide-item .responsive-image{
    margin-bottom:0px;
}

.wide-image{
    max-height:100px;
    overflow:hidden;
}

.wide-item-titles{
    position:relative;
    z-index:99999;
    top:30px;
    margin-bottom:-45px;
    pointer-events:none;
}

.wide-item-titles h4{
    font-family:'Open Sans', sans-serif;
    font-weight:200;
    font-size:16px;
    text-transform:uppercase;
    color:#FFFFFF;
    position:relative;
    z-index:999999;
    text-align:center;
    margin-bottom:5px;
}

.wide-item-titles p{
    color:#FFFFFF;
    margin-bottom:0px;
    color:rgba(255,255,255,0.5);
    text-align:center;
    position:relative;
    z-index:999999;
}

.wide-item-content{
    display:none;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
}

@media (min-width:760px) { 
    .wide-image{
        max-height:150px;
    }

    .wide-item-titles{
        top:55px;
        margin-bottom:-45px;
    }
}

.contact-call{
    padding-top:5px;
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_phone.png);
    background-position:0px 5px;
    background-repeat:no-repeat;
    background-size:18px 18px;
    height:30px;
    display:block;
}

.contact-text{
    color:#666;
    margin-bottom:5px;
    padding-left:30px;
    background-image:url(../images/misc/contact_message.png);
    background-position:0px 2px;
    background-repeat:no-repeat;
    background-size:18px 18px;
    height:20px;
    display:block;
    margin-bottom:2px;
}

.contact-mail{
    color:#666;
    margin-bottom:5px;
    padding-left:30px;
    background-image:url(../images/misc/contact_mail.png);
    background-position:3px 3px;
    background-repeat:no-repeat;
    background-size:14px 14px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px;
}

.contact-facebook{
    color:#666;
    margin-bottom:5px;
    padding-left:30px;
    background-image:url(../images/misc/contact_facebook.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-size:20px 20px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px;
}

.contact-twitter{
    color:#666;
    margin-bottom:5px;
    padding-left:30px;
    background-image:url(../images/misc/contact_twitter.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-size:20px 20px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px;
}

.filtro{
    background-color: #103968;
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    background-image:url(../images/d1.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size:11px auto;
}
.filtro.less{
    background-image:url(../images/d2.png);
}
.filtro_u{
    position: absolute;
    width: 91.5%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -20px;
    z-index: 100;
    background: #e8e8e8;
    overflow: hidden;

}

.filtro_u li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    list-style: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.aba{
    background-image:url(../images/misc/nav-dropdown2.png);
    background-position:20px 10px;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-color: #eeeeee;
    margin-bottom: 20px;
    padding: 8px 20px;
    overflow: hidden;
}
.aba.less{
    background-image: url(../images/misc/nav-dropup2.png);
}
.aba h3{
    margin-left: 23px;
    font-size: 14px;
}

.results, .results li{
    list-style: none;
    text-align: center;
    color: #bcc918;
    padding: 2px 10px;
}
.results{   
    padding: 0;
    margin: 0;
}


.layer_w{
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

p img{
    width: 100% !important;
    height: auto !important;
}


.results, .results li{
    list-style: none;
    text-align: center;
    color: #fff;
    padding: 2px 10px;
}
.results{   
    padding: 0;
    margin: 0;
}


.filtro{
    background-color: #d8b46d;
    width: 97%;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    background-image:url(../images/d1.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size:11px auto;
}
.filtro.less{
    background-image:url(../images/d2.png);
}
.filtro_u{
    position: absolute;
    width: 97%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -20px;
    z-index: 100;
    background: #e8e8e8;
    overflow: hidden;
    
}

.filtro_u li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
   list-style: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner_more {
    position: absolute;
    bottom: 18px;
    left: 25px;
    color: #fff;
    font-size: 15px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: bold;
}

.arrow-menu {
	background-image: url(../images/misc/arrow-menu.png);
	background-size: 12px;
    background-position: 17px 18px;
}

.uppercase {
	text-transform: uppercase;
}

.btn_laranja_link,
.btn_verde_link {
    background-color: #00AAAC;
    color: #fff;
    width: 96%;
    margin: 10px 0;
    padding: 3%;
    text-align: center;
    font-size: 14px;
	text-transform: uppercase;
}

.btn_laranja_link {
	margin-top: 30px;
	background-color: #EA7F40;
}

.data_formacao {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 100px;
    color: #fff;
}

.data_formacao .bloco {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
}

.data_formacao .dia {
	font-size: 45px;
    line-height: 45px;
    color: #00AAAC;
    font-weight: bold;
}

.data_formacao .mes {
	font-size: 16px;
}

.data_formacao .ano {
	font-size: 16px;
}

.noticia_bola {
	position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #00AAAC;
    left: 0;
    top: 7px;
}

.noticia_list {
	padding: 10px 0;
	font-size: 14px;
}

.noticia_list a {
	color: #666;
}

.noticia_list .nome_noticia {
	text-transform: uppercase;
}

.noticia_list .resumo {
    width: 64%;
    float: left;
}

.noticia_list .saber_mais {
	position: relative;
    float: left;
    background-color: #00aaac;
    width: 30%;
    text-align: center;
    padding: 4px 0 0 0;
    margin-left: 6%;
}

.noticia_list .saber_mais img {
    display: inline-block;
    width: 24px;
}

/* FORM PEDIDO */
.form_pedido {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#alertas {
    position: relative;
    float: left;
    width: 100%;
    color: #f00;
    margin-bottom: 10px;
    display: none;
}

#alertas .alert-success {
	color: #469846;
}

.fgroup {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.form_pedido label {
	position: relative;
    float: left;
    width: 100%;
	font-size: 14px;
	color: #838383;
}

.form_pedido select,
.form_pedido textarea,
.form_pedido input {
	position: relative;
    float: left;
    width: 100%;
	border: 1px solid #D4D4D4;
	color: #191919;
	font-size: 14px;
	padding: 8px 10px;
	outline: none;
	border-radius: 2px;
}

.form_pedido textarea {
	padding: 10px;
	height: 120px;
	resize: none;
}

.form_pedido button {
	position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 35px;
    background-color: #d9a700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

.form_pedido input[type="checkbox"] {
	width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}

.form_pedido button[type="submit"] {
	margin-right: 4%;
}

.form_pedido a {
    color: #59c8c9;
    text-decoration: underline;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    float: left;
}

.form_pedido .select_data {
    width: 22%;
    text-align: center;
}

.form_pedido .select_data.middle {
    width: 50%;
    margin: 0 3%;
}

.alert-success {
    color: #469846;
}

/* LISTA ITEMS */
.lista_blocos {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.bloco_item {
	position: relative;
	float: left;
    width: 95%;
    margin: 0 0 10px 0;
    background-color: #eeeeee;
}

.bloco_item .nome {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 10px 40px;
    background: url(../images/misc/nav-dropdown.png) #eeeeee no-repeat;
    background-size: 16px;
    background-position: 12px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.bloco_item .nome.open {
    background: url(../images/misc/nav-dropup.png) #eeeeee no-repeat;
	background-size: 16px;
    background-position: 12px;
}

.bloco_item .conteudo {
	position: relative;
	float: left;
	width: 100%;
	padding: 12px;
	display: none;
}

.bloco_item .imagem {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.bloco_item .imagem img {
	max-width: 150px;
    display: inline-block;
}

.bloco_item .texto {
	position: relative;
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

.bloco_item .imagem_prod {
	width: 120px;
	max-height: 100px;
	border: 2px solid #00AAAC;
	position: relative;
    float: left;
    margin-right: 20px;
}

.bloco_item .imagem_prod img {
	width: 100%;
}

.bloco_item .texto_prod {
    position: relative;
    float: left;
    width: 110px;
}

.bloco_item .texto_prod .nome_prod {
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
}

.bloco_item .texto_prod a {
    background-color: #d9a700;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    margin-top: 15px;
}

.contactSubmitButton {
	background-color: #00AAAC !important;
	font-size: 14px;
}

.produto_detalhe {
	position: relative;
	float: left;
	width: 100%;
}

.produto_detalhe .imagem {
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #00AAAC;
    text-align: center;
}

.produto_detalhe .imagem img {
    width: 150px;
    display: inline-block;
}

.produto_detalhe .nome {
    position: relative;
    float: left;
    width: 100%;
	margin: 20px 0 5px 0;
    font-size: 14px;
	color: #838383;
}

.produto_detalhe .ref {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
	color: #838383;
}

.produto_detalhe .texto {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
	font-size: 14px;
	color: #838383;
}

.produto_detalhe .texto strong {
	color: #212121;
}

.produto_detalhe .texto p {
    font-size: 14px;
    color: #838383;
}

.recrutamento span,
.recrutamento strong,
.recrutamento b {
	color: #000 !important;
}

.no-top {
    margin-top: 0;
}

.data_horas_tipo {
    color: #222222;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.botoes_categorias {
    position: relative;
    float: left;
    width: 100%;
	border-bottom: 1px solid rgba(30,30,30,0.2);
    /*margin-bottom: 20px;*/
    padding-bottom: 15px;
}

.botoes_categorias.last {
	border: 0;
    margin-bottom: 0;
}

.botoes_categorias .ver_mais,
.botoes_categorias .categoria_tef,
.botoes_categorias .categoria_td,
.botoes_categorias .preco,
.botoes_categorias .add_cart,
.botoes_categorias .ver_formacao {
	font-size: 13px;
	width: 31%;
	float: left;
}

.botoes_categorias .ver_mais {
    background-color: #a09f9a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.botoes_categorias .categoria_tef {
	background: url(/site/imagens/icon_tef.png) #D9A700 no-repeat;
	background-size: 20px;
    background-position: 94%;
    color: #fff;
    text-align: center;
    padding: 5px 0;
	visibility: hidden;
}

.botoes_categorias .categoria_td {
	background: url(/site/imagens/icon_td.png) #00aaac no-repeat;
	background-size: 20px;
    background-position: 94%;
	color: #fff;
    text-align: center;
    padding: 5px 0;
	margin: 0 3%;
	visibility: hidden;
}

.botoes_categorias .selected {
	visibility: visible;
}

.botoes_categorias .preco {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.botoes_categorias .add_cart {
    background-color: #D9A700;
    text-align: center;
	padding: 6px 0 1px;
	margin: 0 3%;
}

.botoes_categorias .add_cart img {
	width: 18px;
	display: inline-block;
}

.botoes_categorias .ver_formacao {
	background-color: #00aaac;
    text-align: center;
	padding: 6px 0 1px
}

.botoes_categorias .ver_formacao img {
	width: 18px;
	display: inline-block;
}

.contacto {
    position: relative;
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
	margin-bottom: 15px;
}

.contacto a {
	color: #666666;
}

.contacto img {
    float: left;
    margin: 0 40px 0 0;
    width: 65px;
}

.texto_contacto {
    position: relative;
	display: table-cell;
    height: 70px;
    vertical-align: middle;
    margin-top: 10px;
}

.texto_footer {
    text-align: center;
}

.texto_footer a {
	display: initial;
}

.texto_footer img {
	display: inline-block;
}

.shortcut-cart {
    background-image: url(/site/imagens/carrinho_branco.png);
    background-position: 19px;
    background-repeat: no-repeat;
    background-size: 18px;
    left: 0;
    width: 58px;
    height: 50px;
    position: absolute;
    border-right: solid 1px #00aaac;
    border-left: solid 1px #00aaac;
	color: #fff;
    font-size: 12px;
}

.shortcut-login {
    background-image: url(../images/mobile_registo.png);
    background-position: 22px;
    background-repeat: no-repeat;
    background-size: 13px;
    left: 57px;
    width: 58px;
    height: 50px;
    position: absolute;
    border-right: solid 1px #00aaac;
    border-left: solid 1px #00aaac;
}

.shortcut-registo {
    background-image: url(../images/mobile_login.png);
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 17px;
    left: 114px;
    width: 58px;
    height: 50px;
    position: absolute;
    border-right: solid 1px #00aaac;
    border-left: solid 1px #00aaac;
}

.shortcut-registo.logged {
	/*visibility: hidden;*/
	background: transparent;
	color: #fff;
	padding: 14px;
    text-align: center;
}

.botoes_formacao .preco {
    position: relative;
    float: left;
    width: 35%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 5px 0;
}

.botoes_formacao .valor_euros {
    position: relative;
    /*float: left;*/
    width: 35%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 5px 0;
	margin: 5px 0;
}

.botoes_formacao .datas {
    background-color: #00aaac;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 62%;
    margin-left: 3%;
    float: left;
}

.botoes_formacao .inscricao {
    background: url(/site/imagens/carrinho_branco.png) #00aaac 69% no-repeat;
	background-size: 18px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 3% 0 0 0;
    float: left;
	text-transform: uppercase;
}

.botoes_formacao .inscricao a {
	color: #fff;
}

/*.botoes_formacao .vantagens {
	position: relative;
    width: 100%;
    float: left;
    background: url(/site/imagens/icon_formacao_vantagens.png) #000 no-repeat;
	background-position: 90%;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    padding: 8px 30px;
    text-transform: uppercase;
    text-align: center;
}

.botoes_formacao .vantagens a {
	color: #fff;
}*/

.lista_produtos {
    margin-top: 30px;
}

.bloco_produto {
    position: relative;
    float: left;
    width: 100%;
}

.bloco_produto .imagem_prod {
    position: relative;
    float: left;
    width: 60%;
    text-align: center;
}

.bloco_produto .imagem_prod img {
    width: 100%;
    border: 2px solid #00AACC;
    display: inline-block;
}

.bloco_produto .texto_prod {
    position: relative;
    float: left;
    width: 35%;
    margin: 0 0 0 5%;
}

.bloco_produto .texto_prod .preco {
	position: relative;
    float: left;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 7px;
}

.bloco_produto .texto_prod a {
	position: relative;
    float: left;
    width: 100%;
    background-color: #00aaac;
    color: #fff;
    text-align: center;
    padding: 6px 0 0 0;
    margin-top: 7px;
}

.bloco_produto .texto_prod img {
    display: inline-block;
    width: 24px;
}

.bloco_produto .comprar_prod {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d9a700;
}

.bloco_produto .comprar_prod a {
    background-color: #d9a700;
    padding: 0;
}

.preco_comprar {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.preco_comprar .preco {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.preco_comprar .comprar_prod {
    position: relative;
    float: left;
    width: 67%;
    background: url(/site/imagens/carrinho_branco.png) #d9a700 no-repeat;
	background-size: 16px;
    background-position: 74%;
    text-align: center;
    margin-left: 3%;
    padding: 5px 0;
    text-transform: uppercase;
}

.preco_comprar .comprar_prod a {
    color: #fff;
    font-size: 14px;
}

.conta {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.conta h4 {
    margin-bottom: 20px;
}

.conta .linha_conta {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.conta .linha_conta .icon {
	position: relative;
    width: 60px;
    text-align: center;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.conta .texto {
    position: relative;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.conta .linha_conta img {
    width: auto !important;
	display: inline-block;
}

.conta .linha_conta a {
	color: #666;
}

.hidden_text {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.hidden_text.no-top {
    margin-top: 0;
}

.lista_encomenda {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.lista_encomenda a {
    color: #666;
}

.lista_encomenda .nome {
    position: relative;
    float: left;
    width: 25%;
}

.lista_encomenda .data {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

.lista_encomenda .estado {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
}

.lista_encomenda .preco_total {
    width: 30%;
    float: left;
    position: relative;
    text-align: center;
}

.encomenda_linha {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.encomenda_produto {
    position: relative;
    float: left;
    width: 33.33333%;
    text-align: left;
}

.encomenda_qtd {
    position: relative;
    float: left;
    width: 33.33333%;
    text-align: center;
}

.encomenda_valor {
    position: relative;
    float: left;
    width: 33.33333%;
    text-align: right;
}

.encomenda_linha.margin-top {
	margin-top: 10px;
}

.encomenda_header {
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}

.encomenda_linha_sep {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    background-color: #666;
    margin: 15px 0;
}

.encomenda_linha.align-right {
	text-align: right;
}

/* CARRINHO */
.checkout-steps { position: relative; margin: 30px -20px 30px; }
.checkout-steps:after, .checkout-steps:before { content: ""; position: absolute; left: 0; right: 0; height: 8px; }
.checkout-steps .step { width: 20%; float: left; position: relative; text-align: center; color: #191919; font-weight: 600; font-size: 15px; }
.checkout-steps .step:before { content: ""; position: absolute; top: 10px; left: 0; right: 0; height: 2px; background: #d9a700; z-index: 0; }
.checkout-steps .step:first-of-type:before { left: 50%; }
.checkout-steps .step:last-of-type:before { right: 50%; }
.checkout-steps .step.active:last-of-type:before, .checkout-steps .step.done:last-of-type:before { background: #00AAAC; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #00AAAC; color: #fff; }
.checkout-steps .step.active { color: #01b3b5; }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #00AAAC 0%, #00AAAC 50%, #d9a700 50%, #d9a700 100%); background: -webkit-linear-gradient(left, #00AAAC 0%, #00AAAC 50%, #d9a700 50%, #d9a700 100%); background: linear-gradient(to right, #00AAAC 0%, #00AAAC 50%, #d9a700 50%, #d9a700 100%); }
.checkout-steps .step.active:first-of-type:before { background: #d9a700; }
.checkout-steps .step.done:before { background: #00AAAC; }
.checkout-steps .step.done:first-of-type:before { background: #00AAAC; }
.checkout-steps .step-badge { color: #fff; text-align: center; margin: 0 auto; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; width: 22px; height: 22px; background-color: #d9a700; position: relative; z-index: 1; line-height: 22px; margin-bottom: 5px; }

.carrinho_header {
	border-bottom: 2px solid #00aaac;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.carrinho_zone {
	position: relative;
	float: left;
	width: 100%;
}

.carrinho_linha {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.carrinho_col {
	position: relative;
	float: left;
	width: 33.33333%;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.carrinho_linha .nome_imagem .imagem {
    position: relative;
    float: left;
    width: 100%;
}

.carrinho_linha .nome_imagem .imagem img {
    width: 80%;
    display: inline-block;
}

.carrinho_linha .nome_imagem .nome {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 8%;
}

.carrinho_linha .nome_imagem .nome_a {
	color: #00AAAC;
    font-weight: 600;
}

.carrinho_linha .delete_from_cart {
    position: absolute;
    top: 50px;
    left: 104px;
    width: 20px;
	z-index: 10;
}

.carrinho_linha .carrinho_qtd .input_cart_qtd {
    text-align: center;
    font-size: 13px;
    border: 1px solid #484848;
    border-radius: 5px;
    padding: 6px 0;
    font-weight: 600;
    outline: none;
    width: 45px;
    display: inline-block;
    margin-top: 46px;
}

.carrinho_linha .update_cart {
    position: absolute;
    top: 52px;
    right: 8px;
}

.carrinho_linha .carrinho_preco {
    margin-top: 40px;
}

.carrinho_linha .nome_formacoes {
	margin-top: 40px;
}

.carrinho_linha .preco_formacoes {
	margin-top: 50px;
}

.carrinho_sep {
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    background-color: #00AAAC;
    margin-bottom: 10px;
}

.carrinho_linha.black_clr,
.carrinho_linha .black_clr {
	color: #000;
}

.carrinho_linha.semibold {
	font-weight: 600;
}

.carrinho_linha.align-right,
.carrinho_col.align-right {
	text-align: right;
}

.carrinho_header.margin-top,
.carrinho_linha.margin-top {
    margin-top: 10px;
}

.btn_cart_voltar {
    color: #fff;
    background-color: #d9a700;
    font-weight: normal;
    padding: 5px 0;
}

.btn_cart_continuar {
    color: #fff;
    background-color: #00AAAC;
    font-weight: normal;
    padding: 5px 0;
}

.carrinho_linha textarea {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #666;
    padding: 2% 4%;
}

.carrinho_linha .input_text {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #666;
    padding: 2% 4%;
}

.carrinho_linha .input_radio {
    position: relative;
    float: left;
    width: 70%;
}

.carrinho_linha .valor_envio {
    position: relative;
    float: left;
    width: 30%;
    text-align: right;
}

.carrinho_linha small {
	font-size: 12px;
}

.carrinho_linha .input_radio input {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.carrinho_linha .input_radio label {
    float: left;
    width: 85%;
}

.carrinho_linha .carrinho_col2 {
    position: relative;
    float: left;
    width: 80%;
}

.carrinho_linha .carrinho_col3 {
    position: relative;
    float: left;
    width: 20%;
	text-align: center;
}

.carrinho_linha .carrinho_col2.align-center {
	text-align: center;
}

.carrinho_linha .carrinho_col4 {
    position: relative;
    float: left;
    width: 40%;
}

.carrinho_linha .carrinho_col5 {
    position: relative;
    float: left;
    width: 60%;
}

.update_desconto {
    position: absolute;
    right: 15px;
    top: 8px;
}

.btn_cart_continuar.disabled {
    display: none;
}

.autor {
    margin-bottom: 10px;
}

.home_oferta {
	position: relative;
	float: left;
	width: 100%;
}

.home_oferta .texto_img {
	position: absolute;
	z-index: 10;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 90%;
	top: 5px;
	left: 5%;
}

.home_oferta img {
	width: 100%;
}

.btn_info {
	position: relative;
    float: left;
    width: 70%;
    text-align: center;
    margin: 10px 15% 10px;
}

.btn_info a {
	color: #fff;
	background-color: #00AAAC;
	padding: 7px 0;
}

.btns_cats {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.btns_cats .categoria_tef {
	background: url(/site/imagens/icon_tef.png) #D9A700 no-repeat;
    background-size: 20px;
    background-position: 94%;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 50%;
    float: left;
	visibility: hidden;
}

.btns_cats .categoria_td {
	background: url(/site/imagens/icon_td.png) #00aaac no-repeat;
    background-size: 20px;
    background-position: 94%;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 50%;
    float: left;
	visibility: hidden;
}

.btns_cats .selected {
	visibility: visible;
}

.formador_associado {
 position: relative;
    float: none;
    width: 45%;
    margin-bottom: 20px;
    margin-right: 5%;
    max-width: 140px;
    text-align: center;
    display: inline-block;
    text-align: center;
}

.formador_associado.right {
	margin-left: 5%;
	margin-right: 0;
}

.associados_detalhe_lista {
	text-align: center;
}

.formador_associado img {
    position: relative;
    float: left;
    width: 100%;
    max-height: 140px;
    max-width: 140px;
}

.nome_formador {
    position: relative;
    float: left;
    width: 100%;
    background-color: #D8A700;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
	height: 60px;
}

.area_reservada_btn {
    border-bottom: 2px solid #00AAAC;
}

.area_reservada_btn a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

.quadros_td_tef {
    position: relative;
    float: left;
    width: 95%;
    margin: 0 0 20px 0;
}

.quadro_td {
    background: url(/site/imagens/icon_td.png) #00aaac no-repeat;
    background-size: 32px;
    background-position: 96%;
    color: #fff;
    padding: 10px 0 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 10px;
}

.quadro_tef {
	background: url(/site/imagens/icon_tef.png) #D9A700 no-repeat;
    background-size: 30px;
    background-position: 96%;
    color: #fff;
    padding: 10px 0 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.filtros_associados {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.filtros_associados .filtro_associado {
    position: relative;
    float: left;
    width: 50%;
}

.filtros_associados .filtro_associado .nome {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.filtros_associados .filtro_associado select {
    position: relative;
    float: left;
    width: 90%;
    background-color: #00AAAC;
    color: #fff;
    padding: 4px;
    background: url(/site/imagens/select_arrow.png) #70cacb no-repeat;
    background-position: right;
    border: 1px solid #00aaac;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#filtro_associado {
	padding: 4px 25px 4px 4px;
}

.lista_associados {
    position: relative;
    float: left;
    width: 100%;
	margin-bottom: 20px;
}

.lista_associados .associado {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
	color: #000;
}

.lista_associados .associado a {
    color: #000;
}

.btn_cats_lista {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.btn_cats_lista .categoria_td {
    margin: 0;
    width: 50%;
	display: none;
}

.btn_cats_lista .categoria_tef {
	margin: 0;
	width: 49%;
	display: none;
}

.btn_cats_lista .categoria_td.selected,
.btn_cats_lista .categoria_tef.selected {
	display: block;
}

.lista_docs {
    position: relative;
    float: left;
    width: 100%;
}

.lista_docs .item_doc {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.lista_docs .item_doc .data {
    position: relative;
    float: left;
    width: 30%;
}

.lista_docs .item_doc .nome {
    position: relative;
    float: left;
    width: 70%;
}

.detalhe_faturas {
	position: relative;
    float: left;
    width: 100%;
	margin-bottom: 10px;
}

.detalhe_faturas .codigo {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.detalhe_faturas .nome_titulo {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.detalhe_faturas .lista_items {
    position: relative;
    float: left;
    width: 100%;
}

.detalhe_faturas .lista_items .item {
    position: relative;
    float: left;
	margin: 10px 0;
}

.detalhe_faturas .lista_items .item img {
	width: 30px;
}

.btn_oferta_info {
    float: left;
    margin-right: 10px;
}

.btn_oferta_info a {
    position: relative;
    float: left;
    width: 84px;
    height: 30px;
    background: url(/site/imagens/icon_pedido_info.png) #d9a700 no-repeat;
    background-position: center;
    background-size: 8px;
}

.form_select {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #666;
    padding: 2% 4%;
}

.search_box {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	left: 0;
}

.formacao_controls {
	position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.formacao_controls .btn_inscricao {
	background-color: #d9a700;
    width: 46%;
	position: relative;
    float: left;
    margin-right: 4%;
    text-align: center;
	padding: 7px 4px;
    height: 56px;
}

.formacao_controls .btn_inscricao a {
	color: #fff;
    float: left;
    width: 81%;
    text-align: center;
    margin-top: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.formacao_controls .btn_inscricao img {
	display: inline-block;
	width: auto;
	max-width: 11px;
	max-height: 39px;
	margin-top: 3px;
}

.formacao_controls .vantagens {
	background-color: #000;
    width: 46%;
    position: relative;
    float: left;
    margin-left: 4%;
    text-align: center;
    padding: 6px 4px;
	height: 56px;
}

.formacao_controls .vantagens a {
	color: #fff;
    width: 81%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

.formacao_controls .vantagens img {
	display: inline-block;
	width: auto;
	max-width: 20px;
    max-height: 39px;
}

.container ul li p {
    width: auto;
    display: initial;
}

.pedido_info_equipa {
    position: relative;
    float: left;
    width: 100%;
}

.pedido_info_equipa a {
	color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 69px;
    position: relative;
    float: left;
    background: url(/site/imagens/icon_pedido_info.png) #00aaac no-repeat;
    background-position: 90%;
    background-size: 13px;
    outline: none;
    text-decoration: none;
    width: 100%;
}

.striked {
	text-decoration: line-through !important;
}

.bloco_item .conteudo.no_padding {
	padding: 0;
}

.linha_mes_nome {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.formacao_lista {
    padding: 12px;
}

.btn_validate_discount {
    width: 100%;
    padding: 6px 0;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00aaac;
}

.no_margin_left{
	margin-left: 0 !important;
}

.msg_carregar {
    padding: 10px;
    text-align: center;
}

.no-bottom {
    margin-bottom: 0;
}

.nome_desc_assoc {
    font-size: 11px;
}