body {
	font-family: "Open Sans", sans-serif;
}

.page-fruta {
	background-color: #e9ebd2;	
}

.wrapper {
    max-width: 60em;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
}

section {
	overflow:hidden;
}

section > div:first-child {
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

.topo {
	background-color: #e9ebd2;	
}

.topo > div:first-child {
	min-height: 260px;
}

.font-proxima-nova {
	font-family: 'proxima_nova-regular';
}

.font-proxima-nova-bold {
	font-family: 'proxima_nova-bold';
}

.font-proxima-nova-extrabold {
	font-family: 'proxima_nova-extrabold';
}

.font-proxima-nova-semibold{
	font-family: 'proxima_nova-semibold';
}

.font-applejack {
	font-family: 'applejack-regular';
}

.font-delius {
	font-family: 'delius_swash-regular';	
}

.ondas {
	background: url(../img/ondas.png);
	height:26px;
	position: relative; 
	z-index:2;
	margin-top: -115px;
}

.ondas-rodape {
	background: url(../img/ondas-rodape.png);
	height:26px;
	position: relative; 
	z-index:2;
	margin-top: 148px;	
}

.swiper-container {
	margin-top: -26px !important;
}

.logo {
    float: left;
	padding-top: 15px;	
}

.logo img {
   padding-left: 20px;
}

@media (max-width:800px) {
	.logo img {
	   padding-left: 30px;
	}
}

.menu {
	font-family: 'proxima_nova-regular';
	font-size: 24px;	
	padding-top: 55px;
}

nav.menu > ul {
    float: right;
    list-style-type: none;
}

nav.menu > ul > li {
    float: left;
}

nav.menu > ul > li {
    margin-right: 20px;
}

nav.menu > ul > li > a {
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
	text-decoration: none;
	color:#3d3f59;
}

.with-padding-top {
	padding-top: 10px;	
}

.with-padding-bottom {
	padding-bottom: 10px;	
}

.with-medium-padding-bottom {
	padding-bottom: 20px;	
}

.with-medium-padding-top {
	padding-top: 20px;	
}

.with-big-padding-top {
	padding-top: 100px;	
}

.with-big-padding-bottom {
	padding-bottom: 100px;	
}

.with-padding-left {
	padding-left: 20px;	
}

.with-medium-padding-left {
	padding-left: 40px;	
}

.with-big-padding-left {
	padding-left: 60px;	
}

.with-medium-padding-right {
	padding-right: 40px;	
}

.title-featured {
	font-size: 60px;
}

.title-fruta, .title-featured {
	color: #df5c63;
}

.title-fruta {
 	font-size: 36px;
}

@media(max-width:360px) {
	.title-fruta {
		font-size: 31px;
	}
	
	.title-fruta > .title-featured {
		font-size: 55px;
	}
}

.subtitle {		
	color: #363746;
	padding-left: 20px;
}

.subtitle-pink {		
	color: #dc4c54;
	padding-left: 20px;
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 5px;
}

.title-pink {
	color: #dc4c54;
	font-size: 50px;
	text-align:center;
}

@media(max-width:415px) {
	.title-pink {
		font-size: 40px;
	}
}

@media(max-width:349px) {
	.title-pink {
		font-size: 35px;
	}
}

.subtitle-colheita {
	color: #dd4c55;	
	font-size:20px;
}

.bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.big-font-size {	
	font-size: 50px;
}

.font-size-fruta {	
	font-size: 50px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

@media (max-width: 767px) {
	.font-16 {
		font-size: 14px;
	}

	.font-18 {
		font-size: 16px;
	}

	.font-20 {
		font-size: 16px;
	}
}
.text-content {
	color: #9a9a9a;
	text-align: justify;
	padding-bottom: 20px;
	font-weight: 600;
	line-height: 22px;
}

.imagem {
	max-width: 100%;	
}
@media (max-width: 767px) {
	.imagem-jabuticaba {
		text-align: center;
		max-width: 400px;
	}
	
	.imagem-abacate {
		text-align: center;
		max-width: 400px;
	}
	
	.imagem-lichia {
		text-align: center;
		max-width: 400px;
	}
	
	.imagem-manga {
		text-align: center;
		max-width: 400px;
	}
}

@media (max-width: 400px) {
	.imagem-jabuticaba {
		text-align: center;
		max-width: 100%;
	}
	
	.imagem-abacate {
		text-align: center;
		max-width: 100%;
	}
	
	.imagem-lichia {
		text-align: center;
		max-width: 100%;
	}
	
	.imagem-manga {
		text-align: center;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.imagem-especialidade {
		padding-top: 50px;
	}
}

.outras-frutas {
	background-color: #efc32e;
	color: #FFF;
}

.title-outras-frutas {
	font-size: 50px;
	color: #363746;
	padding-left: 20px;
	padding-right: 20px;
}

@media(max-width:390px) {
	.title-outras-frutas {
		font-size: 45px;
		padding-right: 0px;
		padding-left: 0;
	}
}

.btn-default, .btn-default:hover { 
	background-color: #dc4c54;
	color: #FFF;
	text-decoration:none;
	border: 0;
	padding: 15px 50px;
	border-radius: 25px;
}

/*.img-fruta {
	width: 100%;
}*/

.div-manga {
	z-index: 1;
}

.div-abacate {
	z-index: 9999;
}

.div-lichia {
	z-index: 1;
}

.div-avocado {
	z-index: 0;
}

.img-manga {
	float: left
}

.img-abacate {
	margin-left: -75px;
}

.img-lichia {
	margin-left: -120px;
}

.img-avocado {
	float: right;
}

@media (max-width: 991px) {
	.img-fruta {
		max-width:100%;	
	}
	.img-manga {
		padding-top: 5px;
	}
	.img-abacate {
		margin-left: 0;
		padding-top: 30px;
	}
	.img-lichia {
		margin-left: 0;
		padding-top: 38px;
	}
	.img-avocado {
		padding-top: 30px;
	}
}

@media (max-width: 780px) {
	.font-size-fruta {
		font-size: 35px;
	}
	.btn-fruta, .btn-fruta:hover {
		padding: 15px 25px;
	}
	.img-fruta {
		max-width:100%;	
	}
}

@media (max-width: 599px) {
	.img-fruta {
		max-width:100%;	
		float: inherit;
		display: block;
		margin: 0 auto;
	}

	.div-manga {
		width: 100%;
	}
	
	.div-abacate {
		width: 100%;
	}
	
	.div-lichia {
		width: 100%;
	}
	
	.div-avocado {
		width: 100%;
	}
	
	.img-lichia {
		margin-top: -110px !important;
		padding-top: 0;
	}
	.img-avocado {
		padding-top: 0;
	}
}

.text-quem-somos {
	color: #464647;	
}

.title-quem-somos {
	font-size: 50px;
	color: #dc4c54;
	padding-left: 20px;
}

@media(max-width:390px) {
	.title-quem-somos {
		font-size: 42px;
		padding-right: 0px;
	}
}

.text-quem-somos-destaque {
	color: #c7a11e;
	padding-top: 100px;
	font-size: 40px;
	line-height: 45px;
}

@media (max-width: 991px) {
	.text-quem-somos-destaque {
		text-align: center;
		padding-top: 50px;
	}
}

.img-caxeis {
	border: 1px solid #c7a11e;
}

.div-img-caxeis {
	padding-right: 10px;	
	margin-bottom: 20px; 
	text-align: center;
 }
 
 .midia {
	background-color: #004a80; 
	padding-bottom:50px;
	padding-top:50px;
 }
 
 .no-text-decoration, .no-text-decoration:hover, .no-text-decoration:focus {
	 text-decoration: none;
 }
 
 .contato {
	background-image: url(../img/rodape_jabuticaba.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 350px;
 }
 
 .contato-padding {
	padding-top: 50px;  
 }
 
 .contato-div-left {
	padding-right:60px; 
 }
 
 .contato-div-right {
	padding-left:60px; 
 }
  
 @media(max-width:991px) {
	.contato-div-left {
		padding-right:15px; 
 	}
 
	.contato-div-right {
		padding-left:15px; 
	} 
 }
  
.mapa {
	height:450px;
}

.mapa > iframe {
	width:100%;
	height:450px;
}

.rodape {
	background-color: #201c23;		
}

.text-white {
	color: #ffffff !important;
}

.position-rodape {
	text-align: right;	
	padding-right: 40px;
}

.img-logo-facebook {
	padding-right: 15px;
}

.img-logo-instagram {
	padding-right: 40px;
}

@media (max-width:400px) {
	.img-logo-instagram {
		padding-right: 5px;
	}	
}

.hidden-default {
	display: none;
}

.text-error {
    color: #fb4343;
	font-weight: bold;
	font-size: 16px;
}

form input[type="text"]:hover, form input[type="tel"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form select:hover, form textarea:hover {
    border-color: #c4bfbd;
}

form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="password"]:focus,	form select:focus, form textarea:focus {
	border-color: #c4bfbd;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"] {
    line-height: 45px;
    padding: 0 12px;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form select, form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: solid 2px #c4bfbd;
    margin: 5px 0;
    font-size: 14px;
    background-color: transparent;
}

form textarea {
	min-height: 9em;
	padding: 1em;
}

.text-enviando {
	color: #fb4343;
	font-weight: bold;
	font-size: 24px;
	padding-top:10px;
}


.video {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;	
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide01 {
    background-image: url(../img/banner-01.jpg);
    background-position: center;
}

.slide02 {
    background-image: url(../img/banner-02.jpg);
    background-position: center;
}

.slide03 {
    background-image: url(../img/banner-03.jpg);
    background-position: center;
}

.banner-desktop {
	display: block;	
}

.banner-mobile {
	display: none;	
}

@media (max-width: 600px) {
	.banner-mobile {
		display: block;	
		min-height: 330px;
	}
	
	.banner-desktop {
		display: none;	
	}
	
	.slide01 {
		background-image: url(../img/banner-mobile-01.jpg);
		background-position: center;
	}
	
	.slide02 {
		background-image: url(../img/banner-mobile-02.jpg);
		background-position: center;
	}
	
	.slide03 {
		background-image: url(../img/banner-mobile-03.jpg);
		background-position: center;
	}	
}




/* MENU */
nav {
	padding-top:50px;
	float:right;
}

nav.menu > ul {
  	float: right;
	list-style-type:none;
}

nav.menu > ul > li {
	margin-right: 19px;
}


nav.menu > ul li ul li {
	width: 100%;
  	text-align: left;
}

nav.menu ul li:hover {
	cursor: pointer;
	position: relative;
}
@media (max-width: 800px) {
	nav.menu ul li:hover {
		position:initial;
	}
}

nav.menu ul li:hover > ul {
  	display: block;
}

/*@media (max-width: 800px) {
	nav.menu ul li:hover > a {
		color:#fff;
	}
}*/

nav.menu > ul > li > a {
	cursor: pointer;
	display: block;
  	outline: none;
  	width: 100%;
}

nav.menu > ul > li {
  	float: left;
}

@media (max-width: 800px) {
	nav.menu a {
		color:#fff;
	}
}
nav.menu > ul li ul {
  	display: none;
  	position: absolute;
  	left: 0;
	top: 100%;
	z-index: 2000;
	list-style-type:none;
	padding:0;
}
nav.menu > ul li ul li > a {
	text-decoration: none;
}

nav.menu [type="checkbox"] {
	display: none;
}

@media screen and (max-width: 800px) {
	nav.menu ul {
		display: none;
	}
	
	.folha-menu {
		display: block;
		margin-top: -24px;
	}
	
	nav.menu img {
		padding-right: 30px;
	}

	.menu label {
  		display: block;
  		background: #373846;
		width: 50px;
  		height: 50px;
  		cursor: pointer;
		margin: -2px 0 0 0;
		float:right;
		text-align:center;
		border-radius: 25px;
	}
	
	.menu label:hover {
		background-color:#373846;
	}
  
	.menu label:after{
	  content:'';
	  display: inline-block;
	  width: 22px;
	  height: 3px;
	  background: #fff;
	  margin: 15px 5px;
	  box-shadow: 0px 8px 0px #fff, 0px 16px 0px #fff;
	}

	[type="checkbox"]:checked ~ ul {
  		display: block;
  		z-index: 9999;
  		position: absolute;
		right: 30px;
		top: 125px;
		padding:0;
		width:300px;
		background-color:#373846;
	}

	nav.menu ul li {
		display: block;
  		float: none;
  		width: 100%;
  		text-align: left;
	}
	nav.menu ul li:hover {
		background-color:#373846;
	}

	nav.menu > ul > li {
  		margin-left: 0px;
		margin-right:0;
		padding:0;
		line-height:none;
	}
	
	nav.menu > ul > li > a {
		width: 100%;
		padding: 10px 30px;
		font-size: 16px;
	}
	
	nav.menu > ul li ul li {
  		display: block;
		float: none;
	}
  
	nav.menu > ul li ul {
		display: block;
  		position: relative;
  		width: 100%;
		z-index: 9999;
		float: none;
	}
	.col-menu {
		position:absolute;
	}
}


/* menu-design */
nav {
	float:right;
}

@media (max-width: 800px) {
	nav {
		padding:38px 30px 0;
	}
}

@media (max-width: 330px) {
	nav {
		padding-top:31px;
	}
}

nav.menu > ul > li > a {
	background-position:left center;
	background-repeat:no-repeat;
}

@media (max-width: 800px) {
	nav.menu > ul > li > a {
		color:#fff;
		border: 1px solid #373846;
	}
	nav.menu > ul > li > a:hover {
		color:#373846;
		background-color:#f5f5f5;
	}
}

nav.menu > ul li ul {
	background-color:#373846;
	/*padding:0 30px 30px;
	box-shadow: 0px 0px 26px 0px #aaa;
		-moz-box-shadow: 0px 0px 26px 0px #aaa;
		-webkit-box-shadow: 0px 0px 26px 0px #aaa;
	border-radius:15px;*/
}

nav.menu > ul li ul a {
	color: #FFF;
}

@media (max-width: 800px) {
	nav.menu > ul li ul {
		background-color:transparent;
		box-shadow:none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		border-radius:0;
	}
}


/*nav.menu > ul li ul li > a {
	display:block;
	line-height:0;
	font-weight:normal;
	text-transform:uppercase;
	padding:20px 20px 0 0;
	white-space:nowrap;
}*/

@media (max-width: 800px) {
	nav.menu > ul li ul li > a {
		padding: 0 0 0 55px;
		line-height:30px;
		white-space:normal;
	}
}

nav.menu > ul li ul li {	
	border-bottom:1px solid #fff;
}

.dropdown-menu {
	margin-top:-2px;
}

.dropdown-menu > li > a {
	
	padding: 5px 20px;
}

@media (max-width: 800px) {
	nav.menu > ul li ul li {
		border:none;
		list-style-type:none;
	}
}


@media screen and (max-width: 390px) {
	[type="checkbox"]:checked ~ ul {
		width:100%;
		right:0;
	}
}

@media (max-width: 330px) {
	[type="checkbox"]:checked ~ ul {
		top:125px;
	}
}

/*@media (max-width: 480px) {
	.menu label {
		width:100%;
	}
}*/
/* FIM MENU */

.dropdown-menu {
	background-color:#FFF;	
}

.cabecalho-jabuticaba {	
	text-align:center;
	background: url(../img/cabecalho_jabuticabas.jpg);
	background-position: center;
	background-attachment: scroll;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: -115px;
}

.cabecalho-jabuticaba > section.ondas {
	margin-top: 0;
}

@media (max-width:768px) {
	.cabecalho-jabuticaba {	
		background-position: center;
		background-attachment:scroll;
	}
}

.cabecalho-abacate {	
	text-align:center;
	background: url(../img/cabecalho_abacates.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: -115px;
	background-position: center;
}

.cabecalho-abacate > section.ondas {
	margin-top: 0;
}

@media (max-width:991px) {
	.cabecalho-abacate {	
		background: url(../img/cabecalho_abacates_mobile.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.cabecalho-avocado {	
	text-align:center;
	background: url(../img/cabecalho_avocados.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: -115px;
	background-position: center;
}

.cabecalho-avocado > section.ondas {
	margin-top: 0;
}

@media (max-width:991px) {
	.cabecalho-avocado {	
		background: url(../img/cabecalho_avocados_mobile.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.cabecalho-lichia {	
	text-align:center;
	background: url(../img/cabecalho_lichias.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: -115px;
	background-position: center;
}

.cabecalho-lichia > section.ondas {
	margin-top: 0;
}

@media (max-width:768px) {
	.cabecalho-lichia {	
		background: url(../img/cabecalho_lichias_mobile.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width:385px) {
	.cabecalho-lichia {	
		background: url(../img/cabecalho_lichias_mobile_mini.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.cabecalho-manga {	
	text-align:center;
	background: url(../img/cabecalho_mangas.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: -115px;
}

.cabecalho-manga > section.ondas {
	margin-top: 0;
}

@media (max-width:768px) {
	.cabecalho-manga {	
		/*background-position: center;
		background-attachment:scroll;*/
		background: url(../img/cabecalho_mangas_mobile.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
@media (max-width:570px) {
	.cabecalho-manga {	
		background: url(../img/cabecalho_mangas_mobile_mini.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width:380px) {
	.cabecalho-manga {	
		text-align:center;
		background: url(../img/cabecalho_mangas_mobile_minier.jpg);
		height: 200px;
		background-repeat: no-repeat;
		background-attachment: scroll;
		margin-top: -115px;
	}
}

.cabecalho-midia {	
	text-align:center;
	background: url(../img/cabecalho_midia.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: -115px;
}

.cabecalho-midia > section.ondas {
	margin-top: 0;
}

@media (max-width:768px) {
	.cabecalho-midia {	
		background: url(../img/cabecalho_midia_mobile.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width:385px) {
	.cabecalho-midia {	
		background: url(../img/cabecalho_midia_mobile_mini.jpg);
		background-position: center;
		background-attachment:scroll;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.producao > div:first-child {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;	
}

.producao > div:last-child {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;	
}

@media (min-width:992px) and (max-width:1150px) {
	.producao > div {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (min-width:500px) and (max-width:768px) {
	.producao > div {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (min-width:381px) and (max-width:499px) {
	.producao > div {
		padding-right: 0;
		padding-left: 2px;
	}
}

@media (max-width:380px) {	
	.producao > div {
		padding-right: 15px;
		padding-left: 15px;
		width: 16.66666667%;
		margin-top: 20px;
	}
	
	.calendario-junho {
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	
	.calendario-julho {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
}

@media (max-width:500px) {	
	.legenda div {
		width: 100%;
		line-height: 20px;	
		margin-bottom: 10px;
	}
	.text-producao {
		font-size: 18px;
	}
}

@media (min-width:501px) and (max-width:560px) {
	.legenda div {
		padding-right:0;
		padding-left: 0;
	}
}

@media (min-width:992px) and (max-width:1118px) {
	.legenda div {
		padding-right:0;
		padding-left: 0;
	}
}

.legenda {
	clear: both;	
}

.text-producao {
	color: #9a9a9a;
	text-align: justify;
	font-weight: 600;
}

.baixa-prod, .media-prod, .alta-prod {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;	
}

.baixa-prod {
	background-color: #f9ad81;	
}

.media-prod {
	background-color: #f68c59;	
}

.alta-prod {
	background-color: #f26d50;	
}

.legenda-baixa-prod:before, .legenda-media-prod:before, .legenda-alta-prod:before {
	content: ' \25CF';
	font-size: 27px;
	vertical-align: sub;
}

.legenda-baixa-prod:before {
	color: #f9ad81;
}

.legenda-media-prod:before {
	color: #f68c59;
}

.legenda-alta-prod:before {
	color: #f26d50;
}

/*.text-fruta {
	text-align:center;	
}*/

.title-receita {	
	color: #e5c4b2;
	font-size: 85px;
	margin: 0px 0 0 -15px;
}

.subtitle-receita {		
	margin-top: -15px;
	padding-left: 0;
}

@media (max-width:390px) {
	.subtitle-receita {	
		font-size: 32px;
	}
}

.imagem-receita {
	border: 15px solid #FFF;
	margin-top: 120px;
}

.text-receita {
	color: #898989;
	font-size: 18px;
	font-weight: 600;
	text-align:justify;
}

@media (max-width:767px) {
	.title-receita {
		margin-left: 0;
	}
	
	.imagem-receita {
		margin-top: 10px;
	}
}

.link-rodape > a, .link-rodape > a:hover, .link-rodape > a:visited {
	text-decoration: none;
	color: #FFF;
}

.caxeis-midia {
	font-size:18px;
}

.titulo-midia {
	color: #ed145b;
	font-family: 'delius_swash-regular';
	font-size: 30px;
	font-weight: 700;
	padding-top:10px;
}

.subtitulo-midia {
	color: #464647;
	font-size:16px;
	padding-top:10px;
}

.div-caxeis-midia {
	padding-bottom: 40px;	
}

.div-caxeis-midia > a, .div-caxeis-midia > a:hover, .div-caxeis-midia > a:visited {
	text-decoration: none;
}

/* botao topo */
#btnTopo {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #dc555d;
    color: #fff;
    cursor: pointer;
	height:45px;
	width:45px;
}

#btnTopo:before {
	content:'\25B2';
	color:#fff;
	line-height:15px;
}

#btnTopo:hover {
    background-color: #efae33;
}
/* FIM botao topo */


/* Zoom In #1 */
figure {
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Zoom In #1 */
.div-caxeis-midia figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.div-caxeis-midia figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
