@charset "UTF-8";
/* Vars */
p {
  font-size: calc(14px + 6 * ( (100vw - 420px) / 480));
  font-weight: normal;
}
@media screen and (max-width: 420px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  p {
    font-size: 20px;
  }
}

h1 {
  font-size: calc(28px + 24 * ( (100vw - 420px) / 480));
  font-weight: 100;
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 52px;
  }
}

/* Reset */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #222;
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 26px;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "raleway";
  font-weight: bold;
}

h1 {
  text-align: center;
  color: #009692;
}

h4, h5 {
  color: #771f5b;
  font-weight: bold;
}

p {
  font-size: 1.6rem;
  line-height: 26px;
  color: #333;
  margin: 0px !important;
}

h4.font20 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}

nav.navbar.bootsnav ul.nav > li > a, .attr-nav .account, .pushmenu ul > li > a {
  font-family: "raleway";
  font-weight: 600;
}

.navbar-right .dropdown-menu {
  right: auto !important;
}

.attr-nav .account {
  display: inline-block;
  padding: 12px 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "raleway";
  font-weight: bold;
  text-decoration: none;
}

/* ---------------- Button ---------------- */
.btn-green, .btn-white, .btn-purple, .j_busca, .btn-dark, .btn-news, .btn-layout, .btn-login, .btn-login-anuncio {
  display: inline-block;
  padding: 9px 28px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  border: transparent;
}

.btn-login, .btn-login-anuncio {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn-login-anuncio {
  margin-bottom: 0px;
}

.btn-news {
  background: #771f5b;
  padding: 12px 15px;
  height: 43px;
  border-radius: 0px;
}

.btn-layout {
  padding: 12px 18px;
  font-size: 12px;
}

.btn-green {
  background-color: #009692;
}

.btn-green:hover {
  background-color: #771f5b;
  color: #fff !important;
}

.btn-purple, .btn-login, .j_busca, .btn-login-anuncio {
  background-color: #771f5b;
}

.btn:hover {
  color: #fff;
}

.btn-purple:hover, .btn-login:hover {
  background-color: #009692;
  color: #fff !important;
}

.btn-white {
  background-color: #fff;
  color: #333;
}

.btn-white:hover {
  background-color: #771f5b;
  color: #fff !important;
}

a.btn-purple:active, a.btn-purple:focus, a.btn-purple:hover {
  color: #fff !important;
}

a.btn-layout:active, a.btn-layout:focus, a.btn-layout:hover {
  color: #fff !important;
}

.padding-half {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nopad {
  padding: 0px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.green_t {
  color: #009692;
}

.purple_t {
  color: #771f5b;
}

.white_t {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #EBF2F3;
}

.text-center .img-responsive {
  margin: 0 auto;
}

.image img {
  position: relative;
  width: 100%;
  display: block;
}

.line {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #e9e9e9 solid 1px;
}

img.trunca {
  height: 350px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  padding: 10px;
}

ul.disc li {
  list-style-type: circle;
  margin-left: 30px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* --HOME-- */
/* ----------------- Step by Step  ----------------- */
.badge {
  background-color: #009694;
  border-radius: 50%;
  min-width: 21px;
  padding: 10px 15px;
  font-size: 16px;
}

#recursos div[class^=col-sm-4] {
  margin-bottom: 40px;
  color: #771f5b;
}

#step div[class^=col-lg-3] {
  margin-bottom: 40px;
}

/* ----------------- Table Tarifas  ----------------- */
.taxas {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 40px;
  float: left;
}

.taxas th {
  background: #eef0f1;
  border: solid 1px #eef0f1;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 17px 10px;
  text-align: left;
}

/* ----------------- New Sites ----------------- */
.new {
  background: #fff;
}

.new h4 {
  color: #771f5b;
}

.new .new_text {
  padding: 20px 0px;
}

.new ul.new_crumb li {
  display: inline-block;
  color: #333;
}

.new ul.new_crumb li a {
  color: #333 !important;
  text-transform: uppercase;
  font-weight: bold;
}

#new_slider .item {
  margin: 0 15px;
}

/* ----------------- OWL Slider  ----------------- */
#news_slider .item, #logo_slider .item {
  margin: 0px 15px;
}

#logo_slider .item {
  border: 1px solid #c7c7c7;
  display: block;
  text-align: center;
}

#logo_slider .item > img {
  display: inline-block;
  width: auto;
}

#news_slider .owl-theme .owl-controls, #logo_slider .owl-theme .owl-controls {
  margin-top: 40px;
}

.owl-controls .owl-page span {
  margin: 2px;
  background: #cbcbcb;
  opacity: 1;
}

.owl-controls .owl-page span:hover, .owl-controls .owl-page.active span {
  background: #009692;
}

.owl-controls .owl-page span:hover, .owl-controls .owl-page.active span {
  background: #771f5b !important;
}

.btn-border:before {
  background: #009692;
}

.shadow {
  -moz-box-shadow: 5px 5px 0px 0 #cbcbcb;
  -webkit-box-shadow: 5px 5px 0px 0 #cbcbcb;
  box-shadow: 5px 5px 0px 0 #cbcbcb;
}

/* ----------------- OWL Slider ends  ----------------- */
.description p, #info p, #faq p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 12px !important;
  color: #222;
}

#info p {
  text-align: left;
}

#info h4 {
  text-transform: uppercase;
}

.jumbotron {
  display: inline-block;
  width: 100%;
}

a.link {
  color: #389592;
  text-decoration: underline;
}

/* ----------------- Footer ----------------- */
.footer_top, .footer_small {
  background: #009692;
}

.footer_panel ul li a, .copyright a {
  color: #fff !important;
  outline: none !important;
}

.footer_panel ul li a:hover {
  color: #771f5b !important;
}

.copyright {
  background: #009692;
  padding-bottom: 20px;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
}

.copyright p a {
  text-decoration: underline;
}

.footer_top .footer_panel {
  margin-bottom: 30px;
}

.payment {
  background: #fff;
  margin-bottom: 60px;
}

footer h5 a:hover, footer ul li a:hover, .copyright p a:hover, .copyright p:focus {
  color: #771f5b;
}

footer h5, footer h5 a {
  color: #fff;
  font-size: 16px;
}

footer h5 {
  margin: 0 0 20px 0;
}

footer ul li {
  margin-bottom: 10px;
}

.protect {
  float: right;
}

.protect span {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  border: 1px solid #333;
  left: 15px;
  top: -5px;
  -webkit-font-smoothing: initial;
  padding: 10px;
  margin-top: 15px;
}

a.back-to {
  background: #4A2353;
  border-radius: 50%;
  bottom: 95px;
  display: none;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 999;
  font-size: 20px;
  color: #fff;
}

a.back-to:hover, a.back-to:focus {
  background: #4A2353;
}

a.back-to:hover, a.back-to:focus {
  background: #4A2353;
}

.form-group .news {
  border-radius: 0px;
  height: 40px;
}

.page_linker {
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.33);
  background-color: #DBEAE5;
}

.page_linker .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.page_linker .breadcrumb li a {
  color: #333;
  font-size: 12px;
}

.breadcrumb > .active {
  color: #771f5b !important;
  font-size: 12px !important;
  font-weight: bold;
}

/*Gallery*/
.overlay {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(1, 155, 182, 0.8);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-duration: 0.7s;
}

.overlay {
  background: rgba(59, 148, 145, 0.8);
}

.overlay, .overlay .overlay_inner, .overlay .overlay_center {
  position: absolute;
}

.overlay .overlay_inner {
  padding: 15px;
  display: inline-block;
  bottom: 0;
}

.overlay .overlay_inner h4 {
  font-size: 18px;
}

.overlay .overlay_inner h4, .overlay .overlay_inner p {
  color: #fff;
}

.overlay .overlay_inner p {
  font-size: 14px;
}

.overlay.white .overlay_inner h4 {
  color: #009692;
}

.overlay.white .overlay_inner p {
  color: #767676;
}

.overlay .overlay_center {
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay a.overlay_center {
  padding: 5px 10px;
  background: #771f5b;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
}

.overlay a.overlay_center:hover, .overlay a.overlay_center:focus {
  background: #fff;
  color: #009692;
}

.cbp-item:hover .overlay, .service_wrap:hover .overlay {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.overlay_link {
  background: none !important;
  font-style: italic;
  text-decoration: underline !important;
  color: #fff !important;
}

.overlay h3 {
  text-align: center;
  color: #fff;
}

.overlay_link {
  background: none !important;
  font-style: italic;
  text-decoration: underline !important;
  color: #fff !important;
}

.price p {
  margin-top: 5px;
}

.price {
  color: #4caf50;
}

/*Accordions*/
.accordion-container {
  position: relative;
  width: 100%;
  height: auto;
}

.accordion_title {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.accordion_title > a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion_title > a i {
  position: relative;
  float: right;
  margin-top: 4px;
}

.accordion_title > a.active, .accordion_title > a:hover, .accordion_title > a:focus {
  color: #771f5b;
  margin-bottom: 0;
}

.accordion_title > a.active i {
  color: #771f5b;
}

#faq .accordion_title > a.active, #faq .accordion_title > a:hover, #faq .accordion_title > a:focus {
  background: #771f5b;
  color: #fff;
  border: 1px solid #771f5b;
}

#faq .accordion_title > a {
  padding: 15px 8px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#faq .accordion_title > a.active i, #faq .accordion_title > a:hover i, #faq .accordion_title > a:focus i {
  color: #771f5b;
  background: #fff;
}

#faq .accordion_title > a i {
  padding: 3px 4px 2px 4px;
  background: #771f5b;
  border-radius: 1px;
  color: #fff;
  margin: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
}

#faq .accordion_title p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

#faq .accordion_title a {
  color: #771f5b;
  font-weight: bold;
}

#faq .accordion_title a:hover {
  color: #fff;
  font-weight: bold;
}

#faq .taxas {
  margin-top: 0px;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 15px;
  border: 1px solid #d9d9d9;
  border-top: none;
  display: none;
}

/*Termo de Serviço*/
section.termo h3, h4, h5 {
  color: #000;
}

/* -Recursos-- */
#recursopg h2 {
  text-align: center;
}

#recursopg h3 {
  color: #771f5b;
}

/*Login*/
.login-form {
  max-width: 380px;
  margin: 0 auto;
  text-align: justify;
}

.login-social-separator {
  display: block;
  max-width: 295px;
  margin: 40px auto 20px;
  position: relative;
}

.login-social-separator::before {
  left: 0;
}

.login-social-separator::after {
  right: 0;
}

.login-social-separator::before, .login-social-separator::after {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  width: calc(50% - 24px);
  position: absolute;
  top: 50%;
  background: #555;
}

a.senha {
  float: right;
  color: #009692;
  font-size: 12px;
  text-decoration: underline;
  border: 0 !important;
  outline: none !important;
}

a:hover.senha {
  float: right;
  color: #771f5b;
}

a.cadastrar {
  color: #771f5b;
  font-size: 18px;
  font-weight: bold;
}

a:hover.cadastrar {
  color: #009692;
}

/* ----------------- Fornecedores  ----------------- */
#fornecedor {
  background: url(../images/fornecedores/banner/banner-top.jpg) no-repeat left top;
  background-size: cover;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.88), 0 0 30px rgba(255, 255, 255, 0.88);
  min-height: 450px;
  width: 100%;
  position: relative;
}

.overlay-img {
  background-color: black;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#fornecedor h1 {
  font-size: 45px;
}

#fornecedor h4 {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.88), 0 0 30px rgba(255, 255, 255, 0.88);
}

#fornecedor select {
  padding: 10px;
  border-radius: 5px;
  border: 0px;
  font-weight: bold;
}

#fornecedor .search {
  padding: 15px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  text-transform: uppercase;
  height: 66px;
}

#fornecedor .input-group-btn {
  display: inline;
}

#pagfornecedor textarea {
  min-height: 100px;
}

#pagfornecedor h4 {
  font-family: "Open Sans", sans-serif;
}

a.link-pag {
  text-decoration: underline;
  color: #771f5b;
  font-weight: normal;
}

.social-links a {
  display: inline-block;
  margin-right: 5px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #11639F;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  border-radius: 50%;
  margin-top: 30px;
}

.register-form {
  padding: 10px 10px;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.33);
  background-color: #DBEAE5;
  border-radius: 4px;
  min-height: auto;
  float: left;
}

.categoria {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin-top: 60px;
}

select:focus, input:focus {
  outline: none;
}

/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate, .select_mate_resultado {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  color: #777;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}
.select_mate select, .select_mate_resultado select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.select_mate_resultado {
  min-width: 100%;
  width: 100%;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
.cont_select_int .active {
  background-color: #EEEEEE;
}

/* Select  */
.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.offer img, .free img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.offer, .free {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  max-height: 140px;
}

.offer::before {
  background-color: #FFBC20;
  color: #fff;
  content: "Destaque";
  font-size: 12px;
  font-weight: 900;
  left: 0;
  padding: 5px 10px 4px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}

.off-cat {
  text-transform: uppercase;
  color: #771f5b;
  margin-top: 20px;
  font-weight: bold;
}

a.more {
  padding: 10px;
  background-color: #771f5b;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.excerpt p {
  min-height: 80px;
}

.excerpt {
  margin-bottom: 30px;
}

.full-img {
  min-width: 100%;
}

#pagfornecedor h1, #pagfornecedor h3 {
  color: #771f5b;
  text-align: left;
}

small.text-small {
  font-size: 12px;
  line-height: 20px;
}

.result {
  overflow: auto;
  margin-bottom: 40px;
}

/* ----------------- Form  ----------------- */
.form-control:focus, textarea:focus, select:focus {
  border-color: #389592;
  box-shadow: 0 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
}

/* ----------------- Busca Eventos----------------- */
.title-busca {
  color: #771f5b;
  font-weight: bold;
}

#search h5 {
  font-weight: normal;
}

/* ----------------- Contact----------------- */
form .form-group {
  margin-bottom: 10px;
}

form.call textarea {
  min-height: 160px;
  width: 100%;
}

form.call .input-group {
  position: relative;
  width: 100%;
  text-align: left;
}

form .form-control, .call .select {
  border: 1px solid #c7c7c7;
  height: 42px;
  color: #606060;
}

.call select {
  height: 42px;
  padding: 5px;
  border: none;
  width: 100%;
  background: transparent;
  width: auto;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
}

#contact a, #contact a:hover {
  color: #771f5b;
  font-weight: bold;
}

*::before, *::after {
  box-sizing: inherit;
}

.mensagem_erro, .mensagem_sucesso {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
}

.mensagem_erro p {
  color: #a94442 !important;
}

.mensagem_sucesso {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.btn-file {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
  font-size: 13px;
  color: #0c3a60;
  height: 42px;
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #DBEAE5;
  background-color: #DBEAE5;
}

/* ----------------- Modal----------------- */
button.close, button.close:hover, button.close:active {
  padding: 5px 10px;
  background: #771f5b;
  border-radius: 100%;
  opacity: inherit;
  color: #fff;
  border: 0px;
}

button.close:hover {
  background: #009692;
}

.modal-open {
  overflow: auto !important;
  overflow-x: hidden;
  padding-right: 0 !important;
}

.modal {
  padding-right: 0px !important;
}

/*RESPONSIVE*/
@media (max-width: 1024px) {
  .copyright p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .protect {
    text-align: center;
    float: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .parallax_one, .parallax_two, #bg-video, .parallax_news, .parallax_bg_slider, .page_header {
    background-position: center center !important;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  .line {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    min-height: 250px;
    overflow-y: hidden !important;
  }
  nav.navbar.bootsnav.sticked ul.nav > li > a {
    margin-top: 0px;
  }
  .topbar {
    width: 100%;
    position: relative !important;
    right: 0 !important;
  }
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    padding: 10px 0;
  }
  nav.navbar.bootsnav .navbar-brand > img, .footer_panel .footer_logo > img {
    width: 75%;
  }
  nav.bootsnav.brand-center .navbar-brand {
    float: left;
  }
  .brand-center.no-background {
    padding-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 12px;
    padding: 10px 0 !important;
    border-color: transparent;
    margin-top: 0px;
  }
  nav.navbar.bootsnav ul.nav > li > a.border:before {
    display: none;
  }
  .page_header {
    padding: 80px 0;
  }
  #faq .accordion_title > a {
    font-size: 14px;
  }
  .copyright p {
    text-align: center;
  }
  .btn-search {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topbar, #rev_slider_second p, .rev_slider p, .tparrows {
    display: none;
  }
}
#rev_slider.top, .rev_slider_wrapper.top {
  margin-top: 50px !important;
}

@media screen and (max-width: 544px) {
  #rev_full, #rev_full.rev_slider {
    height: 250px !important;
    overflow: hidden;
  }
  #recursopg div[class^=col] {
    text-align: center;
  }
  .xst20 {
    margin-top: 30px;
  }
  .main-slider h1 {
    margin-top: 75px !important;
  }
  .main-slider p {
    display: none;
  }
  .tp-caption a {
    min-width: 110px !important;
    min-height: 26px !important;
    font-size: 14px !important;
    margin-top: 22px !important;
    padding: 10px !important;
  }
  .tp-caption {
    margin-top: -20px;
  }
  .taxas th {
    font-size: 12px;
  }
  .btn-layout {
    text-align: center;
    width: 100%;
  }
  #faq .taxas td {
    font-size: 12px;
  }
  #faq .accordion_title > a {
    font-size: 12px;
  }
  .heading_space {
    margin-bottom: 20px;
  }
  .select_mate, #fornecedor .search {
    width: 100%;
  }
  #pagfornecedor a.pull-right {
    text-align: center;
    float: left !important;
    margin-bottom: 30px;
  }
  #pagfornecedor h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .step1, .step2, .stpe3, .step4 p {
    min-height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .main-slider {
    display: none;
  }
  .attr-nav {
    display: none;
  }
  .step1, .step2, .step3, .step4 {
    margin-bottom: 20px;
  }
  .dropdown-menu {
    border-top: 0px solid #fff !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: none;
    color: #771f5b;
    font-weight: bold;
  }
}

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