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

/*CLEAR BROWSER DEFAULTS*/
* {
    margin: 0px;
    padding: 0px;
    /*box-sizing: border-box;*/
}

/*GENERAL INFORMATION */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea, label {
    font-family: arial, verdana, sans-serif;
    line-height: 1.5;
    color:#444;
}

p, a, ul, ol {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

a {
    color:#2980b9;
    text-decoration:none;
    font-weight: bold;	
}

a:hover {
    text-decoration:underline;
}

b, strong {
    color:#163f75;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Sans', sans-serif;
    color: #2980b9;
    font-weight:bold;
}

h2, h3{    
    font-size:1.4em;
}

img {
    border: 0;
}

ul {
    list-style-position: inside;
}

/*PRIMEFACES*/
.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus {
   /* box-shadow: 1px 0px 1px rgb(100, 100, 100) inset;*/

}
.ui-button-text-only .ui-button-text {
    padding: 0px;
}
.ui-spinner-button {
    border: 1px solid #a8a8a8;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-panel .ui-panel-content {    
    padding:10px 11px 5px 0!important;
}

.calendar-grid td {
    padding: 0;
}
.ui-datepicker-header{
        background-color: #3498db;

}
.ui-datepicker{
    background-color: #3498db;
    border-radius: 3px;
}

.ui-datepicker-calendar{
    background-color: #f8f8f8;
    border-radius: 3px;
    background-position: -32px 0;
}
.ui-icon-circle-triangle-e{
    background-position: -32px -16px;
}
.ui-icon-circle-triangle-w{
    background-position: -96px -16px;
}
.ui-growl {
    background: #3498db;
    border-radius: 3px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    top:200px;
}

.ui-growl-item-container{
    box-shadow:  0 0 0 0;
}

.ui-growl-icon-close{
    background-position: -96px -128px;
}

.ui-inputfield{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-inputfield:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

/* Privacy start */

.ui-dialog {
    /*background-color: #3498db;*/
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.ui-dialog-titlebar {
    text-align: center;
}

.ui-dialog-title {
    font-size: 1.8em;
    font-family: 'PT Sans', sans-serif;
    color: #404040;
}

.ui-dialog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #444444;
}

.ui-overlay-visible table {
    width: 100%;
}

.ui-overlay-visible tr {
    display: flex;
    justify-content: space-around;
}

.ui-overlay-visible .ui-button {
    color: #3498db;
    border: 1px solid #3498db;
    background: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.ui-overlay-visible .ui-button:hover {
    /*color: #424242;*/
    /*background-color: #d5d5d5;*/
    color: #FFFFFF;
    background-color: #3498db;
    border-color: #3498db;
}

.ui-overlay-visible .ui-button:focus {
    /*color: #3498db;*/
    /*background-color: #c9c9c9;*/
    color: #FFFFFF;
    background-color: #007bff;
    outline: none;
}

/* Privacy end */

/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid rgb(168, 168, 168);
    background: #fff;
    font-weight: normal;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);

}
*/


.ui-chkbox-box{
    border: 1px solid rgb(168, 168, 168);
}
.ui-chkbox-box{
    display: block;
}

.ui-chkbox-icon{
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/aes/javax.faces.resource/images/ui-icons_38667f_256x240.png.xhtml?ln=primefaces-aristo);
}

.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

/*url() !important;*/
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    /*box-shadow: 0px 1px 1px rgb(250, 250, 250) inset;*/
    /*color: rgb(49, 49, 49);*/
}

.loginbtns {
    display: flex;
    justify-content: space-around;
}

.loginbtns > a {
    margin: 0 15px;
}


/* */ 



/****************************
LEFTMENUS***********************/

#sidebar-wrapper {
  float:left;
  min-height: 100%;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}


#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}


/*LEFTMENU-1*/

.leftmenu1 {
    position: absolute;
    height: 56px;
    z-index: 1;
    /*
    float:left;
    width: 260px;
    */
}

/*
.leftmenu1 nav ul {
    background: #38b394;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.15);
    padding:0;
    border-radius: 4px;  
    list-style: none;
    position: relative;

}

.leftmenu1 li#blue-li {
    background:#3b68a0;
    border-radius: 4px;
}


.leftmenu1 nav ul li {
    clear: both;             
}

.leftmenu1 li#blue-li:hover a{
    color: #fff;
    text-decoration: none;
    background: #4375b4;
    border-radius: 4px;
}

.leftmenu1 nav ul li:hover {
    background: #f8f8f8;
    background: linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    border-radius: 4px;
}

.leftmenu1 nav ul li:hover a {
    color: #38b394;
    text-decoration: none;
}



.leftmenu1 nav ul li a {
    display: block; padding: 6px 15px;
    color: #f8f8f8; text-decoration: none;
}
*/


/*LEFTMENU-2*/

.leftmenu2 {	
    position: absolute;
    height: 56px;
    z-index: 1;
}
.leftmenu-navbar {
    width: 20rem;
    position: absolute;
    z-index: 999;
}

/*
.leftmenu2 nav ul {
    background: #4375b4;
    padding-left: 25px;;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}


.leftmenu2 nav ul li {
    clear: both;
    white-space: nowrap;
}

.leftmenu2 nav ul li:hover {
    background: #f8f8f8;
}

.leftmenu2 nav ul li:hover a {
    color: #4375b4;
    text-decoration: none;
}

.leftmenu2	nav ul li a {
    padding: 6px 8px;
    display: block; 
    color: #f8f8f8; 
    text-decoration: none;
}
*/
/*LEFTMENU-3*/

.leftmenu3 {
    position: absolute;
    height: 56px;
    z-index: 1;
    /*
    float:left;
    width: 250px;
    */
}

/*
.leftmenu3 nav ul {
    background: #5a4cbc; 
    box-shadow: 1px 0px 8px rgba(0,0,0,0.15);
    padding:0;
    border-radius: 4px;  
    list-style: disc;
    position: relative;            
}

.leftmenu3 nav ul li {
    clear: both;
}

.leftmenu3 nav ul li:hover {
    background: #f8f8f8;
    background: linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    border-radius: 4px;
}

.leftmenu3 nav ul li:hover a {
    color: #5a4cbc;
    text-decoration: none;
}

.leftmenu3 nav ul li a {
    display: block; padding: 6px 15px;
    color: #fff; text-decoration: none;
}
*/

/*LAYOUT*/
body {
    height: 100%;
}
html {
    min-height: 100%;
}
html, body {
    width:auto;
    font-size:100%;
    margin:0;
    padding:0;
}

#corpo {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*width:1000px;*/
    /*min-height:100%;*/
}

.main {
    
    padding-bottom:100px;
    padding-left: 10px;
    padding-right: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagecontent {
    height:100%;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*HEADER*/

#header {
    margin-top: 50px;
    padding: 0 100px;
    display: flex;
    width:100%;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
}

.headertop {
    display: flex;
    justify-content: flex-start;
}

.headertop img {
    float:left;
    padding: 10px 20px 10px 10px;
    border: #fff 1px;
    width: 195px;
}


.headermain a:hover{
    text-decoration:none;
}

#rightheader {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

#fastsignin {
    position: relative;
    text-align: right;
    font-size: .8em; 

}

#fastsignin a {
    /*color: #2980b9;*/
}


#fastsignin .ui-widget {
    font-family: 'Open Sans', sans-serif!important;    
}

#searchbar {
     
}

.ranking-style{
    display: flex;
    flex-direction: column;
   
}

.ranking-select {
    margin-top: 30px;
    margin-bottom: 15px;
}

.ranking-select > h3{
    flex:1;
    margin: 0;
    text-align: center
}



.ranking-info {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around    
}

.ranking-info > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center    
}

.ranking-info-score{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    padding: 10px
        
}

/* FAST LOGIN */

/*  fast login */

#fastlogin .ui-inputfield {
    padding:8px;
    margin-bottom: 5px;
}

#fastlogin .ui-overlaypanel {
    border-radius: 10px;
    border: 1px solid #ddd;
}

#fastlogin .ui-shadow{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); 
}

.btnlogin  {
    float:right;
    display:block!important;
    color: #900!important;
    overflow: visible!important;
    margin-top:5px;
    border: 0!important;
    padding: 0!important;
    cursor: pointer!important;
    height: 30px!important;
    width: auto!important;
    font-size: bold 5px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    background: #4375b4!important;
    border-radius: 3px!important;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3)!important;

}

.btnlogin:hover {
    background: #2980b9!important;
}

/*Search bar*/

.form-wrapper input {
    width: 212px;
    height: 20px;
    padding: 10px 5px;
    border: 0;
    background: #eee;
    float: left;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}

.form-wrapper input {
    /*outline: 1;*/
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}    


/* Form submit */

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 80px;
    font-size: bold 15px;
    color: #fff;
    text-transform: uppercase;
    background: #bdc3c7;    
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}  

.form-wrapper button:hover{    
    background: #3498db;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #bdc3c7;
    outline: 0;  
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #bdc3c7 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #3498db;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
    border-right-color: #fbaf3e;
}     

.form-wrapper button::-moz-focus-inner {/* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

/*TOPMENU*/
.topmenu {
    white-space: nowrap;
    display: flex;
    margin-left: auto;
    margin-right: auto;

    width: 100%;
    align-items: center;
}

.topmenu nav {	
    width: 100%;
    background: #3498db;
}

.topmenu nav ul {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

/*
.topmenu nav ul:after {
    content: ""; 
    clear: both;
    display: block;
}
*/

.topmenu nav ul li{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.topmenu nav ul li:hover {
    background: #2980b9;
}

.topmenu nav ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.topmenu nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff; 
    text-decoration: none;
}

.email-print-icons{
    text-align: center;
    display: flex;
    justify-content: center;
}

/*PAGECONTENT*/

.pagecontent h1{
    font-size:1.8em;
    padding: 0 10px 0 0;
    text-align: center;
    width: 90%

}

.pagecontent p {
    text-align:left;
    width: 90%;
}

.pagecontent ul {
    width: 80%;
}

.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4 {
    margin: 20px 0 30px 0;
}

/*FOOTER */


#footer {
    clear:both;
    width:100%;
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    border-top:1px solid #2980b9 ;     
    background-color:#3498db;
    text-align:center;
    font-size:.85em;
    z-index: 2;
}

#footer p{
    color:#e0e0e0;
    font-size: 1.0em;
}

#footer .urls li {
    display: inline;
    font-weight:bold;
}

#footer li{
    color:#efefef;
    font-size: 1.3em;
}


#footer a {
    color:#efefef;
    font-size: .8em;
}

#footer a.ajuda  {
    font-weight:bold;    
}	

.wc {
    border:1px #ddd solid;
}

/****************************
INDEX***********************/

#maintop{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 5px 0 5px 0;
    clear:both;
    width: 90%;
}

#mainbottom{
    padding-top: 10px;
    clear: both;
    width: 90%;
}

#mainbottom h1 {
    padding: 10px 0;
    width: 90%;
}

#maintop h1 {
    padding: 0 10px 0 0;
    width: 90%;
    text-align: left;
}

#mainleft{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 0;
}


#mainright{
    display: flex;
    flex-direction: column;
}

.signupcenter {
    /*display: flex;*/
    width: 90%;
    clear: both;

}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee!important;
  border-left-width: 5px!important;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  width: 100%;
  
}

.bd-callout-warning {
    border-left-color: #f0ad4e!important;
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.signupcenter > div {
    display: flex;
    justify-content: space-around;
}

#maincenter{
    display: flex;
    flex-direction: column;
    width: 100%;
    clear: both;
    border-radius: 5px;
    background: whitesmoke;
    border: 1px solid #bdc3c7;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 10px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

#maincenter > div{
    display: flex;
    justify-content: space-around;
}

.maindescribe {
    display: flex;
    padding: 10px 0;
}

.maindescribe img {
    width: 40px;
    height: 40px;
    float: left;
}

.maindescribe p {
    text-indent: 0;
}

#mainleft h1{
    margin:0;
}

#mainvideo {
    float:right;
}

.main-strategy{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
}

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
    font-size: .7em;
    line-height: 0;
}    

.ui-messages ul li{
    display:inline;

}
.ui-messages-error ul li{
    display: inline-block;
}

#signupleft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px 30px 15px;
    width: 40%;
}

#signupright{
    display: flex;
    flex-direction: column;
}


#editprofile {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.signuptext{
    padding-bottom: 3px;
}

.signuptext input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.signuptext input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.signuptext input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 

.form-signup button {
    /*
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 90px;
    font: bold 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #fbaf3e;
    border-radius: 4px;  
    */

}

.form-signup button:hover{    
    box-shadow: 0 0 5px rgba(0,0,0,.3) inset;
}  

.form-signup button:active,
.form-signup button:focus{  
    background: #c42f2f;
    outline: 0;  
}

#signupbottom td{
    border-width: 0;
    border-style: none;
    padding: 0 5px;
}

#signupbottom .ui-panel-content td {
    padding: 0 2px;
}

.ui-widget {
    font-size:1rem;
}

.ui-widget-content {
    border:0;
}

.ui-panelgrid td {
    padding-top: 0;
    border-style:none!important;
}

#signupsex {
    padding: 20px 0 0 10px;
}

#signupsubmit {
    padding:0 10px;
    /*width:440px;*/
}

#signupp{
    float:left;
}

#signupbtn{      
    padding-top:12px;    
}

#signupsubmit p{
    font-size: .8em;
    text-indent: 0;    
}

#signupsubmit button{
    /*
    background-color: #6ec21c;
    padding-top: 2px;
    border: 1px #6ec21c;
    width: auto;
    height: 35px;
    font-size: .9em;
    font-weight: 500;
    line-height: 0;
    text-shadow: none; 
    */
}

.progress {
    width: 300px;
    height: 20px;
    margin: 20px;
}

/* LOGIN PAGE */

#signin {
    margin: 10px auto;
    width: 50%;
    padding: 15px 20px;
    border-radius: 3px;
    background: #f8f8f8;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

#signin h1{
    padding-left:10px; 
}

#signinbtn {
    padding-top: 10px;
}
#signipbottom {
    padding-top: 10px;
}

#signinsubmit {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#signinsubmit button{
    /*
    position:relative;
    left: 100px;
    background-color: #6ec21c;
    padding-top: 2px;
    border: 1px #6ec21c;
    width: auto;
    height: 35px;
    float:left;
    font-size: .9em;
    font-weight: 500;
    line-height: 0;
    text-shadow: none;
    */
}

#signincheck {
    position:relative;
    left:100px;
    top:8px;
    float:left;
    padding: 0 0 0 20px;  
}

#signinsubmit p{
    padding-top: 20px;
    float:left;
    text-indent: 0;
    text-align: right;
}


/*O PROGRAMA*/

img#artigotabaco{
    /*
    border:1px solid #fff;
    background: #fff;
    float:right;
    margin: 50px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
    padding: 5px;   
    */
    object-fit: cover;
    height: 337px;

}

#vstpaisagem {
    display:block;
    width:300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}


#btnprog {
    /*padding: 30px 0 0 190px;*/
}

/*IMGS */

#logoscenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    width: 100%;
    padding: 0 25px;
    background: #f8f8f8;
    z-index: 2;
}

#logoscenter img {
    display: flex;
    flex: 1;
    padding: 15px;
    height: 90px;
    box-sizing: border-box;
}


.btngen1 {
    display:block!important;
    color: #900!important;
    overflow: visible!important;
    border: 0!important;
    padding: 0 5px 0 5px!important;
    cursor: pointer!important;
    height: 40px!important;
    width: auto!important;
    font-size:15px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    background: #38b394!important;
    border-radius: 3px!important;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3)!important;

}

.btngen1:hover {
    background: #12745c!important;
}

.btngen3 {
    display:block!important;
    color: #900!important;
    overflow: visible!important;
    border: 0!important;
    padding: 0 5px 0 5px!important;
    cursor: pointer!important;
    height: 40px!important;
    width: auto!important;
    font-size:15px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    background: #5a4cbc!important;
    border-radius: 3px!important;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3)!important;

}

.btngen3:hover {
    background: #25197a!important;
}


/*QUEM SOMOS*/
.pesquisadores {
    padding:10px 0 10px 0;
    clear:both;
    width: 90%;
}

.pesquisadores h3 {
    padding-top: 30px;
}

.pesquisadores h3 p {
    position:relative;
    top:0px;
    line-height: 0;
}

.pesquisadores p {
    text-indent: 0;
    text-align:justify;
}

.fotopesq{
    float:left;
}

.imgpesq{
    float:left;
    width:120px;
    margin: 30px 20px 0 0;
    padding:5px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
}

/*REFERENCES*/

#bib p {
    font-size: 0.8em;
}


/*INSIDE PAGES*/

#pagetop{
   /*float:right;
   width:310px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}


#pagecontentstrategy{
   /* padding-left: 30px;
    padding-right: 5px;*/
}

#pagecontentstrategyH3{
    text-align: left;
    padding-bottom: 20px;
}


#hpagetop h1{
    width: 100%;
}

#progressbar{
    width: 300px;
    padding: 15px;
}

#progressbar .ui-progressbar .ui-widget-header{
    background: #f1c40f!important;
}

#progressbar .ui-widget-header{
    border:1px solid #f39c12!important;
}


#progressbar .ui-progressbar .ui-progressbar-label{
    font-weight: 700;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    color: #444;
    
}

#pagemiddle{
    clear:both;
    border-radius: 3px;
    background: whitesmoke;
    padding-bottom:15px;
    padding-top:15px;
    padding-left: 10px;
    /*
    border: 1px solid #bdc3c7;
    box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    */
}

#pagemiddle .ui-widget-content {
    background: whitesmoke!important;
    padding-left: 20px;
}

#pagemiddle .ui-panel-content td{
    padding: 0 2px;
}

#pagemiddle .ui-panel .ui-panel-content {
    padding: 0!important;    
}

#pmtext{
    padding:0 20px;
    width: 100%;
    margin: auto;
}

#pmtext h4, h2{
    width: 90%;
}

#pmtext label {
    padding: 0 15px 0 5px;
}

.questoes {
    padding: 10px;
}

.fotoframe{
    max-width: 285px;
    float:right;
    /*margin: 50px 15px 40px 50px;*/
}

.fotoframestrategy{
    width:289px;
    border:1px solid #bdc3c7;
    background: #fff;
    float:right;
    margin: 40px 10px 40px 40px;        
    border-radius: 20px;
    position: relative;
    left:250px;
}

#btnback {      
    clear:both;
    float:left;
    /*
    position: relative;
    top:25px; 
    */
}

#btnnext {      
    float:right; 
/*    
    position:relative;
    top:25px;
*/
}

.btngen {
    text-transform: uppercase!important;
    margin: 10px!important;
    /*
    display:block!important;
    color: #fff!important;
    overflow: visible!important;
    border: 0!important;
    cursor: pointer!important;
    height: 40px!important;
    width: auto!important;
    font-size:15px!important;     
    background: #3498db!important;    
    border-radius: 3px!important;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3)!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    */
}

.btngen:hover {
    /*
    background: #2980b9!important;
    box-shadow: 0 0 0 0!important;
    -moz-box-shadow: 0 0 0 0!important;
    -webkit-box-shadow: 0 0 0 0!important;
    */
}

.date-display{
    padding: 5px;
    background: white;
    font-weight: bold;
}




/*Avaliar estagio */

#opcoes-img {
    float:left;
    margin: 0;
    padding:25px 10px 0 10px;
}

#topo-avaliar {
    float:left;
}

#seta1-img , #seta2-img{
    clear:both;
}


#passosbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear:both;   
}

#passosbottom  a {
    overflow: hidden;
}

.passos {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
}

.passos-txt h2 {    
    color: #444;
}

.passos-txt ul a{
    display: block;
    color:#808080;
    text-decoration: none;
    font-weight: normal;
}

.passos-txt li{
    margin-bottom:5px;
    list-style: none;
    font-weight: 500;        

}

.passos-img {
    object-fit: cover;
    height: 150px;
}


/* Menu Interno */
#menu-mini {
    float:right;
}

#preparando-img {
    float:left;
    width: 50px;
    clear:both;
}

#parando-img {
    float:left;
    width: 50px;
    padding: 0 5px 0 5px;
}

#acompanhamento-img {
    float:left;
    width: 50px;
}

/*PAGINAS PARANDO DE FUMAR*/


.txtproximopasso{    
    float:left; 
    width:580px;    

}

.txtproximopasso p{
    text-indent: 0;
}

.btnfloat {
    float:left;
    position:relative;
    top:65px;
    left:50px;

}

.btnfloat1 {
    float:left;

}

.referencias {
    padding-top:50px;
    clear:both;
    width: 100%;
}

.referencias p{
    color:#999;
    font-size: .9em;
    text-align: center;
    width: 90%;
    margin: .2em auto;
}

/*Riscos de fumar*/
#cartoonman {
    width:240px;
    float:right;
}

/*Calculadora*/
#gastostabagismo{
    width: 100px;
    float:right;
    margin: 0 0 50px 50px;
}

#calculatortop td{
    width:280px;
}

#calculatorbottom td{
    width:280px;
}
/* Live Without Tobacco Piece of Code
/* COMO VENCER OS MEDOS*/

/* AVALIAÇÃO COMORBIDADES*/
#avacomorbidades{

}

/* COMO SUBSTITUIR  */

.buscarajuda{
    clear:both;
}

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

.pbuscarajuda{
    float:left;
    width:480px;
    padding-bottom:25px;
}

.pbuscarajuda h4{
    margin:0;
}

.pbuscarajuda p{
    text-indent: 0;
}

.btnbuscarajuda{
    float:right;
    padding: 40px 5px 0 0;
}


/* PASSO 2 ********
PRONTO PARA PARAR*/

.fotoframeclean{
    float:right;
    border: 1 solid #fff;
    margin: 20px 10px 40px 40px;
}

/* medicamentos */

/* Vencendo a fissura */

.btnfloatspec {
    float:left;
    position:relative;
    top:65px;
    left:20px;

}

/* Recaídas */

#qrecaida p {
    text-indent: 0;
    font-weight: bold;
}

thead{
    text-align: left;    
}


/** Impressão plano **/

.planoimg img {
    border:0;
}

#planoimg1 {
    float:left;
}

.planoimg p {
    text-indent: 0;
}

#planoimg2 {
    float:left;
    padding-left: 50px;
}

#mailandprint {
    float: right;
}

#planoimg2 p {
    position:relative;
    left:12px;
}
  


/* STANDARD DRINK */
#standarddose  {
    /*
    float:left;
    width:auto;
    height: auto;
    margin-left: 80px;
    padding-bottom: 20px;
    padding-top: 20px; 
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}

#standarddose h1{
    flex: 1 0 100%;
    line-height:normal;
    text-align: center;
    padding:0 0 5px 0;
    margin: 0;
    font-size: 26px;  
    border-bottom: 1px solid #BDC3C7;
}

#doseex1, #doseex2, #doseex3, #doseex4, #doseex5{
    float:left;    
}

.doseexample {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: auto;
    padding: 5px 0;
}

.doseh h2 {
    font-size: 20px;
    line-height: 26px;
    color: #555;
    font-weight: bolder;
    text-align: center;
}

.doseimg img {
    width: 100px;
    padding-left: 10px;
}

.dosep1 p {
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    line-height:normal;
    padding-top:20px;
    margin: 0;        
}


.dosep2 p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    line-height:normal;
    padding:0;
    margin: 0;        
}


#audit3evaluation{
    clear:both;
}

hr {
    color: #BDC3C7;
}

#toggler, #toggler-leftmenu, .hamburger{
    display: none;
}

.rating {
    text-align: center;
    padding: 10px;
    transform: scale(0.8);
}

/* Bootstrap Overrides */

.jumbo-header {
    background-image: url("/aes/javax.faces.resource/default/images/aes-bg3.png.xhtml");
    background-size: cover;
    background-position: center; 
}

.jumbo-programa{
    background-image: url("/aes/javax.faces.resource/default/images/free-woman.jpg.xhtml");
    background-size: cover;
    background-position: center; 
    min-height: 280px;
}


.btn-primary{
    background-color: #3498db;
    border-color: #3498db;
}

.btn-primary:hover {
    background-color: #3285ce;
    border-color: #347ddb;
}

.btn-outline-primary {
    color: #3498db;
    border-color: #3498db;
}

.btn-outline-primary:hover {
    background-color: #3498db;
    border-color: #3498db;
}

.bg-primary {
    background-color: #3498db !important;
}

.show > .btn-primary.dropdown-toggle {
    background-color: #3285ce;
    border-color: #347ddb;
}

/* Instruções para acessar aplicativo */

.instructions hr {
    width: 99%;
    border: 2px dashed #C3C3C3;
    box-sizing: border-box;
}

.instructions-number {
    margin-left: 20px;
}

.instructions-img {
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    width: 40vw;
}

/* Honeypot */

.simplehoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* Mobile Styles */
@media only screen and (max-width: 780px) {
  body {
    /* background-color: #F09A9D;  Red */
    margin: auto;
    justify-content: center;
  }
  
  #maincenter > div {
      flex-direction: column;
      align-items: center;
  }
  
  .signupcenter{
      flex-direction: column;
      align-items: center;
  }
  
  #maintop {
      flex-direction: column;
  }
  #mainleft, #mainright {
      margin: auto;
      width: 90%;
  }
  
  #mainright iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  #signupleft, #signupright {
      margin: auto;
      width: 90%;
  }
  
  #signin {
    width: 90%;
  }

  
  #passosbottom {
    flex-direction: column;
  }
  
  #seta1-img, #seta2-img{
    transform: rotateZ(90deg);
  }
  
  .passos {
      width: 90%;
      max-width: 365px;
      margin: 30px 0;
  }
  
  .line{
      width: 30px;
      height: 3px;
      background: white;
      margin:5px;
  }
  
  .topmenu nav label, .leftmenu2 nav label { 
    display: inline-block;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 10px;
  }
  
  .topmenu nav{
      position: relative;
  }

  .topmenu nav ul li{
    background:#3498db;
    width: 100%;
    height: 10%;
    }
  
  .topmenu nav ul {
    background:#3498db;
    width: 100%;
    flex-direction: column;
    padding: 5px 5px;
    display: none;
    }
    
    #toggler:checked ~ ul{
      display: flex;
    }
    
  #toggler-leftmenu:checked ~ ul{
      display: flex;
      min-height: 430px;
      position: absolute;
      left: 55px;
      min-width: 100%;
      z-index: 1;
  }
  .headertop{
        display:none;
    }
    #rightheader {
        width: 100%;
        text-align: center;
    }
    
    .leftmenu-navbar {
        width: 100%;
        justify-content: center!important;
        
    }
    
    #editprofile {
    width: 100%;
    }

    .ranking-info {
        flex-direction: column;
    }
    
    .instructions-img {
        width: 90vw;
    }
}

/* Tablet Styles */
@media only screen and (min-width: 781px) and (max-width: 960px) {
  body {
   /* background-color: #F5CF8E; Yellow */
  }
  
    .instructions-img {
        width: 60vw;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  body {
    /*background-color: #B2D6FF; Blue */
  }


    #corpo {
        margin-left:auto;
        margin-right:auto;
        max-width:1100px;
        /*min-height:100%;*/
    }

    .main {
        overflow:auto;
        clear:both;
        padding-bottom:100px;
    }
}