@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #f5f3f3;
    font-family:'Futura Md BT';
    color:white;
    width: 100%;
    height: 100%;    
}

#content {
    width: 800px;
    height: 687px;
    position: absolute;
    margin: 0 auto;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* ------ HEADER ------- */

.educaixa {
    width: 800px;
    height: 77px;
    background-color: white;
    position: relative;
}

.logo_educaixa {
    position: absolute;
    width: 160px;
    height: 60px;
    left: 0px;
    padding-top: 10px;
}

.titulo_principal {
    width: 800px;
    height: 60px;
    text-align: center;
    position: absolute;
    padding-top: 19px;
    font-family: serif, georgia;
    line-height: 1.3em;
    color: #666;
}

.titulo_interactivo {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 10px;
    padding-top: 16px;
    font-family: serif, georgia;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    font-weight: lighter;
}

.logo_interactivo {
    position: absolute;
    width: 60px;
    height: 50px;
    right: 100px;
    border-right: 1px dotted #666;
    margin-top: 11px;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

/* --------------------- */

/* ------ WRAPPER ------ */

#content-wrapper {
    width: 800px;
    height: 550px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.overflowhidden {
    overflow: hidden;
}

#content0 {
    background-color: #FFDE00;
}

#content1 {
     background-color: white;
}

#content-section, #content-section .content, #overlay  {
    position: absolute;
    width: 100%;
    height: 100%;
}

#content-section {
    background-color: #FFDE00;
}

#overlay{
    background-image: url('../images/strokeExterior.svg');
    background-repeat: no-repeat;
}

/* ----- CONTENT ------ */

#pastillaSVG {
    position: absolute;
    left: 15%;
    top: 20%;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

#pastillaSVG.scale4 {
    -webkit-transform : scale(4);
    -moz-transform    : scale(4);
    -ms-transform     : scale(4);
    -o-transform      : scale(4);
    transform         : scale(4);    
}

#pastillaSVG.scale1 {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);
}

#tituloPrincipal {
    font-family: 'Futura XBlk BT';
    font-size: 28pt;
}

#tituloPrincipal span {
    font-family: 'Helvetica';
    font-size: 50pt;
    font-weight: 800;
}

#subsMessage {
    position: absolute;
    width: 160px;
    height: 100px;
    padding-top: 50%;
    padding-left: 2%;
    pointer-events: none;
}

#printMessage {
    position: absolute;
    width: 140px;
    height: 88px;
    padding-top: 3%;
    padding-left: 76%;
    pointer-events: none;
}

#selMessage {
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 82%;    
    -moz-transition     : all 1s ease-in-out;
    -webkit-transition  : all 1s ease-in-out;
    -o-transition       : all 1s ease-in-out;
    transition          : all 1s ease-in-out;
}

#selMessage.init {
    opacity: 1;
    -ms-transform       : translate(-20%, 0%);
    -moz-transform      : translate(-20%, 0%);
    -webkit-transform   : translate(-20%, 0%);
    -o-transform        : translate(-20%, 0%);
    transform           : translate(-20%, 0%);
}

#subtitles:hover, #start:hover, #back:hover, #exit:hover, #prints:hover, #return:hover, #fullscreen:hover, #fullscreen2:hover {
    cursor: pointer;
    color:#FFDE00;
}

#saltarAnim {
    font-size:9px;
    font-weight: lighter;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

/* -------------------- */

/* -------------------- */

/* ------ FOOTER ------ */

.footer {
    position: absolute;
    bottom: 0px;
    width: 800px;
    height: 61px;
    background-color: #fff;
}

.logo_obrasocial {
    position: absolute;
    left: 298px;
}

/* -------------------- */

/* ------- GRID ------- */

#list {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 0.5em 1fr 0.5em 1fr;
    -ms-grid-rows: 1fr 0.5em 1fr 0.5em 1fr;
    -webkit-grid-columns: 1fr 0.5em 1fr 0.5em 1fr;
    -webkit-grid-rows: 1fr 0.5em 1fr 0.5em 1fr;    
    grid-gap: 0.5em;
    width: 63%;
    height: 80%;    
}

#list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;    
}

#list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;    
}

#list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;    
}

#list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;    
}

#list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;    
}

#list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;    
}

#list > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;    
}

#list > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;    
}

#list > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;    
}

#list li {
    list-style: none;
}

#list li img{
    width: 127px;
    height: 127px;
}

#list li span{
    font-family: 'HelveticaBold';
    color: black;
    font-size: 10pt;
    margin-left: 5px;
}

.highlight img{
    border: 1px solid transparent;
}


.highlight:hover img{
    border: 1px solid black;
    outline: 2px solid black;
}

.centered_grid {
    position: absolute;
    top: 47%;
    left: 47%;
    -webkit-transform: -webkit-translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

/* -------------------- */

/* ------ IMAGES ------ */

#list li span.zoomIn {
    font-size: 6pt;
}

#list li span.zoomOut {
    font-size: 10pt;
}

#image1.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(160%,120%) scale(3.5,3.5);
    -moz-transform    : translate(160%,120%) scale(3.5,3.5);
    -ms-transform     : translate(160%,120%) scale(3.5,3.5);
    -o-transform      : translate(160%,120%) scale(3.5,3.5);
    transform         : translate(160%,120%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#image2.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(30%,120%) scale(3.5,3.5);
    -moz-transform    : translate(30%,120%) scale(3.5,3.5);
    -ms-transform     : translate(30%,120%) scale(3.5,3.5);
    -o-transform      : translate(30%,120%) scale(3.5,3.5);
    transform         : translate(30%,120%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#image3.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(-90%,120%) scale(3.5,3.5);
    -moz-transform    : translate(-90%,120%) scale(3.5,3.5);
    -ms-transform     : translate(-90%,120%) scale(3.5,3.5);
    -o-transform      : translate(-90%,120%) scale(3.5,3.5);
    transform         : translate(-90%,120%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}

#image4.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(160%,5%) scale(3.5,3.5);
    -moz-transform    : translate(160%,5%) scale(3.5,3.5);
    -ms-transform     : translate(160%,5%) scale(3.5,3.5);
    -o-transform      : translate(160%,5%) scale(3.5,3.5);
    transform         : translate(160%,5%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}

#image5.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(30%,5%) scale(3.5,3.5);
    -moz-transform    : translate(30%,5%) scale(3.5,3.5);
    -ms-transform     : translate(30%,5%) scale(3.5,3.5);
    -o-transform      : translate(30%,5%) scale(3.5,3.5);
    transform         : translate(30%,5%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;   
}

#image6.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(-90%,5%) scale(3.5,3.5);
    -moz-transform    : translate(-90%,5%) scale(3.5,3.5);
    -ms-transform     : translate(-90%,5%) scale(3.5,3.5);
    -o-transform      : translate(-90%,5%) scale(3.5,3.5);
    transform         : translate(-90%,5%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#image7.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(160%,-105%) scale(3.5,3.5);
    -moz-transform    : translate(160%,-105%) scale(3.5,3.5);
    -ms-transform     : translate(160%,-105%) scale(3.5,3.5);
    -o-transform      : translate(160%,-105%) scale(3.5,3.5);
    transform         : translate(160%,-105%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;   
}

#image8.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(30%,-105%) scale(3.5,3.5);
    -moz-transform    : translate(30%,-105%) scale(3.5,3.5);
    -ms-transform     : translate(30%,-105%) scale(3.5,3.5);
    -o-transform      : translate(30%,-105%) scale(3.5,3.5);
    transform         : translate(30%,-105%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;   
}

#image9.zoomIn {
    position          : absolute;
    -webkit-transform : -webkit-translate(-90%,-105%) scale(3.5,3.5);
    -moz-transform    : translate(-90%,-105%) scale(3.5,3.5);
    -ms-transform     : translate(-90%,-105%) scale(3.5,3.5);
    -o-transform      : translate(-90%,-105%) scale(3.5,3.5);
    transform         : translate(-90%,-105%) scale(3.5,3.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

#image1.zoomOut, #image2.zoomOut, #image3.zoomOut, #image4.zoomOut,#image5.zoomOut, #image6.zoomOut, #image7.zoomOut, #image8.zoomOut, #image9.zoomOut {
    position          : absolute;
    -webkit-transform : -webkit-translate(0%,0%) scale(1,1);
    -moz-transform    : translate(0%,0%) scale(1,1);
    -ms-transform     : translate(0%,0%) scale(1,1);
    -o-transform      : translate(0%,0%) scale(1,1);
    transform         : translate(0%,0%) scale(1,1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

/* -------------------- */

.transparent {
    opacity: 0;
}

.hidden {
    display: none;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.title_centered {
    position: absolute;
    top: 36%;
    left: 39%;
    -webkit-transform: translate(-32%, -46%);
    -moz-transform   : translate(-32%, -46%);
    -ms-transform    : translate(-32%, -46%);
    -o-transform     : translate(-32%, -46%);
    transform        : translate(-32%, -46%);    
}

.centered {
    position: absolute;
    top: 42%;
    left: 40%;
    -webkit-transform: translate(-32%, -46%);
    -moz-transform   : translate(-32%, -46%);
    -ms-transform    : translate(-32%, -46%);
    -o-transform     : translate(-32%, -46%);
    transform        : translate(-32%, -46%);
}

.centered2 {
    position: absolute;
    top: 40%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.title-top-right{
    position: absolute;
    top: -1px;
}

.left {
    position: absolute;
    bottom: 6px;
    height: 30px;
    background-color: white;
    width: 100%;
}

.right {
    position: absolute;
    right: 22px;
    bottom: 12px;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}