@import url("fontes.css");
/* Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width
apercu_proregular
apercu_promedium
*/
html {
  font-size: 10px;
  font-family: 'apercu_proregular';
  line-height: 1.2em;
}
body {
  background-color: #00ae42;
  color: #ffffff;
}
bold, strong {
  font-family: 'apercu_promedium';
  font-weight: normal;
}
a, a:hover {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-decoration: none;
  cursor: pointer !important;
}
.transicao, .textos-desk {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.verde {
  color: #00ae42;
}
a.verde {
  color: #00ae42;
}
a.verde:hover {
  color: #00ae42;
  opacity: 0.8;
}
.verde-escuro {
  color: #00665e;
}
a.verde-escuro {
  color: #00665e;
}
a.verde-escuro:hover {
  color: #00665e;
  opacity: 0.8;
}
.laranja {
  color: #c25131;
}
a.laranja {
  color: #c25131;
}
a.laranja:hover {
  color: #c25131;
  opacity: 0.8;
}
.branco {
  color: #ffffff;
}
a.branco {
  color: #ffffff;
}
a.branco:hover {
  color: #ffffff;
  opacity: 0.8;
}
.texto-padrao {
  font-size: 3.2rem;
}
.texto-pequeno {
  font-size: 2.6rem;
}
.texto-pp {
  font-size: 1.6rem;
}
.texto-grande {
  font-size: 3.8rem;
  line-height: 4.5rem;
}
h1 {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 6.3rem;
}
h2 {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 5.6rem;
}
h3 {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 5rem;
}
h4 {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 3.8rem;
}
h5 {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 3.2rem;
}
#logo-completo, #logo-completo img {
  width: 38.7rem;
  height: 15.7rem;
}
#logo-completo {
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#logo-completo.reduzir {
  width: 13.2rem;
}
#fechar {
  width: 5.2rem;
  height: 5.2rem;
  margin-right: 2rem;
}
#fechar img {
  width: 5.2rem;
  height: 5.2rem;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#fechar:hover img {
  transform: rotate(-180deg)
}
#holder-fechar {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 13.4rem;
}
#holder-social-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 10rem;
}
#btn-menu {
  width: 7.64rem;
  height: 7.64rem;
  display: block;
  float: right;
}
#btn-menu:hover img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  transform: rotate(-180deg)
}
#btn-menu img {
  width: 7.64rem;
  height: 2rem;
}
#mapa-br {
  width: 34.7rem;
  height: 35rem;
}
#mapa-mg {
  width: 76.8rem;
  height: 61rem;
}
#sebrae {
	width: 20rem;
	height: 16.15rem;
}
.social-icon {
  width: 5.8rem;
  height: 5.8rem;
}
.social-icon-menu {
  width: 4.5em;
  height: 4.5rem;
  margin-left: 4rem;
}
.container {
  padding-left: 11.2rem;
  padding-right: 11.2rem;
  max-width: 1920px;
}
#barra-menu {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  padding-top: 8rem;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.barra-light .logo-verde, .barra-light .menu-verde {
  display: none;
}
.barra-light .logo-branco, .barra-light .menu-branco {
  display: block;
}
.barra-dark .logo-branco, .barra-dark .menu-branco {
  display: none;
}
.barra-dark .logo-verde, .barra-dark .menu-verde {
  display: block;
}
#barra-menu.fixo {
  position: fixed;
  top: 0;
}
#barra-menu.fixo #logo-completo {
  width: 13.2rem;
  transition: 0;
}
#barra-menu.fixo.barra-footer #logo-completo {
  width: 38.7rem;
}
#banner-principal {
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
#banner-principal h3 {
  margin-bottom: 20rem;
	position: relative;
}

#banner-principal.paginas {
	display: block;
	height: 0rem;
}
#banner-principal.pagina {
	display: block;
	position: relative;
	height: 60vh;
}
#banner-principal.pagina img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.textos-desk{
	display: none;
}.textos-desk.ativo{
	display: block;
}
.textos-mobi{
	display: none;
}.textos-mobi.ativo{
	display: block;
}

#menu-principal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #00ae42;
  color: #ffffff;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}


#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #00ae42;
  color: #ffffff;
  overflow: hidden;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}


#loading.complete {
	height: 0;
}


#logo-loading{
	width: 13.2rem;
	height: 15.7rem;
	display: block;
	margin-left: -6.6rem;
	margin-top: -7.85rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
	
}
#logo-loading img{
 	width: 13.2rem;
	height: 15.7rem;
	
}

.conteudo-noticia{
	padding-top: 8rem;
}

.conteudo-noticia h1{
	line-height: 6.3rem;
	padding-bottom: 8rem;
}

.conteudo-noticia-social{
	padding-top: 35rem;
}

.grafismo-noticia{
	margin-top: 16rem;
}

#row-pg-noticia{
	margin-top: 27rem;
}

#addthis-container{
	width: 50px;
	display: block;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

#grafismo-banner {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 10rem;
  width: 35rem;
  height: 67.4rem;
}
#menu-principal.fechado {
  height: 0;
}
#links-menu a {
  font-family: 'apercu_promedium';
  font-weight: normal;
  font-size: 6.3rem;
  color: #ffffff;
  text-align: center;
  padding: 0.4rem 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#links-menu a:hover {
  transform: scale(1.05)
}
.conteudo-banner {
  margin-bottom: 7.5rem;
}
.btn-assista-banner {
  margin-bottom: 4rem;
  display: block;
}
.img-banner {
  width: calc(100% + 9rem);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  position: absolute;
}
.seta-g {
  width: 6.5rem;
  height: 6.5rem;
  display: inline-block;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  margin-left: 1rem;
}
.seta-p {
  width: 4.6rem;
  height: 4.6rem;
  display: inline-block;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  margin-left: 1rem;
}
a:hover .seta-g, a:hover .seta-p {
  transform: rotate(45deg);
}
.spacer-bloco {
  padding-top: 47rem;
  padding-bottom: 21rem;
  display: block;
}
.spacer-sm {
  padding-top: 17rem;
  display: block;
}
#noticias {
  background-color: #ffffff;
  min-height: 100vh;
  display: block;
}
.btns-noticias {
  display: block;
  margin-top: 2.5rem;
}
.btns-noticias a {
  display: inline-block;
  margin-left: 5rem;
}
.item-noticia {
  width: 48.8rem;
  height: 65rem;
  background-color: #00ae42;
}
.img-item-noticia {
  width: 100%;
  display: block;
  height: 32rem;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
/*.title-item-noticia {
  display: block;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 3rem;
}*/
.title-item-noticia {
	display: block;
	height: 11rem;
	overflow: hidden;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	line-height: 2.5rem;
}

.conteudo-item-noticia {
  display: block;
  padding: 5.5rem 5.5rem 0;
  line-height: 3.9rem;
}

.noticias-lista .item-noticia {
	margin-bottom: 30rem !important;
}
.noticias-lista #row-carregar-noticias {
	padding-top: 0
}

#row-carregar-noticias {
  padding-top: 26.7rem;
  padding-bottom: 26.7rem;
}
#titulo-noticia {
  margin-bottom: 15.3rem;
}
#regiao {
  background-image: url("../images/img-regiao.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: block;
}
#titulo-regiao {
  padding-bottom: 14rem;
}
#row-lista-cidades {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#cidades {
  padding-bottom: 15rem;
}
#cafeicultura {
  background-color: #ffffff;
}
.img-qualidade {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
  object-position: center bottom;
}
#titulo-cafeicultura {
  padding-bottom: 11rem;
}
.bg-informacao {
  background: url("../images/2x/grafismo-outline@2x.png") no-repeat right bottom;
  background-size: 41.5rem 80rem;
}
.item-info {
  display: block;
  padding-bottom: 9rem;
}
#titulo-informacao {
  padding-bottom: 17rem;
  padding-top: 5rem;
}
#informacoes .container {
  padding-bottom: 15rem;
}
#terroir {
  background-color: #ffffff;
  min-height: 100vh;
}
#titulo-terroir {
  padding-bottom: 17rem;
}
#img-terroir {
  margin-top: 17rem;
}
#titulo-caracteristicas {
  padding-bottom: 17rem;
}

.item-caracteristicas h1 {
  margin-bottom: 9rem;
}
.item-caracteristicas h4 {
  margin-top: 2.5rem;
}
.item-caracteristicas:last-child h1 {
  margin-bottom: 0;
}
#titulo-organizacao {
  padding-bottom: 9rem;
}
#subtitulo-organizacao {
  padding-bottom: 5rem;
}
#titulo-associacao {
  padding-bottom: 14rem;
}
#texto-associacao {
  margin-bottom: 17rem;
}
#img-organizacao {
  background: url("../images/2x/grafismo-solid@2x.png") no-repeat right bottom;
  background-size: contain;
}
#titulo-proposito {
  padding-bottom: 9rem;
}
#subtitulo-proposito {
  padding-bottom: 15rem;
}
.item-organizacao {
  padding-bottom: 5rem;
}
.item-organizacao h3 {
  padding-bottom: 2rem;
}
footer {
  min-height: 100vh;
  display: flex;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.conteudo-footer{
	margin-bottom: 21rem;
}

#row-copy{
	padding-bottom: 8rem;
}
#social-footer {
  padding-bottom: 3rem;
  padding-top: 5.5rem;
}
#social-footer a {
  display: inline-block;
  margin-right: 2.5rem;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: inherit;
}
.carousel-item {
  transition: transform 0.5s ease-in-out;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .texto-padrao {
    font-size: 2.7rem;
  }
  .texto-pequeno {
    font-size: 2.3rem;
  }
  .texto-pp {
    font-size: 1.2rem;
  }
  .texto-grande {
    font-size: 2.7rem;
    line-height: 3.18rem;
  }
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.7rem;
  }
  h3 {
    font-size: 3.9rem;
  }
  h4 {
    font-size: 2.7rem;
  }
  h5 {
    font-size: 2.3rem;
  }
  h4.btns-noticias {
    font-size: 2.6rem;
    margin-top: 1.4rem;
  }
  #logo-completo, #logo-completo img {
    width: 31rem;
    height: 12.6rem;
  }
  #logo-completo.reduzir {
    width: 11rem;
  }
  #barra-menu.fixo #logo-completo {
    width: 11rem;
    transition: 0;
  }
  #barra-menu.fixo.barra-footer #logo-completo {
    width: 31rem;
  }
  .container {
    padding-left: 5.7rem;
    padding-right: 5.7rem;
  }
  #bannerMobile-imagens {
    height: 58%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  #bannerMobile-infos {
    height: 42%;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2
  }
  .img-banner-mob {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    position: absolute;
  }
  .carousel-inner {
    overflow: hidden;
  }
  #banner-pincipal-Mobile {
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }
  #banner-pincipal-Mobile h3 {
    margin-top: -7rem;
  }
  #grafismo-mobile {
    margin-top: -25rem;
  }
  .seta-g {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 1rem;
  }
  .seta-p {
    width: 4.5rem;
    height: 4.5rem;
  }
  #btn-menu {
    width: 5.9rem;
    height: 5.9rem;
  }
  #btn-menu img {
    width: 5.9rem;
    height: 1.6rem;
  }
  #fechar {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 1rem;
  }
  #fechar img {
    width: 3.7rem;
    height: 3.7rem;
  }
  #holder-fechar {
    top: 13.4rem;
  }
  #links-menu a {
    font-size: 4.5rem;
    padding: 0.4rem 0;
  }
  .social-icon-menu {
    width: 5.6em;
    height: 5.6rem;
    margin-left: 4rem;
  }
  #barra-menu {
    padding-top: 7rem;
  }
  .item-noticia {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 50rem;
    margin-bottom: 11rem;
  }
	
.noticias-lista .item-noticia {
	margin-bottom: 12rem !important;
}	

  .title-item-noticia {
    display: inline-block;
    width: 65%;
    float: left;
  }
  .item-noticia .texto-pequeno {
    display: inline-block;
    width: 30%;
    float: right;
    margin-top: 4rem;
  }
  .img-item-noticia {
    height: 29rem;
  }
  .conteudo-item-noticia {
    padding: 3.5rem 3.5rem 0;
    line-height: 3.9rem;
  }
  .spacer-bloco {
    padding-top: 35rem;
    padding-bottom: 16rem;
    display: block;
  }
  footer .spacer-sm {
    padding-top: 35rem;
  }
  #row-carregar-noticias {
    padding-top: 11rem;
    padding-bottom: 0rem;
  }
  #mapa-br {
    width: 19rem;
    height: 19.2rem;
  }
  #mapa-mg {
    width: 42rem;
    height: 33rem;
  }
  #titulo-regiao {
    padding-bottom: 9rem;
    margin-top: 15rem;
  }
  #row-lista-cidades {
    padding-bottom: 10rem;
    padding-top: 8rem;
  }
  #row-lista-cidades h2 {
    line-height: 5rem;
  }
  .bg-informacao {
    background-image: none !important;
  }
  #informacoes h4 {
    font-size: 3rem;
  }
  .item-info {
    padding-bottom: 5rem;
  }
  #titulo-informacao {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  #row-img-terroir {
    height: 0;
  }
  #row-img-terroir img {
    margin-top: -10rem;
  }
  #titulo-terroir {
    padding-bottom: 14rem;
  }
  #titulo-caracteristicas {
    padding-bottom: 11rem;
  }
  .item-caracteristicas h1 {
    margin-bottom: 2rem;
  }
  .item-caracteristicas {
    margin-bottom: 5.5rem;
  }
  .item-caracteristicas h4 {
    margin-top: 0rem;
    font-size: 3.4rem;
  }
  #texto-associacao {
    margin-bottom: 0rem;
  }
  #titulo-proposito {
    padding-top: 16rem;
  }
  #sebrae {
    width: 17.3rem;
    height: 14.2rem;
  }
  .social-icon {
    width: 5.1rem;
    height: 5.1rem;
  }
  #social-footer a {
    margin-right: 3rem;
  }
  #social-footer {
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
  #row-footer {
    min-height: 100vh;
  }
  .btn-assista-banner {
    margin-bottom: 20rem;
  }
	
#banner-principal.pagina {
	height: 55vh;
}
	
.conteudo-noticia{
	padding-top: 8rem;
}

.conteudo-noticia-social{
	padding-top: 8rem;
}
	
	#row-pg-noticia{
		margin-top: 13rem;
	}

	#row-carregar-noticias.pg-noticia{
		padding-bottom: 12rem;
	}
	

	.conteudo-footer{
		margin-bottom: 20vh;
	}	
	
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}