@charset "UTF-8";
/*
Theme Name: Tabgha Imóveis
Theme URI: https://vitordutra.com.br/
Author: Vitor Dutra
Author URI: https://vitordutra.com.br
Description: 
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tabghaimoveis
*/
/* Reset CSS { */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Reset CSS } */
/* Main configuration { */
html {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  background-size: 300px auto;
  height: 100%;
}

body {
  position: relative;
  background: #f0f0f0;
  width: 100%;
  min-width: 320px;
  font: inherit;
  /*transition: left 0.5s ease-in-out;*/
}

body.loading {
  position: absolute;
}

* {
  box-sizing: border-box;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  color: hsl(28, 10%, 35%);
}

a:hover {
  color: hsl(357, 85%, 33%);
}

a:focus,
button:focus {
  outline: none;
}

.col-hidden-xs {
  display: none;
}

/* Main configuration } */
/* Main Elements { */
.cartao {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.cartao-red {
  background-color: hsl(28, 10%, 35%);
  color: #fff;
}

.cartao-full {
  height: 100%;
  min-height: 60vh;
}

.cartao h2 {
  color: hsl(28, 10%, 35%);
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}

.cartao h2 small {
  color: inherit;
}

.cartao hr {
  width: 60%;
  border-top-color: hsl(28, 10%, 35%);
  border-top-width: 1px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

.hr-full {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.cartao-red h2 {
  color: #fff;
}

.cartao-red hr {
  border-color: #ccc;
}

.cartao-red .social .ico {
  border-color: #fff;
}

.imgfull img {
  width: 100%;
  height: auto;
}

.vcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
}

.vitrine {
  position: relative;
  width: 100%;
}

.social {
  text-align: center;
}

.social .ico {
  padding: 10px 10px;
  border: 2px solid hsl(28, 10%, 25%);
  border-radius: 50%;
  display: inline-block;
  margin: 0px 13px 13px;
  text-align: center;
  position: relative;
  color: inherit;
}

.social .ico:hover {
  background-color: rgba(125, 1, 0, 0.15);
}

.social .ico .fa {
  color: inherit;
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

#content {
  min-height: 600px;
}

#whatsapp.flutuante {
  width: 64px;
  position: fixed;
  bottom: 1vmin;
  right: 1vmin;
  z-index: 11;
}
#whatsapp.flutuante img {
  width: 100%;
  height: auto;
}

/* Main Elements } */
/* Common Elements { */
#header {
  transition: all 0.85s ease-out;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
  box-shadow: -2px 0px 4px rgb(0, 0, 0);
}

#header.affix-top {
  top: -100%;
}

#header.affix {
  top: 0%;
}

body.admin-bar #header,
body.admin-bar #header.affix {
  top: 30px;
}

body.admin-bar #header.affix-top {
  top: -100%;
}

#header .navbar {
  margin-bottom: 0px;
}

#header .navbar-brand {
  padding: 3px 10px;
  position: relative;
}

#header .navbar-brand #site-logo {
  height: 100%;
  width: auto;
  float: left;
}

#header .navbar-brand hgroup {
  color: hsl(28, 10%, 35%);
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0px;
}

#header .navbar-brand hgroup h1 {
  font-size: 44px;
  display: inline-block;
  font-weight: bold;
}

#header .navbar-brand hgroup h2 {
  font-size: 20px;
  display: inline-block;
}

#footer {
  background: #fff;
  color: hsl(28, 10%, 35%);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  padding: 30px 0px;
  position: relative;
  z-index: 10;
}
#footer .bloco1 {
  width: 100%;
  max-width: 350px;
  font-size: 12px;
}
#footer .bloco1 .logo {
  width: 100%;
  height: auto;
  display: block;
}
#footer .bloco1 .logo img {
  max-height: 250px;
}
#footer .menu {
  font-size: 27px;
}

.telefone {
  font-size: 1.5em;
  margin-top: 10px;
  font-weight: bold;
  color: #fff !important;
}

.telefone a, .telefone a:focus, .telefone a:visited {
  color: inherit;
}

.menu {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

.menu .menu-item a {
  color: inherit;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out;
  font-size: 1em;
}
.menu .menu-item.active > a, .menu .menu-item.active > a:active, .menu .menu-item.active > a:focus {
  background-color: hsl(28, 45%, 33%);
  color: #fff;
}

.menu .sub-menu .menu-item {
  font-size: 0.5em;
}

.pagination li a {
  font-weight: bold;
  color: hsl(28, 10%, 35%);
  outline: none;
}
.pagination .pag a {
  background-color: hsl(41, 5%, 83%);
}
.pagination .pag a:hover {
  background-color: hsl(28, 45%, 33%);
  color: #fff;
}
.pagination li.active a {
  background-color: hsl(28, 85%, 23%);
  color: #fff;
  border-color: inherit;
}
.pagination li.active a:hover {
  background-color: hsl(28, 45%, 33%);
  color: #fff;
  border-color: inherit;
}

/* Common Elements } */
/* Página inicial { */
.splash {
  position: relative;
  background-color: hsl(28, 10%, 35%);
}
.splash .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.splash .fundo.imagem {
  background-image: url(images/splash_bg03.jpg);
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}
.splash .over {
  background-image: url(images/splash_overlay.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: 0 0;
  z-index: 1;
}

#home.splash .social {
  position: absolute;
  top: 65px;
  right: 26px;
  z-index: 5;
}
#home.splash .social .ico {
  border-color: hsl(28, 10%, 25%);
  display: inline-block;
  margin: 0px 13px 13px;
  padding: 20px;
}
#home.splash .social .ico .fa {
  color: hsl(28, 10%, 25%);
  font-size: 40px;
  width: 40px;
  height: 40px;
}
#home.splash .social .ico:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#home.splash .principal {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: inherit;
  padding-top: 20px;
}
#home.splash .principal .container {
  height: 100%;
  min-height: inherit;
}
#home.splash .principal .logo {
  width: 80%;
  max-width: 400px;
  clear: both;
  filter: drop-shadow(-5px -5px 5px #000);
  margin: 0px 0px;
}
#home.splash .principal nav.menu {
  width: 100%;
  clear: both;
  display: block;
  font-size: 38px;
  color: rgb(205, 205, 205);
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.8);
}
#home.splash .principal .menu .menu-item a {
  transition: color 0.2s ease-in-out;
}
#home.splash .principal .menu .menu-item a:hover {
  color: #fff;
}

.aviso_scroll {
  background: rgba(0, 0, 0, 0) url("images/degrade.png") repeat-x scroll center bottom;
  bottom: 0;
  color: #fff;
  height: 160px;
  left: 0;
  opacity: 1;
  position: fixed;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  width: 100%;
  z-index: 2;
}
.aviso_scroll .icon {
  animation: 1s ease 0s normal none infinite running icon-mouse-animate;
  bottom: 30px;
  fill: #fff;
  left: 50%;
  position: absolute;
  width: 2rem;
}

.scrolled .aviso_scroll {
  opacity: 0;
  visibility: hidden;
}

@keyframes icon-mouse-animate {
  0%, 100% {
    transform: scale(1) translate(0px, 0px);
  }
  50% {
    transform: scale(1.05) translate(0px, 25%);
  }
}
#destaques,
.textura {
  background: url(images/textura.png) repeat;
  box-shadow: 0px 0px 5px rgb(0, 0, 0) inset;
}

#destaques .item figure {
  position: relative;
  overflow: hidden;
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
}

#destaques .item figure figcaption {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: top 0.3s ease-in-out;
  display: flex;
  text-align: center;
  align-items: center;
  z-index: 2;
}

#destaques .item figure:hover figcaption {
  top: 0%;
}

.items .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
}

.items .item figure img {
  width: 100%;
  height: auto;
}

.items .item h3 {
  color: hsl(28, 10%, 35%);
  font-weight: 600;
  font-size: 1rem;
}

.items .item p {
  color: #333;
  font-size: 16px;
}

.items .item .vejamais {
  color: hsl(28, 10%, 35%);
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-weight: bold;
}

.items .item .vejamais:after {
  content: " »";
}

#institucional {
  background: url(images/splash_bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#institucional .container {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#banners {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgb(0, 0, 0) inset;
  padding: 0px;
}

#banners .carousel-control {
  background-image: none !important;
  width: 5%;
  color: hsl(28, 10%, 35%);
}

#banners .carousel-indicators {
  color: hsl(28, 10%, 35%);
  text-shadow: -2px 2px 2px rgb(0, 0, 0);
}

#banners .carousel-indicators li {
  border-color: hsl(28, 10%, 35%);
}

#banners .carousel-indicators li.active {
  background-color: hsl(28, 10%, 35%);
}

#banners #carousel-banners {
  margin: 0px auto;
  height: 550px;
  padding: 90px 0px;
}

#banners .carousel-inner {
  width: 90%;
  margin: 0px auto;
  height: 100%;
}

#banners .carousel-inner .item {
  height: 100%;
  margin: 0px auto 0px;
  overflow: hidden;
}

#banners .carousel-inner .link_all {
  width: 100%;
  height: 100%;
}

#banners .carousel-inner .link_all img {
  width: auto;
  height: 100%;
  margin: 0px auto;
}

#contato {
  background: url(images/splash_bg03.jpg) no-repeat center center fixed;
  background-size: cover;
}

#contato .container {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#contato form {
  margin: 20px 0px;
  width: 100%;
  max-width: none;
  display: block;
}

#contato form label {
  color: #ccc;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

#contato form input:not([type=submit]),
#contato form textarea {
  background: none;
  border: none;
  border-bottom: 2px solid #ccc;
  color: #ddd;
  width: 100%;
  padding: 2px 5px 4px;
}

/*
#contato form .cntctfrm_column,
#contato form .cntctfrm_input {
	width: 100%;
	max-width: none;
}
#contato form input[type=text],
#contato form textarea {
	background: none;
	border: none;
	border-bottom: 2px solid #ccc;
	color: #ddd;
	width: 100%;
	padding: 2px 5px 4px;
}
#contato form textarea {
	border: 2px solid #ccc;
	border-radius: 5px;
}
*/
#contato form input[type=submit] {
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  background: none;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
  box-shadow: none;
}

#parceiros {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgb(0, 0, 0) inset;
}

#parceiros .logos {
  text-align: center;
}

#parceiros .logos p {
  display: inline-block;
}

#parceiros .logos img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 80px;
  margin: 5px 10px;
}

#midias {
  background: url(images/splash_bg01.jpg) no-repeat center center fixed;
  background-size: cover;
}

#midias .box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 20px;
  color: #333;
  min-height: 370px;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.8);
}

#midias .box h3 {
  line-height: 48px;
  font-size: 26px;
  color: hsl(28, 10%, 35%);
  font-weight: bold;
  margin-bottom: 10px;
}

#midias .box h3 .fa {
  font-size: 48px;
  margin: 0px 15px 5px 0px;
  color: hsl(28, 10%, 35%);
  float: left;
}

.maps iframe {
  pointer-events: none;
}

.card.card-black {
  background: rgba(0, 0, 0, 0.8);
  color: #ccc;
}

#home.splash .card-black > h2 {
  color: inherit;
  font-size: 1.5rem;
}

/* Página inicial } */
/* Página Imóveis { */
.tax-finalidade hr {
  width: 100%;
  color: inherit;
}

.tax-finalidade .card figure {
  margin-bottom: 0px;
}

.tax-finalidade .item {
  margin: 0px auto 30px;
  position: relative;
  overflow: hidden;
  height: 320px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
  display: block;
}

.tax-finalidade .item .imagem {
  width: 100%;
  height: 100%;
}

.tax-finalidade .item .imagem img {
  width: 100%;
  height: auto;
}

.tax-finalidade .item .informacao {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 30px 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 100;
}

.tax-finalidade .item:hover .informacao {
  top: 0%;
}

.tax-finalidade .item .info {
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
  background: hsl(28, 10%, 35%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}

.tax-finalidade .item .excerpt {
  padding: 0px 0px 1rem 6rem;
  text-align: justify;
  display: block;
}

.tax-finalidade .items > .vejamais {
  text-align: center;
  display: inline-block;
  background-color: hsl(28, 10%, 35%);
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.imovel.reservado figure::after {
  content: "Reservado!";
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 15%;
  right: 0px;
  text-align: center;
  padding: 1em 2em;
  font-size: 1rem;
  z-index: 0;
}
.imovel.reservado.alugado figure::after {
  content: "Alugado!";
}
.imovel.reservado.vendido figure::after {
  content: "Vendido!";
}

.carousel.reservado::after {
  content: "Reservado!";
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 25%;
  right: 0px;
  text-align: center;
  padding: 1em 3em 1em 2em;
  font-size: 2.5vmin;
  z-index: 0;
}
.carousel.reservado.alugado figure::after {
  content: "Alugado!";
}
.carousel.reservado.vendido::after {
  content: "Vendido!";
}

.embed-youtube iframe {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 481px) {
  .embed-youtube iframe {
    height: 240px;
  }
}

/* Página Imóveis } */
/* Página do Imóvel { */
body.single-imovel {
  padding-top: 0px;
}
body.single-imovel.admin-bar {
  padding-top: 30px;
}

#single-imovel {
  background: url(images/splash_bg02.jpg) no-repeat center center fixed;
  background-size: cover;
}
#single-imovel > .fundo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#single-imovel > .fundo.over {
  background: rgba(0, 0, 0, 0.2);
}
#single-imovel > .conteudo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#single-imovel #carousel-banners {
  padding-top: 55px;
  padding-bottom: 45px;
  text-align: center;
}
#single-imovel #carousel-banners .carousel-control {
  width: 60px;
}
#single-imovel #carousel-banners .carousel-inner {
  height: 100%;
}
#single-imovel #carousel-banners div.item {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#single-imovel #carousel-banners div.item img {
  margin: 0px auto;
  height: auto;
  width: auto;
  max-width: 90vw;
  max-height: 80vh;
  padding: 5px;
  background-color: #000;
  box-shadow: -2px 2px 10px rgb(0, 0, 0);
}
#single-imovel #carousel-banners .carousel-caption {
  font-size: 1rem;
  text-shadow: -2px 2px 3px rgb(0, 0, 0);
  font-weight: bold;
  bottom: 5px;
  padding-bottom: 5px;
}
#single-imovel .carousel-indicators {
  bottom: 2px;
}
#single-imovel .carousel-indicators li {
  list-style: none;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
#single-imovel .carousel-indicators li > span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}
#single-imovel .carousel-indicators li.active > span {
  opacity: 1;
}

.single-imovel .card {
  padding-bottom: 5em;
}

.card {
  background: url(images/textura.png) repeat;
  padding: 1.5em 2em;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  margin: 40px auto;
}
.card figure {
  width: 100%;
  margin-bottom: 2em;
}
.card figure img {
  width: 100%;
  height: auto;
}
.card h1 {
  font-size: 42px;
  color: hsl(28, 10%, 35%);
  font-weight: 300;
}

/* Página do Imóvel } */
/* Blog { */
#blog .conteudo .card > header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#blog .blog-post header {
  position: relative;
  margin-bottom: 1.5rem;
}

#blog .blog-post header .entry-title {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
}

#blog .blog-post header .entry-title a {
  color: inherit;
}

#blog .blog-post img {
  max-width: 90%;
  margin: 5px auto;
  height: auto;
}

#blog .blog-post article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#blog .blog-post article p {
  line-height: 1.5;
  text-indent: 2em;
  margin-bottom: 1em;
  text-align: justify;
}

#sidebar {
  padding-left: 1rem;
}

#sidebar h2 {
  font-size: 2rem;
  text-align: left;
}

#wid-imoveis .item figure {
  position: relative;
  overflow: hidden;
  margin: 5px auto 10px;
}

#wid-imoveis .item figure figcaption {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 1.5rem 2.5rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-content: center;
  align-items: center;
}

#wid-imoveis .item:hover figure figcaption {
  top: 0;
}

/* Blog } */
/* Busca { */
.searchform {
  position: absolute;
  top: 5px;
  right: 10px;
  color: hsl(28, 10%, 25%);
  display: flex;
  align-items: center;
  flex-wrap: no-wrap;
  justify-content: space-between;
  overflow: hidden;
  height: 40px;
  width: 45px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .searchform {
    right: 60px;
  }
}
.searchform button,
.searchform .placeholder {
  width: 20px;
  font-size: 20px;
  color: inherit;
  text-align: center;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.searchform button {
  background: none;
  border: none;
  display: none;
  position: absolute;
  top: 10px;
  right: -100px;
  transition: all 0.5s ease-in;
}
.searchform .placeholder {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.searchform label {
  width: 0px;
}

.searchform.active {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .searchform.active {
    width: 210px;
  }
}
.searchform.active label {
  width: 100%;
}
.searchform.active .placeholder {
  display: none;
}
.searchform.active button {
  display: block;
  top: 10px;
  right: 10px;
}

#header .searchform {
  float: right;
}
@media only screen and (max-width: 399px) {
  #header .searchform {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    float: none;
  }
  #header .searchform .placeholder {
    display: none;
  }
  #header .searchform label {
    width: auto;
  }
  #header .searchform button {
    right: 0px;
    display: block;
  }
}

#home .searchform {
  width: 60px;
  height: 60px;
  z-index: 999;
  border: 2px solid hsl(28, 10%, 25%);
  border-radius: 30px;
  position: absolute;
  right: 39px;
  top: 160px;
  padding: 10px 15px;
}
#home .searchform button,
#home .searchform .placeholder {
  width: 30px;
  font-size: 30px;
}
#home .searchform .search-field {
  background: none;
  border: none;
  color: hsl(28, 10%, 25%);
  font-size: 20px;
  padding: 0px 20px;
}

#home .searchform.active {
  width: 320px;
}

@media only screen and (max-width: 768px) {
  #home .social,
  #home .searchform {
    display: none;
  }
}

.searchform,
.searchform * {
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

/* Busca } */
@media screen and (max-width: 1200px) {
  .tax-finalidade .item h2 {
    font-size: 2rem;
  }
  #banners #carousel-banners {
    height: 500px;
  }
}
@media screen and (max-width: 769px) {
  .tax-finalidade .item h2 {
    font-size: 2rem;
  }
  .tax-finalidade .item .info {
    position: relative;
    width: auto;
    bottom: auto;
    right: auto;
    font-size: 0.9rem;
  }
  #banners #carousel-banners {
    height: 400px;
  }
  #home.splash .principal .logo {
    margin: 0px auto;
  }
}
@media all and (max-width: 481px) {
  #header .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
