@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: 1%;
    pointer-events: none;
}

#subtitles:hover, #start:hover, #back:hover, #listen:hover, #back2:hover, #continue:hover, #back3:hover, #exit:hover, #fullscreen:hover {
    cursor: pointer;
    color:#FFDE00;
}

#blacksubs{
    background-color:black;
}

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

#saltarAnim2 {
    color: #6F6F6F;
}

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

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

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

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

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

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

.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%);
}

.centered3 {
    position: absolute;
    top: 45%;
    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;
}

#tituloTopLeft, #tituloTopLeft2, #tituloTopLeft3 {
    position: absolute;
    font-size: 17pt;
    top: 24px;
    line-height: 1.2;
    left: 37px;
}

#tituloTopLeft3 {
    top: 36px;
}

.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;
}