.zoom {transition: transform .2s; /* Animation */ width: 320px; height: 180px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_produto {transition: transform .2s; /* Animation */ width: 270px; height: 160px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_produto:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_unidades {transition: transform .2s; /* Animation */ width: 190px; height: 180px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_unidades:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_servicos {transition: transform .2s; /* Animation */ width: 190px; height: 180px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_servicos:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }


.zoom_dest {transition: transform .2s; /* Animation */ width: 180px; height: 170px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_dest:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_noticia {transition: transform .2s; /* Animation */ width: 220px; height: 140px; margin: 0 auto; margin-top:33px }
.zoom_noticia:hover {transform: scale(1.8); cursor: pointer; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_port {transition: transform .2s; /* Animation */ width: 200px; height: 185px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_port:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_logo {transition: transform .2s; /* Animation */ width: 160px; height: 135px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_logo:hover {transform: scale(1.6); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_logo_produto {transition: transform .2s; /* Animation */ width: 274px; height: 254px; margin: 0 auto; margin-top:33px; z-index:9999  }
.zoom_logo_produto:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.zoom_logo_produto_menor {transition: transform .2s; /* Animation */ width: 62px; height: 48px; margin: 0 auto; margin-top:2px; z-index:9999  }
.zoom_logo_produto_menor:hover {transform: scale(1.8); cursor: pointer; z-index:9999 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

  
