@font-face {
     font-family: medicina-ufmg;
     src: local('fonts/MyriadPro-Regular.otf'), url('../fonts/MyriadPro-Regular.otf');
}


/* PRAXES */

	body {margin: 0px; background-size: 100%; background-color: #431b66} img {border: none;} .editar {position: fixed; vertical-align: middle; float: right; margin: 25px;} .editar a {color: #999999; position: fixed; top: 0; right: 0;}
	::selection {background-color: #10C6A3; color: white}

/* TRANSIÇÃO HOVER SUAVE */ 

	* {box-sizing: border-box;	font-family: Verdana, Arial; text-decoration: none;  transition: all .2s ease; -webkit-transition: all .2s ease;}
	img {max-width: 100%; height: auto;}
	div, span, section {}
	section { display: table; width: 100%;}
	.metaslider {margin: auto;}


/* BARRA DE ROLAGEM */

  ::-webkit-scrollbar {float: right; position: fixed; top: 0; right: 0; box-shadow: 0 0 15px rgba(0,0,0,.5); width: 5px; background: #222222;} ::-webkit-scrollbar-button{  } ::-webkit-scrollbar-track {} ::-webkit-scrollbar-track-piece {  } ::-webkit-scrollbar-thumb { box-shadow: 0 0 15px rgba(0,0,0,.5); background: #D2D2D2;} ::-webkit-scrollbar-corner { } ::-webkit-resizer {  }

/* SECTION */

section.tela {
	width: 80%;
	max-width: 800px;
	display: table;
	margin: auto;
	padding: 10vh 0;
}

/* ISSUU EMBED */

.issuu-box {
	z-index: 0;
	max-width: calc(100% - 40px);
	margin: auto;
	max-height: calc(800px - 125px);
	overflow: hidden;
}

.issuuembed {
	margin-top: -50px;
}

/* BORDA AMARELA */

.contorno {
	height: 100px;
	border-left: 20px solid #fbcd0b;
	border-right: 20px solid #fbcd0b;
}

.topo {
	border-top: 20px solid #fbcd0b;
	margin-bottom: -80px;
}

.base {
	border-bottom: 20px solid #fbcd0b;
	margin-top: -80px;
}

/* RODAPÉ */

.texto, .botoes {margin: 15px 0;}
.texto {float: left;}
.botoes {float: right;}

.botoes a {
	float: left;
	width: 69px;
	height: 69px;
	display: table;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

a.visualizar {
	background-image: url(../img/icone-ver.png);
}

a.download {
	background-image: url(../img/icone-download.png);
}

.botoes a:hover {
	transform: scale(1.05);
}