@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800&display=swap&subset=latin-ext');
/*font-family: 'Dosis', sans-serif;*/

/*GERAL*/
  html, body{
    height: 100%;
    position: relative;
    min-height: 100%;
  }
  body{
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal; 
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #5C74CB;
  }
  p {
    margin-top: 0;
    /*margin-bottom: 1rem !important;*/
  }
  #contentor1{
    min-height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #asseccentro{
    /* Set the fixed height of the header */
    padding-top: 100px;
    /* Set the fixed height of the footer here + 20px de padding a separar do conteudo */
    padding-bottom: 95px;
  }

  #conteudobox p, #conteudoi p, #conteudoy2 p, #formtestemunhos p, 
  #conteudobox li, #conteudoi li, #conteudoy2 li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.5px;
  }
  .direita{
    text-align: right;
  }
  .divisor_wrapper {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #575757;
    text-transform: uppercase;
    border-bottom: 1px solid #8FAE29;
    margin-bottom: 10px;
  }
  .divisor{
  }
  .pre-owl{
    padding: 0;
    margin: 0 15px;
  }
  .owl-container{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 1px 2px;
  }
  ::selection {
    background: rgba(0, 171, 210, 0.35);
    color: #FFF;
  }
  .pre{
    height: 65px;
    background-image: url(./imagens/pre.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .primeiro_ciclo{
    height: 65px;
    background-image: url(./imagens/1_ciclo.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .segundo_ciclo{
    height: 65px;
    background-image: url(./imagens/2_3_ciclo.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .jogos{
    height: 263px;
    background-image: url(./imagens/2_3_ciclo.jpg);
    background-repeat: no-repeat;
  }
  .tema_pegada{
    height: 65px;
    background-image: url(./imagens/tema_0.svg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .tema_desperdicio{
    height: 65px;
    background-image: url(./imagens/tema_1.svg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .tema_arrabida{
    height: 65px;
    background-image: url(./imagens/tema_2.svg);
    background-repeat: no-repeat;
    background-position: 50%;
  }
/*end GERAL*/

/*LOGO*/
  .logo {
    margin: 0 auto;
    /*-webkit-filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.25));
    filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.25));*/
    -webkit-filter: drop-shadow(6px 4px 0 #576AA9);
    filter: drop-shadow(6px 4px 0 #576AA9);
  }
  #div-logo img {
    margin: 0 auto;
    max-height: 135px;
    -webkit-filter: drop-shadow(6px 4px 0 #576AA9);
    filter: drop-shadow(6px 4px 0 #576AA9);
  }
/*end LOGO*/

/*Vertical Align*/
  .vertical-table-wrapper{
    display: table;
    width: 100%;
    height: 100%;
  }
  .vertical-table-cell{
    display: table-cell;
    vertical-align: middle;
  }
  .vertical-cell{
    border: 1px solid #fff;
    padding: 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  .vertical-bg{
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 45px;
    text-align: center;
  }
/*end Vertical Align*/

/*LOADER*/
  .loader {
    max-width: 40%;
    margin: 0 auto !important;
  }
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
  }
  .spinner {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    /* left: 60%; */
    top: 50%;
    margin: -135px 0 0 0;
    z-index: 1001;
  }
  .spinner > div {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    border: 2px solid #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  #loader-wrapper .loader-section {
      position: fixed;
      top: 0;
      width: 51%;
      height: 100%;
      background: #5C74CB;
      z-index: 1000;
      -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);  /* IE 9 */
      transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }
  #loader-wrapper .loader-section.section-left {
      left: 0;
  }
  #loader-wrapper .loader-section.section-right {
      right: 0;
  }
  /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded .spinner {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
/*end LOADER*/

/*Fix for WinPhone 8 and IE10*/
  @-webkit-viewport   { width: device-width; }
  @-moz-viewport      { width: device-width; }
  @-ms-viewport       { width: device-width; }
  @-o-viewport        { width: device-width; }
  @viewport           { width: device-width; }
/*end Fix for WinPhone 8 and IE10*/

/*SHARE buttons*/
  .social-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .social-container ul li:first-child{
    padding-left: 0;
  }
  .fb-share-button span {
    vertical-align: inherit !important;
  }
/*end SHARE buttons*/

/*Cookie Consent*/
  .cc_message{
    font-size: 13px !important;
  }
  .cc_container .cc_btn {
    font-size: 13px !important;
    bottom: 20px !important;
  }
  .cc_logo{
    display: none !important;
    background-image: none !important;
    height: 1px !important;
  }
  .cc-theme-edgeless.cc-window{
    font-family: 'Dosis', sans-serif !important;
    font-size: 13px !important;
    text-align: center;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    background-color: rgba(0,0,0,0.85) !important;
    color: #FFF !important;
  }
  .cc-banner .cc-btn:last-child, .cc-dismiss {
    min-width: 60px !important;
    color: #FFF !important;
    background-color: rgba(143, 174, 41, 1) !important;
  }
  .cc-link,
  .cc-link:active,
  .cc-link:visited{
    color: #8fae29 !important;
  }
/*end Cookie Consent*/


/*Botoes geral*/
  .bootstrap-select .btn:focus{
    outline: none !important;
  }
  .btn:active{
    box-shadow:none;
  }
  .btn:focus{
    outline: none !important;
  }
  .btn-primary, .btn-success {
    background-color: #EA7066;
    border-color: #EA7066 ;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-success:hover,  .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
  .btn-primary:focus, .btn-primary.focus,
  .btn-success:focus, .btn-success.focus, .btn-primary:active:focus{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    outline: none;
    color: #EA7066;
  }
  .btn-info {
    background-color: #8FAE29;
    border-color: #8FAE29 ;
    color: #FFF;
  }
  .btn-info:hover,  .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,.btn-info:focus,.btn-info.focus {
    background-color: #FFF ;
    border-color: #8FAE29 ;
    outline: none;
    color: #8FAE29;
  }
  .btn-download{
    background-color: #FFFFFF;
    border-bottom: 1px solid #FF6E29;
    font-size: 12px;
  }
  .btn-download.disabled, .btn-download[disabled]{
    opacity: 1;
  }
  .btn-download:hover, .btn-download:focus{
    color: #FFF;
    background-color: #FF6E29;
  }
/*end botoes-geral*/

/*Font style*/
  td, .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404040;
    list-style: none;
  } 
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccc !important;
  }
  input, textarea,select, option{
    color: #404040;
  }
  input{
    outline:none;
  }
  select:focus, input:focus, label:focus{
    outline:none!important;
    box-shadow: none!important;
  }
  ::-webkit-input-placeholder {
     color: #404040;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #404040;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: #404040;
  }
  :-ms-input-placeholder {  
     color: #404040; 
  }
  a{
    color:#404040;
    text-decoration: none;
  }
  a:hover, a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #FF6E29;
    outline: none;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.42857143;
  }
  .welcome_wrapper{
    overflow: hidden;
  }
  .welcome_title{
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 32px;
    color: #00ABD2;
    text-align: center;
  }
  .welcome_title:before,
  .welcome_title:after {
    background-color: #00ABD2;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    width: 5%;
  }
  .welcome_title:before {
    right: 0.5em;
    margin-left: -50%;
  }
  .welcome_title:after {
    left: 0.5em;
    margin-right: -50%;
  }
  .titulo-web{
    font-weight: 300;
    font-size: 34px;
    line-height: 32px;
    color: #00ABD2;
    text-align: center;
  }
  .titulo-primario{
    font-weight: 300;
    color:#00ABD2;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
  }
  .titulo-secundario{
    font-weight: 300;
    color:#086085;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
  } 
  .subtitulo-primario{
    font-size: 24px;
    font-weight: 300;
    color:#00ABD2;
    line-height: 26px;
  }
  .subtitulo-secundario{
    font-size: 24px;
    font-weight: 300;
    color:#086085;
    line-height: 26px;
  }
  .mote{
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }
  .mote_azul{
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    color: #00ABD2;
  }
  .texto{
    color: #575757;
    font-size: 14px; /* Aproximação devido à substituição de fonte */
    font-weight: 400;
    line-height: 22px; /* Aproximação devido à substituição de fonte */
    text-align: left;
  }
  .texto_azul{
    color: #00ABD2;
  }
  .data, .timestamp{
    font-size: 11px;
    color: #00a8ce;
    font-weight: bolder;
  }
  .spacer{
    letter-spacing: -.5px;
    line-height: 1.2em;
  }
  .smalltext{
    font-size: 13px;
    word-wrap: break-word;
  }
  .legenda  {
    font-size: 12px;
    font-style: normal;
  }
  .sobconsulta{
    font-size: 12px;
  }
  .weight400{
    font-weight: 400 !important;
  }
  .weight600{
    font-weight: 600 !important;
  }
  .weight700{
    font-weight: 700 !important;
  }
  .bold{
    font-weight: 700;
  }
  .semibold{
    font-weight: 600;
  }
  b, strong {
    font-weight: 600;
  }
  .text-upper {
    text-transform: uppercase;
  }
  .lineheight24{
    line-height: 24px;
  }
  .font16{
    font-size: 16px;
  }
  .navbar-menu-prod{
    font-size: 15px;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }

  @media only screen and (max-width : 768px) {
    .welcome_title {
      font-size: 1.75em;
    }
    .titulo-web {
      font-size: 1.75em;
    }
    .mote {
      font-size: 1.25em;
    }
    .mote_azul {
      font-size: 1.25em;
    }
  }

  @media only screen and (max-width : 400px) {
    .welcome_title {
      font-size: 1.75em;
    }
    .titulo-web {
      font-size: 1.75em;
    }
    .mote {
      font-size: 1.25em;
    }
    .mote_azul {
      font-size: 1.25em;
    }
  }
/*end Font style*/

/*Padding & margin*/
  .no-gutter{padding-right:0 !important;padding-left:0 !important;}

  .margintop100{margin-top: 100px !important;}
  .margintop50{margin-top: 50px !important;}
  .margintop25{margin-top: 25px !important;}
  .margintop10{margin-top: 10px !important;;}
  .nomargintop{margin-top: 0 !important;}

  .marginbottom100{margin-bottom: 100px !important;}
  .marginbottom50{margin-bottom: 50px !important;}
  .marginbottom30{margin-bottom: 30px !important;}
  .marginbottom25{margin-bottom: 25px !important;}
  .marginbottom10{margin-bottom: 10px !important;}
  .nomarginbottom{margin-bottom: 0 !important;}

  .paddingtop15{padding-top: 15px !important;}
  .padding-bottom20{padding-bottom: 20px !important;}

  .nomargin{margin: 0 !important;}
  .nopadding{padding: 0 !important;}
  .nopaddingleft{padding-left: 0;}

  .gap-left{
    margin: 0px 0px 25px 25px;
  }
  .gap-right{
    margin: 0px 25px 25px 0px;
  }
/*end Padding & margin*/

/*Border radius*/
  .borderespecial_inteira{
    border: 3px solid #EFCFAD;
    padding: 10px;
  }
  .bordertopradius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .borderadius{
    -moz-border-radius:5px;
    border-radius:5px;
  }
/*end Border radius*/

/*Colors*/
  .color-primary{color:#8FAE29 !important;} /*verde*/
  .color-secondary{color:#404040 !important;} /*cinza escuro*/
  .color-extra{color:#EA875A;} /*salmao*/
  .bolas{color:#DD6935 !important;}
  .gray{color:#7F8C8C !important;} /*cinza claro*/
  .white{color:#FFF !important;}
  .black{color:#000 !important;}
  .blue{color:#0098D1 !important;}
/*end Colors*/

/*Bootstrap fix*/
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:auto;
  }
/*end Bootstrap fix*/

/*Modal*/
  .close{
    color: #000!important;
    opacity: 1 !important;
  }
  .close:hover{
    opacity: 0.65 !important;
  }
  .modal-content{
    /*text-align: center;*/
  }
  .modal-content li{
    padding-bottom: 5px;
  }
  .modal-title{
    font-size: 28px !important;
    padding-left: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
  }
    .modal .winner {
    font-family: 'Dosis', sans-serif;
      font-size: 30px;
      line-height: 34px;
      margin-top: 20px;
  }
  .modal .restart {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 20px;
    display: block;
    font-size: 15px;
    border: none;
    background: #00abd2;
    background: -webkit-linear-gradient(#00abd2, #0071a9);
    background: linear-gradient(#00abd2, #0071a9);
    border: 1px solid #00abd2;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }
  .modal .restart:hover {
    background-color: #ffffff !important;
      border-color: #00ABD2 !important;
      outline: none !important;
      color: #00ABD2 !important;
      background-image: none !important;
  }
  .modal .award{
    width: 200px;
  }
  .modal-dialog {
      text-align: center;
  }
  .modal-footer {
    text-align: center;
  }
  .btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
  }
  .head {
      padding: 12px 30px;
      overflow: hidden;
      background: #00ABD2;
  }
  .logo-modal{
    width: 200px;
    margin-right: 20px;
    display: inline;
  }
  .login_modal_footer{
    margin-top:5px;
  }
  .form-group{
    position: relative;
  }
  .modal-dialog .form-group .login-field-icon,
  .modal-dialog .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 1px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
  }
  .login-modal{
    width:100%;
    padding-bottom: 0px;
  }
  .modal-register-btn{
    margin: 4% 33% 2% 33% ;
    width:100%;
  }
  .login-modal input{
  }
  .modal-body-left{
    float:left;
    width:50%;
    padding-right:4%;
    border-right:4px solid #FF6E29;
  }
  .modal-body-right{
    float:right;
    width:47%;
  }
  .login-link{
    padding:0;
  }
  .modal-icons{
    margin-left: -10px;
    margin-right: 20px;
  }
  #center-line{
    position: absolute;
    right: 265.7px;
    top: 80px;
    background:#ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
  }
  .modal-login-btn{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color: #FFF;
  }
  .modal-login-btn:hover,.modal-login-btn:focus, .modal-login-btn:active{
  }
  .modal-dialog-small{
    width: 430px;
  }
  .modal_header, .modal-header {
    background-color: #FFF;
    color: #00ABD2;
    padding: 10px;
  }
  .modal_footer{
    background-color: #00ABD2;
    color: #FFF;
  }
  .help-block.with-errors {
    font-size: 12px;
  }
  #form_registo .control-label{
    display: none;
  }
  .modal {
    text-align: center;
    padding: 0!important;
  }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
/*end Modal*/

/*.bshadow {box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);*/
  .radio label, .checkbox label {
    font-weight: 500 !important;
  }

/*BTN Níveis*/
  .btn-nivel-1 {
    background-color: #29aae1;
    border-color: #29aae1;
    color: #9debff;
    padding: 10vh 12vh;
    border-radius: 40px;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    text-shadow: 0 0 2px #5b73cb;
  }
  .btn-nivel-1:hover, .btn-nivel-1:focus {
    background-color: #9debff;
    border-color: #9debff;
    color: #29aae1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #quiz button {
    position: relative;
    margin-top: 3vh;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
  }
/*end BTN Níveis*/

/*BTN cores*/
	.btn-azul, .btn-azulescuro, .btn-verde, .btn-amarelo  {
    font-size: 2.778em;
    font-weight: 700;
    letter-spacing: 0.25px;
		color: #FFFFFF;
		background-color: #8097EB;
		border-color: #8097EB;
    padding: 0.2em 1.2em;
		border-radius: 0.5em;
		-moz-transition: all 0.3s ease-in-out !important;
		transition: all 0.3s ease-in-out !important;
    /*text-shadow: 2px 2px 2px #5b73cb;*/
	}
  .btn-azulescuro {
    background-color: #5F75C5;
    border-color: #5F75C5;
    margin-top: 1vh !important;
  }
  .btn-verde, .btn-amarelo {
    background-color: #A7D38C;
    border-color: #A7D38C;
    font-size: 2.778em;
    padding: 0.2em 1.2em;
  }
  .btn-amarelo {
    background-color: #FFCC00;
    border-color: #FFCC00;
  }
	.btn-azul:hover, .btn-azul:focus, .btn-azul:active:focus,
  .btn-azulescuro:hover, .btn-azulescuro:focus, .btn-azulescuro:active:focus,
  .btn-verde:hover, .btn-verde:focus, .btn-verde:active:focus, 
  .btn-amarelo:hover, .btn-amarelo:focus, .btn-amarelo:active:focus {
		color: #8097EB;
		background-color: #FFFFFF;
		border-color: #FFFFFF;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
  .btn-azulescuro:hover, .btn-azulescuro:focus, .btn-azulescuro:active:focus{
    color: #5F75C5;
  }
	.btn-verde:hover, .btn-verde:focus, .btn-verde:active:focus{
		color: #A7D38C;
	}
	.btn-amarelo:hover, .btn-amarelo:focus, .btn-amarelo:active:focus{
		color: #FFCC00;
	}
/*end BTN cores*/

/*hvr-float-shadow*/
  .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
/*end hvr-float-shadow*/


  label {
    color: #FFFFFF;
    margin-bottom: 2vh;
    font-size: 1.65em;
    letter-spacing: 1px;
  }


/*STYLES*/
  .TShadow {
    text-shadow: 2px 2px 2px #5e74c5;
  }
  .FShadow {
    text-shadow: 2px 2px 2px #3f5196; 
  }
  .box-shadow{
    /*display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35vw;
    min-height: 25vh;
    border-radius: 6px;
    margin-top: -15vh;
    background-color: white;
    padding: 30px;*/
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2.99255px 6.2511px 0px, rgba(0, 0, 0, 0.043) 0px 10.0513px 20.9961px 0px;
  }
/*end STYLES*/

/*@media only screen and (max-height: 1049px) {  
	#asseccentro {
	padding-top: 1vh;
	padding-bottom: 105px;
	background-color: #5C74CB;
	}
}*/

/*CONTEÚDOS*/
    #quadro-1 .frase_comecar, #quadro-2 .frase_comecar, #quadro-3 .frase_comecar, #quadro-final .frase_comecar{
      font-size: 3.333em;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.3px;
      margin: 6vh 0 9vh 0;
    }
    #quadro-2 .frase_comecar {
      font-size: 2.222em;
      margin: 6vh 0;
    }
    #quadro-final .frase_comecar {
      font-size: 1.75em;
      margin: 2vh 0;
      line-height: 1.25;
    }
    #quadro-final .frase_comecar:first-child {
      margin-bottom: 2vh;
      font-size: 2.222em;
    }
    #quadro-2 .btn-azul {
      font-size: 2.222em;
      padding: 0.55em 1.2em;
    }
    .texto-amarelo {
      color: #FFCC00;
      font-size:125%;
      line-height: 1.8;
    }
    .imground {
      border-radius: 50%;
      max-width: 330px;
      margin: 0 auto;
      margin-bottom: 20px;
      margin-top: 20px;
      border: 20px solid #8095E9;
    }
    #quiz.content-quiz {
      min-height: 170px;
      padding: 2em 4em 0 4em;
    }
    #quiz h3.div-p, #quiz h3.div-c {
      text-transform: none;
      font-weight: 600;
      /* padding: 15px 30px 0; */
      font-size: 1.75em;
      line-height: 1.2;
    }

    #quiz h3.div-p .p-respondidas, #quiz h3.div-p .p-total, #quiz h3.div-c #p-certas {
      font-weight: 800;
    }
    .footer{
      position: absolute;
      bottom: -2px;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 75px;
    }
    .svg_bottom{
      fill:#338A00;
      margin-left: 20px;
    }
    .svg_bottom:hover{
      fill:#FFF;
    }
    .menu_apoios{
      text-align: center;
    }
    .menu_apoios img{
      height: 60px;
    }
    .menu_bottom h6{
      color: #8794A2;
      font-size: 10px;
    }
    .menu_bottom a:hover h6, .menu_bottom a:focus h6{
      text-decoration: underline;
    }
    .current_bottom h6{
      text-decoration: underline;
    }
    #footer{
      min-height: 75px;
      margin-bottom: 0;
      border: none;
      box-shadow: none;
      border-radius: 0;
      background-color: transparent;
      background-image: url(./imagens/footer_04.svg); background-repeat: no-repeat;
      display: inline-block;
      background-position: center;
      width: 100%;
    }
    #quiz .div-img div {
      height: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 30px;
    }
    #quiz input[type="radio"]:checked + label, #quiz input[type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 60px;
      cursor: pointer;
      line-height: 1.2em;
      display: inline-block;
      font-weight: 600;
      min-height: 45px;
      /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); */
    }
    #quiz input[type="radio"]:checked + label:before, #quiz input[type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      width: 40px;
      height: 40px;
      border: 1px solid #FFFFFF;
      border-radius: 100%;
      background: #fff;
    }
    #quiz input[type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    #quiz input[type="radio"]:checked + label:after, #quiz input[type="radio"]:not(:checked) + label:after {
      content: '';
      width: 30px;
      height: 30px;
      background: #84e04f;
      position: absolute;
      top: 0;
      left: 5px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    #title {
      border-bottom: 1px solid #E1E1E1; 
      margin-bottom:22px; 
      padding-bottom: 10px; 
      text-align: center;
    }

    #quiz .div-botoes {
      text-align: center;
    }
    #quiz h2 {
      font-size: 1.75em;
      font-weight: 700;
      letter-spacing: 0.5px;
      display: inline-block;
      position: relative;
      padding: 1em 15px 1em 75px;
      cursor: default;
      min-height: 50px;
      line-height: 1.2;
      margin: 0;
    }
    #quiz h2:before {
      content: '';
      position: absolute;
      background-image: url(./imagens/arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      height: 42px;
      width: 38px;
      display: block;
      float: left;
      margin-right: 15px;
      left: 15px;
      /*top: 18px;*/
    }
    #quiz h3 {
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: 800;
      margin-bottom: 10px;
    }

    #quiz p {
      /*color: #84e04f;*/
    }

    #quiz #question {
      display: inline-block;
        width: 100%;
      }

    #quiz {
        display:none;
      margin: 0px auto;
      /*font-size: x-large;*/
    }
    #quiz .img-quiz {
      width: 100%;
      text-align: center;
      max-height: 300px;
      border: 12px solid #FFF;
      border-radius: 20px;
      margin-top: 30px;
    }

    #quiz ul {
        list-style-type: none;
        padding: 0;
    }

    #quiz input[type="radio"] {
      margin-right: 15px;
    }

    #quiz input[type="radio"]:checked,
    #quiz input[type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    #quiz input[type="radio"]:checked + label,
    #quiz input[type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 60px;
      cursor: pointer;
      line-height: 1.2em;
      display: inline-block;
      font-weight: 600;
      min-height: 45px;
      /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    }
    #quiz input[type="radio"]:checked + label:before,
    #quiz input[type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      width: 40px;
      height: 40px;
      border: 1px solid #FFFFFF;
      border-radius: 100%;
      background: #fff;
    }
    #quiz input[type="radio"]:checked + label:after,
    #quiz input[type="radio"]:not(:checked) + label:after {
      content: '';
      width: 30px;
      height: 30px;
      background: #84e04f;
      position: absolute;
      top: 0;
      left: 5px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    #quiz input[type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #quiz input[type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #quiz button {
      position: relative;
      margin-top: 5vh;
      border-radius: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      cursor: pointer;
      font-size: 1.5em;
      text-align: center;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 0 !important;
      padding: 15px 60px;
    }

    #quiz #prev, #quiz #next {
        display:none;
        margin-top: 0;
    }

    #quiz #start, #quiz #exit {
        display:none;
    }

    #warning {
      font-size: 1em;
      margin-top: 5vh;
      font-weight: 600;
      letter-spacing: 1px;
      cursor: pointer;
      color: #E63323;
      margin-left: 10vh;
    }
    #info {
      font-size: 16px;
      background-color: rgba(255, 255, 255, 0.5);
      display: block;
      padding: 15px 20px;
      border-radius: 20px;
      -webkit-transition: all 0.3s ease-in-out !important;
      -moz-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important;
      padding: 0 !important;
    }
    #infoTexto {
      font-size: 1.35em;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #5C74CB;
      padding: 15px;
      margin-bottom: 0;
    }
    #infoTexto p br {
      padding-bottom: 20px;
    }
    #infoResult {
      font-size: 2em;
      text-align: center;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 0 !important;
      color: #2acf50;
      display: none;
    }

    #quiz .div-question {
      background-color: #8197ec;
      border-radius: 40px;
    }

    #quiz .div-question div {
      padding: 15px;
    }
    #quiz .div-question div.div-next {
      padding: 0 30px 30px;
    }
    #quiz .div-mapa div {
      background-color: #8197ec;
      padding: 15px;
      border-radius: 20px;
    }
    #quiz .div-mapa div:first-child {
      padding-top: 0;
      background-color: #5c74cb;
    }
    #quiz .div-mapa #img-mapa {
      padding: 30px;
    }

    #quiz ul li.neutral label {
      color: #5c74cc;
      text-shadow: none;
    }
    #quiz ul li.success label {
      color: #84e04f;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    }
    #quiz ul li.error label {
      color: #DD5524;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    }
    #quiz #infoResult.neutral {
      color: #5e5858;
    }
    #quiz #infoResult.success {
      color: #84e04f;
    }
    #quiz #infoResult.error {
      color: #DD5524;
    }
    #quiz ul li.neutral label:after {
      background-color: #5e5858 !important;
    }
    #quiz ul li.success label:after {
      background-color: #84e04f !important;
      box-shadow: inset 1px 1px 1px #5e74c5;
    }
    #quiz ul li.error label:after {
      background-color: #DD5524 !important;
      box-shadow: inset 1px 1px 1px #5e74c5;
    }

    #quiz #question .div-mapa svg {
      width: 100%;
        height: 100%;
    }
    #quiz #question .div-mapa svg path {
      fill: #ADBCEE;
    }
    #quiz #question .div-mapa svg #oceano {
      fill: #8097EB;
    }
    #quiz #question .div-mapa svg #sombra {
      fill: #5C74CB;
    }
    #quiz #question .div-mapa svg path.error {
      fill: #DD5524;
    }

    #resultado {
      font-weight: 700;
      font-size: 2.222em;
      text-align: center;
      letter-spacing: 0.3px;
      line-height: 1.2;
      margin: 0 auto;
      margin-top: 3vh;
      margin-bottom: 5vh;
    }
    .planeta {
      max-width: 70%;
      margin: 0 auto;
      -webkit-filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.25));
      filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.25))
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      .imground {
        max-width: 275px;
      }
      #quiz .div-img div {
        height: 200px;
      }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      #asseccentro #quadro-1 {
      }
      #asseccentro #quadro-2{
      }
      #quadro-1 .frase_comecar, #quadro-3 .frase_comecar {
        margin: 6vh 6vh 9vh 6vh;
      }
      #quadro-2 .frase_comecar {
        font-size: 1.75em;
        line-height: 1.3em;
      }
      #quadro-1 .btn-azul {
        font-size: 2.778em;
      }
      #quadro-2 .btn-azul {
        padding: 0.55em 1.2em;
        letter-spacing: 0.25px;
        font-size: 1.5em;
      }
      .imground {
        max-width: 235px;
        border: 20px solid #8095E9;
      }
      #quiz h3.div-p, #quiz h3.div-c {
        font-size: 1.5em;
      }
      #quiz .div-img div {
        height: 180px;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      #asseccentro #quadro-1 {
      }
      #asseccentro #quadro-2{
      }
      #quadro-1 .frase_comecar, #quadro-3 .frase_comecar {
        font-size: 2.778em;
        margin: 6vh 6vh 9vh 6vh;
      }
      #quadro-2 .frase_comecar {
        font-size: 1.75em;
        line-height: 1.3em;
        margin: 6vh 3vh;
      }
      #quadro-1 .btn-azul {
        font-size: 2.222em;
      }
      #quadro-2 .btn-azul {
        padding: 0.55em 1.2em;
        letter-spacing: 0.25px;
        font-size: 1.5em;
      }
      #quadro-final .frase_comecar {
        font-size: 1.5em;
        margin: 2vh 0;
        line-height: 1.25;
      }
      .imground {
        max-width: 185px;
        border: 14px solid #8095E9;
      }
      #quiz.content-quiz {
        min-height: 170px;
        padding: 2.5em 1em 0 1em;
      }
      #div-logo img {
        margin: 0 auto;
        max-height: 135px;
        -webkit-filter: drop-shadow(3px 2px 0 #576AA9);
        filter: drop-shadow(3px 2px 0 #576AA9);
      }
      #quiz #question .div-mapa svg {
        width: 100%;
        height: 100%;
        max-height: 130px;
      }
      #quiz h3.div-p {
        font-size: 1.5em;
      }
      #quiz h3.div-c {
        font-size: 1.5em;
      }
      #quiz h2 {
      }
      #footer {
        min-height: 60px;
        margin-bottom: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background-color: #FFFFFF;
        background-image: none;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: center;
      }
      .footer {
        height: 60px;
      }
      #quiz .div-img div {
        height: 220px;
      }
      label {
        margin-bottom: 2vh;
        font-size: 1.65em;
        letter-spacing: 1px;
      }

      #assecbottom img.logo_bottom {
        height: 60px;
      }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      #quadro-1 .btn-azul {
        padding: 15px 30px;
        border-radius: 30px;
        letter-spacing: 0.25px;
        font-size: 1.5em;
      }
      #quadro-1 .frase_comecar, #quadro-3 .frase_comecar {
        font-size: 1.5em;
        margin: 6vh 2vh 6vh 2vh;
      }
      #quadro-2 .frase_comecar {
        font-size: 1.25em;
        line-height: 1.2em;
        margin: 4vh 2vh;
      }
      #quadro-final .frase_comecar {
        font-size: 1.25em;
        margin: 2vh 0;
        line-height: 1.25;
      }
      #quadro-final .frase_comecar:first-child {
        margin-bottom: 2vh;
        font-size: 1.75em;
      }
      #quadro-2 .btn-azul {
        padding: 0.55em 1.2em;
        letter-spacing: 0.25px;
        font-size: 1.25em;
      }
      .btn-verde, .btn-amarelo {
        font-size: 1.25em !important;
        padding: 0.55em 1.75em !important;
      }
      .btn-verde {
        margin-bottom: 2vh;
      }
      #div-logo img {
        margin: 0 auto;
        max-height: 135px;
        -webkit-filter: drop-shadow(3px 2px 0 #576AA9);
        filter: drop-shadow(3px 2px 0 #576AA9);
      }

      #quiz h3.div-p, #quiz h3.div-c {
        font-size: 0.85em;
        line-height: 1em;
      }
      #quiz.content-quiz {
        min-height: 170px;
        padding: 2em 0 0 0;
      }

      #quiz h2 {
        font-size: 1em !important;
        padding: 1em !important;
      }
      #quiz h2:before {
        display: none !important;
      }
      #quiz input[type="radio"]:checked + label, #quiz input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1.2em;
        min-height: 30px;
      }
      #quiz input[type="radio"]:checked + label:before, #quiz input[type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #FFFFFF;
        border-radius: 100%;
        background: #fff;
      }
      #quiz input[type="radio"]:checked + label:after, #quiz input[type="radio"]:not(:checked) + label:after {
        width: 16px;
        height: 16px;
        top: 2px;
        left: 2px;
      }
      label {
        margin-bottom: 1vh;
        font-size: 1em;
        letter-spacing: 1px;
      }
      #footer {
        background-color: #FFFFFF;
      }
      #quiz .div-img div {
        height: 120px;
      }
      #quiz .div-question div {
        padding: 10px;
      }
      #infoTexto {
        font-size: 0.85em;
      }
      #quiz button {
        border-radius: 10px;
        font-size: 0.75em;
        padding: 0.75em 3em;
      }
      #quiz .div-question div.div-next {
        padding: 0 10px 15px;
      }
      .planeta {
        max-width: 60%;
      }
      #resultado {
        font-size: 1.25em;
      }
      #quiz .div-question {
        border-radius: 20px;
      }
      #quiz .div-img div {
        border-radius: 20px;
      }
      #info {
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.75);
      }
      #assecbottom img.logo_bottom {
        height: 50px;
      }
      #assecbottom img.logo_bottom-b {
        height: 30px;
        margin-bottom: 4px;
      }
      #assecbottom img.logo_bottom-c {
        height: 26px;
      }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      #quadro-2 .frase_comecar {
        font-size: 1.25em;
      }
    }
  /*end Quadro 2*/
/*end CONTEÚDOS*/
