@charset "UTF-8";
/*
Theme Name: CTC - Centro de Tecnologia Canavieira1
Theme URI: http://www.nambbu.com.br
Description: Tema desenvolvido para CTC - Centro de Tecnologia Canavieira
Author: namBBU
Author URI: http://www.nambbu.com.br
Version: 1.0
License: Proprietary

/*-------------------------------------------------------------- */
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
/* Vars */
html {
  margin-top: 0;
  overflow-x: hidden;
}

/* preloader */
.preloader {
  background: #333 url(images/loading.gif) no-repeat center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

div.wpcf7-response-output {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    font-weight: 500;
}

/* defaults */
body {
  background-color: #f3f3f3;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  color: #555;
  font-size: 16px;
  outline: none;
}
a:hover {
  color: #faa61a;
  font-weight: 600;
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.link {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}

p {
  font-size: 1.4em;
  font-weight: 400;
}

figure {
  margin: 1em 30px;
}

.container {
  text-align: center;
}

blockquote, q {
  border-bottom: 3px solid #faa61a;
  border-top: 3px solid #faa61a;
  display: inline;
  float: right;
  font-size: 2em;
  font-weight: 600;
  margin-left: 1.5em;
  padding: 0.5em 1em;
  quotes: "" "";
}
blockquote p, q p {
  color: #616161;
  font-weight: 600 !important;
  margin: 0;
}

table {
  font-size: 1.4em;
}
table .tabelatt {
  background: #333;
  color: #fff;
  font-weight: bold;
}
table td {
  border-bottom: 1px solid #ccc;
  padding: 1em;
}

.sep {
  background-color: #fff;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.mask {
  height: 100%;
  width: 100%;
  opacity: 0.75;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  z-index: 10;
}

.read-more {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.section-title {
  color: #626262;
  font-style: italic;
  font-size: 2em;
  margin: .67em 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* pages */
.page-container {
  margin-left: 85px
  /* max-width: 1850px;  pra que limitar o container? */
}

.wp-content {
  background-color: #fff;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

/* header mobile */
.site-header-mobile {
  display: none;
  padding: 5px 30px;
  width: 100%;
}
.site-header-mobile .logo {
  display: inline-block;
  max-width: 100px;
}
.logo a{
	    width: 100%;
    height: 100%;
    display: block;
    
    z-index: 17;
}
.site-header-mobile .mobile-btn {
  background-image: url(images/mobile-btn.png);
  display: inline-block;
  float: right;
  font-size: 15px;
  height: 20px;
  margin-top: 15px;
  overflow: hidden;
  width: 20px;
}
.site-header-mobile .mobile-btn:hover, .site-header-mobile .mobile-btn:active {
  background-position: 0 -20px;
  cursor: pointer;
}

.mobile-nav {
  background-color: #272727;
  display: none;
  margin: 0;
  padding: 10px 30px;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul li a {
  font-weight: bold;
  display: block;
  padding: 8px 4px;
}
.mobile-nav ul li a:focus {
  text-decoration: none;
}
.mobile-nav ul li a br {
  display: none;
}
.mobile-nav .main-menu .menu-item-has-children > a {
  position: relative;
}
.mobile-nav .main-menu .menu-item-has-children > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  position: absolute;
  right: 4px;
  top: 17px;
}
.mobile-nav .main-menu .menu-item-has-children > a.menu-active:after {
  border-bottom: 5px solid #fff;
  border-top: 5px solid transparent;
  top: 10px;
}
.mobile-nav .main-menu .sub-menu a {
  color: #999;
}
.mobile-nav .social-links {
  background-color: #272727;
  display: inline-block;
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
}
.mobile-nav .social-links .social-icon {
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 25px;
  width: 30px;
}
.mobile-nav .social-links .social-icon.facebook {
  background: transparent url(images/facebook-icon.png) 0 0 no-repeat;
}
.mobile-nav .social-links .social-icon.linkedin {
  background: transparent url(images/linkedin-icon.png) 0 0 no-repeat;
}
.mobile-nav .social-links .social-icon.youtube {
  background: transparent url(images/youtube-icon.png) 0 0 no-repeat;
}
.mobile-nav .mobile-translate-area {
  background: #272727;
  color: #fff;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.mobile-nav .mobile-translate-area a {
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

/* site header/sidebar desktop */
html #wpadminbar {
  position: fixed;
}

.header-sections {
  width: 450px;
}

.site-header {
  background-color: #fff;
  border-right: 1px solid #ccc;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.28);
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.site-header .top-header {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.site-header .top-header .logo {
  height: 85px;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  visibility: hidden;
  width: 500px;
}
.site-header .top-header .small-logo {
  height: 85px;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.site-header .translate-area {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 20px;
}
.site-header .translate-area a {
  color: #000;
}
.site-header .translate-area a:hover {
  color: #afcb08;
}
.site-header:hover {
  width: 450px;
}
.site-header:hover .logo {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.site-header:hover .small-logo {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* main nav */
.main-nav {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.main-nav .main-menu {
  border-right: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
}
.main-nav .main-menu .menu-item {
  display: table;
  height: 40px;
  margin-left: 1em;
  position: relative;
}
.main-nav .main-menu .menu-item:hover, .main-nav .main-menu .menu-item:active, .main-nav .main-menu .menu-item:focus {
  cursor: pointer;
}
.main-nav .main-menu .menu-item:hover a, .main-nav .main-menu .menu-item:active a, .main-nav .main-menu .menu-item:focus a {
  font-weight: 600;
}
.main-nav .main-menu .menu-item:hover .sub-menu {
  display: block;
}
.main-nav .main-menu .menu-item:hover a {
  color: #faa61a;
}
.main-nav .main-menu .menu-item a {
  color: #626262;
  display: table-cell;
  font-size: 1.6em;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.main-nav .main-menu .menu-item.icon-cana-sat:before, .main-nav .main-menu .menu-item.icon-institucional:before, .main-nav .main-menu .menu-item.icon-mensagem:before, .main-nav .main-menu .menu-item.icon-melhoramento-genetico:before, .main-nav .main-menu .menu-item.icon-relacoes-investidores:before, .main-nav .main-menu .menu-item.icon-tecnologias-do-futuro:before, .main-nav .main-menu .menu-item.icon-noticias:before, .main-nav .main-menu .menu-item.icon-contato:before, .menu-item.icon-ciencia-cana:before   {
  background-color: transparent;
  background-position: 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 1em 2.5em .5em 1.5em;
}
.main-nav .main-menu .menu-item.icon-cana-sat:hover:before, .main-nav .main-menu .menu-item.icon-institucional:hover:before, .main-nav .main-menu .menu-item.icon-mensagem:hover:before, .main-nav .main-menu .menu-item.icon-melhoramento-genetico:hover:before, .main-nav .main-menu .menu-item.icon-relacoes-investidores:hover:before, .main-nav .main-menu .menu-item.icon-tecnologias-do-futuro:hover:before, .main-nav .main-menu .menu-item.icon-noticias:hover:before, .main-nav .main-menu .menu-item.icon-contato:hover:before, .main-nav .main-menu .menu-item.icon-ciencia-cana:hover:before, .main-nav .main-menu .menu-item.icon-mensagem:hover:before  {
  background-position: 0px -40px;
}
.main-nav .main-menu .menu-item.icon-mensagem:before {
  background-image: url(images/icon-sustentabilidade.png);
}
.main-nav .main-menu .menu-item.icon-institucional:before {
  background-image: url(images/icon-institucional.png);
}
.main-nav .main-menu .menu-item.icon-melhoramento-genetico:before {
  background-image: url(images/icon-melhoramento-genetico.png);
}
.main-nav .main-menu .menu-item.icon-tecnologias-do-futuro:before {
  background-image: url(images/icon-tecnologias-do-futuro.png);
}
.main-nav .main-menu .menu-item.icon-noticias:before {
  background-image: url(images/icon-noticias.png);
}
.main-nav .main-menu .menu-item.icon-contato:before {
  background-image: url(images/icon-contato.png);
}
.main-nav .main-menu .menu-item.icon-relacoes-investidores:before {
  background-image: url(images/icon-relacoes-investidores.png);
}
.main-nav .main-menu .menu-item.icon-ciencia-cana:before {
  background-image: url(images/icon-simbolo-cana.png);
}
.main-nav .main-menu .menu-item.icon-cana-sat:before {
  background-image: url(images/icon-canasat.png);
}
.main-nav .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: absolute;
  top: 10px;
  width: 100%;
}
.main-nav .sub-menu .menu-item {
  width: 100%;
}
.main-nav .sub-menu .menu-item:before {
  content: "";
  display: block;
  height: 21px;
  left: -20px;
  position: absolute;
  top: 10px;
  width: 12px;
}
.main-nav .sub-menu .menu-item:hover a {
  font-weight: 600;
}
.main-nav .sub-menu .menu-item:hover:before {
  content: "";
  display: block;
  background-image: url(images/menu-arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* social network */
.social-network {
  border-bottom: 1px solid #ccc;
}
.social-network .social-links {
  margin: 2em 3em;
  display: inline-block;
}
.social-network .social-icon {
  background-color: transparent;
  background-position: 00 no-repeat;
  display: block;
  height: 30px;
  margin-bottom: 5px;
  width: 30px;
}
.social-network .social-icon:hover {
  background-position: 0 -30px;
}
.social-network .social-icon.facebook {
  background-image: url(images/facebook-icon.png);
}
.social-network .social-icon.linkedin {
  background-image: url(images/linkedin-icon.png);
}
.social-network .social-icon.youtube {
  background-image: url(images/youtube-icon.png);
}
.social-network .social-icon.instagram {
  background-image: url(images/insta.png);
}

/* network links */
.network-links {
  display: inline-block;
  margin-top: 2em;
  vertical-align: top;
}
.network-links .widget-title {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.network-links ul {
  margin: 0;
  padding: 0;
}
.network-links li {
  list-style: none;
}
.network-links a {
  color: #626262;
  font-size: 1.4em;
  margin: 0;
  text-decoration: none;
}
.network-links a:hover {
  color: #faa61a;
}

/* header contact */
.header-contact p {
  display: block;
  line-height: 0;
  margin: 0;
}
.header-contact .phone-icon {
  background: transparent url(images/icon-phone.png) 0 0 no-repeat;
  display: inline-block;
  height: 24px;
  margin: 2em 3.1em;
  vertical-align: top;
  width: 24px;
}
.header-contact .phone-box {
  display: inline-block;
}
.header-contact .phone-number {
  color: #626262;
  display: inline-block;
  font-size: 2.8em;
  font-weight: 300;
  margin-top: .3em;
  text-decoration: none;
  vertical-align: top;
}
.header-contact .phone-number:hover {
  color: #faa61a;
}

/* homeslider */
.featured-slider {
  position: relative;
}
.featured-slider .slider-info {
  bottom: 40px;
  position: absolute;
  right: 60px;
}
.featured-slider .slider-info .title {
  color: #fff;
  font-size: 45px;
  font-style: italic;
  line-height: 45px;
  margin: 0;
}
.featured-slider .slider-info .desc {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
}
.featured-slider .slider-arrow-down {
  bottom: 50px;
  outline: none;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* wp custom header/video */
.wp-custom-header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wp-custom-header .wp-custom-header-video-button {
  display: none;
}
.wp-custom-header video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-custom-header img {
  max-width: none;
}

/* home featured area */
.featured-area {
  width: 100%
  	/* pra que essa sombra?
      &:before {
  		box-shadow: -0px 7px 20px 8px rgba(0, 0, 0, 0.1);
          content: "";
          display: block;
  		height: 450px;
          position: absolute;
          width: 50px;
      }
  	*/
}

.featured-item {
  display: inline-block;
  float: left;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  width: 50%;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.featured-item a {
  color: #fff;
}
.featured-item img {
  max-width: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.featured-item.featured-right img {
  right: -70px;
}
.featured-item.featured-right:hover img {
  right: 0px;
}
.featured-item.featured-right .mask {
  background-color: #ffb214;
}
.featured-item.featured-left img {
  left: -70px;
}
.featured-item.featured-left:hover img {
  left: 0px;
}
.featured-item.featured-left .mask {
  background-color: #d3d800;
}
.featured-item .content {
  width: 80%;
  margin: auto;
  margin-top: 10%;
  position: inherit;
  z-index: 90;
}
.featured-item .title {
  font-size: 3.4em;
  font-style: italic;
  line-height: 34px;
}
.featured-item .hr-hover {
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  width: 0;
}
.featured-item .desc {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 0;
}
.featured-item .read-more {
  text-align: left;
  width: 100%;
}
.featured-item .read-more:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2.5px;
  margin: 1.2em 0 .8em;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  width: 0;
}
.featured-item:hover .mask {
  box-shadow: inset 2px 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
.featured-item:hover .read-more:before {
  width: 100%;
}

/* Organizado daqui pra cima ------------- Variedades Sweet*/
.variedades-header {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.variedade-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: left;
  height: 340px;
  padding-top: 30px;
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 50%;
}
.variedade-item a {
  height: 340px;
  width: 50%;
  position: absolute;
  margin-top: -30px;
}
.variedade-item:hover {
  background-blend-mode: color-burn;
  -webkit-blend-mode: color-burn;
  background-color: #f9c773;
  cursor: pointer;
  box-shadow: inset 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
}
.variedade-item:hover .variedade-center img {
  filter: brightness(250%) saturate(0%);
  -webkit-filter: brightness(250%) saturate(0%);
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
}
.variedade-item:hover .variedades-sub-area .variedades-sub-item img {
  filter: brightness(1800%) saturate(0%);
  -webkit-filter: brightness(1800%) saturate(0%);
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
}
.variedade-item:hover .variedades-sub-area .variedades-sub-item span {
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
}
.variedade-item .variedade-center {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.variedade-item .variedade-center img {
  max-width: 180px;
  height: 65px;
}
.variedade-item .variedades-sub-area {
  text-align: center;
  width: 100%;
}
.variedade-item .variedades-sub-area .variedades-sub-item {
  display: inline-block;
  margin-right: 60px;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
.variedade-item .variedades-sub-area .variedades-sub-item:last-child {
  margin-right: 0;
}
.variedade-item .variedades-sub-area .variedades-sub-item img {
  margin-bottom: 20px;
}
.variedade-item .variedades-sub-area .variedades-sub-item span {
  font-size: 15px;
  font-family: "Lato";
  color: #706f6f;
  font-style: italic;
}
.variedade-item .display-zoom {
  display: block !important;
}
.variedade-item .image-zoom {
  left: 90px;
  position: fixed;
  top: 25px;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.variedade-item .image-zoom img {
  max-height: 90%;
  margin: 0 auto;
}

#mascara {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 5% 5% 10% 10%;
}

.fechar {
  display: inline-block;
  text-align: right;
  cursor: pointer;
  color: #000;
  font-size: 40px;
  float: right;
  font-weight: 100;
}
.fechar:hover {
  color: blue;
}

.window {
  text-align: center;
  display: none;
  z-index: 10;
}

/*Melhoramento Gen├®tico*/
/*exibic├úo da segmenta├º├úo de produtos 16/01*/
.mask-power {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #626262;
  opacity: 0.0;
}

#power:hover .mask-power {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #626262;
  opacity: 0.6;
}

.mask-sweet {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #f6a83a;
  opacity: 0.0;
}

#sweet:hover .mask-sweet {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #f6a83a;
  opacity: 0.6;
}

.mask-value {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #bfd539;
  opacity: 0.0;
}

#value:hover .mask-value {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #bfd539;
  opacity: 0.6;
}

.featured-value-area {
  width: 100%;
  background: url(images/CTC-foto.jpg) no-repeat;
  background-size: cover;
}

.featured-value {
  width: 33.33%;
  height: 280px;
  position: relative;
  float: left;
  background: url(images/featured-value-bg.jpg);
  background-size: cover;
  overflow: hidden;
}

.featured-value .value-content {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 45px;
  margin-left: -150px;
  text-align: center;
  z-index: 11;
  color: #fff !important;
}

/*Etanol Celul├│stico*/
.shadow-box {
  background-color: #F3F3F3;
  box-shadow: 0px 10px 16px -15px rgba(0, 0, 0, 0.75);
  padding: 0 20px;
  -webkit-box-shadow: 0px 10px 16px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 16px -15px rgba(0, 0, 0, 0.75);
}

.etanol-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 275px;
  position: relative;
  margin-bottom: -130px;
  top: -130px;
  width: 100%;
  z-index: -1;
}

.featured-intern-left .content, .featured-intern-right .content {
  color: #fff;
}

.featured-intern-left .mask {
  background-color: #595959 !important;
}

/*Tecnologias do Futuro*/
.section-otherpages {
  width: 100%;
}
.section-otherpages .otherpage-box {
  padding: 115px 130px;
  width: 50%;
}

.green-em blockquote, .green-em q {
  border-bottom: 3px solid #A6CE39;
  border-top: 3px solid #A6CE39;
}

/* news */
.section-news .section-title, .section-news .news-link {
  color: #626262;
  font-style: italic;
  font-size: 2em;
  margin: 0.67em 0 !important;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.section-news .news-link {
  display: inline-block;
  float: left;
}
.section-news .news-link:hover {
  color: #faa61a;
  margin: 0.67em 0;
}
.section-news .news {
  width: 100%;
}
.section-news .news .news-post {
  background-position: -100px center;
  background-repeat: no-repeat;
  background-size: 130%;
  display: inline-block;
  float: left;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 33.33333%;
  -webkit-transition: background-position 0.4s;
          transition: background-position 0.4s;
}
.section-news .news .news-post:hover {
  background-position: 0;
}
.section-news .news .news-post .content {
  bottom: -20px;
  left: 10%;
  margin: 15% auto;
  max-width: 330px;
  position: absolute;
  z-index: 100;
}
.section-news .news .news-post .mask {
  opacity: 0.9;
  background-color: #626262;
}
.section-news .news .news-post .title {
  color: #fff;
  font-size: 2em;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 1em;
}
.section-news .news .news-post .sep {
  background-color: #faa61a;
  height: 2px;
  margin: 0;
}
.section-news .news .news-post .desc {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0 1em;
}
.section-news .news .news-post .read-more {
  color: #faa61a;
}
.section-news .news .news-post .read-more:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: .8em 0 .2em;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  width: 0;
}
.section-news .news .news-post:hover .read-more {
  color: #fff;
}
.section-news .news .news-post:hover .sep {
  background-color: #fff;
}
.section-news .news .news-post:hover .mask {
  opacity: 0.7;
  background-color: #ffb214;
}
.section-news .news .news-post:hover .read-more:before {
  height: 2px;
  width: 100%;
}
.section-news .news .news-post img {
  max-width: none;
  position: absolute;
  right: -70px;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 550px;
}
.section-news .news .news-post:hover img {
  right: 0px;
}

/* infinite scroll button */
.more-posts {
  clear: both;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  width: 100%;
}

#infscr-loading {
  clear: both;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  width: 100%;
}

/* home banner */
/* Caso necessite escrever texto pelo painel
.banner {
    background-image: url(images/banner-trabalhe-conosco.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 110px;
    margin: 0;
    position: relative;
    .content {
        position: absolute;
        right: 30%;
        top: 30px;
    }
    .title {
        color: #fff;
        font-size: 25px;
        font-style: italic;
        margin: 0;
    }
}
*/
.banner {
  margin: 0;
  float: left;
  position: relative;
  z-index: 1000;
  width: 50%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .banner {
    margin: 0;
    float: none;
    position: static;
    z-index: 1000;
    width: 100%;
    margin-bottom: 0;
   }
}

.banner img {
  width: 100%;
}

/* site footer */
.site-footer {
  background-color: #cfcfcf;
  position: relative;
}
.site-footer .sep {
  display: inline-block;
  height: 1px;
  position: relative;
  width: 96%;
  left: 2%;
  margin: 0 auto;
}

.footer-infos {
  margin: 30px 0px;
  padding-bottom: 40px;

}
.footer-infos a {
  margin: 0;
  text-decoration: none;
}
.footer-infos .address-info {
  display: inline-block;
  padding: 0 0px 0 30px;
  vertical-align: top;
  width: 25%;
  float: left;
}
.footer-infos .address-info p {
  margin: 0;
}
.footer-infos .phone-box {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 15%;
}
.footer-infos .phone-box p {
  margin: 0;
}
.footer-infos .copyright {
  display: inline-block;
  padding-right: 0%;
  text-align: left;
  vertical-align: top;
}
.footer-infos .copyright a {
  display: block;
  font-size: 14px;
}
.footer-infos .logo-footer {
  display: inline-block;
  padding: 0 0 0 30px;
  text-align: center;
  width: 26%;
}
.footer-infos .logo-footer img {
  display: inline-block;
  vertical-align: bottom;
  width: 90px;
}
.footer-infos .logo-footer img:first-child {
  margin-right: 12px;
}
 .footer-infos .redes-sociais{
  width: 10% !important;
  float: left;
  margin: 0;
  padding: 0 8px;
}
  footer .footer-infos .redes-sociais .social{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  list-style: none;
}
.footer-infos .redes-sociais .social li:hover{
background-color: #faa61a;
}

/* widgets */
.widget-area {
  margin: 30px 0;
  padding: 0 4em;
}

.widget {
  display: inline-block;
  float: left;
  min-height: 100px;
  width: 16.66667%;
}
.widget .widget-title, .widget ul li.title a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 10px;
  max-width: 120px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul a {
  color: #626262;
  font-size: 14px;
  line-height: 1.211;
}
.widget ul a:hover {
  color: #faa61a;
}

/* indicators */
.aside-full {
  width: 345px !important;
}

.indicadores-do-setor {
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.28);
  display: inline-block;
  height: 100%;
  max-width: 100%;
  padding-left: 20px;
  position: fixed;
  right: -20px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  top: 0;
  width: 20px;
  z-index: 10000
  /*&:before {
      background: transparent url(images/indicadores-do-setor.png) 0 0 no-repeat;
      content: "";
      left: -70px;
      height: 67px;
      position: absolute;
      width: 80px;
  }*/
}
.indicadores-do-setor .xml-btn {
  content: "";
  cursor: pointer;
  left: -70px;
  height: 67px;
  position: absolute;
  width: 80px;
}
.indicadores-do-setor .xml-btn.pt-btn {
  background: transparent url(images/indicadores-do-setor.png) 0 0 no-repeat;
}
.indicadores-do-setor .xml-btn.en-btn {
  background: transparent url(images/industry-indexes.png) 0 0 no-repeat;
}
.indicadores-do-setor .xml-close {
  color: #faa61a;
  margin-top: 10px;
  padding-right: 20px;
  text-align: right;
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
}
.indicadores-do-setor .xml-close:hover {
  cursor: pointer;
  opacity: 0.75;
}
.indicadores-do-setor .frame-xml {
  padding: 20px;
  padding-top: 0;
  position: fixed;
  height: 100%;
}

.opacity-zero {
  opacity: 0;
}

/* timeline */
.timeline-container {
  margin-left: 90px;
  width: 100%;
}
.timeline-container .mask {
  height: 100%;
  width: 100%;
  opacity: 0.9;
  padding: 50px;
  position: inherit;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  z-index: 10;
}

.year-line {
  background: no-repeat cover;
  background-position: center right;
  vertical-align: top;
  float: none !important;
  height: 600px;
  width: 300px;
  display: inline-block !important;
  background-color: #ccc;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.28);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.year-line {
  background: no-repeat cover;
  background-position: center right;
  vertical-align: top;
  float: none !important;
  height: 100vh;
  width: 100vw;
  display: inline-block !important;
  background-color: #ccc;
  position: relative;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.28);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.year-line .mask {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  padding: 50px;
  position: inherit;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  z-index: 10;
}

.text {
  position: absolute;
  float: left;
  width: 100%;
  height: 30%;
  top: 38%;
}

.year-line h1 {
  color: #fff;
  font-size: 50px;
  left: 9%;
  text-align: center;
  z-index: 10;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  position: absolute;
  font-family: lato;
  font-style: italic;
}

.year-line p {
  color: #fff;
  font-size: 16px;
  max-width: 566px;
  display: inline-block;
  position: absolute;
  left: 9%;
  top: 90px;
  z-index: 11;
  opacity: 1;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  top: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 9% 0px 0px 0px;
  width: 1px;
  height: 395px;
  left: 40px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 40.7px;
  width: 1px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  float: left;
  clear: both;
  background: #fff;
}

.slick-dots li:last-child {
  height: 10px;
}

.slick-dots li:first-child {
  margin-top: 0px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: -9.5px;
  content: "\2609";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  opacity: 1;
  /* border: 1px solid #fff; */
  border-radius: 31px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: -9.7px;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 31px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 79px;
  outline: none;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button:hover {
  font-size: 15px;
  font-weight: bold;
}

.nav-slider {
  position: absolute;
  float: left;
  width: 100%;
  height: 30%;
  top: 32.6%;
}

.slick-prev {
  left: 300px;
  position: absolute;
  top: 161px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 15;
}

.slick-next {
  left: 300px;
  position: relative;
  top: 185px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 15;
}

.slick-disabled {
  opacity: 0;
}

.slick-vertical .slick-slide {
  border: none !important;
}

@media screen and (max-width: 1024px) {
  .slick-prev, .slick-next {
    display: none;
  }

  .text {
    position: absolute;
    float: left;
    width: 100%;
    height: 30%;
    top: 25%;
    left: 10%;
  }

  .slick-dots {
    margin: 10% 0px 0px 0px;
  }

  .timeline-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .slick-prev {
    left: 259px;
    position: relative;
    top: 143px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: 15;
    float: left;
  }

  .slick-next {
    left: 239px;
    position: relative;
    top: 167px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: 15;
    float: left;
  }

  .slick-dots {
    margin: 1% 0px 0px 0px;
  }
}
.nossa-bar {
  background: #afcb08;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 30px;
  padding: 18px 0 0 0;
  text-align: center;
  font-weight: 900;
}

/*ResoluÔö£┬║Ôö£├║o 480p*/
@media only screen and (max-width: 480px) {
  .section-news .news .news-post .content {
    left: 12%;
  }

  .year-line {
    height: 800px;
  }

  .year-line h1 {
    font-size: 20px;
    line-height: 32px;
    width: 80px;
  }

  .year-line p {
    font-size: 12px;
    margin-left: 40px;
    max-width: 215px;
  }

  .text {
    top: 10%;
  }

  .slick-prev, .slick-next {
    display: none;
  }

  .slick-dots {
    margin: 25px 0 0 0;
    top: 54px;
  }

  .nossa-bar {
    display: none;
  }
}
/*ResoluÔö£┬║Ôö£├║o 414p*/
@media only screen and (max-width: 414px) {
  .year-line {
    height: 800px;
    width: 300px;
  }

  .year-line:hover h1 {
    font-size: 38px;
    line-height: 38px;
    width: 200px;
  }

  .year-line h1 {
    font-size: 38px;
    line-height: 38px;
    width: 200px;
  }

  .slick-prev, .slick-next {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  ul.slick-dots {
    margin: 25px 0 0 0;
    top: 54px;
  }
}
@media only screen and (max-width: 325px) {
  ul.slick-dots {
    margin: 25px 0 0 0;
    top: 54px;
  }
}
/* content/page/single */
.entry-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 171, 0, 0.5);
  height: 290px;
  position: relative;
  text-align: center;
}
.entry-header .mask {
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.entry-title {
  border-bottom: 3px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 5em;
  position: relative;
  top: 25%;
}

.entry-content {
  display: inline-block;
  margin: 20px 0;
  max-width: 780px;
  position: relative;
  text-align: left;
}
.entry-content ul {
  list-style: none;
  padding: 0;
}
.entry-content ul li {
  color: #777;
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.entry-content ul li:before {
  content: ' ';
  background-image: url("images/bullet.png");
  height: 7px;
  width: 7px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  margin-top: 10px;
}
.entry-content a {
  color: #616161;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.entry-content a:hover {
  color: #faa61a;
}
.entry-content p {
  color: #777;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.entry-content img {
  width:100%;
  height: auto;
}

.previous {
  color: #faa61a !important;
}

.entry-header-single {
  display: inline-block;
  max-width: 780px;
  text-align: left;
}
.entry-header-single img {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
.entry-header-single a {
  color: #C7C7C7;
  font-size: 16px;
  font-style: italic;
}
.entry-header-single a:hover {
  color: #faa61a;
}

.entry-title-single {
  border-bottom: 3px solid #faa61a;
  color: #616161;
  font-size: 4em;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 0.5em 0;
  text-align: left;
}

.entry-meta {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.post-edit-link {
  font-size: 16px;
}

.post-navigation {
  border-top: 3px solid #faa61a;
  padding-top: 15px;
}
.post-navigation a {
  color: #faa61a;
  font-size: 16px;
}
.post-navigation a:hover {
  color: #626262;
}

.entry-footer {
  text-align: center;
}

/* contact */
.contact-page .contact-half {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
  width: 40%;
}
.contact-page .contact-half:last-child {
  margin-right: 0;
}
.contact-page .contact-half p {
  margin: 0;
  margin-bottom: 15px;
}
.contact-page .contact-half .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact-page .contact-half .wpcf7-form-control.wpcf7-textarea {
  border: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 160px;
  padding: 10px;
  font-size: 14px;
  font-family: "Lato";
  color: #626262;
  font-style: italic;
  text-align: left;
}
.contact-page .contact-half .wpcf7-form-control.wpcf7-submit {
  font-size: 18px;
  font-family: "Lato";
  color: #faa61a;
  font-style: italic;
  outline-style: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.contact-page .contact-half .wpcf7-form-control.wpcf7-submit:hover {
  color: #A6CE39;
}
.contact-page .contact-half .contact-infos {
  background-color: #eaeaea;
  display: inline-block;
  height: 70px;
  padding: 22px;
  text-align: left;
  width: 100%;
  text-align: center;
}
.contact-page .contact-half .contact-infos .phone-number {
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.contact-page .contact-half .contact-infos p {
  margin: 0;
  font-size: 14px;
  font-family: "Lato";
  color: #626262;
}
.contact-page .contact-half .contact-infos a:focus, .contact-page .contact-half .contact-infos a:hover {
  color: #A6CE39;
  outline: none;
  text-decoration: none;
}
.contact-page .contact-half .map-frame {
  display: block;
  margin-bottom: 137px;
  padding-bottom: 40px;
}
.contact-page p {
  font-size: 14px;
  font-family: "Myriad Pro";
  color: #626262;
}
.wpcf7-submit{
  display: block;
}
.wpcf7-form{
	margin-bottom: 77px;
}
#wpcf7-f25-p23-o1 p:nth-child(4) {
  width: 313px !important;
  height: 195px;
  margin: 0;
}

/* map */
.estados-area {
  display: inline-block;
  width: 380px;
  vertical-align: bottom;
}
.estados-area .legenda-itens {
  padding-left: 50px;
  text-align: left;
}
.estados-area .polos, .estados-area .equipes, .estados-area .sede-adm {
  text-align: left;
}
.estados-area .polos::before {
  background: cover no-repeat center center;
  background-image: url(images/icon-polos.png);
  background-repeat: no-repeat;
  content: '';
  height: 39px;
  margin-top: -8px;
  margin-left: -30px;
  position: absolute;
  width: 22px;
}
.estados-area .equipes::before {
  background: cover center center;
  background-image: url(images/icon-equipes.png);
  background-repeat: no-repeat;
  content: '';
  height: 39px;
  margin-top: -8px;
  margin-left: -30px;
  position: absolute;
  width: 22px;
}
.estados-area .sede-adm::before {
  background: cover no-repeat center center;
  background-image: url(images/icon-sedes.png);
  background-repeat: no-repeat;
  content: '';
  height: 27px;
  margin-top: -8px;
  margin-left: -30px;
  position: absolute;
  width: 24px;
}
.estados-area h4 {
  font-size: 15px;
  font-family: "Lato";
  color: #a3a3a3;
  font-style: italic;
}
.estados-area p {
  color: #626262;
  font-size: 16px;
}
.estados-area .estado-box {
  background-color: #fff;
  border: 2px dashed #626262;
  display: inline-block;
  height: auto;
  min-height: 500px;
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  width: 100%;
  margin-bottom: 100px;
}
.estados-area .estado-box span {
  color: #626262;
  font-size: 12px;
  margin-bottom: 30px;
}
.estados-area .estado-box p {
  color: #626262;
  font-size: 16px;
  margin-left: 45px;
}
.estados-area .estado-box .estado-content {
  margin-top: 30px;
  width: 100%;
}
.estados-area .estado-box .estado-content .title {
  display: inline-block;
  border-bottom: 2px solid #faa61a;
  font-size: 18px;
  font-family: "Lato";
  color: #a3a3a3;
  font-style: italic;
}

/* 13/01 Muller */
.chamada-estado-box {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding: 7px;
  background-color: #9CC732;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.divisor-item-estado-box {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding: 5px;
  font-size: 17px;
  color: #fff;
  margin-top: 5px;
}

.container-icone-divisor-equipes {
  width: 22px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  background: url(images/icon-equipes.png);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

.container-icone-divisor-sede {
    width: 24px;
    height: 27px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: url(images/icon-sedes.png) no-repeat;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

.container-icone-divisor-polos {
  width: 22px;
  height: 39px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: url(images/icon-polos.png);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

.divisor-polos {
  background-color: #9CC732;
}

.divisor-equipe {
  background-color: #C7D82F;
}

.divisor-sede {
  background-color: #FAAE43;
}

.item-estado-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 2px 0px;
  text-align: left;
}

.infos-item-estado-box {
  width: 50%;
  height: auto;
  position: relative;
  float: left;
  font-size: 14px;
  font-family: "Lato";
  color: #898989;
  text-align: left;
  padding: 5px 10px;
  background-color: #f7f7f7;
}

.infos-item-estado-box:first-child {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  font-size: 16px;
  font-family: "Lato";
  text-align: center;
  padding: 5px 0px;
  color: #898989;
  background-color: #efefef;
}

.svg-map-ctc {
  position: relative;
  float: right;
  display: inline-block;
  max-width: 750px;
  width: 100%;
}

.display-now {
  display: inline-block !important;
}

.display-none {
  display: none;
}

/* team */
.the-team {
  margin: 2em auto;
}
.the-team h1 {
  margin-top: 2em;
}
.the-team .member {
  border-bottom: 1px solid #ccc;
  margin-top: 3em;
}
.the-team .member:last-child {
  border-bottom: 0;
}
.the-team .member .thumbnail {
  float: left;
  margin-right: 2em;
}
.the-team .member .name {
  font-size: 1.6em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.the-team .member .infos p {
  font-size: 1.4em;
  margin: .25em 0 0;
}
.the-team .member .bio {
  float: left;
}

/* responsive */
/* Resolu├º├úo 1220p*/
@media only screen and (max-width: 1440px) {
  .featured-slider #bgvid {
    width: initial;
  }
}
/* Resolu├º├úo 1220p*/
@media only screen and (max-width: 1220px) {
  .featured-slider .slider-info {
    bottom: 120px;
  }
}
/* Resolu├º├úo 1024p - iPad landscape*/
@media only screen and (max-width: 1024px) {
  .section-news .news .news-post {
    background-size: cover !important;
  }

  .site-header {
    display: none;
  }

  .site-header-mobile {
    display: inline-block;
  }

  .page-container {
    margin-left: 0;
  }

  .indicadores-do-setor {
    right: -20px;
    width: 0;
  }

  .indicadores-do-setor .xml-btn {
    bottom: 0;
  }
  .indicadores-do-setor .xml-btn.pt-btn {
    background: transparent url(images/indicadores-do-setor-2.png) 0 0 no-repeat;
  }
  .indicadores-do-setor .xml-btn.en-btn {
    background: transparent url(images/industry-indexes-2.png) 0 0 no-repeat;
  }

  .indicadores-do-setor .xml-close img {
    margin-right: 20px;
  }

  .variedades-header a {
    display: none;
  }

  /*Mobile list Styles*/
  .mobile-nav .main-menu li a {
    color: #fff;
  }
  .mobile-nav .menu-item {
    color: #fff;
    border-bottom: 1px solid #555;
    -webkit-transition: all .4s ease-in;
            transition: all .4s ease-in;
  }
  .mobile-nav .sub-menu {
    display: none;
  }
  .mobile-nav .sub-menu li {
    border: none;
  }

  /*Variedades*/
  .variedade-item .image-zoom {
    left: 0;
  }

  /*Timeline*/
  .year-line {
    width: 600px;
  }
  .year-line:first-child {
    width: 300px;
  }
  .year-line p {
    opacity: 1;
  }

  .slick-prev, .slick-next {
    display: none !important;
  }

  .svg-map-ctc {
    width: 50%;
  }

  .estados-area {
    width: 49%;
  }
}
@media only screen and (max-width: 1195px) {
  .svg-map-ctc {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .svg-map-ctc {
    margin-top: 200px;
  }
}
/*Resolu├º├úo 965p*/
/*Resolu├º├úo 960p*/
/*Resolu├º├úo 860p*/
@media only screen and (max-width: 860px) {
  .variedade-item {
    height: 450px;
  }

  .timeline-container {
    margin-left: 0;
  }
}
/*Resolu├º├úo 780p*/
@media only screen and (max-width: 780px) {
  .section-news .news .news-post {
    background-size: none;
    width: 50%;
  }

  .section-news .news .news-post:last-child {
    background-size: none;
    width: 100%;
  }
  .section-news .news .news-post:last-child .content {
    left: 25%;
    bottom: -45px;
  }

  .variedade-item .variedades-sub-area .variedades-sub-item:nth-child(3) {
    margin-left: -30px;
  }
}
/*Resolu├º├úo 768p - iPad portrait*/
@media only screen and (max-width: 768px) {
  .featured-slider .slider-info .title {
    font-size: 2.4em;
    line-height: 30px;
  }
  .featured-slider .slider-info .desc {
    font-size: 1.8em;
  }

  .featured-item {
    width: 100%;
  }
  .featured-item .desc {
    max-height: 180px;
    overflow: hidden;
  }
  .featured-item .desc:after {
    content: " ...";
  }

  .section-news .news .news-post .title {
    font-size: 1.8em;
    padding: 0;
  }
  .section-news .news .news-post .desc {
    font-size: 1.4em;
    padding: 0;
  }

  .widget {
    height: inherit;
    margin: 10px;
    width: 115px;
  }

  .entry-title {
    border: none;
    font-size: 35px;
  }

  .entry-content p {
    font-size: 20px;
  }
	#wpcf7-f25-p23-o1 p:nth-child(4) {
    width: 313px !important;
    height: 195px;
    margin: 0 !important;
  }
}
/*Resolu├º├úo 620p*/
@media screen and (max-width: 620px) {
  .section-news .news .news-post:last-child .content {
    left: inherit;
  }

  .section-news .news .news-post {
    background-size: none;
    width: 100%;
  }
  .section-news .news .news-post .content {
    left: 20%;
    bottom: -20px;
    padding: 0 10px;
  }

  .footer-info-xs {
    margin-bottom: 20px;
    width: 49% !important;
  }

  .contact-page .contact-half {
    width: 100%;
  }

  .variedade-item {
    height: inherit;
    padding-bottom: 20px;
    width: 100%;
  }

  .variedade-item .variedades-sub-area .variedades-sub-item {
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 30px;
  }

  .featured-value-area .featured-value {
    width: 100%;
  }

  .footer-infos .copyright {
    padding-left: 10pxpx;
  }

  .container {
    width: 100%;
  }

  .estados-area {
    width: 100%;
  }

  .variedade-item .variedades-sub-area .variedades-sub-item:nth-child(3) {
    margin-left: 30px;
  }

  .svg-map-ctc {
    margin-top: 0;
    width: 100%;
  }

  .estados-area .estado-box {
    margin-bottom: 20px;
  }
}
/*Resolu├º├úo 480p*/
@media only screen and (max-width: 480px) {
  .section-news .news .news-post .content {
    left: 12%;
  }

  .year-line {
    height: 800px;
  }
  .year-line h1 {
    font-size: 20px;
    line-height: 32px;
    width: 80px;
  }
  .year-line:hover {
    width: 270px;
  }
  .year-line:hover h1 {
    font-size: 18px;
    width: 70px;
  }
  .year-line p {
    font-size: 16px;
    margin-left: 40px;
    max-width: 240px;
  }

  .slick-prev, .slick-next {
    top: 20px;
  }

  .slick-prev {
    left: 80px;
  }

  .slick-next {
    right: 100px;
  }
}
/*Resolu├º├úo 414p*/
@media only screen and (max-width: 414px) {
  .year-line {
    height: 800px;
    width: 300px;
  }
  .year-line:hover h1 {
    font-size: 38px;
    line-height: 38px;
    width: 200px;
  }
  .year-line h1 {
    font-size: 38px;
    line-height: 38px;
    width: 200px;
  }

  .slick-prev, .slick-next {
    display: block !important;
  }
}
/*Resolu├º├úo 375p*/
@media only screen and (max-width: 375px) {
  .section-news .news .news-post .content {
    left: 1%;
  }

  .footer-info-xs {
    width: 100% !important;
  }

  .widget-area {
    padding-left: 30%;
  }

  .footer-infos .phone-box {
    margin-left: 30px;
  }

  .featured-item {
    min-height: 360px;
  }
  .featured-item .title {
    font-size: 2em;
  }
  .featured-item .content {
    padding: 0 2em;
    width: 100%;
  }
  .featured-item .desc {
    font-size: 1.4em;
    max-height: none;
  }

  .widget-area {
    margin: 0;
    padding: 0;
  }
  .widget-area .widget {
    margin: 0;
    padding: 15px;
    width: 50%;
  }
  .widget-area .widget .widget-title {
    max-width: none;
  }

  .banner {
    margin-left: -40%;
    overflow: hidden;
    width: 180%;
  }

  .footer-infos {
    margin: 15px 0;
  }
  .footer-infos .phone-box,
  .footer-infos .copyright,
  .footer-infos .address-info,
  .footer-infos .logo-footer {
    margin: 10px 0;
    padding: 0 15px;
  }
  .footer-infos .logo-footer {
    text-align: center;
  }
}
/*------------------------AddThis------------------------
*/
.at-expanding-share-button[data-position="bottom-right"] {
  bottom: 10px;
  right: 10px;
  display: none !important;
}

#at15s.atm {
  background: none !important;
  padding: 0 !important;
  width: 10pc !important;
}


/* Daniel Costa */

.link-to-product {
  text-align: center;
  padding: 90px 40px;
}

.link-to-product p a{
  color: #fff;
  font-size: 30px;
}

/* Edição da area de variedades */

section.variedades h1 {
    margin: 0;
    color: #d3d800;
    font-size: 33px;
    font-style: italic;
    line-height: 45px;
    margin: 0;
    text-align: left;
    width: 47vw;
    float: right;
    position: relative;
    z-index: 11;
}
.variedades .read-more{
  font-size: 16px;
  width: 47vw;
  text-align: left;
  position: relative;
  float: right; 
  color: #fff;
  z-index: 11;
}
.variedades {
    background: url(images/variedades.png) 47% 10%;
    padding: 20px;
    position: relative;
    float: left;
    background-size: contain;
}

.variedades:hover .mask {
    box-shadow: inset 2px 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.variedades .mask {
    background-color: #0000007a;
    opacity: 0;
    left: 0px;
}

section.fornecedores {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    float: left;
    width: 100%;
}

.fornecedores h1 {
    color: #f7a600;
    font-size: 33px;
    font-style: italic;
    line-height: 27px;
    margin: 0px 0 20px 0px;
    float: right;
    position: relative;
    z-index: 11;
    width: 100%;
}

.fornecedores .read-more{
  color: #626262;
  font-size: 16px;
}
#wpcf7-f25-p23-o1 p:nth-child(4) {
    width: 313px !important;
    height: 195px;
    margin: 0 !important;
}


@media only screen and (max-width: 640px) {
    .variedades {
        background: url(images/variedades.png) 47% 10% no-repeat;
        padding: 20px;
        position: relative;
        float: left;
        background-size: cover;
    }
    .fornecedores{
      padding: 20px;
    }
    .variedades .read-more{
      font-size: 16px;
      width: 100%;
      text-align: left;
      position: relative;
      float: right; 
      color: #fff;
    }
    section.variedades h1 {
        margin: 0;
        color: #d3d800;
        font-size: 33px;
        font-style: italic;
        line-height: 45px;
        margin: 0;
        text-align: left;
        width: 100%;
        float: right;
    }
	
	
	
 }
	@media screen and (max-width: 760px){
		.cli-bar-message a{
			text-decoration:underline;
			font-size:11px !important;
			float:unset !important;
		}

}
.grecaptcha-badge { 
    visibility: hidden;
}
