
/******************************
  1. General  GCS_0306.jpg
  *****************************/

body {
font-family: Clario;
color: #212223;
background-image: url(../img/atwork.jpg); 
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;  
}

nav {
    font-color: #FFFFFF;
    background: #123015;    
    box-shadow: none;
    font-weight: 400;
    z-index: 1000;
}

.segundonav{
  background: #D64000;
}

.segundonav{
  color:#212223;
}

.segundonav a{
  color:#212223;
}


.margem {
  margin-top: 10px;
}


h2 {
    font-weight: 600;
    color: #FFFFFF;
}



/******************************
  2. Header
  *****************************/
.icon-thomson-reuters {
  display: inline-block;
  overflow: hidden;
  background-color: transparent; 
  background-image: url(../brand/logo.png);
  background-repeat: no-repeat;
  text-ident: 100%;
  white-space: nowrap;
  width: 640px;
  height:162px;
  background-position: 0 10;
  top: 10px;
  margin-top:0px; 

}



/* Tamanho total do container - Largura Total da pagina */
.container{
            width: 95%;
            max-width:initial;
            > .row{
                margin: 0;
                > .col{
                    padding: 0;
                }
            }
        }


/*
  TILES
*/
.app-tile {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 170px;
  height: 170px;
  background: linear-gradient(180deg,#D64000 0,#D64000 100%);
  cursor: pointer;
  display: inline-block;
  word-break: break-word;
  border-radius: 25px
}

.app-tile .app-name {
overflow: hidden;
color: #FFFFFF;
font-family: Clario;
position: absolute;
bottom: 20px;
line-height: normal;
padding-right: 15px;
padding-left: 15px;
font-size: 22px;
}

.launch-icon {
color: #FFFFFF;
position: absolute;
top: 8px;
right: 8px;
}         

