/*      Para Celulares	Para Tablets	Para Desktops	Para Telas Grandes                */
/*        .col-xs-*	    .col-sm-*	      .col-md-*	      .col-lg-*                     */

/* ------------------- barra de navegação no topo nav ------------------- */

/* efeitos para dispositivos mobile */
@media only screen and (min-width: 1024px) {
  /* ajusta a margem dos textos no slideshow para melhor visualização das imagens de fundo */
  .marginTextSlider{
    padding-top: 350px;
  }
  div#logoTemaWp {
    margin-left: 20%;
  }
}

/* efeitos para dispositivos mobile */
@media only screen and (max-width: 1200px) {
  /* oculta a barra de newslatter em telas pequenas */
  section#subscribe-news {
    display: none;
  }
}

/* ContactForm 7 - Start */
#wpcf7-f136-o1 span[role="alert"] {
  display: none;
}
#wpcf7-f136-o1 div[role="alert"] {
  margin-top: -50px;
  margin-left: -1px;
  background-color: white;
}
#wpcf7-f136-o1 > form > p > span.wpcf7-not-valid-tip {
  position: absolute;
  margin-bottom: -50px;
}
#wpcf7-f136-o1 > form {
  margin-top: -50px;
  margin-left: 470px;
}
/* botao inscrever */
#wpcf7-f136-o1 > form > p > input.btnContactForm7Btn {
  position: absolute;
  margin-top: -76px;
  margin-left: 420px;
  width: 200px;
  line-height: 50px;
  height: 50px;
  background: #dd9e03;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
}
#wpcf7-f136-o1 > form > p > input.btnContactForm7Btn:hover {
  background: #111;
  color: #fff;
}
/* ContactForm 7 - Stop */

/* campo de busca no sitedar - start */
input#searchsubmit {
  display: none;
}
input#s {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-bottom: 1px solid #ececec;
  transition: all 0.3s;
  background-image: url(../imagens/search.png);
  background-repeat: no-repeat;
  background-position: right;

}
input#s:focus {
  border-bottom: 1px solid #dd9e03;
}
/* campo de busca no sitedar - stop */

/* links do rodape - start */
footer.jarallax div.foo-news a {
  color: #dd9e03;
}
footer.jarallax div.foo-news a:active, footer.jarallax div.foo-news a:hover {
  color: white;
}
/* links do rodape - stop */

.object_rotation {
  display: inline-block;
  animation: rotation 3s infinite linear;
}

.animacao_infinita {
  animation-duration: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}

.loader_corpo_sistema {
  position: fixed;
  margin-top: 15%;
  margin-left: 35%;
}
