<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editar {position: absolute; top: 0px; right: 80px;}

body {margin: 0; padding: 0;}

/* COMPORTAMENTO MATERIAL PUBLICAÃ‡Ã•ES */

.wrap {padding: 10px; }

.wrap iframe {width: 100%; height: 56vw;}

.wrap img {max-width: 100%; height: auto;}


/* ANULA EFEITOS WEB */

/* TEXTOS */

h1 {
  font-size: 50px;
}

.tela {height: auto; padding: 0; margin: 0 auto;}

.inicial {
  background-position: 0 60px;
  height: unset;
 padding: 10vh 0;
}


.inicial img {
 	margin: 0;
	transform: scale(.9);
}

.marcas-tela {
  width: 100%;
}

.marcas-tela img {
  max-width: 49%;
  height: auto;
}

.single {
  padding: 80px 0;
}

/* GUIAS */

.col-tripla, .col-dupla, .col-simples, .middle-width
{width: 90%; float: none; margin: 20px auto;}

/* FUNDO IMG MOBILE */

.fundo-geral {
}

.fundo-geral img {
	margin-left: 0vw;
	height: 100vh;
	width: auto;
}

/* SOBRE */


.sobre-inicial {
  background-image: none;
}

.sobre-inicial h1 {
  width: 80%;
  text-align: left;
}

.sobre-inicial p {
	font-size: 16px;
}

.lista-videos, .single {
  width: 100%;
}

/* SEARCH */

.search-form {
  margin: 0;
}

input.busca {
  width: 93%;
  height: 45px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

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

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



/* FOOTER */

footer img {
  max-width: 100%;
}

.footer-pc {
  display: none;
}

.footer-mobile {
  clear: both;
  display: table;
  min-height: 170px;
  margin: 50px 0px 0px 0px;
  padding: 10px 5%;
  box-sizing: border-box;
  width: 100%;
  background-color: #73C8D9;
}

.footer-mobile img {
  margin-right: 5px;
}

p.endereco-rodape {
  width: 100%;
  color: white;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid white;
}

.redes {
  margin-top: 10px;
  float: left;
}

.redes p {
  font-size: 8px; 
  line-height: 1.5;
  color: white;
  margin-top: 10px;
}

.ufmg-rodape {
  float: right;
  margin-top: 20px;
}

/* BOTAO */

.botao {
  margin: 20px 5%;
  width: 90%;
}

.aovivo {
  float: none;
}

/* MENU TOPO */

header {
  background-color: #F69679;
  height: 60px;
  position: fixed;
  top: 0;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

header img {
  width: auto;
  height: 30px;
  margin: 15px 0 15px 20px;
}

.imagens-cabecalho {
  float: left;
}


  header .control-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid white;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }
 
  header .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: white;
  }
 
  header .control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
 
  header nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    background: #565656;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  #menu-top {
  background: #1b3863;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0 25px;
  width: 70%;
    margin: 0;
  }

  #menu-top ul {
    padding: 0;
    font-size: 50px;
    margin: 0 10px;
  }

  #menu-top li {
    margin: 30px 0;
    float: none;
    text-align: left;
  }

  #menu-top li a {
    padding: 0;
    color: white
  }

  #menu-top li a:hover {
    color: white
  }
  
/* EXIBIR CONTEÃšDO */

.only-mobile {
  display: inline-block;
}

.only-pc {
  display: none;
}

/* TABELA */


.tabelacores tr td:last-child {
  padding: 20px 10px;
}</pre></body></html>