/*
Theme Name: Aliança
Theme URI: http://www.alianca.agr.br
Author: Luiz Eduardo de Carvalho
Author URI: http://duduweb.com.br/
Description: Tema criado para a Casa Aliança
Version: 1.0
*/

/* CSS Document */ 

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);

@import 'css/normalize.css';
@import 'css/reset.css';
@import 'css/grid.css';
@import 'css/responsivo.css';
@import 'css/exibe-noticia.css';
@import 'css/produtos.css';
@import 'css/sobre.css';
@import 'css/informativos.css';


/* Estilos Gerais */ 

.titulo-compartilhe {
    padding-top:50px;
}

.at-share-btn-elements {
    padding-top: 10px;
}

::selection {
	background: #009046; /* verde */ color: #fff; 
}

::-moz-selection {
	background: #009046; color: #fff;
}

.customize-support .header {
margin-top: 32px;
}

.fb_iframe_widget {
    margin-top: 20px;
}

body {
	font-family: "Oxygen", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #484848;
	background-image: url('img/bg/diamond_upholstery.png');
}

p {
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #484848;
	z-index: 10;
}

img {
	max-width: 100%;
}

h1 {
	font-family: "Oxygen", sans-serif;
	font-size: 48px;
	color: #484848;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}

h2 {
	font-family: "Oxygen", sans-serif;
	font-size: 36px;
	color: #484848;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}

h3 {
	font-family: "Oxygen", sans-serif;
	font-size: 22px;
	color: #009046;
	font-weight: 700;
	margin: 0 auto;
	padding-top: 10px;
}

h3:hover {
	color: #009046;
}

h3 a:hover {
	color: #F08B07;
}

.titulo-noticia {
	text-align: left;
	font-size: 24px;
	color: #484848;
	margin: -10px 0 30px 0;
}

.btn-chamada {
	width: auto;
	position: relative;
	padding: 10px 20px;
	margin-top: 30px;
	background: #009046;
	color: #fff !important;
	border: 2px solid #009046;
	border-radius: 0.3em;
	text-transform: uppercase;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.btn-chamada:hover {
	background: #fff;
	color: #009046 !important;
}

.btn-nav a {
	color: #484848;
}

.btn-nav a:hover {
	color: #009046;
	border-bottom: 1px solid #009046;
}


.btn-chamada-inverter {
	width: auto;
	padding: 10px 20px;
	background: #fff;
	color: #009046;
	border: 2px solid #009046;
	border-radius: 0.3em;
	margin: 0 auto;
	text-transform: uppercase;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.btn-chamada-inverter:hover {
	background: #009046;
	color: #fff;
	border: 1px solid #fff !important;
}

.titulo-paginas {
	top: 0;
	position: absolute;
	margin: 250px 0 50px 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.titulo-paginas h1 {
	color: #fff;
	text-shadow: 1px 1px 2px #484848;
	margin-bottom: 60px;
	max-width: 800px;
}

.span-verde {
	color: #009046;
}

sub, sup {
    font-size: 100%;
    line-height: 0;
		position: relative;
    vertical-align: baseline;
		bottom: auto;
}

.share-info {
    color: #fff;
    border-radius: 5px;
    background-color: #3B5998;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.share-info:hover {
    background-color: #4267b2;
}

/* Header */ 

.header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	z-index: 10;
	display: block;
	top: 0;
}

.logo-topo {
	top: 0;
	padding-left: 20px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.logo-topo img {
	height: 140px;
}

.info-topo {
	color: #484848;
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
}

.busca-header {
	margin-top: -15px;
	text-align: right;
}

.campo-busca-header {
	height: 30px;
	color: #484848;
	border: none;
	margin: 5px 20px 0 0;
	display: inline-block;
	padding-left: 10px;
}

.btn-chamada-busca {
	width: auto;
	position: relative;
	padding: 4px 10px;
	margin-top: 30px;
	background: #009046;
	color: #fff !important;
	border: 2px solid #009046;
	border-radius: 0.3em;
	text-transform: uppercase;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}


.info-topo .phone {
	height: 24px;
	text-align: right;
	background: url('img/phone-h.png') no-repeat left;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.phone {
	margin: 0 -5px 0 0;
}

.info-topo .phone:hover {
	background: url('img/phone.png') no-repeat left;
}

.info-topo .sociais {
	text-align:center;
	padding-left: 10px;
	width: 100%;
	height: 24px;
	background: url('img/facebook-h.png') no-repeat left;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.info-topo .sociais:hover {
	background: url('img/facebook.png') no-repeat left;
}


.header-menu {
	text-align: right;
	height: 39px;
	width: 100%;
	position: absolute;
	margin: 60px auto;
}

.up-logo {
	position: absolute;
  list-style: none;
  height: 100px;
  width: 200px;
  margin: -50px 0 0 50px;
	z-index: -1;
}

.header-menu ul {
	display: inline-block;
}

.header-menu ul li {
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
}

.header-menu ul li a {
	color: #484848;
	border-bottom: 1px transparent solid;
  border-radius: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 8px;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.header-menu ul li a:hover {
	background: #009046;
	border-radius: 10px;
	color: #fff !important;
}

.current-menu-item {
	padding: 10px 5px;
	background: #009046;
	border-radius: 10px;
	color: #fff !important;
}

.current-menu-item a {
	color: #fff !important;
}


/* Introdução */ 

.introducao {
	width: 100%;
	height: 677px;
}

	/* Slider intro */
	
	.slider-intro {
		width: 100%;
		height: auto;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
		
	.titulo-sister-right {
		font-family: 'Oxigen', sans-serif;
		color: #484848;
		padding: 10px 5px; 
		margin-top: 230px;
		margin-bottom: 10px;
		font-size: 36px;
		text-align: right;
	}
			
	.slider-intro-p-right {
		color: #484848;
		font-size: 24px;
		text-align: right;
		padding: 7px 15px;
		clear: both;
	}

	.bg-slider-intro-1 {
		width: 100%;
		height: 700px;
		background-size: content;
	}
		

	
	.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child li:first-child{
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

.rslides_tabs {
	position: relative;
	text-align: center;
	z-index: 1000;
	padding-top: 14px;
	margin: -180px 0 0 0;
}

.rslides_tabs li{
	display: inline;
	margin: 0 5px;
}

.rslides_tabs li a{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ddd;
	border: 2px solid #ddd;
	color: #009046;
	border-radius: 20px;
	overflow: hidden;
	text-indent: -200px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a {
	background: #009046;
	color: #ddd;
}


/* Section Cotações */

.home-cotacoes {
	position: relative;
	z-index: 1;
	margin-top: -170px;
	height: auto;
}

.home-cotacoes .container {
	background: #fff;
  margin-top: 50px;
  padding: 0 10px 50px 10px;
}

.home-cotacoes p {
	text-align: center;
}

.home-cotacoes h2 {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 20px;
}

.home-cotacoes h3 {
	text-align: center;
}

.home-cotacoes h3:after {
	content: "";
	display: block;
	border-bottom: 1px solid rgb(189, 189, 174);
	width: 70%;
	margin: 20px auto;
}

.exibe-cotacao {
	padding: 20px 0 20px 0;
	background-color: #f0f0f0;
	border-radius: 10px;
	border: 1px solid #fff;	
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 1s; /* Safari */
  transition: all 1s;
	margin-bottom: 20px;
}

.lista-cotacoes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.exibe-cotacao-novo {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.exibe-cotacao:hover {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #009046;	
}

.exibe-cotacao h2 {
	text-align: center;
	margin-top: 20px;
	font-size: 28px;
}

.icone-cotacao { 
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 10px auto;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.icone-cotacao:hover  {
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari */
	transform: rotate(360deg); /* Standard syntax */
}

.cotacao-bonus {
    text-align: center;
}


/* Section Home Conteudo*/

.home-conteudo {
	width: 100%;
	height: auto;
}

.home-conteudo .container {
	background: #f0f0f0;
	padding: 50px 0 50px 0;
}

.home-conteudo .container:before {
	content: "";
	display: block;
	height: 20px;
	background: url('img/divider.png') no-repeat center center;
	background-size: contain;
	width: 80%;
	margin: -20px auto 30px auto ;
}

.home-conteudo h3 {
	margin-bottom: 20px;
}

.home-link-noticia {
	color: #484848;
}

.home-link-noticia:hover {
	color: #484848;
	text-decoration: underline;
}

.home-link-noticia:before {
	content: "";
	display: block;
	border-top: dotted 1px #ddd;
	margin: 10px 0;
}

.hora-noticia {
	margin-right: 5px;
	display: block;
	width: 100%;
	color: #484848;
	font-size: 10px;
}

.hora-noticia:hover {
	text-decoration: none !important;
}

#frmPreview thead {
	opacity: 0 !important;
}

#noticias-agricolas #na_main ul li a i {
	display: none;
}

#na_main {
	overflow: visible !important;
	height: auto !important;
}

#na_main li {
	background: none !important;
	padding: 0 0 0 0 !important;
}

#na_main li:hover {
	background: none !important;
}


#na_main li:before {
	content: "";
	display: block;
	border-top: dotted 1px #ddd;
	margin: 10px 0;
}


/* Cotações */

.na-cotacoes .na-tabela td, .na-cotacoes .na-tabela th {
	font-family: "Oxygen", sans-serif !important;
	font-size: 12px !important;
}

.na-tabela img {
	display: none;
}

.na-tabela td {
	font-family: "Oxygen", sans-serif !important;
	font-size: 12px !important;
}

.na-cotacoes .na-tabela .linhapar {
	background: #f0f0f0 !important;
}

.na-cotacoes {
	margin-bottom: 10px;
}



/* Section Chamada */

.chamada, .chamada-produtos {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 1;
	background:url(img/bg/bg-chamada-pagina.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	margin-top: -17px;
	padding-bottom: 60px !important;
}

.chamada .container, .chamada-produtos .container {
	padding-top: 40px;
}

.chamada h1, .chamada-produtos h1 {
	text-align: center;
	max-width: 70%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 60px;
}


/* Footer */

.footer {
	width: 100%;
	height: auto;
	background-color: rgba(0, 144, 70, 1);
	padding: 50px 0;
	clear: both;
	position: relative;
	margin-top: -20px;
}

.footer h3, .footer p {
	color: #fff;
}

.footer h3 {
	margin-bottom: 10px;
}

.home-form {
	margin: 0;
}

.home-form input {
	height: 40px;
	color: #484848;
	border: none;
	margin: 5px 20px 0 0;
	display: inline-block;
	padding-left: 10px;
}

.home-form textarea {
	height: 130px;
	max-height: 130px;
	color: #484848;
	border: none;
	margin: 20px 0;
	padding-left: 10px;
	padding-top: 10px;
}

.home-form .btn-chamada-inverter {
	margin: 0 auto;
}

.home-form label.nao-aparece, .home-form input.nao-aparece {
	display: none !important;
}

#form-erro span, #form-send span  {
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
	font-weight: bolder;
}

#form-send {
	color: #fff;
}

#form-erro {
	color: #f64540;
}

.direitos {
	width: 100%;
	height: 100px;
	background-color: #1A1A1A;
	text-align: left;
	clear: both;
	position: relative;
}

.direitos p {
	margin-top: 40px;
	color: #fff;
}

.area-restrita {
margin-left: 20px;
}

.area-restrita a {
color: #fff;
}

.area-restrita a:hover {
border-bottom: 1px solid #fff;
}

.icon-dudu {
	height: 30px;
	width: 26px;
	background: url('img/logo-dudu.png') no-repeat center center;
	background-position: center;
	background-size: contain;
	margin-top: 35px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.icon-dudu:hover {
	width: 70px;
	background: url('img/logo-dudu-h.png') no-repeat center center;
	background-position: center;
	background-size: contain;
}

.footer-busca {
	padding: 50px 0;
	background: #fff;
}

.footer-busca input {
	height: 40px;
	color: #484848;
	border: 1px solid #009046;
	margin: 5px 20px 0 0;
	display: inline-block;
	padding-left: 10px;
}

.footer-busca .btn-chamada {
	margin: 0 auto;
	color: #fff;
	border: 1px solid #fff;
}

.footer-busca .btn-chamada:hover {
	color: #009046;
	border: solid 1px #009046;
}

















.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #009046;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #009046, 0 0 5px #009046;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #009046;
  border-left-color: #009046;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.js .animar-400, .js .animar-600, .js .animar-800, .js .animar-1200, .js .animar-1600, .js .animar-2000 {
	opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


/* página noticias */

.noticias-intro {
        margin-top: -70px;
}

.noticias-intro .container {
	background: #fff;
	padding: 0 0 50px 0;
	height: 100% auto;
	position: relative;
}

.noticias-intro .size-large {
        float: left;
	max-width: 940px;
}

.noticias-intro .size-full {
        float: left;
	max-width: 940px;
}

.noticias-intro .size-medium {
	float: left;
	margin: 0 20px 20px 0;
}

.noticias-intro h1 {
	text-align: center;
}

.noticias-intro h2 {
	text-align: left;
	font-size: 32px;
	margin: 20px auto;
	padding: 20px 0;
	border-top: 1px #ddd solid;
	max-width: 960px;
}

.noticias-intro h2:hover {
	color: #009046;
}

.noticias-intro p {
        text-align: justify !important;
}

.datas-bg-verde {
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	width: 100px;
	padding: 3px 20px;
	background: #009046;
}

.data-noticia-intro {
	text-indent: 0;
	text-align: center;
	padding-top: 10px;
}

.data-noticia-intro:before {
       content: "";
       display: block;
       border-top: 1px solid #ddd;
       width: 100%;
       margin: 5px auto;
       padding-bottom: 15px;
}

.data-noticia-intro a {
	color: #484848;
}

.data-noticia-intro a:hover {
	text-decoration: underline;
}

.wp-caption-text {
	font-size: 12px;
	text-indent: 0;
	margin-top: 0;
}

.campo-busca {
	height: 40px;
	color: #484848;
	border: none;
	margin: 5px 20px 0 0;
	display: inline-block;
	padding-left: 10px;
}

.pg-not-found {
	height: auto;
	margin-top: -120px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pg-not-found .container {
	background: #fff;
	padding: 50px 0;
}

.pg-not-found h1 {
	font-size: 48px;
}

.pg-not-found img {
	margin: 20px auto;
}


/* ATUALIA A EXIBIÇÃO DAS COTAÇÕES NA HOME*/
/* Agrupamento dos blocos de cotação */
/* Alinhamento e altura igual dos blocos */
.cotacoes-wrapper {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  gap: 20px;
  margin-bottom: 20px;
}

/* Corrige o deslocamento causado pelo sistema de grid antigo */
.cotacoes-wrapper .grid-1-3 {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 240px;
}

.cotacoes-wrapper .grid-1-3 * {
  text-align: center;
}

.cotacoes-wrapper .grid-1-3 h2 {
  text-align: center !important;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .cotacoes-wrapper {
    grid-template-columns: 1fr !important;
  }
}
