@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: 5px;
    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 {
    display: block;
    width: 800px;
    height: 550px;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

#content-section {
    position: absolute;
    background-color: #FFDE00;
    width: 100%;
    height: 100%;    
}

#overlay {
    position: absolute;
    background-image: url('../images/strokeExterior.svg');
    background-repeat: no-repeat;
    width: 800px;
    height: 550px;
}

.overflowhidden {
    overflow: hidden;
}

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

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

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

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

.transparent {
    opacity: 0;
}

.hidden {
    display: none;
}

.clickable {
    cursor: pointer; 
}

.top-left {
    position: absolute;
    top: 18px;
    left: 18px;
}

.top-right {
    position: absolute;
    top: 18px;
    right: 18px;
}

.top-center {
    position: absolute;
    top: 8px;
    left: 40%;
}

.bottom-left {
    position: absolute;
    bottom: 9px;
    left: 9px;
}

.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 9px;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}