/*
=====
 ▄▄▄       ███▄    █  ▄▄▄          ██▓     █    ██  ██▓  ██████  ▄▄▄
▒████▄     ██ ▀█   █ ▒████▄       ▓██▒     ██  ▓██▒▓██▒▒██    ▒ ▒████▄
▒██  ▀█▄  ▓██  ▀█ ██▒▒██  ▀█▄     ▒██░    ▓██  ▒██░▒██▒░ ▓██▄   ▒██  ▀█▄
░██▄▄▄▄██ ▓██▒  ▐▌██▒░██▄▄▄▄██    ▒██░    ▓▓█  ░██░░██░  ▒   ██▒░██▄▄▄▄██
 ▓█   ▓██▒▒██░   ▓██░ ▓█   ▓██▒   ░██████▒▒▒█████▓ ░██░▒██████▒▒ ▓█   ▓██▒
 ▒▒   ▓▒█░░ ▒░   ▒ ▒  ▒▒   ▓▒█░   ░ ▒░▓  ░░▒▓▒ ▒ ▒ ░▓  ▒ ▒▓▒ ▒ ░ ▒▒   ▓▒█░
  ▒   ▒▒ ░░ ░░   ░ ▒░  ▒   ▒▒ ░   ░ ░ ▒  ░░░▒░ ░ ░  ▒ ░░ ░▒  ░ ░  ▒   ▒▒ ░
  ░   ▒      ░   ░ ░   ░   ▒        ░ ░    ░░░ ░ ░  ▒ ░░  ░  ░    ░   ▒
      ░  ░         ░       ░  ░       ░  ░   ░      ░        ░        ░  ░
*/

html, body {
    /* fix nos floats e etc */
    height: 100%;
}
body {
    font-size: 0px;
    margin: 0;
    padding: 0;
}

.upper {
  text-transform: uppercase;
}

.vertical-container {
    height:100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

input{
    height: 25px;
}

.modal-btn {
    height: 30px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    color: #333;
    padding: 5px;
    background: #d9d9d9;
    border: 1px solid #ccc;
    cursor: pointer;
}

.modal-btn:active {
    background: #c2c2c2;
}

.button {
    background: linear-gradient(rgb(9,218,255), rgb(13,172,232));
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 5px 0px 0px #0C99C4;
    cursor: pointer;
}

.button:active{
    transform: translateY(5px);
    box-shadow: none;
}

.button.tiny-btn{
    height: 25px;
    line-height: 25px;
}

.not-clickable{
   box-shadow: none;
}

.not-clickable:active{
   box-shadow: none;
   transform: none;
}

.text-justify{
    text-align: justify;
}

.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden{
    display: none;
}

/*================================== LOGOS ==================================*/
.planeta-logo{
    background-image: url('/../imgslogos/logo-planeta-small.png');
    background-repeat: no-repeat;
    background-position: center;
}

.ufrgs-logo{
    background-image: url('../imgs/logos/logo-ufrgs-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.cnpq-logo{
    background-image: url('../imgs/logos/logo-cnpq.png');
    background-repeat: no-repeat;
    background-position: center;
}

.nuted-logo{
    background-image: url('../imgs/logos/logo-nuted.png');
    background-repeat: no-repeat;
    background-position: center;
}

/*================================== HEADER GLOBAL ==================================*/
body > header {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom:20px;
    background-color:black;
}

body > footer {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top:20px;
    background-color:black;
    position:relative;
    clear:both;
}

body > footer #esq{
    position: absolute;
    left: 0;
}

body > footer #middle{
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 150px;
  /*background-image: url('../img/arrow-top.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;*/
  text-align: right;
  padding-right: 22px;
}

body > footer #dir{
    position: absolute;
    right: 0;
}

body > footer a:hover, body > footer a:active {
    font-weight:300;
}

.arroba:before {
  content: '@';
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#home {
    font-family: "Oswald";
    font-weight:400;
    font-size: 35px;
    color:white;
    margin-left: 10px;
}

.footer {
    font-family: "Oswald";
    font-size:18px;
}

.icon {
    padding-left:10px;
    padding-right: 10px;
}

#modgreen{
    height:30px;
    width:30px;
    margin:10px;
    background-color:#14a44a;
    float:right;
    position:relative;
}

#modred{
    height:30px;
    width:30px;
    margin:10px;
    background-color:#d32027;
    float:right;
    position:relative;
}

#modyellow{
    height:30px;
    width:30px;
    margin:10px;
    background-color:#e5cf28;
    float:right;
    position:relative;
}

#modblue{
    height:30px;
    width:30px;
    margin:10px;
    background-color:#247dc1;
    float:right;
    position:relative;
}

/*================================== BASE QUADRADOS ==================================*/

.base-quadrado-img {
    height:215px;
    width:215px;
    background-color:#4fbc7b;
    padding:0px;
    margin:20px;
    text-align:center;
}

.quadrado-md {
    font-family: "Oswald";
    font-size:25px;
    color:white;
    height:215px;
    width:470px;
    left:0;
    top:0;
    position:relative;
    display:inline-block;
    padding:20px;
    margin:20px;
    text-align:center;
}

.quadrado-pq {
    color:white;
    height:215px;
    width:215px;
    padding:20px;
    margin:20px;
}

.quadrado-big {
    font-family: "Oswald";
    font-size:25px;
    color:white;
    height:470px;
    width:470px;
    left:0;
    top:0;
    position:relative;
    display:inline-block;
    padding:20px;
    margin:20px;
    text-align:center;
}

.desafio1,.desafio2,.apoio {
    cursor:pointer;
}

.desafio1 {
    background-color:red;
}

/*================================== CORES ==================================*/

/*VERDE*/

.green-base {
    background-color:#14a44a;
}

.green-dark {
    background-color:#0f733b;
}

.green-light {
    background-color:#4fbc7b;
}

/*VERMELHO*/

.red-base {
    background-color:#D32027;
}

.red-dark {
    background-color:#A71D22;
}

.red-light {
    background-color:#DD5252;
}

/*AMARELO*/

.y-base {
    background-color:#E5CF28;
}

.y-dark {
    background-color:#C9A42D;
}

.y-light {
    background-color:#EDE47D;
}

/*AZUL*/

.blue-base {
    background-color:#247DC1;
}

.blue-dark {
    background-color:#0B5996;
}

.blue-light {
    background-color:#6EB2E2;
}

/*CINZA*/

.grey-base {
    background-color:#6d6e70;
}

.grey-light {
    background-color:#7b7c7e;
}

/*================================== TAMANHO PRÉ-FEITAS ==================================*/

.glossario {
    text-decoration:underline;
}

.guia1 {
    font-size:16px;
    font-weight:300;
}

.credito {
    color:white;
    font-size:16px;
    font-weight:300;
}

.biggest-title {
    font-size:70px;
}

.big-title {
    font-size:24px;
    font-weight:300;
}

.mod-title-pq {
    font-size:25pt;
}

.mod-title-medium {
    font-size:35pt;
}

.mod-title-big {
    font-size:40pt;
}

.mod-title-biggest {
    font-size:60pt;
}

.mod-title-ultra {
    font-size:120pt;
}

.oswald {
    font-family:"Oswald";
}

.roboto {
    font-family:"Roboto";
}

*, *:before, *:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*================================== MODAL ==================================*/

.modal {
    font-size:16px;
    font-weight:300;
}

.desafio-table {
    width: auto;
    border-collapse: collapse;
    text-align: center;
}

.desafio-table td, .desafio-table th {
    border: 1px solid #d9d9d9;
    padding: 5px;
}

.desafio-table th {
    background-color: #d9d9d9;
}

.modal a:link, .modal a:visited {
    color:#0c0c0c;
    font-weight:400;

}

.modal a:active, .modal a:hover {
    text-decoration:underline;
}

.bold {
    font-weight:400;
}
.left {
  float: left;
}
.right {
  float: right;
}
.upper {
  text-transform: uppercase;
}

.pointer {
    cursor:pointer;
}

.middle {
    margin:0 auto;
}

.relative {
    position:relative;
}

ul {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
     list-style-type:none;
}

/********/
/* This is how you would create a theme called "my-custom-theme": */

.my-custom-theme {
    background: #000;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

@media only screen and (max-width: 600px){

    body > header {
        margin-bottom:0px;
    }

    .quadrado-md {
        height:auto;
        width:100%;
        margin:0px;
    }

    .quadrado-pq {
        width:100%;
        height:auto;
        margin:0px;
    }

    .base-quadrado-img {
        width:100%;
        height:200px;
        margin:0px;
        overflow:hidden;
    }

    .base-quadrado-img img {
        height:auto;
        width:100%;
    }

    .mobile-hidden {
        display:none;
    }

    body > footer #middle{
        width:10px;
        padding-right:40px;
        height:54px;
    }

    body > footer {
        margin-top:0px;
        line-height:0px;
        height:54px;
    }

    .icon {
        height:50px;
        width:auto;
        padding:10px;
    }
}