<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

 /*!
	Theme Name: 1a MOSTRA IAPS
	Theme URI: ###
	Author: Fábio Andrade
	Author URI:
	Description: 2018 - Faculdade de Medicina da UFMG - Tema desenvolvido para o site do evento "1ª Mostra de Atenção Primária à Saúde"
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: 
	Text Domain: mostraiaps

*/


/* PRAXES */
body {margin: 0px; overflow-x: hidden; background-color: #2D5268; padding-top: 100px; } img {border: none; max-width: 100%; height: auto;} .editar {vertical-align: middle; float: right; margin: 15px;} .editar a {color: #F5F5F5;}
* {font-family: Open Sans, sans-serif; /*color: #5d5d5d;*/ box-sizing: border-box;}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {font-family: medicina-ufmg; src: local('fonts/MyriadPro-Regular.otf'), url('fonts/MyriadPro-Regular.otf');}
@font-face { font-family: Bebas Neue; src: local('fonts/BebasNeue.otf'), url('fonts/BebasNeue.otf');}

.background {background-repeat: no-repeat; background-size: cover;}
.fixed {background-attachment: fixed;}

div {
	z-index: 2;
}

.editar {margin: 20px;}

.metaslider {margin: auto;}

/* TEXOS */

h1, h2, h3, h3 {
	color: #1aa7be;
	font-family: Bebas Neue, Open Sans, sans-serif;
	font-weight: normal;
}

p, li {color: #5d5d5d;}

h1 {
	font-size: 60px;
	margin: 10px 0;
}

h2 {
	margin: 30px 0 -10px 0;
	font-weight: normal;
	font-size: 2em;
}


h2 a {
	color: #444444;
}

h2 a:hover {
	color: #252525;
}

h3 {
	margin: 30px 0 -10px 0;
	font-weight: normal;
	font-size: 1.5em;
}

p {
	max-width: 100%;
	font-size: 16.5px;
	color: #5d5d5d;
}

a {color: #1aa7be;}

hr {
	width: 70%;
	border: none;
      color: #d3d3d3;
      background-color: #d3d3d3;
      height: 1px;
}

.single ul, .paginas ul {
	padding: 0 0 0 30px; 
}

.single li, .paginas li {
	margin: 10px 0;
	max-width: 100%;
	font-size: 16.5px;
	color: #444444;
	font-family: Open Sans, Arial;
}

a {
	text-decoration: none;
}


/* GUIAS */

.wrap {
	box-sizing: border-box;
	max-width: 1201px;
	margin: auto;
	display: table;
	z-index: 3;
}

.col-tripla {width: 1170; float: left; margin: 0 15px;}
.col-dupla {width: 770px;float: left; margin: 0 15px;}
.col-simples {width: 370px; float: left; margin: 0 15px;}
.middle-width {width: 570px; float: left; margin: 0 15px;}


.paginas {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.single {
  	padding: 30px 0;
	min-height: calc(100vh - 311px);
	position: relative;
	display: table;
}

.single * {
	color: white;
}

.single .botao {
	float: none;
}

.single a.botao  {
	margin: 40px 0 80px 0;
	font-family: Bebas Neue, Open Sans, sans-serif;
	font-size: 30px !important;
	min-width: 80px;
	border: 4px solid #fff0c0;
	color: #fff0c0;
	text-align: center;
	padding: 5px 20px;

   -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.single a:hover.botao {
	background-color: #fff0c0;
	color: #2e5368;

}


.single iframe, .videos iframe {width: 100%; height: 56vh; margin: 10px auto}

.posts {
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto 80px auto;
}

/* TELAS INDEX */

.tela {
	width: 100%;
	min-height: 100vh;
	z-index: 2;
	box-sizing: border-box;
}

/* TELA 1 */

.inicial {
	height: calc(100vh - 100px);
	background-image: url(img/fundogeral_iaps.png);
	padding: 20vh 0 10vh 0;
	position: relative;
}

.inicial img {
	height: auto;
	transform: scale(1);
	transition: all 0.5s;
}

.marcas-tela {
	display: table;
	margin-top: 130px;
}

.descricao-mobile {
	display: none;
}

/* SOBRE */

.sobre-inicial {
	background-image: url(img/grafismo-sobre.png);
	padding: 20vh 0;
	position: relative;
	background-color: #FFF0C0;
}

.more-link {display: none;}

.sobre-inicial h1 {color: #2D5268;}

.sobre-inicial p {color: #2D5268; font-size: 20px; text-align: left;}

.sobre-inicial img {
	opacity: 1; width: 100%; height: auto;
}

/* Videos */

.videos {
	padding: 15vh 0;
	position: relative;
	background-color: #2D5268;
}

.videos h1/*, .videos p*/ {
	color: #FFF0C0;
}



.otw-sc-toggle .toggle-content {
	background-color: white;
	color: #444444;
}

.otw-sc-toggle .toggle-content p, .otw-sc-toggle .toggle-content strong {
	color: #444444;
}

.otw-sc-toggle .toggle-trigger, .otw-sc-toggle .toggle-trigger i {
	font-family: Bebas Neue, Open Sans, Arial, sans-serif !important;
	font-size: 25px !important;
	color: #224556 !important;
}


.otw-sc-toggle .toggle-trigger:hover {
	background-color: #F69679 !important;
	color: #FFF0C0;
	text-shadow: none;
}

.votar {
	background-color: #F69679;
	padding: 15vh 0;
}

.votar h1, .votar p {
	color: #FFF0C0;
}

/* RODAPE */

footer {
	background-color: white;
	width: 100%;
	display: table;
	padding: 50px;
}

footer p {
	float: left;
	max-width: 300px
}

footer img {
	max-width: calc(100% - 300px);
	float: right;
}

/* search */

.search {
	width: 300px;
	height: 45px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: table;
	margin: 10px auto;
}

.search-form {
	margin: 0;
}
input.busca {
	width: 255px;
	height: 45px;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

button.pesquisa {
	width: 30px;
	height: 25px;
	background: url(http://localhost/wp-content/themes/gastroped/img/icon-busca.png);
	background-size: 100%; 
	background-color: white;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.search-mobile {
	display: none;
}

/* BOTÕES INDEX */

.botao {
	margin: 20px 10px 20px 0;
	float: left;
	display: table;
}

.botao p {
	font-family: Bebas Neue, Open Sans, sans-serif;
	font-size: 30px !important;
	min-width: 80px;
	border: 4px solid #2D5268;
	color: #2D5268;
	text-align: center;
	padding: 5px 20px;

   -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.botao p:hover {
	background-color: #2D5268;
	color: #FFF0C0;
}

.aovivo {
  float: right;
}


/* BOTÃO VOLTAR */

#botaovoltar {
	margin: 20px 10px 20px 0;
	float: left;
	display: table;
}

#botaovoltar p {
	font-weight: bold;
	font-size: 13px;
	min-width: 80px;
	margin: 0;
	background-color: #F69679;
	color: white;
	text-align: center;
	padding: 10px 20px;
	float: left;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#botaovoltar p:hover {
	background-color: #fff0c0;
	color: #2D5268;
}

/* CABEÇALHO FIXO */

.entry-header {
	display: none;
}

#limite-header {
	margin: 0 auto;
	max-width: 1380px;
}

header {
	position: fixed;
  height: 100px;
  top: 0;
  right: 0;
  left: 0;
  background: #F69679;
  z-index: 999;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

header img {
	height: 50px;
	margin: 20px;

   -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;

}


header img:hover {

	opacity: 0.7;

   -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;

}

.imagens-cabecalho {
	display: table;
  float: right;
}

#menu-top {
	/*float: right;*/
	position: relative;
	top: 0px;
	margin: auto;
}

#menu-top li {
  list-style: none;
  float: left;

}

#menu-top ul {
	float: left;
	padding: 30px 0;
    margin: auto;
    display: table;
}

#menu-top ul a {
  padding: 41px 30px 39px 30px;
  font-family: Bebas Neue, Open Sans, Helvetica, Arial;
  font-size: 25px;
  color: white;
  
  line-height: 1.5;
  padding-right: -150px;
   -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#menu-top ul a:hover {
	color: #FFF0C0;
}


#control-nav {
  display: none;
}


#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
 
#control-nav:checked ~ nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}


/* TABELA PROGRAMAÇÃO */

table.tabelacores {
	border-collapse: collapse;
	font-size: 15px;
}


.tabelacores td {
	margin: 0;
	padding: 20px 10px;
}

.tabelacores tr td:last-child {
	padding: 20px 50px 20px 10px;
}

.tabelacores tr td:first-child {
	vertical-align: top;
	text-align: right;
}
.tabelacores tr:nth-child(even) {
	background: #bbddd4;
	font-family: Open Sans, Tahoma, Arial;
	color: #404041;
	text-align: left;
}
.tabelacores tr {
	background: #96cfd5;
	font-family: Open Sans, Tahoma, Arial;
	color: #404041;

}

/* esconder conteúdo */

.only-mobile {
  display: none;
}</pre></body></html>